@charset "utf-8";
/* CSS Document */
/*********************************************
 
	         　共通
 
*********************************************/
body {}
li {
  list-style-type: none;
}
#content02 img {
  width: 100%;
}
a {
  text-decoration: none;
}
img:hover, a:hover {
  opacity: 1;
}
#header-outer h1 {
  max-width: 310px;
  width: 100%;
  margin: 2% auto;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1 !important;
  display: block !important;
  z-index: 99999;
}
#hadamise {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2rem;
  letter-spacing: 0.08em;
  color: #333333;
}
.content-wrap {
  position: relative;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  line-height: 1.4;
  z-index: 2;
}
/* 整列部分 */
ul.list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list img {
  width: 100%
}
ul.list li {
  margin-bottom: 2%;
  text-align: center;
}
/* 見出し */
/* テキスト関連 */
/*改行の調整*/
.txt_link span.sp_none {
  display: inline;
}
@media screen and (max-width:480px) {
  .txt_link span.sp_none {
    display: none;
  }
  .content-wrap {
    padding: 60px 0;
  }
}
/*font*/
.dnp {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dnp-bold {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* hover image
--------------------------------*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/* font
--------------------------------*/
.bold {
  font-weight: bold;
}
.txt_first {
  font-size: 2.8rem;
}
.red {
  color: #af0000;
}
.white {
  color: #fff;
}
.txt_gold {
  color: #a18a5f
}
.txt_pink {
  color: #dd5d6e
}
/* bg
--------------------------------*/
.bg2 {
  /*background-image: url("../images/bg2.jpg");
	background-repeat: repeat;*/
  background-color: #f5e8de;
  padding: 0 0 50px;
}
div.more {
  text-align: center;
  margin-bottom: 50px;
}
div.more img {
  max-width: 668px;
  width: 100%;
}
#size h2 span, #category h2 span, #price h2 span, #recommend_bn h2 span {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
/*********************************************
 
	         　main
 
*********************************************/
#page-top {
  z-index: 999;
}
h1 img {
  width: 100%;
  margin: 0 auto;
}
.ttl-content .ttl-content-wrap {
  max-width: 750px;
  width: 30%;
  margin: auto;
  padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .ttl-content .ttl-content-wrap {
    width: 63%;
  }
}
#navigation {
  background-image: url("/img/usr/underwear/event/skinshow/intro_bg.png");
  background-size: cover;
  background-position: center;
}
#navigation .nav_img {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 60px;
}
#navigation .nav_search {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
}
#navigation .nav_search:before, #navigation .nav_search:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
#navigation .nav_search:before {
  margin-right: 1rem;
}
#navigation .nav_search:after {
  margin-left: 1rem;
}
#navigation .nav_searchlist {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0 auto 60px;
  max-width: 880px;
  width: 100%;
}
#navigation .nav_searchlist .list_item {
  width: calc(100% / 3);
  margin: 0 15px;
}
#navigation .list_item p {
  position: relative;
  border: 1px solid #12363d;
  border-radius: 50px;
  font-size: 18px;
  background-color: #12363d;
  color: #FFF;
  padding: 10px;
  text-align: center;
  max-width: 880px;
  width: 100%;
  margin: auto;
}
#navigation .list_item p::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(135deg);
}
#images {
  background-image: url("/img/usr/underwear/event/skinshow/images_img_bg.png");
  background-size: cover;
  background-position: center;
}
#images02 {
  background-image: url("/img/usr/underwear/event/skinshow/images_img_bg2.png");
  background-size: cover;
  background-position: center;
}
#images03 {
  background-image: url("/img/usr/underwear/event/skinshow/images_img_bg3.png");
  background-size: cover;
  background-position: center;
}
#images .content-wrap, #images02 .content-wrap, #images03 .content-wrap {
  padding: 0;
}
#images .content-wrap img, #images02 .content-wrap img, #images03 .content-wrap img {
  vertical-align: bottom;
}
#content01 {
  background-color: #f8faed;
}
#content02 {
  position: relative;
  background-color: #d5e0de;
}
#content02::before {
  content: '';
  position: absolute;
  top: -6%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d5e0de;
  transform: skewY(-10deg) translateY(90px);
  z-index: 1;
}
#content03 {
  background-color: #d5e0de;
}
#content04 {
  background-color: #f8faed;
}
#content05 {
  background-color: #d5e0de;
}
#content01 .content-ttl, #content03 .content-ttl, #content04 .content-ttl, #content05 .content-ttl {
  font-size: 34px;
  line-height: 1.7;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 40px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
