@charset "utf-8";

.g-wrap .special_title,
.g-wrap .special_lead,
.g-wrap .check_list {
  font-weight: 700;
}

/*======================================================================
 * special_detail
======================================================================*/
.g-wrap .special_detail_head {}

.g-wrap .special_date {
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.g-wrap .tag_new {
  background: #FF0000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 1.9em;
  margin-right: 28px;
}

.g-wrap .tag_new span {
  transform: translateY(0.1em);
}

.g-wrap .special_title {
  margin-top: 40px
}

.g-wrap .special_title span {
  display: block;
}

.g-wrap .special_title ._main {
  font-size: 32px;
}

.g-wrap .special_title ._sub {
  font-size: 24px;
  margin-top: 10px;
}

.g-wrap .special_img {
  display: block;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.g-wrap .special_img img.ofi-c {
  aspect-ratio: 390/292;
}

.g-wrap .special_lead {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
}

.g-wrap .special_desc {
  font-size: 16px;
  margin-top: 30px;
}

.g-wrap .special_desc a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .g-wrap .special_date {
    font-size: 10px;
  }

  .g-wrap .tag_new {
    margin-right: 15px;
    width: 4em;
    height: 1.3em;
  }

  .g-wrap .tag_new span {
    transform: translateY(0.2em);
  }

  .g-wrap .special_title {
    letter-spacing: 0.08em;
    margin-top: 15px;
  }

  .g-wrap .special_title ._main {
    font-size: 16px;
  }

  .g-wrap .special_title ._sub {
    font-size: 15px;
    margin-top: 2px;
  }

  .g-wrap .special_img {
    margin-top: 20px;
  }

  .g-wrap .special_lead {
    font-size: 14px;
    margin-top: 20px;
  }

  .g-wrap .special_desc {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*======================================================================
 * special_detail_section
======================================================================*/
.g-wrap .special_detail_section {
  margin-top: 150px;
}

.g-wrap .special_detail_section:first-child {
  margin-top: 100px;
}

.g-wrap .special_category {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

.g-wrap .special_category::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url(../images/common/title_deco.svg) no-repeat center/ contain;
  margin: 18px 0 0 0;
}

@media (max-width: 768px) {
  .g-wrap .special_detail_section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #B2C6D4;
  }

  .g-wrap .special_detail_section:first-child {
    margin-top: 40px;
    border-top: none;
    padding-top: 0;
  }

  .g-wrap .special_category {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .g-wrap .special_category::after {
    height: 8px;
    margin-top: 12px;
  }
}

/*======================================================================
 * shop_search
======================================================================*/
.g-wrap .check_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-wrap .check_list ul {
    justify-content: flex-start;
  }
}

.g-wrap .check_list li {}

.g-wrap .check_list input[type=checkbox],
.g-wrap .check_list input[type=radio] {
  display: none;
}

.g-wrap .check_list input[type=checkbox]:checked+label,
.g-wrap .check_list input[type=radio]:checked+label {
  background: #004471;
  color: #fff;
}

.g-wrap .check_list label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  text-decoration: none;
  color: #004471;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004471;
  border-radius: 100px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .g-wrap .check_list label {
    padding: 0 5px;
  }
}
/*  */
.g-wrap .check_list._category {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: -1.5em;
}

.g-wrap .check_list._category ul::after {
  content: "";
  width: 32.5%;
}

.g-wrap .check_list._category li {
  width: 32.5%;
  height: auto;
  margin-top: 1.5em;
}

.g-wrap .check_list._category li label {
  height: 4em;
}

.g-wrap .check_list._category li .subcategory {
  display: none;
  margin: 0;
}

.g-wrap .check_list._category li input[type=checkbox]:checked + label + .subcategory {
  width: 100%;
  display: inline;
}

.g-wrap .check_list._category li .subcategory li {
  font-size: 16px;
  width: 85%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #DDD;
  margin: 0 auto 13px;
  padding: 0 0 13px;
}
.g-wrap .check_list._category li .subcategory li:first-child {
  margin-top: 14px;
}
.g-wrap .check_list._category li .subcategory li:last-child {
  margin-top: 0;
}
.g-wrap .check_list._category li .subcategory li label {
  text-align: left;
  border: none;
  max-width: initial;
  min-height: initial;
  width: auto;
  height: auto;
  padding: 2px 2px 2px 23px;
  display: inline-block;
  background: none;
  position: relative;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox]:checked + label,
.g-wrap .check_list._category li .subcategory li input[type=radio]:checked + label {
  color: inherit;
}
.g-wrap .check_list._category li .subcategory li label::before,
.g-wrap .check_list._category li .subcategory li label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.g-wrap .check_list._category li .subcategory li label::before {
  width: 15px;
  height: 15px;
  border: 2px solid #004471;
  top: 13px;
  left: 0;
}
.g-wrap .check_list._category li .subcategory li label::after {
  width: 5px;
  height: 9px;
  top: 0.44em;
  left: 0.33em;
  opacity: 0;
  border-right: 2px solid #004471;
  border-bottom: 2px solid #004471;
  transform: rotate(50deg);
  transition: opacity .1s;
}
.g-wrap .check_list._category li .subcategory li input[type=checkbox]:checked + label::after,
.g-wrap .check_list._category li .subcategory li input[type=radio]:checked + label::after {
  opacity: 1;
}
.g-wrap .check_list._category li .subcategory li:last-child p.bottom-button,
.g-wrap .check_list._category li .subcategory li:last-child .bottom-button {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .g-wrap .check_list._category {
    font-size: 12px;
    margin-top: -1.1em;
    letter-spacing: 0;
  }

  .g-wrap .check_list._category ul::after {
    content: none;
  }

  .g-wrap .check_list._category li {
    width: 32%;
    height: auto;
    margin-top: 1.1em;
  }
  .g-wrap .check_list._category li:not(:nth-child(3n+1)){
    margin-left: 2%;
  }

  .g-wrap .check_list._category label {
    border-radius: 15px;
  }

  .g-wrap .check_list._category li label {
    height: 5em;
  }

  .g-wrap .check_list._category li .subcategory li {
    font-size: 12px;
  }

  .g-wrap .check_list._category li .subcategory li:first-child {
    margin-top: 20px;
  }
  
  .g-wrap .check_list._category li .subcategory li label {
    padding: 2px 2px 2px 21px;
  }

  .g-wrap .check_list._category li .subcategory li label::before {
    top: 11px;
  }

  .g-wrap .check_list._category li .subcategory li label::after {
    left: 0.43em;
  }
}

/*======================================================================
 * feature_category
======================================================================*/
.g-wrap .feature_category .link_button_area {
  max-width: none;
  margin-top: 80px;
}

.g-wrap .link_button.show_button,
.g-wrap .link_button.clear_button {
  margin: 0;
  font-size: 24px;
  width: 48%;
  max-width: 380px;
  min-width: auto;
}

@media (max-width: 768px) {
  .g-wrap .feature_category .link_button_area {
    margin-top: 40px;
  }

  .g-wrap .link_button.show_button,
  .g-wrap .link_button.clear_button {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    width: 100%;
  }

  .g-wrap .link_button.clear_button {
    margin-top: 20px;
  }
}

/*======================================================================
 * feature_category._special
======================================================================*/
.g-wrap .feature_category._special {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .g-wrap .feature_category._special {
    margin-bottom: 40px;
  }
}

/*======================================================================
 * mingle
======================================================================*/
.mingle {
  padding: 20px 10px;
  background-color: #F4F2EF;
}

.mingle-heading {
  font-size: 25px!important;
  font-weight: bold!important;
}

.mingle-content {
  margin-top: 80px;
}

.mingle-sns {
  margin-top: 80px;
}