@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
}

body {
display: none;
}

body {
text-align: center;
color: #222;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

img {
max-width: 100%;
vertical-align: top;
}

video {
max-width: 100%;
vertical-align: top;
}

.sponly { display: none; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

header {
padding: 25px 0;
}

header img {
width: 76vw;
}

header img:hover {
opacity: 0.8;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
text-align: left;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
width: 90%;
text-align: center;
margin: 0 auto;
padding: 40px 0 40px 0;
}

#intro h2 {
font-size: 1.6rem;
line-height: 2.2rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

#intro p {
text-align: left;
margin: 0 auto;
}

#intro p br {
display: none;
}

#intro ul {
width: 100%;
margin: 30px auto 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}

#intro li {
width: 46%;
margin: 0 auto;
}

#intro li img {
width: 100%;
}

#intro li img:hover {
opacity: 0.8;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

p {
font-size: 1.1rem;
line-height: 2.2rem;
}

article {
position: relative;
width: 100%;
padding: 0;
}

h4 {
font-size: 3rem;
line-height: 3rem;
font-weight: normal;
border-bottom: 1px solid #333;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
width: 100%;
margin: 10px auto 0 auto;
}

.product p {
text-align: right;
font-size: 1.2rem;
line-height: 2.4rem;
margin: 0 auto;
}

.product p span {
margin-left: 10px;
}

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
border-radius: 6px;
margin: 0 0 0 5px;
padding: 3px 10px 3px 10px;
}

.product p a:link, .product p a:visited {
color: #fff;
background: #e35c95;
}

.product p a:hover {
background: #e875a6;
}

.product .soon {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #fff;
margin: 0 0 0 5px;
padding: 2px 4px 1px 6px;
background: #ccc;
}

.product .soon:hover {
background: #ccc;
}

/* ----------------------------------------------------------------
city
----------------------------------------------------------------- */

.city {
background: #F0EEE9;
margin: 0 auto 0 auto;
padding: 40px 0;
}

.city .title {
position: relative;
width: 92%;
margin: 0 auto 30px auto;
}

.city .title h2 {
text-align: left;
position: relative;
width: 100%;
margin: 0;
}

.city .title h2 img {
width: 25%;
}

.city .title h2::after {
content: "";
display: inline-block;
position: absolute;
width: 65%;
height: 1px;
background: #35486e;
top: 50%;
left: 30%;
}

.city .title h3 {
text-align: right;
width: 100%;
line-height: 15px;
margin: 0;
}

.city .title h3 img {
width: 12%;
padding-top: 10px;
}

.city .title h3::after {
content: "";
display: inline-block;
position: absolute;
width: 1px;
height: 15px;
background: #35486e;
top: 32%;
left: 95%;
}

/* ----------------------------------------------------------------
workout
----------------------------------------------------------------- */

.workout {
background: #D6D3CD;
margin: 0 auto 0 auto;
padding: 40px 0;
}

.workout .title {
position: relative;
width: 90%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin: 0 auto 30px auto;
}

.workout .title h2 {
text-align: right;
position: relative;
width: 100%;
margin: 0;
}

.workout .title h2 img {
width: 60%;
}

.workout .title h2::after {
content: "";
display: inline-block;
position: absolute;
width: 30%;
height: 1px;
background: #A68B5B;
top: 50%;
left: 6%;
}

.workout .title h3 {
width: 100%;
line-height: 15px;
margin: 0;
}

.workout .title h3 img {
width: 12%;
padding-top: 10px;
}

.workout .title h3::after {
content: "";
display: inline-block;
position: absolute;
width: 1px;
height: 15px;
background: #A68B5B;
top: 32%;
left: 6%;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

.row1 {
width: 100%;
}

.row1 .left {
width: 90%;
margin: 0 auto 50px auto;
}

.row1 .left img {
width: 85%;
margin: 0 auto;
}

.row1 .right {
width: 85%;
margin: 0 5% 50px 10%;
}

.row1 h4 {
margin-bottom: 10px;
padding: 40px 0 20px 0;
}

.row2 {
width: 90%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto 50px auto;
}

.row2 .photo {
width: calc((100% - 10px)/2);
}

.row3 {
width: 80%;
margin: 0 auto;
}

.row4 {
width: 85%;
margin: 0 auto 50px auto;
}

.row5 {
width: 100%;
margin: 0 auto;
}

.row5 .left {
width: 80%;
margin: 0 15% 50px 5%;
}

.row5 .right {
width: 90%;
margin: 0 auto 50px auto;
}

.row5 .right img {
width: 85%;
margin: 0 8% 0 7%;
}

.row5 .right p:last-of-type {
margin-bottom: 40px;
}

.row5 h4 {
margin-bottom: 10px;
padding: 0 0 20px 0;
}

.row6 {
width: 90%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto 40px auto;
}

.row6 .photo {
width: calc((100% - 10px)/2);
}

.row7 {
width: 85%;
margin: 0 auto 50px auto;
}

.row7 h4 {
margin-bottom: 10px;
padding: 40px 0 20px 0;
}

.row7 .right {
width: 90%;
margin: 0 auto 50px auto;
}

.row7 .right img {
width: 85%;
margin: 0 8% 0 7%;
}

.row7 .left p:last-of-type {
margin-bottom: 40px;
}

.row7 h4 {
margin-bottom: 10px;
padding: 40px 0 20px 0;
}

.row8 {
width: 100%;
max-width: 1000px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto 50px auto;
}

.row8 .photo {
width: calc((100% - 20px)/3);
}

.row8 .product {
width: 90%;
}

.row9 {
width: 75%;
margin: 0 auto;
}

.row10 {
width: 85%;
margin: 0 auto 50px auto;
}

.row10 h4 {
margin-bottom: 10px;
padding: 40px 0 20px 0;
}

.row10 .right {
width: 90%;
margin: 0 auto 50px auto;
}

.row10 .right img {
width: 85%;
margin: 0 8% 0 7%;
}

.row10 .left p:last-of-type {
margin-bottom: 40px;
}

.row10 h4 {
margin-bottom: 10px;
padding: 40px 0 20px 0;
}

.row11 {
width: 100%;
margin: 0 auto;
}

.row11 .left {
width: 80%;
margin: 0 15% 50px 5%;
}

.row11 .right {
width: 90%;
margin: 0 auto 50px auto;
}

.row11 .right img {
width: 85%;
margin: 0 8% 0 7%;
}

.row11 .right p:last-of-type {
margin-bottom: 40px;
}

.row11 h4 {
margin-bottom: 10px;
padding: 0 0 20px 0;
}

.row12 {
width: 75%;
margin: 0 20% 40px 5%;
}

/* ----------------------------------------------------------------
profile
----------------------------------------------------------------- */

.profile {
width: 90%;
max-width: 1000px;
box-sizing: border-box;
background: #EFEFEF;
padding: 20px 30px;
margin: 0 auto;
}

.profile h2, .profile h3, .profile p {
text-align: left;
font-weight: normal;
font-size: 1.1rem;
line-height: 2rem;
}

/* ----------------------------------------------------------------
staff
----------------------------------------------------------------- */

article#staff {
text-align: center;
margin: 50px auto;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 70px auto 0 auto;
}

#footer-logo p {
margin: 0 auto;
}

#footer-logo img {
width: 160px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.7;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 20px 0 35px 0;
}

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transition: 2s ease;
}
.fadein.is-show {
opacity: 1;
}

.fadeindelay {
opacity: 0;
transition: 1.6s 0.8s ease;
}
.fadeindelay.is-show {
opacity: 1;
}
