@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #16160e;
  font-weight: 400;
}

strong {
  color: #0a7a82;
  font-weight: 700;
}

#event_all {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}


.attention {
  text-align: center;
  color: #BA000C;
  padding-top: 8px;
}


/* Button */
.btn {
  position: relative;
  padding: 20px 20px 18px;
  margin: 0 auto;
  display: block;
  border-radius: 29px;

  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #0a7a82;
  color: #ffffff;
}
.btn::after {
  content: "\f105";
  font-family: "FontAwesome";
/*  font-weight: 900;*/
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  line-height: 1;
  font-size: 20px;
}

.btn.gray {
  background: #dddddd;
  color: #777777;
  cursor: default!important;
}
.btn.gray::after { content: ""; }

.btn.clear { margin-top: 25px!important; }


#header {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
#header img { min-width: 100%; }
#header .block > li {
  width: 19%;
  margin-bottom: 1%;
}
#header .block.md02 > li {
  width: 15.83%;
  margin-bottom: 1%;
}


header h1, article h2, article h3 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

h1 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}
h1 span {
  display: inline-block;
  background-color: #222222;
  margin-top: 15px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
}


#type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
#type li {
  text-align: center;
  margin: 10px 5px;
  width: 46.80851063829787%;
}
#type li a {
  display: block;
  border: 2px solid #16160e;
  border-radius: 35px;
  padding: 22px 0;

  color: #16160e;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}
#type li:nth-child(1) a {
  padding: 15px 0!important;
  line-height: 1.2;
}
#type li:nth-child(1) a, #type li:nth-child(3) a, #type li:nth-child(4) a {
  font-size: 14px;
  font-size: 1.4rem;
}
#type li a:hover {
  background-color: #16160e;
  color: #ffffff;
  opacity: 1.0;
  transition: 0.75s;
  -webkit-transition: 0.75s;
}




article .container {
  position: relative;
  padding-top: 5em;
}
article .container:nth-child(1) { padding-top: 3.75em; }


.type_tit {
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type_img { padding-top: 108px; }
#sneakers .type_img { padding-top: 146px; }
.type_img p {
  padding: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
}



h2 {
  position: relative;
  display: inline-block;
  min-width: 400px;
  margin-bottom: 1em;
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.3;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 1px;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
#python h3 { padding-bottom: 0; }

h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  padding-bottom: 5px;
}



.container .one-half { margin-top: 3.125em; }
.container .one-half .slide_wrapper { overflow: hidden; }

.status {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 10px 10px 7px;
  border: 2px solid #0a7a82;
  display: inline-block;
  color: #0a7a82;
}

.price, .date dd {
  font-size: 18px;
  font-size: 1.8rem;
}
.price { padding-bottom: 8px; }

.control li.slick-slide {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em;
  text-align: center;
}

.color dt, .color dd { float: left; }
.color dt {
  padding-top: 5px;
  padding-right: 10px;
/*  font-family: "Montserrat", serif;*/
}


/* 吹き出し左向き */
.color {
  float: left;
  min-height: 36px;
  padding-top: 2px;
  padding-right: 15px;
}
.arrow_box{
  float: left;
  position:relative;
  width: 108px;
  background: #e6eae3;
  margin: 0;
  padding: 12px 15px;
  text-align:left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.arrow_box:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(242, 242, 242, 0);
  border-top-width:5px;
  border-bottom-width:5px;
  border-left-width:14px;
  border-right-width:14px;
  margin-top: -5px;
  margin-left: auto;
  border-right-color:#e6eae3;
  right:100%;
  top:48%;
}



.control .slick-slide.slick-active {
  width: 32px!important;
  height: 32px!important;
  margin: 0;
  margin-right: 5px;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
}
.control .slick-slide.slick-current.slick-active { border: 1px solid #444444; }

.af_160pumps_thum .slick-track,
.af_160pumps02_thum .slick-track,
.af_116sidegore_thum .slick-track { width: 37px!important; }


span.tip {
  display: block;
  width: 26px!important;
  height: 26px!important;
  border-radius: 50%;
  cursor:  pointer;
}
span.tip.smooth, span.tip.black02 { background: #16160e; }
span.tip.black { background: #000000; }
span.tip.white { background: #f5f4f7; }
span.tip.gray { background: #c0c0c0; }
span.tip.lightgray { background: #dddcd6; }
span.tip.silver { background: #ebebeb; }
span.tip.navy { background: #0e2450; }
span.tip.beige { background: #eedcb3; }
span.tip.lightoak, span.tip.pinkbeige { background: #d8beae; }
span.tip.champagne { background: #e9dacb; }
span.tip.ivory { background: #f8f4e6; }
span.tip.oak { background: #baa28e; }

span.tip.charcoal { background: #626063; }
span.tip.pearlpink { background: #e6c0c0; }
span.tip.darkgray { background: #504946; }
span.tip.gunmeta { background: #745c48; }
span.tip.darkoak { background: #716246; }
span.tip.camel { background: #bf783e; }

span.tip.green { background: #006a6c; }
span.tip.orange { background: #e17b34; }

span.tip.purple { background: #4b0082; }
span.tip.apricot { background: #ffa500; }
span.tip.rose { background: #ff69b4; }




.date {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
  margin-top: 14px;
}
.date dt {
  float: left;
  background-color: #e6eae3;
  margin-right: 10px;
}
.date dt, .date dd {
  line-height: 1;
  margin-bottom: 10px;
  padding: 8px 10px;
}


/* TOOLTIP */
.one-full {
  overflow: visible;
}
.control .slick-list {
  overflow: visible;
}
.control .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.control li {
  position: relative;
  cursor: pointer;
}
.control li:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  font-size: 10.5px;
  line-height: 1.3;
  background: #333;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-in;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}
.tooltip:before {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #333;
}
.color .slick-track { width: 100%!important }
/**/

/* movie */
.movie {
  margin: 2.5em auto 0!important;
  max-width: 800px;
}
.movie video {
  width: 100%;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}


#notice {
  background-color: #f9f9f9;
  margin-top: 3.75em;
  padding: 3em;
}
#notice p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ba3533;
  font-weight: 700;
  text-align: center;
}




@media screen and (min-width:1024px) {
  /* PC↑ */
  h1 {
    font-size: 60px;
    font-size: 6.0rem;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  article .container { padding-top: 7.5em; }

  .cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
  }

  article .container .one-half { width: 48.35%;}
}


@media screen and (min-width:960px) {
  /* tablet↑ */
  .btn { width: 80%; margin-top: 10px; }

  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .container .one-half { margin-top: 2.5em; }
}


@media screen and (min-width:768px) {
  /* tablet↑ */
  #header .block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .block.md02 { width: 100%; }
  #header .block.md02 > li { width: 15.83%; }

  #type li { width: 30.141843971631204%!important; }
  #type li:nth-child(3) a, #type li:nth-child(4) a {
    padding: 22px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width:768px) {
  #event_all { padding: 0; }
  main { padding-bottom: 5em; }
}

@media screen and (min-width:600px) and ( max-width:1024px) {
  /* tablet only */
  article .container .one-half {
/*    width: 500px;*/
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (max-width: 599px) {
  /* smartphone↓ */
  article .container .one-half { width: 100%; }

  #header .block > li { width: 32.2%; }
  #header .block.md02 > li { width: 24.25%; }
  #pd_126python, #pd_143python, #pd_163python { margin-top: 0; }
}





