/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    transform: translate3d(0, 120px, 0);
    -webkit-transform: translate3d(0, 120px, 0);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
/* =================
	all
================= */
img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}

.main-area .main-inner{
    width: 100%;
    max-width: none;
}

#natural{
    width: calc(750* (100vw / 750));
    margin: 0 auto;
    box-sizing: border-box;
    font-feature-settings: "palt";
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: 400;
    color: #333333;
    font-style: normal;
    overflow-y: auto;
    overflow-x: hidden;
}

#natural a{
    display: block;
}

.pc_only{
    display: none !important;
}

/* =================
	all
================= */

#natural .ttl{
    position: relative;
    font-size: calc(50* (100vw / 750));
    letter-spacing: 0.069em;
    margin-bottom: calc(100* (100vw / 750));
}

#natural .ttl::before{
    position: absolute;
    content: '';
    width: calc(655* (100vw / 750));
    height: 1px;
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    left: 0;
    padding-bottom: calc(125* (100vw / 750));
}

#natural .hair_txt li::before{
    position: absolute;
    content: '';
    width: calc(26* (100vw / 750));
    height: calc(26* (100vw / 750));
    background-color: #d6e3ea;
    top: calc(13* (100vw / 750));
    left: calc(-55* (100vw / 750));
}

#natural .txt{
    font-size: calc(24* (100vw / 750));
    letter-spacing: -0.01em;
    line-height: 1.75;
    margin-bottom: calc(109* (100vw / 750));
    font-family: 'Sawarabi Gothic', sans-serif;
}

#natural .imgbox>a{
    width: calc(562* (100vw / 750));
    margin-bottom: calc(15* (100vw / 750));
	margin-left: auto;
}

#natural .price{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: calc(20* (100vw / 750));
    font-feature-settings: normal;
    color: #848484;
}

#natural .price a{
    margin-bottom: calc(49* (100vw / 750));
}

#natural .btn{
    width: calc(562* (100vw / 750));
    margin: 0 auto;
}

#natural .hair_txt{
    width: calc(604* (100vw / 750));
    margin-left: calc(101* (100vw / 750));
    margin-bottom: calc(168* (100vw / 750));
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: calc(28* (100vw / 750));
    letter-spacing: 0.06em;
    line-height: 1.92;
    font-feature-settings: "palt";
}

#natural .hair .ttl{
    text-align: center;
    margin-bottom: calc(91* (100vw / 750));
}

#natural .hair .ttl::before{
    left: 50%;
    transform: translateX(-50%);
}

#natural .hair_txt li{
    position: relative;
    margin-bottom: calc(25* (100vw / 750));
}
/* =================
	ai_box
================= */

.natural_all{
    width: calc(750* (100vw / 750));
    margin: calc(108* (100vw / 750)) auto;
}

.natural_all .result{
    width: calc(204* (100vw / 750));
    margin: 0 auto calc(78* (100vw / 750));
}

.natural_all .ai_box{
    position: relative;
    width: calc(675* (100vw / 750));
    margin-left: calc(31* (100vw / 750));
    margin-bottom: calc(188* (100vw / 750));
    box-sizing: border-box;
    background-color: #fff;
    border: calc(4* (100vw / 750)) solid #d6e3ea;
}

.natural_all .ai_box::before{
    position: absolute;
    content: '';
    background-color: #d6e3ea;
    width: calc(675* (100vw / 750));
    height: calc(1465* (100vw / 750));
    top: calc(11* (100vw / 750));
    left: calc(8* (100vw / 750));
    z-index: -1;
    
}

.natural_all .ai_box_inner{
    width: calc(580* (100vw / 750));
    margin: 0 auto;
}

.natural_all .ai_box_inner .ai_img{
    width: calc(490* (100vw / 750));
    margin: 0 auto calc(38* (100vw / 750));
}

.natural_all .type{
    font-family: 'Sawarabi Gothic', sans-serif;
    position: relative;
    text-align: center;
    font-size: calc(30* (100vw / 750));
    letter-spacing: 0.08em;
    margin: calc(71* (100vw / 750)) auto calc(99* (100vw / 750));
    font-feature-settings: normal;
}

.natural_all .type::before{
    position: absolute;
    content: '';
    width: calc(580* (100vw / 750));
    height: calc(4* (100vw / 750));
    background-color: #d6e3ea;
    bottom: calc(-49* (100vw / 750));
    left: 0;
}

.natural_all .type span{
    width: calc(430* (100vw / 750));
    display: block;
    margin: calc(22*(100vw/750)) auto 0;
}

.natural_all .ai_box .txtbox{
    width: calc(580* (100vw / 750));
}

.natural_all .ai_box .txtbox .txt{
    margin-bottom: calc(109* (100vw / 750));
}

/* =================
	outer
================= */
.natural_all .outer{
    width: calc(750* (100vw / 750));
    margin-bottom: calc(171* (100vw / 750));
}

