/* CSS Document */ :root * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 15px;
  letter-spacing: .1rem;
}
a {
  text-decoration: none;
}
#main{
	background-color: #f7f8f1;
}
/*ページ内リンク調整*/
#clearance {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  margin: 0 auto;
  background-color: #fff;
}
#clearance .contents_wrapper {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  color: #111;
}
#clearance h2 {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  line-height: 1.4;
}
#clearance h2 span {
  display: block;
  font-size: 22px;
  margin: 0;
}
#clearance #brand h2 {
  max-width: 367px;
  width: 100%;
  margin: 0 auto 120px;
}
#clearance #brand h2 span {
  color: #000;
}
#clearance #item h2 {
  color: #fff55c;
}
#clearance #item h2 span {
  color: #fff;
}
/* 整列部分 */
ul.list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5% 0;
}
ul.list img {
  width: 100%
}
ul.list li {
  margin-bottom: 2%;
}
#sale ul.list.cont2 li {
  width: 49%;
}
#sale ul.list.cont3.itembox li {
  width: 32%;
}
/* mv navi */
.mv {
  background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/2506clearance/bg_mv.png?1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 10px;
}
.mv picture{
	position: relative;
    display: block;
	max-width: 853px;
    width: 100%;
    margin: 0 auto;
}
.mv picture::after{
	position: absolute;
	content: "";
	background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/2506clearance/summer.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 362 / 86;
	width: 362px;
	position: absolute;
	top: 50%;
    right: -24%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (max-width:1025px){
	.mv picture{
		width: 80%;
	}
	.mv picture::after{
		width: 250px;
		top: 50%;
			right: -9%;
	}
}
@media screen and (max-width:768px){
	.mv picture{
		width: 80%;
	}
	.mv picture::after{
		width: 202px;
		top: 54%;
		right: -11%;
	}
}
@media screen and (max-width:500px){
	.mv picture::after{
		width: 110px;
	}
}
@media screen and (max-width:400px){
	.mv picture::after{
		width: 95px;
	}
}
.mv picture img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#nav {
  background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/2506clearance/bg_nav.png?1");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1920 / 1100;
	padding-top: 40px;
}
#brand {
   background-color: #f7f8f1;
}
#clearance #brand .contents_wrapper{
	padding-top: 0px;
}
#item {
  background: #08abd0;
}
/*ページトップ*/
#page-top img {
  width: 40px;
}
@media only screen and (min-width : 990px) {
  #page-top img {
    width: 60px;
  }
  #main nav ul:first-of-type {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width : 990px) and (min-width : 640px) {
  #main nav ul li {
    max-width: 157px;
    width: -webkit-calc((100% - 20px * 5) * .2);
    width: calc((100% - 20px * 5) * .2);
    margin: 0 10px 20px;
    /*box-shadow: 3px 3px #c4e6ef, -1em 0 .4em #c4e6ef;*/
  }
  #main nav ul li .name {
    min-height: 2.5em;
  }
}
#nav .nav_ttl {
  max-width: 472px;
  width: 100%;
  margin: 40px auto 30px;
}
#nav .nav_ttl img{
	width: 100%;
}
#main .ttl_deco {
  max-width: 12px;
  margin: 12px 12px 0;
}
#main nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
#main nav ul li {
  display: block;
  list-style-type: none;
  width: 16%;
  margin-right: 10px;
  text-align: center;
}
#main nav ul li a:hover {
  opacity: 1 !important;
}
#main nav ul li .name {
  font-size: 16px;
  margin: 10px 0 20px;
  line-height: 1.2;
  font-weight: bold;
}
#main nav ul li figure {
  display: block;
  border-radius: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px 0 #c1c1c1;
}
#main nav ul li figure img {
  display: block;
  max-width: 100%;
}
#main nav ul li .off {
  font-size: 25px;
}
#main nav ul li .percent {
  display: inline-block;
  font-size: 30px;
  padding: 0 5px;
}
#main nav ul li a {
  display: block;
  position: relative;
  -webkit-transition: ease 400ms;
  -o-transition: ease 400ms;
  transition: ease 400ms;
  color: #000;
}
#main nav ul li a figure img {
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: ease 600ms;
  -o-transition: ease 600ms;
  transition: ease 600ms;
}
#main nav ul li a:hover {
  opacity: .65;
}
#main nav ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/*-----------------
 SECTION COMMON
