/* 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;}

#clearance .contents_wrapper {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  color: #111;
}
#clearance {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /*max-width: -webkit-calc( 990px + 6% );
	max-width: calc( 990px + 6% );
	width: 100%;
	padding: 250px 3% 40px;*/
  margin: 0 auto;
  background-color: #fff;
}
#clearance h2 {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 80px;
  margin: 0px;
  line-height: 1.4;
}
#clearance h2 span{
  display :block;
  font-size: 25px;
  margin:0;
  position: relative;
}
#clearance #brand h2{
  color: #0291b2;
}
#clearance #brand h2 span{
  color: #000;

}
#clearance #item h2 {
  color: #fff55c;
}
#clearance #item h2 span{
  color: #fff;
}

#clearance h2 img.deco_reverse {
  transform: scale(-1, 1);
}
/* 整列部分 */
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 {
  width: 100%;
  text-align: center;
}
.mv img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#nav {

  /*background: linear-gradient(#ffc8e7, #ffcdd3);*/
  background-color: #ebf5ff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#brand {
  background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/2412clearance/bg_pc.png");
  background-position: left,right;
  background-size: contain;
  background-repeat: repeat-y;
  background-color: #123180;
}
#item {
  /*background: url("https://www.okadaya.co.jp/img/usr/underwear/event/2412clearance/bgpt_left_item.png"),url("https://www.okadaya.co.jp/img/usr/underwear/event/2412clearance/bgpt_right_item.png"),#f8716a;
  background-position: left,right;
  background-repeat: repeat-y;
  background-size: 2%;*/
  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:415px;
	width:100%;
	margin: 0 auto 30px;
}
#main .ttl_deco{
  position: absolute;
  max-width: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main .ttl_deco_fir{
  left: 20%;
}
#main .ttl_deco_sec{
  right: 18%;
}

#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: 15%;
  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;
}
#clearance #brand .contents_wrapper h2, #clearance #item .contents_wrapper h2 {
  background-color: rgba(0, 0, 0, 0);
}
.ttl-sub {
  position: relative;
  text-align: center;
  color: #123180 !important;
  padding: 60px 0px 30px !important;
  font-size: 24px;
  background-color: #fcf4f4 !important;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  margin: 0;
}
.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: #fcf4f4;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 90px;  
  padding: 0 40px;
  justify-content: space-between;
}
.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: #d31673;
  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;
}
@media screen and (max-width : 780px) {
  #clearance .contents_wrapper {
    padding: 5% 3%;
  }
  .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: 13% !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;
  margin-bottom: 0;
}
@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 h2 {
	  padding-bottom: 10px;
    font-size: 1.6rem;
    margin-bottom: 2rem;

  }
  #clearance .ttlimg {
    max-width: 526px;
	  width: 100%;
  }

  #main nav ul.luckybag li, #main nav ul.luckybag li:last-child {
    width: 100%;
  }
  #main nav ul.luckybag li img {
    width: 80%;
  }
  .mv {
    background-image: url(https://www.okadaya.co.jp/img/usr/underwear/event/2412clearance/main_bg_sp.png?1);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 2.5rem;*/
  }
  #main nav ul:first-of-type {
    margin-bottom: 0;
  }
  #main nav ul {
    padding: 0 0 9vw;
  }
  #clearance #floating nav ul li figure {
    margin: 0;
  }


  .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:not(:nth-child(2n)) {
    /*margin-right: 3vw;*/
  }
  .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;
  }
  .items-container .item .btn {
    text-indent: 0;
    max-width: -webkit-calc(100% + 2px);
    max-width: calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    font-size: 3.5vw;
    line-height: 3;
    bottom: -3em;
  }
  .items-container .item .btn:hover {
    text-indent: 0;
  }
  .items-container .item .btn:before {
    display: none;
  }
  .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;
  }
  .ttl-sub {
    font-size: 1.2rem;
    background-size: contain;
  }
  #item .ttl-sub {
    font-size: 1.2rem;
    background-color: #FFFFFF;
    /*border-right: 1px solid #696969;
    border-left: 1px solid #696969;*/
  }
}
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 img{
  width: 80%;
}
#main nav ul li .name{
  font-size: 14px;
}#brand {
  background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/2412clearance/bg_sp.png");
}
#main .ttl_deco_fir{
  left: 18%;
}
#main .ttl_deco_sec{
  right: 16%;
}
}