#natural .outer .ttl{
	text-align: center;
}

#natural .outer .ttl::before{
    width: calc(660* (100vw / 750));
    left: 50%;
	transform: translateX(-50%);
    bottom: calc(-20* (100vw / 750));
}

.natural_all .outer .imgbox{
    width: calc(660* (100vw / 750));
	margin-left: auto;
	margin-right: auto;
}

.natural_all .outer .imgbox a{
	margin-left: auto;
	margin-right: auto;
}

#natural .outer .price a{
    width: calc(562* (100vw / 750));
	margin-left: auto;
	margin-right: auto;
    text-align: right;
}

.natural_all .outer .txtbox p{
    width: calc(665* (100vw / 750));
    margin-left: auto;
	margin-right: auto;
}

#natural .outer .txt{
    margin-bottom: calc(70* (100vw / 750));
}

/* =================
	tops
================= */
.natural_all .tops{
    width: calc(750* (100vw / 750));
    margin-bottom: calc(174* (100vw / 750));
}

.natural_all .tops .txtbox{
    z-index: 10;
    position: relative;
}

#natural .tops .ttl{
    margin-bottom: calc(93* (100vw / 750));
	padding-left: calc(30*(100vw/750));
}

#natural .tops .ttl::before{
    width: calc(660* (100vw / 750));
}

.natural_all .tops .txt{
    width: calc(632* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
}

.natural_all .tops .imgbox{
    margin-top: calc(-170* (100vw / 750));
}

#natural .tops .imgbox>a{
    width: calc(660* (100vw / 750));
}

#natural .tops .imgbox .price a{
    margin-bottom: calc(77* (100vw / 750));
    padding-right: calc(10* (100vw / 750));
	text-align: right;
}

/* =================
	skirt
================= */
.natural_all .skirt{
    width: calc(750* (100vw / 750));
    margin-bottom: calc(175* (100vw / 750));
}

#natural .skirt .ttl{
    text-align: right;
	padding-right: calc(30*(100vw/750));
    margin-bottom: calc(103* (100vw / 750));
}

#natural .skirt .ttl::before{
    left: auto;
	right: 0px;
	width: calc(600*(100vw/750));
}

#natural .skirt .imgbox>a {
    width: calc(690* (100vw / 750));
    margin: 0 0 calc(15* (100vw / 750));
}

#natural .skirt .imgbox .price a{
    text-align: left;
    padding-left: calc(10* (100vw / 750));
    margin-bottom: calc(47* (100vw / 750));
}

#natural .skirt .txt{
    width: calc(580* (100vw / 750));
    margin: 0 calc(30*(100vw/750)) calc(74* (100vw / 750)) auto;
}

/* =================
	pants
================= */
.natural_all .pants{
    display: flex;
    flex-wrap: wrap-reverse;
    margin-bottom: calc(173* (100vw / 750));
}

.natural_all .pants .txtbox{
    width: calc(750* (100vw / 750));
}

#natural .pants .ttl{
    margin-left: calc(32* (100vw / 750));
}

#natural .pants .ttl::before{
    width: calc(665* (100vw / 750));
    left: calc(-41* (100vw / 750));
    bottom: calc(-20* (100vw / 750));
}

.natural_all .pants .imgbox{
    width: calc(750* (100vw / 750));
}

#natural .natural_all .pants .imgbox a{
    width: calc(660* (100vw / 750));
    margin-left: auto;
}

#natural .pants .price a{
    text-align: right;
    padding-right: calc(15* (100vw / 750));
}

#natural .natural_all .pants .txt{
    width: calc(650* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
    margin-bottom: calc(67* (100vw / 750));
}

/* =================
	onepiece
================= */
.natural_all .onepiece{
    width: calc(750* (100vw / 750));
    margin-bottom: calc(200* (100vw / 750));
}

#natural .onepiece .imgbox>a{
    width: 100%;
}

#natural .onepiece .ttl{
    text-align: center;
    margin-bottom: calc(102* (100vw / 750));
}

#natural .onepiece .ttl::before{
    width: calc(660* (100vw / 750));
	left: 50%;
	transform: translateX(-50%);
}

#natural .natural_all .onepiece .txt{
    width: calc(660* (100vw / 750));
    margin-left: auto;
	margin-right: auto;
    margin-bottom: calc(68* (100vw / 750));
}

#natural .onepiece .imgbox .price a{
    margin-bottom: calc(45* (100vw / 750));
    padding-right: calc(10* (100vw / 750));
	text-align: right;
}

/* =================
	btn
================= */
#natural .product_nt{
    width: calc(690* (100vw / 750));
    margin: 0 auto calc(131* (100vw / 750));
}

#natural .product_st{
    width: calc(620* (100vw / 750));
    margin: 0 auto calc(27* (100vw / 750));
}

#natural .product_wv{
    width: calc(620* (100vw / 750));
    margin: 0 auto calc(202* (100vw / 750));
}