/* ==========================================================================
    #RESET
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'SUIT', sans-serif;
    -webkit-text-size-adjust: none;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{border: none;} 
address{font-style: normal;}
fieldset{border: none;} 
legend{position: absolute;left: -999em;} 
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
button, a, select{cursor: pointer; outline: none;} 
input{ outline: none;}

label.away{position: absolute;left: -999em;} 

/* ==========================================================================
    #FONT
   ========================================================================== */
/* 
    font-family: "mina", serif; 
    font-family: 'SUIT', sans-serif;
*/

.en{ font-family: "mina", serif; font-weight: 400; font-style: normal; }

.lig{ font-weight: 300;}
.re{ font-weight: 400;}
.med{ font-weight: 500;}

.upp{ text-transform: uppercase;}

::selection { color: #fff; background-color: #8A6F6A; }
/* ==========================================================================
    #COLOR
========================================================================== */
.color{color: #8A6F6A;}
.ca{ color: #aaa;}

.none-pc{ display: none;}

body{ color: #222; font-family: 'SUIT', sans-serif; background-color: #f5f5f5;}
#intro > h3{ padding: 120px 0 100px; font-size: 42px; text-align: center;}
#intro-wrap{ display: flex; height: auto; justify-content: center; align-items: flex-start; text-align: left; width: 1464px; left: 0; right: 0; margin: 0 auto;}
#intro-wrap > a{ display: block; width: 50%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 0 12px; color: #222;}
#intro-wrap > a .img-area{ width: 100%; height: auto;}
#intro-wrap > a .img-area .img-wrap{ width: 100%; height: 400px; position: relative; overflow: hidden; border-radius: 6px; }
#intro-wrap > a .img-area .img{ position: absolute; background-repeat: no-repeat; background-size: cover; background-position: center; left: 0;  top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s; filter: grayscale(0); opacity: .9;}
#intro-wrap > a:hover .img-area .img{ transform: scale(1.1); filter: grayscale(0); opacity: 1;}
#intro-wrap > a .img-area .text-wrap{ padding: 20px;}
#intro-wrap > a .img-area .text-wrap h4{ font-size: 24px; padding-bottom: 10px;}
#intro-wrap > a .img-area .text-wrap p.ca{ font-size: 14px; padding-bottom: 20px;}
#intro-wrap > a .img-area .text-wrap p.ca span{ display: inline-block; padding: 0 5px;}
#intro-wrap > a .img-area .text-wrap p.enter{ font-size: 14px; display: flex; align-items: center;}
#intro-wrap > a .img-area .text-wrap p.enter img{ width: 24px; object-fit: cover; margin-right: 10px;}
#intro-wrap > a .img-area .text-wrap p.enter i{ padding-left: 10px;}
/* =================== 1464px =================== */
@media (max-width: 1464px) {
    #intro-wrap{ width: 100.00vw; }
}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    .none-pc{ display: block;}
    #intro > h3{ padding: 16.00vw 0 16.00vw; font-size: 7.47vw; }
    #intro-wrap{ display: block; width: 100%; padding: 0 4.00vw; overflow: hidden; }
    #intro-wrap > a{ display: block; width: 76.27vw; height: auto; display: block; padding: 0; float: left; }
    #intro-wrap > a:nth-child(2){ float: right; text-align: right;}
    #intro-wrap > a .img-area .img-wrap{ height: 42.93vw; border-radius: 1.07vw; }
    #intro-wrap > a .img-area .text-wrap{ padding: 2.67vw 2.67vw 16.00vw 2.67vw;}
    #intro-wrap > a .img-area .text-wrap h4{ font-size: 4.27vw; }
    #intro-wrap > a .img-area .text-wrap p.ca{ font-size: 2.67vw; padding-bottom: 2.67vw; line-height: 4.27vw;}
    #intro-wrap > a .img-area .text-wrap p.ca span{ display: none;}
    #intro-wrap > a .img-area .text-wrap p.enter{ font-size: 3.20vw;}
    #intro-wrap > a:nth-child(2) .img-area .text-wrap p.enter{ justify-content: flex-end;}
    #intro-wrap > a .img-area .text-wrap p.enter img{ width: 4.80vw; margin-right: 1.33vw;}
    #intro-wrap > a .img-area .text-wrap p.enter i{ padding-left: 1.33vw;}
}











