﻿html {
    scroll-behavior: smooth;
}
html, body {
  margin: auto;
}
body {
  text-align: center;
  padding: 0;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴシック W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  /*font-family: "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcview {
  display: block !important;
}
.spview {
  display: none !important;
}
.keyvisual.pcview {}
.view_timer .saleendtext {
  font-size: 20px;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: 1;
  color: #505050;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.keyvisual.spview {}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width : 750px) {
  .pcview {
    display: none !important;
  }
  .spview {
    display: block !important;
  }
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
header {
  margin: 0 auto;
  width: 100%;
  height: 70px;
  padding-top: 25px;
}
.headerbox {
  position: relative;
  display: inline-block;
  text-align: left;
}
.headerbox::before {
  content: "";
  display: block;
  height: 51px;
  width: 59px;
  overflow: hidden;
  position: absolute;
  background-image: url(../img/okokulogo.png);
  background-size: cover;
  vertical-align: middle;
  left: -6px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headerbox h1 {
  font-size: 17px;
  text-align: center;
  padding-left: 60px;
  margin-bottom: -15px;
}
.headerbox p {
  font-size: 10px;
  padding-left: 69px;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.main {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
}
img {
  width: 100%;
}
@media screen and (max-width : 750px) {
  .main {
    width: 100%;
  }
  img {
    width: 100%;
  }
}
.key_box img {
  width: 100%;
}
.key_box {
  position: relative;
  width: 100%;
}
.key_category {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 79%;
  left: 0;
  right: 0;
}
.key_category a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  flex-grow: 0;
  margin: 0 1.4%;
  font-weight: 500;
  color: #FC595B;
  background-color: white;
  font-size: 4vw;
  border-radius: 6px;
  padding: 0 4.5%;
}
@media screen and (min-width: 1140px) {
  .key_category a {
    font-size: 54px;
    margin: 0 18px;
    padding: 0 51px;
  }
}
@media screen and (max-width : 750px) {
  .key_category {
    position: absolute;
    top: 58%;
    display: flex;
    flex-direction: column;
  }
  .key_category a {
    flex-grow: 0;
    flex-direction: column;
    margin: 1.5% 12%;
    font-weight: 600;
    color: #FC595B;
    background-color: white;
    font-size: 10vw;
    border-radius: 6px;
  }
}
.shopinfo {
  max-width: 430px;
  width: 60%;
  background: #dbdada;
  color: #000;
  font-size: min(4vw, 35px);
  font-weight: bold;
  margin: 2% auto 8%;
  padding: 1.3% 0.5% 1%;
  box-shadow: 4px 4px rgb(0 0 0 / 50%);
}
.shopinfo span {
  letter-spacing: -0.4em;
}
@media screen and (min-width: 1140px) {
  /*  .shopinfo {
    font-size: 44px;
  }*/
}
@media screen and (max-width : 750px) {
  .shopinfo {
    width: 80%;
    font-size: 5.2vw;
    padding: 1% 0.5%;
    margin: 3% auto 15%;
  }
}
#sale_men {
  margin-top: 2%;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