#content01 .content-ttl span, #content03 .content-ttl span, #content04 .content-ttl span, #content05 .content-ttl span {
  font-size: 34px;
}
#content01 .content_positon, #content05 .content_positon {
  position: relative;
  margin-bottom: 60px;
}
#content05 .product_img {
  width: 80%;
  margin-right: auto;
}
.product-txt {
  position: absolute;
  top: 12%;
  left: 62%;
}
.product_list_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #3d4d4c;
  margin: 0 0 20px;
}
.product_lead {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #3d4d4c;
  margin: 0 0 20px;
}
.product_lead span{
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #9b8357;
  line-height: 1.7;
    padding: 0 5px;
    
}
.product_lead span.green{
    background-color: #12363d;
}
.product_name {
  text-align: left;
  font-size: 14px;
  color: #3d4d4c;
  margin: 0;
}
.product_buy {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-btn {
  position: relative;
  width: 200px;
  /* height: 60px; */
  border: 1px solid #12363d;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0);
  color: #12363d;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 20px;
  transition: .3s;
}
.product-btn .arrow {
  position: absolute;
  content: "";
  width: 16px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  right: 20px;
  transform: skew(45deg);
}
.product-btn:hover {
  background-color: #12363d;
  color: #FFF;
}
.product_list_ttl{
    background: #9b8357;
    color: #FFF;
    text-align: center;
    /* font-weight: bold; */
    font-size: 32px;
    margin-bottom: 30px;
    padding: 10px 0;
}
.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 60px;
}
.product_list img {
  margin-bottom: 20px;
}
.col3 .list_items {
  width: calc(100% / 3 - 40px);
  margin-bottom: 0px;
}
.col3 .list_items .product_content {
  background-color: #FFF;
  padding: 15px;
}
.col3 .list_items .product_name {
  width: 90%;
}
.col3 .list_items .product-btn {
  margin: 0;
}
@media screen and (max-width:768px) {
  .col3 .list_items {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
  .col3 .list_items:last-child {
    margin-bottom: 0;
  }
	.contentsp_positon{
		padding: 0 5px;
	}
}　
#content04 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#content04 .flex .flex_img {
  width: 55%;
  margin: 0 10px;
}
#content04 .flex .product_box {
  width: 45%;
  margin: 0 10px;
}
.order01 {
  order: 1;
}
.order02 {
  order: 2;
}
@media screen and (max-width:768px) {
  #content01 .content-ttl, #content03 .content-ttl, #content04 .content-ttl, #content05 .content-ttl {
    font-size: 16px;
  }
  #content01 .content-ttl span, #content03 .content-ttl span, #content04 .content-ttl span, #content05 .content-ttl span {
    font-size: 24px;
  }
  #navigation .list_item p {
    font-size: 12px;
    width: 85%;
  }
  .product_img {
    margin-bottom: 30px
  }
  .product-txt {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
  .product_lead {
    font-size: 16px;
  }
    .product_lead span{
        font-size: 16px;
    }
    
  .product_name {
    font-size: 12px;
  }
  #content04 .flex {
    display: grid;
  }
  #content04 .flex .flex_img, #content04 .flex .product_box {
    width: 98%;
    margin: 0 auto;
  }
  .order01 {
    order: 2;
  }
  .order02 {
    order: 1;
  }
  #content05 .product_img {
    width: 98%;
    margin: auto;
  }
  #content05 .product-txt{
		padding: 0 5px;
	}
}
.ttl_img {
  max-width: 375px;
  width: 100%;
  margin: 0 auto 40px;
}
.content02-ttl {
  max-width: 990px;
  width: 100%;
  height: 495px;
  border-radius: 495px 495px 0 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.content02-subttl {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#content02 .content02-ttl img {
  margin-top: 100px;
  width: 60%;
}
.content02-subttl img {
  width: 842px;
  margin-top: 0px;
}
.content02-main {
  max-width: 990px;
  width: 100%;
  background: #fff;
  padding: 10px 0 100px;
}
.content02-lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
#content02 .bg_white {
  position: relative;
  background-color: #FFF;
  border: 1px solid #000;
  max-width: 840px;
  width: 100%;
  margin: auto;
  padding: 80px 0px 20px;
}
#content02 .bg_white .ttl-img {
  position: absolute;
  width: 60%;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#content02 .bg_white-border {
  background-color: #FFF;
  border: 2px solid #a18a5f;
  border-radius: 0;
  max-width: 840px;
  margin: 30px auto;
  padding: 60px 0px 20px;
}
.part01, .part02, .part03 {
  padding: 0 40px;
  margin-bottom: 80px;
}
#content02 .bg_white .part-ttl {
  margin: auto;
  text-align: center;
}
#content02 .bg_white .part-ttl img {
  width: 15%;
  text-align: center;
}
.part-content {
  text-align: center;
}
.part-ttl h3 {
  font-size: 36px;
  margin: 10px 0 30px;
}
.part-content p {
  font-size: 20px;
  text-align: left;
  margin: 0;
  line-height: 1.5;
}
.part-content-img {
  width: 86%;
  margin: 30px auto 0;
}
.onayami .ttl-img {
  width: 50%;
  text-align: center;
  margin: 60px auto 30px;
}
.point-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.point-icon, .point-line {
  width: 13%;
}
.point-ttl {
  width: 87%;
}
.point-content {
  width: 100%;
}
.point-ttl h3 {
  font-size: 36px;
  color: #a18a5f;
}
.point-content {
  border-left: 5px dotted #a18a5f;
  padding: 10px 50px;
  margin-left: 46px;
}
.point-content p {
  font-size: 22px;
  margin: 0 0 20px;
}
.point-content .point-btn {
  position: relative;
  padding: 20px 0;
  border: 1px solid #000;
  width: 80%;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.point-content .point-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 35px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
}
.point-content .point-btn:hover {
  background-color: #212b44;
  color: #FFF;
}
.point-content .point-btn:hover::after {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
@media screen and (max-width:768px) {
  .ttl_img {
    width: 70%;
    margin: 0 auto 40px;
  }
  #content02 .content02-ttl img {
    margin-top: 70px;
    width: 60%;
  }
  .content02-ttl {
    height: 380px;
  }
  .part01, .part02, .part03 {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #content02 .bg_white {
    width: 90%;
  }
  #content02 .bg_white .ttl-img {
    top: -50px;
  }
  .content02-subttl img {
    width: 90%;
    margin-bottom: 30px;
  }
  .onayami .ttl-img {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  #content02 .bg_white-border {
    width: 90%;
  }
  .point-content .point-btn {
    width: 100%;
  }
  .point-content .point-btn {
    font-size: 18px;
  }
  .point-content .point-btn::after {
    width: 30px;
    right: 20px;
  }
}
@media screen and (max-width:650px) {
  .point-icon, .point-line {
    width: 20%;
  }
  .point-ttl {
    width: 80%;
  }
  .point-flex {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .point-content {
    padding: 0px 18px;
    margin-left: 25px;
  }
  .point-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .point-btn {
    padding: 20px 0;
  }
  .point-ttl h3 {
    font-size: 20px;
  }
  .content02-ttl {
    height: 240px;
  }
  #content02 .bg_white .part-ttl img {
    width: 25%;
    text-align: center;
  }
  #content02 .bg_white .ttl-img {
    width: 75%;
  }
  #content02 .bg_white .ttl-img {
    top: -25px;
  }
  .content02-lead {
    font-size: 18px;
  }
  .part-ttl h3 {
    font-size: 20px;
  }
  .part-content p {
    font-size: 16px;
  }
}
@media screen and (max-width:375px) {
  #content02 .bg_white .part-ttl img {
    width: 25%;
  }
  .part-ttl h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .content02-ttl {
    height: 190px;
  }
}
/*********************************************
 
	         　floating
 
*********************************************/
#floating {
  display: none;
  background-color: rgba(20, 20, 20, 0.5);
  height: 100%;
}
#floating > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 20% 5%;
  box-sizing: border-box;
  /*align-items: flex-end;*/
}
#floating > ul li {
  width: 18%;
  margin-bottom: 2%;
  text-align: center;
}
#floating > ul li img {
  width: 100%;
}
#floating.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
}
.floating_close {
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 20%;
  margin: 0 auto;
  padding: 10px;
  background-color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
}
.floating_btn {
  width: 30%;
  max-width: 160px;
  display: none;
}
.flo_img {
  border-radius: 50%;
}
.fixed_sp {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 9998;
  cursor: pointer;
}
#floating.Active_sp {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
}
/*かんたん美ボディ用*/
#floating .lineup li {
  width: 32% !important;
}
#floating .lineup li img {
  margin-top: -100px;
  margin-bottom: 20px;
  width: 60%;
}
@media screen and (max-width:1200px) {
  #floating > ul {
    padding: 5% 18% 5%;
  }
}
@media screen and (max-width:990px) {
  #floating > ul {
    padding: 5% 8% 5%;
  }
}
@media screen and (max-width:480px) {
  #floating > ul {
    padding: 10% 8% 8%;
  }
  #floating > ul li {
    width: 30%;
    margin-bottom: 4%;
    text-align: center;
  }
  .fixed_sp img {
    width: 80px;
  }
  .floating_close {
    width: 34%;
    margin-top: 40px;
  }
  /*かんたん美ボディ用*/
  #floating .lineup {
    padding: 10% 4% 0;
  }
  #floating .lineup li {
    width: 100% !important;
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  #floating .lineup li::after {
    display: none;
  }
  #floating .lineup li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8%;
  }
  #floating .lineup li a .floating_img {
    width: 30%;
  }
  #floating .lineup li a .floating_txt {
    width: 70%;
  }
  #floating .lineup li p.lineup_name {
    padding-bottom: 0;
  }
  #floating .lineup li img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
#hadamise .contents_wrapper {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  /* padding-top: 30px; */
  line-height: 1.4;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width:768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.bg2 {
  /*background-image: url("/img/usr/underwear/event/oyobare/bg2.jpg");
	background-repeat: repeat;*/
  background-color: #f5e8de;
  padding: 0 0 50px;
}
div.more {
  text-align: center;
  margin-bottom: 50px;
}
div.more img {
  max-width: 668px;
  width: 100%;
}
#size h2 span, #category h2 span, #price h2 span, #recommend_bn h2 span {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}


.coupon{
	background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/skinshow/new_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	padding: 40px 0;
}
.coupon_img{
	    text-align: center;
}