﻿

@charset "utf-8";
/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
#wrap{  width: 100%; position: relative; }

/* 공통 */
.only_mo{display:none}
.point{color: #d9156b !important;}
.pointver2{color: #ffe9bb !important;}
.pointver3{color: #ffFFFF !important;}
.pointver4{color: #ffFFFF; font-family: 'SCDream3';}
.bold{font-weight: bold;}
.cf:after{content:''; display:block; clear:both;}
.inner{max-width:1000px; width:calc(100% - 30px ) ;height:100%;margin:0 auto;padding-bottom: 5px;}
.header.fixed{position:fixed; z-index:999;}
.section.fixed{padding-top:62px;}
.font_1{font-family: 'SCDream1';}
.font_2{font-family: 'SCDream2';}
.font_3{font-family: 'SCDream3';}
.font_4{font-family: 'SCDream4';}
.font_5{font-family: 'SCDream5';}
.font_6{font-family: 'SCDream6';}
.font_7{font-family: 'SCDream7';}
.font_8{font-family: 'SCDream8';}
.font_9{font-family: 'SCDream9';}
.section > .banner_1 sup{font-size:13px;font-style: normal;display: inline-block;position: relative;top: 0;}
.section > .banner_1 .text sup{font-size:8px;font-style: normal;display: inline-block;position: relative;top: -2px;}
sup{font-size:13px;font-style: normal;display: inline-block;position: relative;top: -10px;}
.section sup{font-size:11px;font-style: normal;display: inline-block;position: relative;top: -10px;}
.section p > sup{font-size:11px;font-style: normal;display: inline-blocks;position: relative;top: -4px;}
/* header */



.header{width: 100%;height: 62px;background: #fff;border-bottom: 1px solid #dedede;}
.header .inner{max-width: 1030px; margin: 0 auto; height: 100%; display: flex;}
.header .inner > .logo{height: 100%;line-height: 69px;position: relative;z-index: 9999; margin-right: auto;}
.header .inner > .logo h1{ display: block; width: 100%; height: 100%; cursor:pointer;}
/* .header .inner > .logo h1 img{width:109px;} */
.header .inner > .menu{ display: flex;}
.header .inner > .menu li{  font-size: 16px; line-height: 62px; color: #444; padding: 0 20px; font-weight: 500; cursor: pointer; letter-spacing: -1px;}
.header .inner > .menu li span{ color: #e00f61; padding: 0 5px; }

.header .inner > .ham_menu{display:none;height: 100%;}
.header .inner > .ham_menu .ham{background: url(../images/ham_menu.png) no-repeat;background-size: contain;width: 40px;height: 40px;margin-top: 12px;position: relative;z-index: 9999; cursor: pointer;}
.header .inner > .ham_menu .ham.on{background: url(../images/ham_menu_close.png) no-repeat;background-size: contain;}
.header .inner > .ham_menu > ul{display:none;background-size: contain;width: 100%;height: 100%;margin-top: 12px;position: fixed;right: 0;top:0;background: #fff;z-index: 999;padding-top: 80px;opacity: 0;transition: all 0.6s;}
.header .inner > .ham_menu > ul li{float: left;font-size: 20px;line-height: 50px;color: #444;padding: 0 20px;font-weight: 500;cursor: pointer;float: none;width: 100%;text-align: center;margin-bottom: 17px;}
.header .inner > .ham_menu > ul li span{ color: #e00f61; padding: 0 5px; }
.header .inner > .ham_menu > ul li.ham_footer{font-size: 12px;width: 100%;position: absolute;left: 0;margin-top: 20px;color: #888888;}
.header .inner > .ham_menu > ul li.ham_logo{margin-top: 80px;}
.header .inner > .ham_menu > ul li.ham_logo img{ width: 142px; }

/* banner1 */

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff2') format('woff2'),
       url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 500;
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff2') format('woff2'),
       url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff2') format('woff2'),
       url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}


.gmarket-light {
  font-family: 'Gmarket Sans', sans-serif;
  font-weight: 300;
}


.gmarket-medium {
  font-family: 'Gmarket Sans', sans-serif;
  font-weight: 500;
}

.gmarket-bold {
  font-family: 'Gmarket Sans', sans-serif;
  font-weight: 700;
}


.main_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;

}

.main_tit > * {
    display: block;
    line-height: 1;
    
}
.main_tit h3 {
  font-size: 31px;
  line-height: 1.2;
  display: inline-block;
  color: #000;
}

.main_tit h3 span {
    color:#FF8278 ;
}


.main_tit h3 span.line img {
  vertical-align: middle;     
}


.main_tit h2 {
    font-size: 58px;
    color: #000;
    margin-top: 16px;
}


.main_tit h2 span.logo img  {
  vertical-align: top;  

  
}


.main_tit span.ps {
    display: block;
    margin-top:10px;
    color: #FF8278;
    margin-left: 365px;
    font-size: 14px;
    font-weight: 300;
}



.section > .banner_1 {
    background: url(../images/bg_pc.jpg) no-repeat center / cover;
    width: 100%;
    padding-bottom: 30px ;
}
.section > .banner_1 > div {
    max-width: 1125px;
    width: calc(100% - 30px);
    
}
.section > .banner_1 .item_wrap {
    display: flex;
    margin-top: 32px;
}
.section > .banner_1 .item_wrap li {
   margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.section > .banner_1 .item_wrap li.pink {
    align-items: flex-end;
}

.section > .banner_1 .item_wrap li .img_box {
    min-height: 242px;
    
}
.section > .banner_1 .item_wrap li.pink .txt_area {
    text-align: right;
}
.section > .banner_1 .item_wrap li .txt_area {
    font-size:18px ;
    color: #000;
    line-height: 1.57;
    text-align: left;
}

.section > .banner_1 .item_wrap li.pink span {
    color:#FF8278 ;
}

.section > .banner_1 .main_txt {
    font-size:9px ;
    color: #d58681;
    line-height: 1.7;
    text-align: right;
    margin-top: 20px;
    margin-right: 40px;
    font-weight: 100;
    letter-spacing:-0.045em;
    word-break: keep-all;
}



/* content_1 */
.content_1  {
    padding: 190px 0;
}
.content_1 .title {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.content_1 .title p {
    font-size: 35px;
    display: block;
    line-height: 1.53;
}
.content_1 .title p .pink {
    color: #f38b83;
    position: relative;
}
.content_1 .title p .pink::after {
    content: '(에스트로겐 함량 0.02mg)';
    display: block;
    position: absolute;
    top: -10px; left: 15%;
    font-size: 8px;
    color: #454545;
    width: 100%;
}

.content_1 .item_area > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_1 .item_area + .item_area  {
    margin-top: 40px;
}
.content_1 .item_area .cont_area strong{
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
.content_1 .item_area .cont_area  {
    width: 50%;
    padding-left: 90px;
    box-sizing: border-box;
}
.content_1 .item_area .cont_area .img_box {
    width: 50%;
}
.content_1 .item_area .cont_area > div + div {
    margin-top: 30px;
}
.content_1 .item_area .cont_area > div  p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 8px;
}
.content_1 .item_area .cont_area > div span {
    font-size:20px ;
    color:#787878 ;
    display: block;
    line-height: 1.5;
}
.content_1 .item_area .cont_area .small {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
}
.content_1 .item_area .blue_cont {
    flex-direction: row-reverse;

}
.content_1 .item_area .blue_cont .cont_area {
    text-align: right;
    padding-right: 68px;
    padding-left: 0;
}
.content_1 .store_wrap {
    margin-top:80px ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_1 .store {
    display: flex;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 0 20px 0 35px ;
    align-items: center;
    justify-content: space-between;
    line-height:60px ;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}
.content_1 .store span {
    font-size: 18px;
    font-weight: 500;
    color:#272727 ;
}
.content_1 .store .logo_wrap {
    display: flex;
}



/* content_2 */
.content_2{ height: 840px; width: 100%; }
.content_2 .content_bg{ width: 100%; height: 494px; position: absolute; left: 0; background: url(../images/youtube_bg.png) no-repeat center; }
.content_2 .title{ position: relative; width: 100%; text-align: center; padding-top: 100px; font-size: 40px; letter-spacing:-1px }
.content_2 .title p:first-child{ font-size: 40px; margin-bottom: 35px; }
.content_2 .title p.text{ font-size: 24px; font-weight: 400; word-break: keep-all;}
.content_2 .title span.ps {
    font-size: 10px;
    margin-left: 330px;
    margin-bottom: 40px; 
    display: block;
}


.content_2 .title p .pink {
    color:#f38b83 ;
}
.content_2 .video{width:790px;height: 440px;background: #3d3d3d;position: relative;margin: 0 auto;}

/* content_3 */
.content_3{width: 100%;position: relative;background-color:#f8f8f8;}
.content_3 .title{ position: relative; width: 100%; text-align: center; padding-top: 100px; font-size: 40px; background: #ffffff; letter-spacing:-2px}
.content .inner{}
.content .inner .tabs{padding-top: 36px;position: relative; letter-spacing:-1px}
.content .inner .tabs .tab_p{width: 100%;height: 80px;margin:0 auto;position: relative;margin-bottom: 30px;}
.content .inner .tabs > div{display:none;}
.content .inner .tabs > div.on{display:block;}
.content .inner .tabs > div.tab_p{display:block;}
.content .inner .tabs .tab_p p{position: absolute;bottom: 0;right: 0;font-size: 14px;color: #393939;font-weight: 300;text-align: right;line-height: 160%; top:10px;}
.content_3 .title p:first-child{ font-size: 40px; margin-bottom: 42px; font-weight: 500; }
.content_3 .title p:last-child{ font-size: 24px; padding-bottom: 77px; line-height: 160%; }
.content_3 .tab_menu_bg{position: absolute;left: 0;width: 100%;height: calc(100% - 323px);line-height: 60px;border-top: 1px solid #b3b3b3;background-color: #f8f8f8;/* z-index: 1; */}
.content_3 .tab_menu{width: 1000px;margin: 0 auto;height: 100%;z-index: 5;position: relative;}
.content_3 .tab_menu li{ float: left; width: 33.33333%; text-align: center; font-size: 20px; color: #272727; border-bottom: 3px solid #c7c7c7; cursor: pointer; }
.content_3 .tab_menu li.on{color: #d9156b; border-bottom: 3px solid #d9156b; }
.content_3 .tab_menu li:hover{color: #d9156b; border-bottom: 3px solid #d9156b; }
.content_3 .tab_menu_bg_cl{width: 100%; position: absolute; height: 60px; background: #fff; top: 0;}
.content_3 .tab{padding-top: 60px;position: absolute;width: 100%;padding-bottom: 114px;left: 0;background: #f8f8f8;height: 100%;}
.content_3 .tab_title{ margin-top: 116px; font-size: 27px; text-align: center; font-weight: 500; margin-bottom: 50px; }

/* tab_1 */
.content_3 .tab_1{width: 1000px;margin: 0 auto;height: 752px;position: relative;}
.content_3 .tab_1 > ul{ position: relative; width: 100%; height: 105px; margin-bottom: 47px; }
.content_3 .tab_1 > ul li{ float: left; width: 336px; height: 105px; position: absolute; left: 10px; display: table; }
.content_3 .tab_1 > ul li:nth-child(1){ background: url(../images/tab_1_1_bg.png) no-repeat center; }
.content_3 .tab_1 > ul li:nth-child(2){ background: url(../images/tab_1_2_bg.png) no-repeat center; left: 333px; }
.content_3 .tab_1 > ul li:nth-child(3){ background: url(../images/tab_1_3_bg.png) no-repeat center; left: 652px; }
.content_3 .tab_1 > ul li p{font-size:14px;display: table-cell;vertical-align: middle;text-align: center;color: #393939;font-weight: 400;line-height: 130%;}
.content_3 .tab_1 > ul li p span{font-size:18px;font-weight: 500;display: inline-block;margin-bottom: 10px;}
.content_3 .tab_1 > ul li p span.small{font-size:11px;color: #393939;font-weight: 300;display: inline;}
.content_3 .tab_1 > .content{width: 870px;margin: 0 auto;}
.content_3 .tab_1 > .img_position{position: absolute;bottom: -167px;left: -358px;}

/* tab_2 */
.content_3 .tab_2{width: 1000px;margin: 0 auto;height: 752px;}
.content_3 .tab_2 > ul{ width: 100%; height: 110px; background: #fff; border-radius: 70px; border: 1px solid #e4e4e4; margin-bottom: 28.5px; padding: 14px; }
.content_3 .tab_2 hr{ width: 100%; border: 1px dashed #777777; margin-bottom: 28.5px; }
.content_3 .tab_2 > ul li{ float: left; height: 100%; }
.content_3 .tab_2 > ul li:first-child{ width: 84px; border-radius: 84px; }
.content_3 .tab_2 > ul li:last-child{ width: calc( 100% - 86px); display: table; padding-left: 52px; }
.content_3 .tab_2 > ul li.ic_li img{ position: absolute; top: calc( 50% - 28px); left: calc( 50% - 27.5px); }
.content_3 .tab_2 > ul li:last-child p.text_2{display:none;}
.content_3 .tab_2 ul.tab_2_ul_1 li.ic_li{ background: #71bbc8; position: relative; }
.content_3 .tab_2 ul.tab_2_ul_2 li.ic_li{ position: relative; background: #ea8ca9; }
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p{display: table-cell;vertical-align: middle;font-size: 18px;color: #787878;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p.text{display: table-cell;vertical-align: middle;font-size: 19px;color: #787878;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p.text_2{display:none;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p > span{color: #222;display: inline-block;margin-bottom: 9px;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p > span > span{color: #d9156b;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p{display: table-cell;vertical-align: middle;font-size: 19px;color: #222;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p.text_2{display:none;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p > span{color: #d9156b;}
.content_3 .tab_2 .table{ width: 100%; height: 315px; background: #fff; border: 1px solid #e4e4e4; }
.content_3 .tab_2 .table_2{display:none;}
.content_3 .tab_2 .table ul{ height: 88px; /* border-bottom: 1px dashed #e4e4e4; */border-bottom:none }
.content_3 .tab_2 .table ul li{ float: left; height: 100%; }
.content_3 .tab_2 .table ul li:nth-child(1){ width: 176px; height: 100%; background: #ea8ca9; color: #fff; font-size: 18px; text-align: center; padding-left: 30px; }
.content_3 .tab_2 .table ul li:nth-child(2){ width: 345px; font-size: 14px; color: #787878; line-height: 160%; padding: 18px 0 18px 25px; }
.content_3 .tab_2 .table ul li:nth-child(3){ width: 476px; font-size: 14px; color: #787878; line-height: 160%; padding: 18px 0 18px 25px; }
.content_3 .tab_2 .table ul.tr1 li:nth-child(1){ background: #ea8ca9 url(../images/ic_tab2_1.png) no-repeat   28px center; line-height: 87px; }
.content_3 .tab_2 .table ul.tr2 li:nth-child(1){ background: #d96488 url(../images/ic_tab2_2.png) no-repeat   28px center; line-height: 87px; }
.content_3 .tab_2 .table ul.tr3 li:nth-child(1){background: #c6446c url(../images/ic_tab2_3.png) no-repeat   28px center;line-height: 136px;} 

.content_3 .tab_2 .table ul.tr3{ height: 137px; } 
.content_3 .tab_2 .table ul.tr3 li span{ color: #b8b8b8; font-size: 11.7px; padding-left: 19px; display: block; padding-top: 12px; }
.content_3 .tab_2 .table ul.tr3 li:nth-child(1){}
/* tab_3 */
.content_3 .tab_3{width: 1000px;margin: 0 auto;/* height: 752px; */}
.content_3 .tab_3 > ul{ width: 100%; height: 180px; background: #fff; margin-bottom: 40px; border: 1px solid #e4e4e4; } 
.content_3 .tab_3 > ul li{ float: left; height: 100%; }
.content_3 .tab_3 > ul li.left_li{ width: 250px; text-align: center; font-size: 21.6px; line-height: 120%; color: #fff; }
.content_3 .tab_3 > ul li.left_li p{ width: 100%; height: 100%; padding-top: 22px; }
.content_3 .tab_3 > ul li.right_li{width: calc( 100% - 251px );display: table;padding-left: 25px;}
.content_3 .tab_3 > ul li.right_li p{display: table-cell;vertical-align: middle;font-size: 17px;line-height: 170%;color: #272727;}
.content_3 .tab_3 > ul.tab_3_ul_1 li.left_li p img{ margin-bottom: 5px; }
.content_3 .tab_3 > ul.tab_3_ul_2 li.left_li p img{ margin-bottom: 5px; }
.content_3 .tab_3 > ul.tab_3_ul_3 li.left_li p img{ margin-bottom: 5px; }
.content_3 .tab_3 > ul.tab_3_ul_1 li.left_li p{ padding-top: 33px; }
.content_3 .tab_3 > ul.tab_3_ul_1 li.left_li{ background: #a0dfd2; }
.content_3 .tab_3 > ul.tab_3_ul_2 li.left_li{ background: #ecbbcc; }
.content_3 .tab_3 > ul.tab_3_ul_3 li.left_li{ background: #f0cca2; }

/* banner_2 */
.banner_2{ width: 100%; height: 300px; background: url(../images/banner2_bg.png) no-repeat center; }
.banner_2 ul{ width: 100%; height: 100%; padding: 60px 0; }
.banner_2 ul li{ font-size: 24px; text-align: center; line-height: 160%; letter-spacing: -1px;}
.banner_2 ul li:first-child{ font-size: 40px; font-weight: 500; }
.banner_2 ul li:last-child{ margin-top: 19px; }
.banner_2 ul li a{ width: 193px; height: 46px; line-height: 44px; display: block; margin: 0 auto; background: #4a4a4a; border-radius: 10px; color: #fff; font-size: 20px; }
.banner_2 ul li.adnum{ margin: 0 auto; margin-top:20px; text-align: center; font-size: 13px; color: #909090; letter-spacing: 0px; font-weight: 340;}

/* content_4 */
.content_4{ width: 100%; height: auto; padding-bottom: 100px; }
.content_4 .inner {position: relative;}
.content_4 .inner > .title{ padding-top: 105px; text-align: center; font-size: 24px; color: #272727; letter-spacing: -1px;  }
.content_4 .inner > p {right: 0; font-size: 14px; color: #787878; text-align: right; position: static; line-height: 160%; font-weight: 340px;}
.content_4 .inner > .title p{ margin-bottom: 47px; }
.content_4 .inner > .title p:first-child{ font-size: 40px; }
.content_4 .faq_ready{position: absolute;width: 100%;height: 800px;background: #f8f8f8;border-radius: 30px;font-size: 42px;line-height: 800px;text-align: center;color: #888888;z-index:1;margin-top: -18px;}
.content_4 .faq{ width: 100%; height: auto; }
.content_4 .faq ul{border: 1px solid #dddddd;border-radius: 10px;min-height: 70px;overflow:hidden;transition:height 0.6s;margin-bottom:20px;height:80px;position: relative;} 
.content_4 .faq ul li{ padding-left: 125px; letter-spacing: -1px; }
.content_4 .faq ul li.question{ min-height: 70px; padding: 26px 118px 26px 125px; font-size: 20px; background: url(../images/question.png) no-repeat 55px center; cursor: pointer; }
.content_4 .faq ul li.answer{font-size: 16px;padding: 18px 118px 26px 125px;background: url(../images/answer.png) no-repeat 55px;background-position-y: 17px;}
.content_4 .faq ul li.btn{background: url(../images/plus.png) no-repeat center;/* background-position-x: 920px; *//* background-position-y: 31px; */position: absolute;right: 30px;top: 22px;width: 30px;height: 30px;padding: 0;}
.content_4 .faq ul li.btn.on{background: url(../images/minus.png) no-repeat center; position: absolute;right: 30px;top: 22px;width: 30px;height: 30px;padding: 0; cursor:pointer;} 

/* footer */
.footer{ width: 100%; padding: 50px 0; height: 200px; background: #f9f9f9; color: #888888; font-size: 16px; line-height: 30px; }
.footer .inner > ul{width: 419px;float: left; padding-left: 10px;height: 30px;}
.footer .inner > ul > li{ float: left; margin-right: 30px; }
.footer .inner > ul > li img{ display: inline-block; margin-top: -5px; }
.footer .inner > div{float: right; height: 30px;width: calc(100% - 420px);}
.footer .inner_2{display:none;}
.footer_sns { display:table; margin:10px auto 0; padding-left:41%; float:left;}
.footer_sns li { float:left; margin:0 12.5px; list-style:none;}
.footer_sns li a { display:block; height:25px; }
.footer_sns li a img { vertical-align:middle; }
.footer_familysite {float:left;  margin:8px auto 0; margin-left:20px;}
select {
	width: 250px;
	height: 34px;
	padding: .1em .7em;
	font-family: inherit;
	font-size:16px;
	color: #808080;
	background: url(../images/arrow.png) no-repeat 95% 50%;  
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: 1px solid #a9a9a9;
	border-radius: 0px;
  }
  
select::-ms-expand { /* for IE 11 */
	  display: none;
  }


@media screen and (max-width:1060px) {
    .section > .banner_1 .img_box img {
        width: 100%;
        margin: 0 auto;
    }
    .section > .banner_1 .item_wrap li.pink {
        margin: 0 auto;
        padding-right: 0px;
    }

}




@media screen and (max-width:1000px) {
.only_web{display:none}
.only_mo{display:block}
.only_370{display:none}


#wrap  {
    overflow: hidden;
}
#wrap .inner{max-width:1000px; margin:0 auto; width:calc(100% - 40px);}
#wrap .inner:after{content:''; display:block; clear:both;}

.header .inner > .menu{display:none;}
.header .inner > .ham_menu{display:block;}
.header .inner > .logo h1 {
    display: flex;
    align-items: center;
}
.header .inner > .logo img  {
    width: 110px;
    height: auto;
}



.main_tit {
  position: relative;
  width: 100%;
  padding-top: 13vw; 
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.main_tit h3 {
  font-size:4.5vw;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #FF8278;
}


.main_tit h3 span {
    color:#FF8278 ;
}


.main_tit h2 {
    font-size: 10vw;
    line-height: 1.2;
    text-align: center;
}

.main_tit h2 span.logo img {  
  width: 38vw;              
  height: auto;
  margin: 0 auto;  
}
           

.main_tit span.ps {
    display: block;
    color: #FF8278;
    margin: 3vw auto 0;
    font-size: 2vw;


}



.section > .banner_1 { 
    width: 100%;
    background: url(../images/bg_mo.jpg) no-repeat center; background-size: cover; 
    margin: 0 auto;
    padding-bottom: 10vw;  
    position: relative;
    text-align: center ; 
}


.section > .banner_1 .item_wrap li .img_box {
    min-height: inherit;
    
}
.section > .banner_1 .pink .img_box img {
    padding-top: 10vw; 
    width: 70vw;
    
}


.section > .banner_1 .item_wrap li.pink {
    align-items: flex-end;
}


.section > .banner_1 .item_wrap li.pink span {
    color:#FF8278 ;
}


.section > .banner_1 .item_wrap li .txt_area {
    font-size:2.7vw;
    color: #000;
    line-height: 1.57;
    text-align: center !important;
    width: 100%;
    margin-top: 4vw;
}

.section > .banner_1 p.main_txt {
    font-size:1.5vw;
    line-height: 1.7;
    margin: 4vw auto 0;
    color: #d58681;
    text-align: center !important;
}





.content_1 {
    padding: 135px 0 90px;
}

.content_1 .title p {
    font-size:33px;
    display: block;
    text-align: center;
    line-height: 1.3;
}
.content_1 .title p .pink::after {
     left:8%;
     top: -15px
}

.content_1 .img_box img {
    max-width: 100%;
}
.content_1 .pink_cont .img_box img {
    width: 70.185vw;
}
.content_1 .blue_cont .img_box img {
    width: 56.481vw
}
.content_1 .item_area > div {
    flex-direction: column !important; 
}
.content_1 .item_area .cont_area {
    width: 100%;
    padding :0 !important;
    text-align: center !important;
    margin-top: 40px;
    box-sizing: border-box;
}
.content_1 .item_area .cont_area strong {
    font-size:30px;
    margin-bottom: 25px;
}
.content_1 .item_area .cont_area > div p {
    font-size: 22px;
    margin-bottom: 8px;
}
.content_1 .item_area .cont_area > div span {
    font-size:19px;
}

.content_1 .item_area .cont_area > div + div {
    margin-top: 25px;
}
.content_1 .item_area + .item_area {
    margin-top:100px;
}

.content_1 .item_area .cont_area .small {
    display: block;
    margin-top: 20px;
}
.content_1 .store_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_1 .store {
    line-height:50px;
}
.content_1 .store img {
    max-width: 100px;
}

.content_1 .store span {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
}

.content_2 {
    height: 625px;
}
.content_2 .title {
    padding-top: 75px;
    letter-spacing: -1px;
}
.content_2 .title p:first-child {
    font-size: 33px;
    margin-bottom: 30px;
}
.content_2 .title p:last-child {
    font-size: 21px;
    margin-bottom: 50px;
}

.content_2 .video{width: 500px;height: 280px;}
.content_2 .content_bg{
    background: url(../images/youtube_bg_m.png) no-repeat right bottom;
    background-size: cover;
    height: 625px;}
/* .content_2 { height: auto; width: 100%; padding-bottom: 119px;} */







.content_3{ background: #f8f8f8;}
.content_3 .title p:first-child{font-size:35px; margin-bottom:28px;}
.content_3 .title p:last-child{font-size:18px;}
.content_3 .tab_menu_bg{width:100%}
.content_3 .tab_menu{width:100%;}
.content_3 .tab_menu li{font-size:13px;}
.content_3 .tab_1{width:100%;}
.content_3 .tab_title{font-size:22px; margin-top:80px;}
.content_3 .tab_1 > ul li{width:100%; position: static; margin-bottom:20px;}
.content_3 .tab_1 > ul li p{font-size:12px;line-height: 17px;letter-spacing: -1px;}
.content_3 .tab_1 > ul li p span{margin-bottom:5px;}
.content_3 .tab_1 > .content{width: calc( 100% - 40px );}
.content_3 .tab_1 > .content img{width:100%;max-width: 330px;margin: 0 auto;display: block;}
.content_3 .tab_1 > .img_position {position: absolute;bottom: -25px;left: unset;right: 0;}
.content_3 .tab_1 > .img_position img{ width: 341px; }
.content_3 .tab{padding-bottom:0;height: 1000px;}
.content_3 .tab_2{width:100%;height: auto;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p{font-size:12px;line-height: 150%;}
.content_3 .tab_2 > ul{width: 100%;margin:0 auto;margin-bottom: 30px;}
.content_3 .tab_2 > ul li:last-child{padding-left:15px;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p > span{font-size: 14px;margin-bottom: 10px; line-height:130%;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p{font-size: 14px;}
.content_3 .tab_2 ul.tab_2_ul_1 li:last-child p.text{display:none;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p.text{display:none;}
.content_3 .tab_2 ul.tab_2_ul_2 li:last-child p.text_2{display:block;font-size: 14px;margin-bottom: 10px;line-height: 130%;margin-top: 18px;}
#wrap .content_3 .tab_2 > ul.tab_2_ul_1 li:last-child p.text_2{display:block;font-size: 10px;letter-spacing: -1px;}
.content_3 .tab_3{width:100%;}
.content_3 .tab_2 > ul:after{content:''; display:block; clear:both;}
.content_3 .tab_2 hr{width:calc(100% - 40px);margin:0 auto;margin-bottom: 30px;}
.content_3 .tab_2 .table{display:none;}
.content_3 .tab_2 .table_2{display:block;}
.content_3 .tab_2 .table ul{height: auto;}
.content_3 .tab_2 .table ul li:nth-child(2){width: 100%;padding:15px 10px;min-height: 133px;float: none;}
.content_3 .tab_2 .table ul li:nth-child(1){width:100px; padding-left:0;}
.content_3 .tab_2 .table ul.tr1{border-bottom:none}
.content_3 .tab_2 .table ul.tr2{border-bottom:none}
.content_3 .tab_2 .table ul.tr1 li:nth-child(1){line-height: 50px;height: 50px;background: #ea8ca9 url(../images/ic_tab2_1.png) no-repeat 30% center;width: 100%;float: none;}
.content_3 .tab_2 .table ul.tr2 li:nth-child(1){line-height: 50px;height: 50px;background: #d96488 url(../images/ic_tab2_2.png) no-repeat 30% center;width: 100%;float: none;}
.content_3 .tab_2 .table{height:auto;width: 100%;margin: 0 auto;}
.content_3 .tab_2 .table ul.tr3{ height: auto;}
.content_3 .tab_2 .table ul.tr3 li:nth-child(1){width: 100%;height: 50px;line-height: 50px;background: #c6446c url(../images/ic_tab2_3.png) no-repeat 30% center; float: none;}
.content_3 .tab_2 .table ul.tr3 li span{padding-top:0;letter-spacing: -1px;}
.content_3 .tab_3 > ul{width: 100%;margin: 0 auto;height:auto;}
.content_3 .tab_3 > ul:after{content:''; display:block; clear:both;}
.content_3 .tab_3 > ul li.left_li{width:100%;}
.content_3 .tab_3 > ul li.right_li{width:100%;padding: 17px;}
.content_3 .tab_3 > ul li.left_li p{ height: 120px; padding-top: 16px; font-size: 17px; line-height: 20px; }
.content_3 .tab_3 > ul.tab_3_ul_1 li.left_li p{ padding-top: 24px; }
.content_3 .tab_3 > ul li.left_li p img{ width: 40px; }
.content_3 .tab_3 > ul li.right_li p{font-size:14px;}
.content_3 .tab_1 > ul li:nth-child(1){background-size:contain;}
.content_3 .tab_1 > ul li:nth-child(2){background-size:contain;}
.content_3 .tab_1 > ul li:nth-child(3){background-size:contain;}

.content .inner .tabs .tab_p p{font-size:12px;}
.banner_2 {/*height:52.1vw;display:table;*/width:100%; height:53vw; background: url(../images/find_img.png) no-repeat center; background-size: cover; }
.banner_2 > a{height:53vw;}
#wrap .banner_2 .inner{display:none;/*display:table-cell;vertical-align:middle;*/}
.banner_2 ul{padding: 0;height:auto;/*padding: 65px 0;*/}
.banner_2 ul li:first-child{font-size:30px;}
.banner_2 ul li{font-size:18px;}
.content_4 .inner > .title p{font-size:18px;}
.content_4 .inner > .title p:first-child{font-size:35px;margin-bottom: 28px;}
.content_4 .faq ul{ height: 70px; }
.content_4 .faq_ready{position: absolute;width: 100%;height: 736px;background: #f8f8f8;border-radius: 30px;font-size: 42px;line-height: 736px;text-align: center;color: #888888;z-index: 1;}
.content_4 .faq ul li.btn{right:10px;top: 19px;}
.content_4 .faq ul li.btn.on{right:10px;top: 19px;}
.content_4 .faq ul li.question{ padding: 15px 35px 15px 55px; width: 100%; font-size: 13px; background: url(../images/question.png) no-repeat 13px center; background-size: 30px; height: auto; line-height: 140%; }
.content_4 .faq ul li.answer{ padding: 11px 35px 11px 55px; width: 100%; font-size: 13px; background: url(../images/answer.png) no-repeat 13px center; background-size: 30px; line-height: 140%; }
.footer{height:auto; padding: 30px 0 20px;} 
.footer .inner > ul{font-size: 13px;width: 301px;padding-left: 0;margin: 0 auto;float: none; text-align: center;}
.footer .inner > ul:nth-child(2){margin-bottom:15px;}
.footer .inner > ul:first-child{ float: none; width: 162px; padding: 0; margin: 0 auto; min-height: 40px; margin-bottom: 10px; }
.footer .inner > ul li:last-child{margin-right:0;height: 28px; float: none; }
.footer .inner > div{float: none;height: auto;width: 100%;line-height: 130%;text-align: center;margin-bottom: 5px;font-size: 13px;}

.footer .inner{display:none;}
.footer .inner_2{display:block;}
.footer .inner > ul > li{margin-right: 15px;}
.footer .inner > ul > li img{width:110px; margin-top:0;}
.footer .inner > ul{height:auto;}
.footer .inner > ul:after{content:''; display:block;clear:both;}
.footer .inner > ul.Produce::after {
    display: none;

}
.footer .inner > ul.Produce {
    display: flex;
    margin-top: 10px;
    margin-bottom: 8px;
}
.footer .inner > ul.Produce li {
    float: none;
    line-height: 1.6;
    height: auto;
}



.footer .inner > ul:first-child {float: none;width: 165px;padding: 0;margin: 0 auto;min-height: 31px;margin-bottom: 0;height: 28px;}
.footer_sns { display:table; padding: 0;margin: 0 auto;  float: none; margin-bottom: 20px;}
.footer_sns li {list-style:none;}
.footer_sns li a { display:block; height:25px; }
.footer_sns li a img { vertical-align:middle; }
.footer_familysite { display: table; padding: 0 ; margin:0 auto; float: none; }
select {
	width: 250px;
	height: 34px;
	padding: .1em .7em;
	font-family: inherit;
	font-size:16px;
	color: #808080;
	background: url(../images/arrow.png) no-repeat 95% 50%;  
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: 1px solid #a9a9a9;
	border-radius: 0px;
  }
  
select::-ms-expand { /* for IE 11 */
	  display: none;
  }
}
@media screen and (max-width:640px){
	.content_2 .video { width: 100%; height: 50vw;}
	.content_1 .inner > div.produce div{}
	.content_1 .inner > div.seller{}
	/* .content_3 .tab_1 > .img_position img{width:100%} */
	.content_3 .tab_1 > .img_position{
		position: absolute;
		bottom: 20px;
		left: unset;
		right: 35px;
	}
	.content_3 .tab_1 > .img_position img{
		width: 228px;
	}
    .content .inner .tabs .tab_p{height:40px}
    
    .header .inner > .logo img  {
        max-width: 200px;
    }
}
@media screen and (max-width:530px) {

    .main_tit h2 span.logo img {  
        width: 350px;              
        height: auto;
        margin: 0 auto;  
    }
      

    .section > .banner_1 p.main_txt {
        font-size: 10px;
    }
}

@media screen and (max-width:500px) {
    .content_2 .title span.ps {
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width:440px) {
  
    .content_2 .title p:last-child {
        font-size: 18px;
        margin-bottom: 50px;
        word-break: keep-all;
    }
    
    .main_tit span.ps {
        margin-left: 7vw;
    }
}
@media screen and (max-width:400px)  {
    .content_1 .title p {
        font-size: 28px;
    }
    .main_tit span.ps {
        margin-left: 0;
        font-size: 8px;
    }
    .content_1 .title p .pink::after {
        /* display: none; */
        width: 120%;
        left: 0;
    }

}
@media screen and (max-width:370px) {
    .only_370{display:block}
}
@media screen and (max-width:350px)  {
    .content_1 .title p {
        font-size: 25px;
    }
}