#sale_men .sale_text {
  position: absolute;
  display: flex;
  line-height: 1.4em;
  font-size: 2.2vw;
  font-weight: 500;
  text-align: left;
  width: 57%;
  top: 38%;
  left: 42%;
}
.sale_text p {
  margin: 0 1.5%;
}
span.green {
  line-height: 14px;
}
.green:after {
  content: 'green label relaxing';
  display: block;
  font-size: 1.5vw;
  height: 1.4em;
}
.comment {
  position: absolute;
  top: 84%;
  width: 56%;
  left: 43%;
  font-size: 1.5vw;
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media screen and (min-width: 1140px) {
  .sale_text p {
    line-height: 42px;
    font-size: 27px;
    flex-grow: 1;
  }
  .comment {
    font-size: 18px;
  }
  .green:after {
    font-size: 21px;
    height: 24px;
  }
}
@media screen and (max-width : 750px) {
  .sale_text {
    width: 80% !important;
    flex-direction: column;
    font-size: 4.7vw !important;
    font-weight: 600 !important;
    top: 24% !important;
    left: 0 !important;
    margin: 5%;
    line-height: 1.3em !important;
  }
  .comment {
    width: 95% !important;
    font-size: 2.7vw !important;
    left: 4.5%;
    top: 89.5%;
    z-index: 1;
  }
  #sale_kids .comment {
    top: 91%;
  }
  .green:after {
    content: 'green label relaxing';
    font-size: 3.3vw;
    height: 1.4em;
  }
}
#sale_lady {
  margin: 7% 0;
  position: relative;
}
#sale_lady .sale_text {
  position: absolute;
  display: flex;
  line-height: 1.4em;
  font-size: 2.3vw;
  font-weight: 500;
  text-align: left;
  width: 57%;
  top: 38%;
  left: 42%;
}
#sale_kids {
  margin: 7% 0;
  position: relative;
}
#sale_kids .sale_text {
  position: absolute;
  display: flex;
  line-height: 1.4em;
  font-size: 2.3vw;
  font-weight: 500;
  text-align: left;
  width: 57%;
  top: 38%;
  left: 42%;
}
.attention {
  color: white;
  padding-top: 2.2%;
  padding-right: 0.1%;
  padding-left: 0.1%;
  padding-bottom: 2.2%;
  font-size: 1.8vw;
  background-color: #828181;
  text-align: left;
  margin-bottom: 4%;
}
.attention dl {
  margin: 0 auto;
}
.attention dt {
  text-align: center;
  font-weight: 400;
}
.attention_title:before {
  content: "";
  display: inline-block;
  border-top: solid 1px #fff;
  width: 6%;
  position: absolute;
  top: 46%;
  right: 35%;
  z-index: 1;
  border-width: medium;
}
.attention_title:after {
  content: "";
  display: inline-block;
  border-top: solid 1px #fff;
  width: 6%;
  height: 1px;
  position: absolute;
  top: 46%;
  left: 38%;
  z-index: 1;
  border-width: medium;
}
.attention_title span {
  width: 90%;
  margin: 0 auto 15px;
  display: block;
  position: relative;
  z-index: 5;
  background-color: #828181;
  border-bottom: solid 2px #fff;
}
.attention dd {
  flex: left;
  font-weight: 400;
  line-height: 1.3em;
  margin: 8px 8% 0 8%;
}
.attention_title {
  position: relative;
  top: auto;
  text-align: center;
  font-size: 2.3vw;
  margin-bottom: 0.6%;
}
@media screen and (min-width: 1140px) {
  .attention {
    font-size: 22px !important;
  }
  .attention_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .attention {
    font-size: 3.6vw;
    padding-top: 0.6em;
    padding-right: 6%;
    padding-left: 5%;
    padding-bottom: 1em;
    width: 89%;
    font-weight: 400;
    line-height: 1.5em;
  }
  .attention :last-child {
    top: 50%;
  }
  .attention dd {
    text-align: left;
    margin-top: 2%;
    margin-left: 3%;
  }
  .attention_title {
    font-weight: 600 !important;
    margin: 0 auto;
    font-size: 3.8vw;
  }
  .attention_title:before {
    content: "";
    display: inline-block;
    border-top: solid 1px #fff;
    width: 46%;
    position: absolute;
    top: 46%;
    right: 35%;
    z-index: 1;
    border-width: medium;
  }
  .attention_title:after {
    content: "";
    display: inline-block;
    border-top: solid 1px #fff;
    width: 48%;
    height: 1px;
    position: absolute;
    top: 46%;
    left: 38%;
    z-index: 1;
    border-width: medium;
  }
}
@media screen and (min-width: 750px) {
  .sp_br {
    display: none;
  }
}
.line_border {
  border-left: medium black;
  border-right: medium black;
  border-bottom: medium black;
  margin: 2% 0;
  border-top: thick solid #EAEAEA;
}
ul.categorytextlink {
  display: table;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
}
ul.categorytextlink > li {
  display: table-cell;
  float: left;
  width: 50%;
  text-align: left;
  line-height: 40px;
  margin-top: 30px;
  letter-spacing: -0.5px;
}
ul.categorytextlink > li:nth-child(2n+1) {
  clear: both;
}
.tlink a:link {
  text-decoration: none;
  color: black;
}
.tlink a:visited {
  text-decoration: none;
  color: black;
}
.title p {
  border-bottom: 2px solid #aaaaaa;
  color: #878787;
  font-weight: bold;
  width: 87%;
  font-size: 16px;
}
.stitle {
  font-size: 14px;
  font-weight: bold;
}
.tlink {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .colorband p {
    font-size: 3vw;
  }
  nav img {
    width: 2%;
    top: 25%;
  }
  .notice1:before {
    content: "";
    position: absolute;
    background: #fff;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 184%;
    width: 28%;
    border-radius: 50%;
    display: block;
    z-index: -1;
  }
  .boxtext1 {
    font-size: 2.8vw;
    line-height: 60px;
  }
  .boxtext2 {
    line-height: 48px;
    color: red;
    font-size: 5.5vw;
  }
  .box p {
    font-size: 2vw;
    text-align: left;
    margin: 10px;
  }
}
@media screen and (max-width: 760px) {
  .campaigncontents p {
    font-size: 14px;
  }
  .colorband {
    height: 40px;
  }
  .colorband p {
    font-size: 15px;
  }
  .campaigncontents span {
    font-size: 12px;
  }
  nav li {
    font-size: 12px;
  }
  nav a {
    margin-left: -5px;
  }
  .footpc {
    display: none;
  }
  footer {
    background-color: black;
    margin-top: 50px;
  }
  .footerlogo {
    width: 10%;
    margin-top: 40px;
  }
  .footerlink {
    color: white;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 56px;
    height: 200px;
  }
  ul.footerlink > li:nth-child(3n+1) {
    clear: both;
  }
  ul.footerlink li {
    display: table-cell;
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 33%;
    position: relative;
  }
  .footerlinkicon::before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    /* overflow: hidden; */
    position: absolute;
    left: -20px;
    /* z-index: 10; */
    top: 21px;
    background-image: url(../img/logof.png);
    background-size: cover;
    /* vertical-align: middle; */
  }
  .footerlink a:link {
    text-decoration: none;
    color: inherit;
  }
  .footerlink a:visited {
    text-decoration: none;
    color: inherit;
  }
  .footer_text {
    background-color: white;
    font-size: 11px;
  }
  .couponline {
    border: solid 1px #eaeaea;
  }
}
@media screen and (min-width: 760px) {
  .headerbox h1 {
    font-size: 24px;
    margin-bottom: -23px;
  }
  .headerbox p {
    font-size: 18px;
  }
  .title p {
    font-size: 28px;
    line-height: 4vh;
  }
  .tlink {
    font-size: 23px;
    line-height: 6vh;
  }
  .footsp {
    display: none;
  }
  footer {
    background-color: black;
    height: 200px;
  }
  .footerlink {
    color: white;
  }
  .footerlink::before {
    content: "";
    display: block;
    height: 130px;
    width: 143px;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/footerlogo.png);
    background-size: cover;
    vertical-align: middle;
    left: 0;
    top: 93px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.footerlink {
    display: inline-block;
    line-height: 50px;
    padding-top: 44px;
    font-size: 18px;
    padding-left: 190px;
    position: relative;
    margin: 0 auto;
  }
  ul.footerlink > li:nth-child(5n+1) {
    clear: both;
  }
  ul.footerlink li {
    display: table-cell;
    float: left;
    width: 150px;
    white-space: nowrap;
    text-align: left;
  }
  .footerlinkicon::before {
    content: "";
    display: block;
    height: 19px;
    width: 19px;
    background-image: url(../img/logof.png);
    overflow: hidden;
    position: absolute;
    margin-top: 14px;
    margin-left: -26px;
  }
  .footerlink a:link {
    text-decoration: none;
    color: inherit;
  }
  .footerlink a:visited {
    text-decoration: none;
    color: inherit;
  }
  .footer_text {
    padding-top: 20px;
    text-align: center;
  }
}
/*sale-content後付け*/
div.sale_content {
  margin: 4% auto 5%;
}
div.sale_content p {
  color: #373737;
  font-size: min(6.5vw, 40px);
  font-weight: bold;
}
div.sale_content p:nth-child(1) span {
  display: block;
}
div.sale_content p:nth-child(2) {
  color: #373737;
  font-size: min(4vw, 25px);
}
div.sale_content p:nth-child(3) {
  color: #f00000;
  font-size: min(18vw, 100px);
}
div.sale_content p:nth-child(4) {
  color: #373737;
  font-size: min(5vw, 40px);
}
/*wintersale2021*/
.winter2021Shopinfo {
  width: 75%;
  background: #e5e5e5;
  color: #fc595b;
  font-size: min(4vw, 35px);
  font-weight: bold;
  margin: 3% auto 4%;
  padding: 1.3% 0.5% 1%;
}
.winter2021Shopinfo a {
  color: #fc595b;
}
.winter2021Shopinfo span {
/*  letter-spacing: -0.4em;*/
  color: #fc595b;
}
.holding-store {
  color: #fc595b;
  font-size: clamp(19px ,3.6vw ,28px);
}
@media screen and (min-width: 1140px) {
  /*  .shopinfo {
    font-size: 44px;
  }*/
}
@media screen and (max-width : 750px) {
  .winter2021Shopinfo {
    width: 85%;
    font-size: max(4vw,24px) ;
    padding: 1% 0.5%;
    margin: 3% auto 5%;
  }
}
div.winter2021Contents {
  width: 100%;
  margin: 0% 0% 6% 0%;
}
div.winter2021Contents picture {
  width: 90%;
  margin: 0 auto 3%;
  display: block;
}
@media screen and (max-width:768px) {
  div.winter2021Contents picture {
    width: 96%;
		margin:0 auto 4%;
  }
}
div.winter2021Contents picture source, div.winter2021Contents picture img {
  width: 100%;
}
div.winter2021Attention {
  background-color: #828181;
}
div.winter2021Attention .attention_title span {
  background-color: #828181;
}
div.DecwinterSale2022Attention {
  background-color: #828181;
}
div.DecwinterSale2022Attention .attention_title span {
  background-color: #828181;
  display: block;
  width: 75%;
  font-size: 2.5vw;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  margin: 0 auto 15px;
}
@media (max-width:750px) {
  div.DecwinterSale2022Attention .attention_title span {
    font-size: 3.8vw;
  }
}
.attention_title:before {
  display: none;
}
.attention_title:after {
  display: none;
}
/*wintersale2021*/

