@charset "utf-8";
/* CSS Document */
/*********************************************
 
	         　共通
 
*********************************************/
body {}
li {
  list-style-type: none;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
#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;
}
#oyobare {
  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 {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  line-height: 1.4;
}
/* 整列部分 */
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;
}
/*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;
}
/*改行の調整*/
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.txt_link span.sp_none {
  display: inline;
}
@media screen and (max-width:480px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .txt_link span.sp_none {
    display: none;
  }
}
/* 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("/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;
}
/*********************************************
 
	         　main
 
*********************************************/

h1 img {
  width: 100%;
  margin: 0 auto;
}
#read{
	margin-bottom: 100px;
}
#read .read-content {
  padding: 60px 0;
  text-align: left;
  background-color: #fff;
}
#read .read-content p {
  font-size: 1.8rem;
  margin: 0;
}
#read .read_img {
  position: relative;
  width: 100%;
  margin: 0 0 60px;
}
#read .read_img .img {
  position: absolute;
  right: 10%;
  top: -100px;
}
#nav-sec {
  background-color: #f0e7e7;
  position: relative;
}
#nav-sec::before {
  content: "";
  position: absolute;
  border-bottom: 200px solid transparent;
  border-left: 200px solid #f5eeee;
}
#nav-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 200px solid #f5eeee;
  border-left: 200px solid transparent;
}
#nav-sec .nav-ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#nav-sec .nav-list {
	position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
	margin: auto;
  padding: 0;
	z-index: 95;
}
#nav-sec .nav-list li {
  width: 24%;
  margin-bottom: 10px;
}
#nav-sec .nav-list li img {
  width: 100%;
}
.ttl-content .ttl-content-wrap {
  max-width: 750px;
  width: 38%;
  margin: auto;
  padding: 60px 0 40px;
}
@media screen and (max-width:768px) {
  .ttl-content .ttl-content-wrap {
    width: 63%;
  }
  .txt_first {
    font-size: 2.2rem;
  }
#read {
    margin-bottom: 130px;
}
  #read .read-content p {
    font-size: 1.3rem;
  }
  #read .content-wrap {
    width: 90%;
    margin: auto;
  }
  #read .read_img .img {
    position: absolute;
    right: -3%;
    top: -45px;
    width: 60%;
  }
}
@media screen and (max-width:468px) {
  #read .content-wrap {
    width: 90%;
    margin: auto;
  }
  .txt_first {
    font-size: 2rem;
  }
  #read .read-content p {
    font-size: 1.2rem;
  }
	  #read .read_img .img {
    position: absolute;
    right: -3%;
    top: 0px;
    width: 60%;
  }
}
.content01-1 {
  position: relative;
  background-image: url("/img/usr/underwear/event/oyobare/content01-1pcbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*height: 471px;*/
  width: 100%;
  margin-bottom: 15vh;
}
.content01-2 {
  position: relative;
  background-image: url("/img/usr/underwear/event/oyobare/content01-2pcbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*height: 471px;*/
  width: 100%;
  margin-bottom: 15vh;
}
.content01-3 {
  position: relative;
  background-image: url("/img/usr/underwear/event/oyobare/content01-3pcbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*height: 471px;*/
  width: 100%;
  margin-bottom: 15vh;
}
.content01-4 {
  position: relative;
  background-image: url("/img/usr/underwear/event/oyobare/content01-4pcbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*height: 471px;*/
  width: 100%;
  margin-bottom: 15vh;
}
.content01-1 .content-wrap, .content01-2 .content-wrap, .content01-3 .content-wrap, .content01-4 .content-wrap {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  align-items: center;
}
.content-img, .content-txt {
  width: 48%;
}
.content-img .img-position {
  width: 100%;
  padding: 0;
}
.content01-name {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 3vh;
}
.content01-btn {
  background-color: #dd5c6e;
  padding: 15px 0;
  max-width: 330px;
  width: 100%;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 20px;
}
.content01-btn:hover{
	background-color: #b65367;
}
/*order*/
.content01-2 .content-wrap .content-img, .content01-4 .content-wrap .content-img {
  order: 2;
}
.content01-2 .content-wrap .content-txt, .content01-4 .content-wrap .content-txt {
  order: 1;
}
@media screen and (max-width:1440px) {
  .content01-name {
    font-size: 20px;
    margin-top: -15vh;
    margin-bottom: 3vh;
    text-align: left;
  }
}
@media screen and (max-width:1024px) {
  .content01-name {
    font-size: 20px;
    margin-top: -22vh;
    margin-bottom: 3vh;
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .content01-1 .content-wrap, .content01-2 .content-wrap, .content01-3 .content-wrap, .content01-4 .content-wrap {
    display: block;
  }
  .content-img, .content-txt {
    width: 100%;
  }
  .content01-1 {
    background-image: url("/img/usr/underwear/event/oyobare/content01-1spbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 6vh;
  }
  .content01-2 {
    background-image: url("/img/usr/underwear/event/oyobare/content01-2spbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 6vh;
  }
  .content01-3 {
    background-image: url("/img/usr/underwear/event/oyobare/content01-3spbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 6vh;
  }
  .content01-4 {
    background-image: url("/img/usr/underwear/event/oyobare/content01-4spbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 6vh;
  }
  .content-img .img-position {
    width: 80%;
    margin: auto;
  }
  .content01-name {
    font-size: 20px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    text-align: center;
  }
}
@media screen and (max-width:650px) {
	#nav-sec .nav-ttl{
		font-size: 32px;
	}
  .content-img .img-position {
    width: 90%;
    margin: auto;
  }
  .content01-name {
    font-size: 16px;
  }
  #nav-sec .nav-list li {
    width: 42%;
  }
}
.content02-ttl {
  max-width: 990px;
  width: 100%;
  height: 495px;
  border-radius: 495px 495px 0 0;
  background: #f3f3f3;
  margin: 0 auto;
  text-align: center;
}
.content02-subttl {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.content02-ttl img, .content02-subttl img {
  margin-top: 50px;
  width: 60%;
}
.content02-subttl img{
	margin-top: 30px;
}
.content02-main {
  max-width: 990px;
  width: 100%;
  background: linear-gradient(#f3f3f3 40%, #efe2df);
  padding: 10px 0 100px;
}
.content02-lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
}
#content02 .bg_white {
  position: relative;
  background-color: #FFF;
  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: 20px 0 20px 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: 40%;
  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: 70%;
  text-align: center;
  margin: auto;
}
.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) {
  .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 {
    margin-top: 50px;
    width: 80%;
  }
  .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: 60%;
    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: 70%;
	}
	.part-ttl h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.content02-ttl{
		height: 190px;
	}
}
.shoplist{
  background-image: url("/img/usr/underwear/event/oyobare/shoplist_pcbg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.shoplist .content-wrap{
	width: 80%;
	margin: auto;
}
.shoplist .ttl-img {
  width: 35%;
  margin: 0 auto 30px;
}
.shoplist p {
  color: #FFF;
  font-size: 24px;
  width: 100%;
}
.num {
  display: inline-block;
  background-color: #b4a676;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
	margin: 0 3px;
}
@media screen and (max-width:768px) {
  .shoplist {
    background-image: url(/img/usr/underwear/event/oyobare/shoplist_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shoplist p {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width:650px){
	.shoplist .content-wrap{
	width: 90%;
	margin: auto;
}
	.shoplist p{
		width: 100%;
		font-size: 16px;
	}
	.num {
  display: inline-block;
  background-color: #b4a676;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
	margin: 0 3px;
}
}
.Product .pc_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.Product .flex .product-img {
  width: 44%;
}
.Product .flex .product-txt {
  width: 52%;
}
.product-content {
  margin-bottom: 30px;
}
.bgcolor01 {
  background-color: #f1ebec;
}
.bgcolor02 {
  background-color: #e3e2ea;
}
.product-ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.product-name {
  font-size: 20px;
	margin: 10px 0;
}
.sp_content {
  display: none;
}
@media screen and (max-width:768px) {
  .Product .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
    width: 90%;
    margin: auto;
  }
  .sp_content .product-ttl {
    font-size: 26px;
	  text-align: center;
	  margin-bottom: 20px;
  }
  .sp_content .product-name {
    font-size: 16px;
  }
  .product-content {
    margin-bottom: 60px;
  }
}
.last-margin {
  margin-bottom: 0;
}
/*********************************************
 
	         　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%;
  }
}



#oyobare .contents_wrapper {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    /* padding-top: 30px; */
    line-height: 1.4;
}

/*ショップリストボタン*/
.shoplist .shoplist-btn {
    background-color: #b65367;
    padding: 15px 25px;
    max-width: 330px;
    width: 100%;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 20px;
    position: relative;
	margin-top: 60px;
}
.shoplist .shoplist-btn:hover{
	background-color: #653b44;
}
.shoplist .shoplist-btn::before {
    content: url(/img/usr/underwear/event/oyobare/shop_icon.png);
    position: absolute;
    left: -40px;
    top: -17px;
    transform: scale(0.8);
}
.shoplist .shoplist-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 35px;
    height: 8px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: skew(45deg);
}

@media screen and (max-width:768px){
	.shoplist .shoplist-btn{
		margin-top: 30px;
		padding: 15px 10px;
    	max-width: 290px;
		font-size: 18px;
	}
	
	.shoplist .shoplist-btn::before {
    content: url(/img/usr/underwear/event/oyobare/shop_icon.png);
    position: absolute;
    left: -40px;
    top: -17px;
    transform: scale(0.6);
}
	.shoplist .shoplist-btn::after {
    width: 25px;
    height: 8px;

}
} 



.bg2 h2 img {
	width: 23%;
}