@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
/* =================
	all
================= */
img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}
.main-area .main-inner{
    width: 100%;
    max-width: none;
}
#at_1119{
    width: calc( 750 * (100vw / 750));
    margin: 0 auto;
    font-feature-settings: "palt";
    box-sizing: border-box;
    font-family: "Hiragino Sans",Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
	color: #1a1a1a;
}
#at_1119 h2,#at_1119 h3{
    letter-spacing: 0.2em;
}
#at_1119 h2{
    font-size: calc( 40 * (100vw / 750));
}
#at_1119 h3{
    text-align: center;
    font-size: calc( 40 * (100vw / 750));
}
.price{
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.07em;
    line-height: 1.5;
    display: block;
    font-family: arboria,sans-serif;
    font-weight: 700;
    font-style: normal;
}
#at_1119 ::before{
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #f4eed4;
}
.pc_only{
    display: none !important;
}
/* =================
	ttl
================= */
#at_1119 .top_area{
    margin-bottom: calc( 275 * (100vw / 750));
}
#at_1119 .top_area h2{
    position: relative;
    text-align: center;
    line-height: 1.8;
    margin-top: calc( 90 * (100vw / 750));
    margin-bottom: calc( 73 * (100vw / 750));
	font-size: calc( 42 * (100vw / 750));
}
#at_1119 .top_area h2::before{
    width: calc( 215 * (100vw / 750));
    height: calc( 25 * (100vw / 750));
    top: 28%;
    left: 36%;
}
#at_1119 .top_area h2 .top_bk::before{
    width: calc( 493 * (100vw / 750));
    height: calc( 25 * (100vw / 750));
    top: 80%;
    left: calc( 124 * (100vw / 750));
}
#at_1119 .top_area .ttlbox{
    position: relative;
    width: calc( 750 * (100vw / 750));
    margin-bottom: calc( 137 * (100vw / 750));
}
#at_1119 .top_area .ttlbox::before{
    width: calc( 750 * (100vw / 750));
    height: calc( 1390 * (100vw / 750));
    background-color: #ebf3f7;
    top: 0;
    left: 0;
    z-index: -10;
}
#at_1119 .top_area .ttlbox .ttl{
    font-family: arboria, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-align: center;
    font-size: calc( 54 * (100vw / 750));
    letter-spacing: 0.07em;
    line-height: 1.5;
    padding-top: calc( 80 * (100vw / 750));
    margin-bottom: calc( 75 * (100vw / 750));
}
#at_1119 .top_area .ttlbox .ttl .bk{
    position: absolute;
    width: calc( 320 * (100vw / 750));
    top: calc( 10 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#at_1119 .top_area .ttlbox .ttl ._01{
    font-size: calc( 34 * (100vw / 750));
    letter-spacing: 0.08em;
}
#at_1119 .top_area .ttlbox .imgbox{
    width: calc( 450 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 47 * (100vw / 750));
}
#at_1119 .top_area .ttlbox .txt{
    text-align: center;
    font-size: calc( 26 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1.93;
    padding-bottom: calc( 119 * (100vw / 750));
}
#at_1119 .top_area .crbox{
    margin-bottom: calc( 168 * (100vw / 750));
}
#at_1119 .top_area .crbox h3{
    position: relative;
    margin-bottom: calc( 83 * (100vw / 750));
}
#at_1119 .top_area .crbox h3::before{
    width: calc( 293 * (100vw / 750));
    height: calc( 24 * (100vw / 750));
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
}
#at_1119 .top_area .crbox .color{
    width: calc( 551 * (100vw / 750));
    margin: 0 auto;
}
#at_1119 .top_area .cbbox{
    position: relative;
    width: calc( 750 * (100vw / 750));
    margin-bottom: calc( 162 * (100vw / 750));
}
#at_1119 .top_area .cbbox::before{
    width: calc( 750 * (100vw / 750));
    height: calc( 400 * (100vw / 750));
    background-color: #fcfaf5;
    top: calc( -5 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}