.shop-search {
  background-color: #fff;
  width: 85%;
  margin: 6px auto 10px;
  padding: 5px;
  border-radius: 200px;
}

/*summer2023*/

.summer2023Attention dd{
	    font-size: 1vw;	
	    line-height: 1.5em;
}

@media screen and (max-width: 760px) {
	
	.summer2023Attention dd{
		font-size: 3vw;
    line-height: 1.6em;
  }
}
/*2025-0617*/ 
h2.hd{
  width: 80%;
  margin: 1rem auto 0 auto;
  color:#fff;
  font-weight: bold;
  padding : 0.5rem 1rem;
  border-radius: 10px;
  background: #ed0d16;
}

.hdArea{
  position: relative;
  width: 77%;
  margin: 1rem auto 2% auto;
  padding-left: 35px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #333;
}

.hdArea::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/mapicon.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
iframe{
  width: 80%;
  height: 50vh;
  margin: 0 auto;
}







#attStore {
        background: #e5e5e5;
        border-radius: 20px;
  }
  #attStore .hd{
        line-height: 1;
        text-decoration: underline;
        text-underline-offset: 5px;
  }
@media screen and (max-width:750px) {
      #attStore {
        width: 75%;
        margin: 5% auto;
        padding: 5% ;
      }
      #attStore .hd{
        margin-bottom: 1rem;
      }
      #attStore .spview{
        text-align: left;
      }
}
@media screen and (min-width:751px) {
      #attStore {
        display: flex;
        margin: 5% auto;
        padding: 5% ;
        align-items: center;
        justify-content: space-around;
        font-size: clamp(13px ,2.6vw ,20px);
      }
      #attStore .hd{
        width: 7rem;
      }
      #attStore .pcview{
        width: 80%; 
        text-align: left;
      }
  }