-----------------*/
.sec-cmn {
  margin: 0 auto;
}
.ttl-cmn {
  text-align: center;
  margin-bottom: 60px;
}
.ttl-cmn img{
	width: 100%;
	margin-bottom: 20px;
}
.block-event-page article h3.ttl-sub {
  position: relative;
  text-align: center;
  color: #000;
  padding: 60px 0px 30px;
  font-size: 24px;
  background-color: #FFF;
  border-radius: 25px 25px 0 0;
  font-weight: bold;
  margin: 0;
  box-shadow:
    0px -8px 8px -8px gray, /* Top shadow */
    8px 0px 8px -8px gray,  /* Right shadow */
    -8px 0px 8px -8px gray; /* Left shadow */
}
.ttl-sub figure {
  display: block;
  border-radius: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: 0 0 8px gray;
}
.ttl-sub figure img {
  width: 100%;
}
/*
 ITEM 一覧
*/
.items-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  margin: -15px auto 90px;
  padding: 0 40px;
  justify-content: space-between;
  box-shadow:
    0px 8px 8px -8px gray,  /* Bottom shadow */
    8px 0px 8px -8px gray,  /* Right shadow */
    -8px 0px 8px -8px gray; /* Left shadow */
}
.items-container .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /*border: 4px solid  #00344c;*/
  width: calc((100% - 20px) * .5);
  margin-bottom: 30px;
  padding: 20px 20px 15px;
  font-feature-settings: "palt";
  background: #fff;
}
.items-container .item .price-current-box {
  text-align: center;
  background-color: #ff5061;
  border-radius: 5px;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.items-container .item .price-current-box .prefix {
  display: inline-block;
  background-color: #ff5061;
  padding: 2rem;
  color: #fff;
  padding: 0.2rem 0.6rem;
  margin-right: 0.6rem;
  border-radius: 5px;
  font-size: 13px;
}
.items-container .item img {
  display: block;
  max-width: 100%;
}
.items-container .item a.img-box {
  display: block;
  -webkit-transition: ease 400ms;
  -o-transition: ease 400ms;
  transition: ease 400ms;
  margin-bottom: 20px;
}
.items-container .item a.img-box:hover {
  opacity: .65;
}
.items-container .item .price-current {
  font-size: 26px;
  line-height: 1;
  margin-bottom: -.1em;
  color: #ff5061;
  display: inline;
  font-weight: bold;
  vertical-align: bottom;
}
.items-container .item .price-current .yen {
  font-size: 30px;
}
.main-item{
	margin-bottom: 10px;
}
@media screen and (max-width : 780px) {
  #clearance .contents_wrapper {
    padding: 40px 10px;
  }
  .block-event-page article h3.ttl-sub {
    margin-top: 5rem;
  }
}
/*********************************************
 
	         　footer
 
*********************************************/
#footer-outer {
  background-color: #000;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  padding: 2% 0;
}
#footer-outer ul.list {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#footer-outer ul.list li {
  margin-bottom: 0;
  width: calc(100% / 5);
  text-align: center;
  border-left: 1px #fff solid;
  box-sizing: border-box;
}
#footer-outer ul.list li a {
  color: #fff;
  display: block;
}
#footer-outer ul.list li:last-child {
  border-right: 1px #fff solid;
}
#footer-outer ul.list li a:hover {
  opacity: 0.8;
}
#footer-outer p.copy {
  margin-top: 2%;
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
}
@media screen and (min-width : 641px) {
  .only-sp {
    display: none !important;
  }
  ul.items-container li.itemli:nth-child(odd) {
    margin-right: 20px;
  }
  .bnr-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bnr-area li {
    display: block;
    width: -webkit-calc((100% - 20px) * .5);
    width: calc((100% - 20px) * .5);
    margin-bottom: 20px;
  }
  .bnr-area li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .bnr-area li a {
    display: block;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
    transition: ease 400ms;
  }
  .bnr-area li a:hover {
    opacity: .65;
  }
  .bnr-area li img {
    display: block;
    max-width: 100%;
  }
}
/*フローティングメニュー*/
#floating {
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 4% 18% 5%;
  color: #fff;
}
#floating > h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 30px;
}
#floating > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
#floating > ul li {
  width: 16% !important;
  margin-bottom: 2%;
  text-align: center;
}
#floating > ul li img {
  width: 100%;
}
#floating > ul li figure {
  box-shadow: none !important;
}
#floating > ul li .name {
  color: #FFF !important;
}
#floating.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
}
.floating_close {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.floating_btn {
  width: 30%;
  max-width: 100px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 22;
  cursor: pointer;
}
.floating_btn img {
  width: 100%;
}
.fixed_sp {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 9998;
}
.fixed_sp img {
  width: 80%;
}
#floating.Active_sp {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
}
/*.main_item-desc .name{
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}*/
@media screen and (max-width:480px) {
  #floating {
    padding: 10% 4% 5%;
  }
  #floating > ul {
    padding: 10% 8% 8%;
  }
  #floating > ul li {
    width: 20% !important;
    margin-bottom: 4%;
    text-align: center;
  }
  #floating > ul li .name {
    display: none;
  }
  .floating_btn {
    max-width: 80px;
  }
}
@media screen and (max-width : 640px) {
  .only-pc {
    display: none !important;
  }
  #clearance {
    position: relative;
    padding-top: 0;
  }
  #header-outer {
    position: relative;
    width: 100vw;
    margin: 0;
    margin-left: -webkit-calc((100% - 100vw) * .5);
    margin-left: calc((100% - 100vw) * .5);
    margin-right: -webkit-calc((100% - 100vw) * .5);
    margin-right: calc((100% - 100vw) * .5);
  }
  #header-outer .site_ttl img {
    width: 60%;
  }
  #header-outer .site_ttl {
    text-align: center;
    margin: 2% 0;
  }
  #header-outer nav {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    background-color: #000;
    margin-bottom: 2%;
  }
  #header-outer ul.list {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #header-outer ul.list li {
    margin-bottom: 0;
    width: calc(100% / 5);
    text-align: center;
  }
  #header-outer ul.list li a {
    color: #fff;
    display: block;
    font-size: 2.5vw;
    padding: 20% 0;
    border-right: #FFF 1px solid;
  }
  #header-outer ul.list li:last-child a {
    border-right: none;
  }
  #header-outer ul.list li a:hover {
    background-color: #2F2F2F;
  }
  #header-outer p.breadcrumbs {
    font-size: 12px;
    color: #000;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
    max-width: 990px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 3%;
  }
  #header-outer p.breadcrumbs span::before {
    content: "＞";
  }
  #header-outer p.breadcrumbs a {
    text-decoration: underline;
  }
	#clearance #brand h2 {
	  max-width: 367px;
	  width: 60%;
	  margin: 0 auto 120px;
	}
  #clearance h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  #main nav ul:first-of-type {
    margin-bottom: 0;
  }
  #main nav ul {
    padding: 0 0 9vw;
  }
  .items-container {
    margin-bottom: 2rem;
    padding: 0 10px;
  }
  .items-container .item {
    padding: 1.5vw 3vw;
    margin-bottom: 4vw;
    width: -webkit-calc((100% - 3vw) / 3);
    width: calc((100% - 3vw) * .5);
  }
  .items-container .item a.img-box {
    margin: 0 auto 3vw;
  }
  .items-container .item .name {
    font-size: 3vw;
  }
  .items-container .item .price-original {
    font-size: 4.6875vw;
  }
  .items-container .item .price-current-box:last-child {
    margin-bottom: 1.5vw;
  }
  .items-container .item .price-current-box .prefix {
    font-size: 2.4vw;
    text-align: center;
    margin-right: 0;
  }
  .items-container .item .price-current-box {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_item-desc .name {
    margin-top: 10px;
  }
  .items-container .item .price-current {
    font-size: 5.2vw;
    text-align: center;
  }
  .items-container .item .price-current .yen {
    font-size: 4.6875vw;
  }
  .bnr-area {
    display: block;
  }
  .bnr-area li {
    display: block;
    width: 100%;
    margin-bottom: 6vw;
  }
  .bnr-area li a {
    display: block;
  }
  .bnr-area li img {
    display: block;
    max-width: 100%;
  }
  /*********************************************

				  footer

	*********************************************/
  #footer-outer ul.list li:last-child {
    border-right: none;
  }
  #footer-outer ul.list {
    padding: 3%;
    box-sizing: border-box;
    display: block;
  }
  #footer-outer ul.list li {
    width: 100%;
    text-align: center;
    border-left: none;
    box-sizing: border-box;
  }
  #footer-outer ul.list li a {
    color: #fff;
    display: block;
    padding: 3% 0;
    border-bottom: #626262 1px solid;
  }
  #footer-outer ul.list li:last-child a {
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width : 480px) {
  #main nav ul li {
    width: calc((100% - 33vw) * .3333);
    margin: 0 1.5vw 3vw;
    text-align: center;
  }
  #main nav ul li .off {
    font-size: 20px;
  }
  #main nav ul li .percent {
    display: inline-block;
    font-size: 25px;
    padding: 0 5px;
  }
  .block-event-page article h3.ttl-sub {
    font-size: 1.2rem;
    background-size: contain;
  }
  #item .ttl-sub {
    font-size: 1.2rem;
    background-color: #FFFFFF;
  }
}
h3.ttl-sub.mb0 {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.section_bottom img {
  vertical-align: bottom;
  width: 100%;
}
#recommend_bn {
  padding-top: 120px;
}
#clearance #recommend_bn h2 {
  font-size: 42px;
  padding-bottom: 0;
}
#clearance #recommend_bn h2 span {
  font-weight: normal;
}
@media screen and (max-width:768px) {
  #recommend_bn {
    padding-top: 60px;
  }
	#nav .nav_ttl{
		width: 60%;
	}
  #main nav ul li .name {
    font-size: 14px;
  }
}
@media screen and (max-width:500px) {
	#nav .nav_ttl{
		width: 45%;
	}
}