#at_1119 .top_area .cbbox h3{
    position: relative;
    padding-top: calc( 100 * (100vw / 750));
    letter-spacing: 0.2em;
}
#at_1119 .top_area .cbbox h3::before{
    width: calc( 551 * (100vw / 750));
    height: calc( 24 * (100vw / 750));
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
}
#at_1119 .top_area .cbbox .cb{
    text-align: center;
    font-size: calc( 30 * (100vw / 750));
    letter-spacing: 0.14em;
    padding-top: calc( 59 * (100vw / 750));
}
/* =================
	sec1
================= */
#at_1119 .cnt_area h2{
    text-align: center;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1.85;
    margin-bottom: calc( 167 * (100vw / 750));
}
#at_1119 .cnt_area h2::before{
    width: calc( 547 * (100vw / 750));
    height: calc( 24 * (100vw / 750));
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
}
#at_1119 .cnt_area .cnt_bk{
    position: relative;
}
#at_1119 .cnt_area .cnt_bk::before{
    width: calc( 320 * (100vw / 750));
    height: calc( 24 * (100vw / 750));
    top: 60%;
    left: 48%;
    transform: translateX(-50%);
}
/* #at_1119 .sec1 */
#at_1119 .sec1{
    margin-bottom: calc( 129 * (100vw / 750));
}
#at_1119 .sec1 .imgbox{
    position: relative;
    margin-bottom: calc( 50 * (100vw / 750));
}
#at_1119 .sec1 .imgbox .sub_ttl{
    position: absolute;
    top: calc( -76 * (100vw / 750));
    right: calc( 45 * (100vw / 750));
    text-align: right;
}
#at_1119 .imgbox .sub_ttl .st{
    font-family: arboria,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc( 28 * (100vw / 750));
    letter-spacing: 0.07em;
}
#at_1119 .imgbox .sub_ttl p{
    font-size: calc( 36 * (100vw / 750));
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: calc( 15 * (100vw / 750));
    margin-left: calc( 3 * (100vw / 750));
}
#at_1119 .sec1 .imgbox .model{
    width: calc( 563 * (100vw / 750));
    margin-left: calc( 50 * (100vw / 750));
}
#at_1119 .sec1 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#at_1119 .sec1 .txtbox .model{
    width: calc( 489 * (100vw / 750));
    margin-left: calc( 165 * (100vw / 750));
    margin-bottom: calc( 45 * (100vw / 750));
}
#at_1119 .txtbox .txt{
    margin-bottom: calc( 25 * (100vw / 750));
}
#at_1119 .txtbox{
    width: calc( 655 * (100vw / 750));
    font-size: calc( 24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.1em;
    margin-left: calc( 51 * (100vw / 750));
	text-align: justify;
	font-feature-settings: "pkna";
}
/* =================
	sec2
================= */
#at_1119 .sec2{
    margin-bottom: calc( 134 * (100vw / 750));
}
#at_1119 .sec2 .flexbox{
    display: flex;
    flex-wrap: wrap;
}
#at_1119 .sec2 .imgbox{
    display: flex;
    flex-direction: row-reverse;
    width: calc( 660 * (100vw / 750));
    margin-bottom: calc( 61 * (100vw / 750));
    margin-left: calc( 50 * (100vw / 750));
    position: relative;
}
#at_1119 .sec2 .imgbox a{
    width: calc( 412 * (100vw / 750));
}
#at_1119 .sec2 .imgbox .sub_ttl{
    position: absolute;
    left: 0;
    margin-top: calc( 184 * (100vw / 750));
}
#at_1119　.sec2 .imgbox .sub_ttl p{
    margin-top: calc( 15 * (100vw / 750));
    margin-left: calc( 5 * (100vw / 750));
}
#at_1119　.imgbox .sub_ttl p{
    margin-left: 0;
}
#at_1119 .sec2 .txtbox .txt{
    margin-bottom: calc( 27 * (100vw / 750));
}
/* =================
	sec3
================= */
#at_1119 .sec3{
    margin-bottom: calc( 120 * (100vw / 750));
}
#at_1119 .sec3 .flexbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#at_1119 .sec3 .imgbox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: calc( 630 * (100vw / 750));
    margin-bottom: calc( 31 * (100vw / 750));
    margin-left: calc( 45 * (100vw / 750));
}
#at_1119 .sec3 .imgbox a{
    width: calc( 412 * (100vw / 750));
}
#at_1119 .sec3 .imgbox .sub_ttl{
    margin-top: calc( 175 * (100vw / 750));
}
#at_1119 .imgbox .sub_ttl p{
    margin-left: 0;
}
#at_1119 .sec3 .txt{
	letter-spacing: 0.1em;
    margin-bottom: calc( 27 * (100vw / 750));
}
/* =================
	sec4
================= */
#at_1119 .sec4{
    margin-bottom: calc( 147 * (100vw / 750));
}
#at_1119 .sec4 .flexbox{
    display: flex;
    flex-wrap: wrap;
}
#at_1119 .sec4 .imgbox{
    display: flex;
    flex-direction: row-reverse;
    width: calc( 660 * (100vw / 750));
    margin-bottom: calc( 46 * (100vw / 750));
    margin-left: calc( 50 * (100vw / 750));
}
#at_1119 .sec4 .imgbox a{
    width: calc( 412 * (100vw / 750));
}
#at_1119 .sec4 .imgbox .sub_ttl{
    width: calc( 260 * (100vw / 750));
    margin-top: calc( 187 * (100vw / 750));
    position: absolute;
    top: 0;
    left: calc( 50 * (100vw / 750));
}
#at_1119 .sec4 .imgbox .sub_ttl p{
    margin-top: calc( 20 * (100vw / 750));
}
#at_1119 .sec4 .txtbox .txt{
    margin-bottom: calc( 26 * (100vw / 750));
}
/* =================
	recommend
================= */
#at_1119 .recommend{
    width: calc( 710 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 158 * (100vw / 750));
}
#at_1119 .recommend h3{
    text-align: center;
    margin-bottom: calc( 66 * (100vw / 750));
    position: relative;
}
#at_1119 .recommend h3::before{
    width: calc( 509 * (100vw / 750));
    height: calc( 25 * (100vw / 750));
    top: calc( 36 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
}
#at_1119 .recommend .flexbox{
    display: flex;
    justify-content: space-between;
}
#at_1119 .recommend .flexbox._01{
    margin-bottom: calc( 65 * (100vw / 750));
}
#at_1119 .recommend .flexbox._02{
    margin-bottom: calc( 103 * (100vw / 750));
}
#at_1119 .recommend .flexbox._01 .clothes._02 .price{
    letter-spacing: 0.09em;
}
#at_1119 .recommend .flexbox li{
    width: calc( 220 * (100vw / 750));
}
#at_1119 .recommend figure{
    margin-bottom: calc( 30 * (100vw / 750));
}
#at_1119 .recommend .price{
    font-size: calc( 20 * (100vw / 750));
    text-align: center;
    line-height: 1.4;
    font-family: "Hiragino Sans",Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
	letter-spacing: 0.1em;
}
#at_1119 .recommend .more{
    width: calc( 370 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 158 * (100vw / 750));
}
/* =================
	profile box
================= */
#at_1119 .profile{
    width: calc( 750 * (100vw / 750));
    position: relative;
}
#at_1119 .profile::before{
    background-color: #fcfaf5;
    width: calc( 750 * (100vw / 750));
    height: calc( 994 * (100vw / 750));
    top: 0;
    left: 0;
    z-index: -1;
}
#at_1119 .profile figure{
    width: calc( 261 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 61 * (100vw / 750));
    padding-top: calc( 74 * (100vw / 750));
}
#at_1119 .explan{
    text-align: center;
}
#at_1119 .explan .name{
    font-size: calc( 34 * (100vw / 750));
    letter-spacing: 0.08em;
    margin-bottom: calc( 27 * (100vw / 750));
}
#at_1119 .explan .name span{
    letter-spacing: 0.18em;
}
#at_1119 .explan .detail{
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: calc( 251 * (100vw / 750));
}
/* =================
	bnt
================= */
#at_1119 .btnbox{
    margin-bottom: calc( 202 * (100vw / 750));
}
#at_1119 .sp_btn,#at_1119 .sm_btn,#at_1119 .wt_btn{
    width: calc( 675 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 51 * (100vw / 750));
}
#at_1119 .wt_btn{
    margin-bottom: calc( 118 * (100vw / 750));
}
#at_1119 .btnbox .all{
    width: calc( 537 * (100vw / 750));
    margin: 0 auto;
}
