@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
/*
* googlefonts NotoSansJP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../googlefonts/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../googlefonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../googlefonts/NotoSansJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../googlefonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../googlefonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../googlefonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../googlefonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
/*
* googlefonts Roboto
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../googlefonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../googlefonts/Roboto-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../googlefonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../googlefonts/Roboto-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../googlefonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../googlefonts/Roboto-Italic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../googlefonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../googlefonts/Roboto-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../googlefonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../googlefonts/Roboto-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../googlefonts/Roboto-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../googlefonts/Roboto-BlackItalic.woff") format("woff");
}
* {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  outline: none;
}

body {
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

a {
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

li > a {
  display: inline-block;
}

a:link,
a:visited,
a:hover,
a:active {
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: 0.6 !important;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

/*color*/
.co-white {
  color: #fff !important;
}

.co-light-gray {
  color: #f0f0f0 !important;
}

.co-soft-gray {
  color: #e3e3e3 !important;
}

.co-medium-gray {
  color: #c8c8c8 !important;
}

.co-gray {
  color: #9a9a9a !important;
}

.co-deep-gray {
  color: #666 !important;
}

.co-black {
  color: #333 !important;
}

.text-danger {
  color: #dc3545 !important;
}

/*background-color*/
.bg-white {
  background-color: #fff !important;
}

.bg-light-gray {
  background-color: #f0f0f0 !important;
}

.bg-soft-gray {
  background-color: #e3e3e3 !important;
}

.bg-medium-gray {
  background-color: #c8c8c8 !important;
}

.bg-gray {
  background-color: #9a9a9a !important;
}

.bg-deep-gray {
  background-color: #666 !important;
}

.bg-base-black {
  background-color: #333 !important;
}

.bg-pink {
  background-color: #fcf2f2 !important;
}
.bg-sky-blue {
  background-color: #8AA1CF !important;
}

/*border*/
.img-border {
  border: 1px solid #soft_gray;
  vertical-align: bottom;
}

.border-black {
  border-color: #333 !important;
}

.border-soft_gray {
  border-color: #e3e3e3 !important;
}

.border-red {
  border-color: #dc3545 !important;
}

.bo-top-solid {
  border-top: 1px solid #333;
}

.bo-top-dashed {
  border-top: 1px dashed #333;
}

.bo-top-dotted {
  border-top: 1px dotted #333;
}

.bo-bottom-solid {
  border-bottom: 1px solid #333;
}

.bo-bottom-dashed {
  border-bottom: 1px dashed #333;
}

.bo-bottom-dotted {
  border-bottom: 1px dotted #333;
}

.dot-borde-top-gray {
  border-top: 1px dotted #9a9a9a;
}

.border-size-1 {
  border-width: 1px !important;
}

.border-size-2 {
  border-width: 2px !important;
}

.border-size-3 {
  border-width: 3px !important;
}

.border-size-4 {
  border-width: 4px !important;
}

.border-size-5 {
  border-width: 5px !important;
}

/*border-left-ttl*/
.border-left-ttl {
  border-left: 2px solid #333;
}

.border-left-ttl2 {
  border-left: 3px solid #c8c8c8;
}

.border-left-ttl3 {
  border-left: 4px solid #333;
}

/*border-radius*/
.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-10 {
  border-radius: 10px;
}

.none {
  display: none !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.pad {
  display: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pad {
    display: block !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 544px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*パンくず矢印*/
.arrow-after {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .arrow-after {
    padding: 0 16px 0 0;
  }
}
.arrow-after::before,
.arrow-after::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-after-item::before {
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .border-after {
    position: relative;
    display: inline-block;
    padding: 0 1px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .border-after::before,
  .border-after::after {
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .border-after::after {
    height: 7px;
    border-right: 1px solid #c8c8c8;
  }
}
@media screen and (max-width: 575px) {
  .arrow-after-footer {
    position: relative;
    padding: 0 20px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
  }
  .arrow-after-footer::before,
  .arrow-after-footer::after {
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow-after-footer::before {
    right: 0px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.outline_color_dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #eaeaea;
}

.underline {
  text-decoration: underline !important;
}

.underline:hover {
  text-decoration: underline !important;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-search .form-control {
  padding-left: 3rem;
  border: none;
  border-radius: 30px;
  background-color: #f6f6f6;
  font-size: 0.8rem;
  cursor: pointer;
}

.has-search .form-control-feedback {
  z-index: 2;
  display: block;
  width: 2.3rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  text-align: center;
  pointer-events: none;
  color: #4c4c4c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.input_extend {
  background-color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 33px;
}
.input_extend:focus {
  width: 200px;
  position: relative;
  z-index: 1;
  background-color: #f6f6f6 !important;
  cursor: default;
}
.input-security {
 min-width: 230px;
}
.input-expiration {
 min-width: 75px;
}

.slick-dots {
  bottom: -35px;
}

.fix_layout {
  margin: 0 -15px;
}

.table-vertical-align-top {
  vertical-align: top !important;
}

.table-vertical-align-middle {
  vertical-align: middle !important;
}

.rating {
  float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
    follow these rules. Every browser that supports :checked also supports :not(), so
    it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  margin-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  color: #bbb;
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: #000;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #000;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #000;
}

.rating > label:active {
  position: relative;
  top: 0.5px;
  left: 0.5px;
}

.cursor {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.z-index-1 {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .top-md-0 {
    top: 0;
  }
  .right-md-0 {
    right: 0;
  }
}
body.is-fixed {
  overflow: hidden;
}

.fixed {
  position: fixed !important;
  z-index: 100;
}

.search-icon {
  cursor: pointer;
}

.tiptext {
  display: none;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  left: 5px;
  margin: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tiptext {
    top: 33px;
    right: 0;
    left: auto;
  }
}

.cart_number {
  right: -10px;
  bottom: -4px;
}

/*gnav*/
#panel-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: 0px 0 0 -15px;
  background: #4c4c4c;
  transition: 0.2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #4c4c4c;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.head-logo {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .head-logo {
    font-size: 28px;
  }
}

.gnav {
  display: none;
  position: fixed;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

.gnav_wrap {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
}

.gnav_menu {
  overflow-y: scroll;
  background-color: #f0f0f0;
  width: 380px;
  padding: 24px 40px;
}
@media screen and (max-width: 575px) {
  .gnav_menu {
    padding: 24px 30px;
  }
}

.gnav_menu::-webkit-scrollbar {
  width: 6px;
}

.gnav_menu::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
}

.gnav_menu::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 10px;
  box-shadow: none;
}

.gnav_overlay {
  background: rgba(0, 0, 0, 0.6);
  width: calc(100% - 380px);
  padding: 24px 40px;
}
@media screen and (max-width: 575px) {
  .gnav_overlay {
    padding: 24px 30px;
  }
}

.gnav_menu ul.top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  text-decoration: none;
  flex-direction: column;
}

.gnav_menu ul.top > li {
  margin-bottom: 1.5rem;
  font-size: 16px;
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
}

.gnav_menu ul.top > li > a {
  display: block;
}

.gnav_menu ul.top > li ::before,
.gnav_menu ul.top > li ::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.gnav_menu ul.top > li ::before {
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav_menu ul.middle {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.gnav_menu ul.middle > li {
  margin-bottom: 1rem;
  font-size: 14px;
}

.gnav_menu ul.bottom {
  padding-top: 1rem;
}

.gnav_menu ul.bottom > li {
  margin-bottom: 1rem;
  font-size: 14px;
}

footer {
  background-color: #e2e2e2;
}

.frame {
  max-width: 1040px;
  margin: 0 auto;
}

.frame_top {
  max-width: 1500px;
  margin: 0 auto;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-60 {
  font-size: 60px;
}

.w-3 {
  width: 3%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-48 {
  width: 48%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.font-space-1 {
  letter-spacing: 0.05em;
}

.font-space-2 {
  letter-spacing: 0.1em;
}

.font-space-3 {
  letter-spacing: 0.15em;
}

.font-space-4 {
  letter-spacing: 0.2em;
}

.ml-100px {
  margin-left: 100px;
}

.p-2-4px {
  padding: 2px 4px;
}

@media screen and (max-width: 767px) {
  .mt-calc-half {
    margin-top: 40% !important;
  }
}
.pt-calc-half {
  padding-top: 33.3333333333%;
}

.mb-calc-half {
  margin-bottom: 33.3333333333%;
}

.pb-calc-half {
  padding-bottom: 33.3333333333%;
}

/*space-6*/
.mt-6 {
  margin-top: 5rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.mx-6 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

/*space-7*/
.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

@media screen and (max-width: 575px) {
  .w-xs-80 {
    width: 80%;
  }
  .w-xs-100 {
    width: 100%;
  }
  .fs-xs-10 {
    font-size: 10px;
  }
  .fs-xs-11 {
    font-size: 11px;
  }
  .fs-xs-12 {
    font-size: 12px;
  }
  .fs-xs-13 {
    font-size: 13px;
  }
  .fs-xs-14 {
    font-size: 14px;
  }
  .fs-xs-15 {
    font-size: 15px;
  }
  .fs-xs-16 {
    font-size: 16px;
  }
  .fs-xs-18 {
    font-size: 18px;
  }
  .fs-xs-20 {
    font-size: 20px;
  }
  .fs-xs-22 {
    font-size: 22px;
  }
  .fs-xs-50 {
    font-size: 50px;
  }
  .p-sm-25rem-2px {
    padding: 0.25rem 2px !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-10em {
    width: 10em !important;
  }
  .w-md-18em {
    width: 18em !important;
  }
  .w-md-20em {
    width: 20em !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .mt-md-calc-half {
    margin-top: 33.3333333333%;
  }
  .pt-md-calc-half {
    padding-top: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-32 {
    width: 32% !important;
  }
}
/*TOPページ*/
/*=============
slick
=============*/
.slide_body .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .slide_body .slick-slide {
    height: 85vh;
  }
}
.slide_body .slick-slide.slide01 {
  background-image: url("../images/main1_full2.jpg");
}
.slide_body .slick-slide.slide02 {
  background-image: url("../images/main2_full2.jpg");
}
.slide_body .slick-slide.slide03 {
  background-image: url("../images/main3_full2.jpg");
}
.slide_body .slick-slide.slide04 {
  background-image: url("../images/main4_full2.jpg");
}
.slide_body .slick-slide.slide05 {
  background-image: url("../images/sp_main1.jpg");
}
.slide_body .slick-slide.slide06 {
  background-image: url("../images/sp_main2.jpg");
}
.slide_body .slick-slide.slide07 {
  background-image: url("../images/sp_main3.jpg");
}
.slide_body .slick-slide.slide08 {
  background-image: url("../images/sp_main4.jpg");
}

.product-detail-accordion {
  position: relative;
}

.product-detail-accordion .circle {
  background: black;
  color: white;
  border-radius: 20px;
  height: 19.5px;
  width: 19.5px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  line-height: 0.9;
}

.product-detail-accordion::before {
  content: "";
  border-left: solid 3px #333333;
  border-top: solid 3px #333333;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 27%;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.product-detail-accordion-open::before {
  top: 42%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.arrow-b-bl {
  position: relative;
}
.arrow-b-bl:after {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.active .arrow-b-bl {
  position: relative;
}
.active .arrow-b-bl:after {
  transform: rotate(225deg);
}

.bg-light-gray-sp {
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .bg-light-gray-sp {
    background-color: #f0f0f0 !important;
  }
}

.top-brand-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.top-brand-row li {
  width: 49%;
}
@media screen and (min-width: 992px) {
  .top-brand-row li {
    width: 500px;
  }
}

/*下線*/
.text-border {
  text-decoration: underline !important;
}

/*title*/
.top-main-ttl {
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .top-main-ttl {
    text-align: left;
    font-size: 30px;
  }
}

.main-border-ttl {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .main-border-ttl {
    font-size: 20px;
  }
}

.border-left-ttl {
  border-left: 2px solid #333;
}

.news_inner_detail {
  margin-bottom: 1.5rem;
}
.news_inner_detail .date {
  color: #9a9a9a;
}
.news_inner_detail h2 {
  margin: 1rem 0;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .news_inner_detail h2 {
    font-size: 25px;
  }
}
.news_inner_detail p {
  margin-top: 1rem;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news_inner_detail p {
    font-size: 16px;
  }
}

/*base layout*/
.main-content-block-full {
  width: 100%;
}

.main-content-block {
  width: 74%;
  margin-right: 5%;
}

.sidebar {
  width: 21%;
}

/*Sidebar*/
.sidebar .side-link-list {
  border-top: 1px solid #f0f0f0;
}
.sidebar .side-link-list li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .side-link-list li a {
  display: block;
  position: relative;
  padding: 1em 2em 1em 1em;
}
.sidebar .side-link-list li a:after {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar .side-link-list li.current:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #333;
  width: 3px;
  height: 75%;
  margin: auto;
}

/*breadcrumb*/
.breadcrumb-wrap {
  width: 100%;
}
.breadcrumb-wrap .breadcrumb {
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .breadcrumb-wrap .breadcrumb {
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 0.25rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb-wrap .breadcrumb .breadcrumb-item {
    margin-bottom: 0.25rem;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item:last-of-type {
    margin-bottom: 0rem;
  }
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  text-decoration: underline;
}

/*base-btn*/
.base-btn .btn {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .base-btn .btn {
    max-width: 300px;
  }
}
.base-btn .btn:hover {
  opacity: 0.7;
}
.base-btn .btn-full {
  max-width: 100%;
}
.base-btn .btn_mini {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .base-btn .btn_mini {
    min-width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.base-btn .btn_mini:hover {
  opacity: 0.7;
}
.base-btn .disabled {
  opacity: 1;
  background-color: #f0f0f0 !important;
  border: solid 1px #c8c8c8 !important;
  color: #c8c8c8 !important;
}
.base-btn .arrow-l {
  position: relative;
}
.base-btn .arrow-l:after {
  position: absolute;
  left: 1.5em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.base-btn .arrow-l-bl {
  position: relative;
}
.base-btn .arrow-l-bl:after {
  position: absolute;
  left: 1.5em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.base-btn .arrow-r {
  position: relative;
}
.base-btn .arrow-r:after {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.base-btn .arrow-r-bl {
  position: relative;
}
.base-btn .arrow-r-bl:after {
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.base-btn .text-danger:hover {
  color: #fff !important;
}

/*Radiobutton Customize*/
.custom-control-label {
  line-height: 1.8;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #adb5bd;
  background-color: #fff;
}

.custom-control-label::after {
  background: no-repeat 50%/100% 75%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/ico-radio-black.svg);
}

/*checkbox Original*/
.check-original input[type=checkbox] {
  display: none;
}
.check-original .check-label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px 15px 5px 40px;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .check-original .check-label {
    padding: 5px 30px 5px 40px;
  }
}
.check-original .check-label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  content: "";
  width: 1.3em;
  height: 1.3em;
  margin: auto;
  background-color: #cacaca;
  border-radius: 100px;
}
.check-original .check-label::after {
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 11px;
  content: "";
  height: 0.7em;
  width: 0.4em;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1;
}
.check-original input[type=checkbox]:checked + .check-label::before {
  background-color: #333;
  transition: background-color 0.3s;
}

/*マイページTOPのお知らせ*/
.topics-list {
  margin-bottom: 0;
}
.topics-list li {
  padding: 1rem 0;
  border-bottom: 1px dotted #c8c8c8;
  font-size: 14px;
}
.topics-list li dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}
.topics-list li dl dt {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .topics-list li dl dt {
    width: 12%;
  }
}
.topics-list li dl dd {
  width: 100%;
  margin-bottom: 0;
}
.topics-list li .date {
  margin-bottom: 0;
}
.topics-list li .ttl {
  margin-bottom: 0.5rem;
}
.topics-list li .txtbody {
  margin-bottom: 0;
}

.topics-list.bottom {
  display: none;
}

.my-topics-box .txt_right_link {
  display: inline-block;
  position: relative;
  width: 6.7em;
  height: 1.4em;
  float: right;
  padding-left: 1.2em;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.my-topics-box .txt_right_link.active {
  width: 4.8em;
}
.my-topics-box .txt_right_link:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.my-topics-box .txt_right_link:after {
  position: absolute;
  right: 0;
  width: 5.4em;
  height: 1.5em;
  content: "さらに見る";
  border-bottom: solid 1px #333;
}
.my-topics-box .txt_right_link.active:before {
  top: 7px;
  transform: rotate(-225deg);
}
.my-topics-box .txt_right_link.active:after {
  width: 3.4em;
  content: "閉じる";
}

.my-brand-list .maintenance {
  position: relative;
}
.my-brand-list .maintenance:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.my-brand-list .maintenance .notice-txt {
  position: relative;
  z-index: 1;
}

/*マイサロン一覧*/
.my-salon-block .custom-control {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .my-salon-block .salon-info-box {
    padding: 20px 15px !important;
    font-size: 14px;
  }
}
.my-salon-block .salon-info-box > ul > li {
  width: 100%;
  border-top: 1px dotted #9a9a9a;
}
.my-salon-block .salon-info-box > ul > li:last-child {
  border-bottom: 1px dotted #9a9a9a;
}
.my-salon-block .salon-info-box > ul > li:last-child.border-0 {
  border-top: 1px dotted #9a9a9a !important;
}
.my-salon-block .salon-info-box > ul > li.half {
  width: 50%;
}
.my-salon-block .salon-info-box > ul > li dt {
  width: 100%;
  float: none;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .my-salon-block .salon-info-box > ul > li dt {
    width: 8em;
    float: left;
    margin-bottom: 0.3em;
  }
}
.my-salon-block .salon-info-box > ul > li dd {
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .my-salon-block .salon-info-box > ul > li dd {
    padding-left: 8.8em;
    margin-bottom: 0.3em;
  }
}
.my-salon-block .salon-info-box > ul > li dd ul {
  letter-spacing: -1em;
}
.my-salon-block .salon-info-box > ul > li dd ul > * {
  letter-spacing: normal;
}
.my-salon-block .salon-info-box > ul > li dd ul li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  vertical-align: top;
}
.my-salon-block .salon-info-box > ul > li dd ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .my-salon-block .salon-info-box > ul > li dd ul li {
    width: 100px;
    margin-right: 2%;
  }
  .my-salon-block .salon-info-box > ul > li dd ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .my-salon-block .salon-info-box > ul > li dd ul li:nth-child(5n) {
    margin-right: 0;
  }
}
.my-salon-block .btn-2-list {
  padding: 0 0;
}
@media screen and (min-width: 768px) {
  .my-salon-block .btn-2-list {
    padding: 0 10%;
  }
}

.salon-info-box#select {
  border-width: 3px !important;
  background-color: #fafafa;
}

.salon-info-box {
  position: relative;
}
.salon-info-box .alert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(194, 194, 194, 0.7);
  z-index: 2;
  text-align: center;
  border-radius: 0;
}
.salon-info-box .alert p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.salon-info-box .read-more {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.salon-info-box .text-disabled {
  position: relative;
  z-index: 3;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .salon-info-box .text-disabled {
    font-size: 14px;
  }
}

/*入力フォーム用table*/
.form-base-table {
  width: 100%;
}
.form-base-table td,
.form-base-table th {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  vertical-align: top;
  border-bottom: 1px dotted #9a9a9a;
}
@media screen and (min-width: 768px) {
  .form-base-table td,
  .form-base-table th {
    display: table-cell;
    width: auto;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .form-base-table.no-border th,
  .form-base-table.no-border td {
    border-bottom: 0;
  }
}
.form-base-table tr:last-child th,
.form-base-table tr:last-child td {
  border-bottom: 0;
}
.form-base-table th {
  position: relative;
  border-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-base-table th {
    border-bottom: 1px dotted #9a9a9a;
    width: 13em;
  }
}
@media screen and (min-width: 768px) {
  .form-base-table.wide-ver th {
    width: 14em;
  }
}
@media screen and (min-width: 768px) {
  .form-base-table.wide-ver-long th {
    width: 15em;
  }
}
@media screen and (min-width: 768px) {
  .form-base-table.full th {
    width: 18em;
  }
}
@media screen and (min-width: 768px) {
  .form-base-table td {
    padding: 0.5rem;
  }
}
.form-base-table td textarea {
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 5px;
}
.form-base-table td select,
.form-base-table td input[type=password],
.form-base-table td input[type=tel],
.form-base-table td input[type=email],
.form-base-table td input[type=text] {
  width: 100%;
  height: 3em;
  padding: 0.7em 1em;
  border-radius: 5px;
  border: none;
}
.form-base-table td p {
  margin-top: 0.2em;
  color: #9a9a9a;
}
.form-base-table td .custom-control.custom-radio {
  display: inline-block;
  margin-right: 1.5em;
}
.form-base-table td .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.form-base-table .addr-input-box .zip1 {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .form-base-table .addr-input-box .zip1 {
    width: 30%;
  }
}
.form-base-table .addr-input-box span {
  width: 5%;
  text-align: center;
}
.form-base-table .addr-input-box .zip2 {
  width: 55%;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .form-base-table .addr-input-box .zip2 {
    width: 38%;
    margin-right: 2%;
  }
}
.form-base-table .addr-input-box .btn {
  background-color: #9a9a9a;
  color: #fff;
  padding: 0.7em 1em;
  width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .form-base-table .addr-input-box .btn {
    width: 25%;
    margin-top: 0;
  }
}
.form-base-table .diff {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #fcf2f2;
  color: #dc3545;
}

.form_confirm_table {
  line-height: 1.2;
}
.form_confirm_table tr th {
  background: #f0f0f0;
  font-weight: normal;
}
.form_confirm_table tr td textarea {
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 5px;
  border-color: #c8c8c8;
}

.cart_confirm_table {
  line-height: 1.2;
}
.cart_confirm_table tr {
  background-color: #f0f0f0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .cart_confirm_table tr {
    background-color: #fff;
    border-bottom: dotted 1px #9a9a9a;
  }
}
.cart_confirm_table tr:first-of-type, .cart_confirm_table tr:last-of-type {
  border-bottom: none;
}
.cart_confirm_table tr th {
  background: #f0f0f0;
  font-weight: normal;
}
.cart_confirm_table tr td:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_confirm_table tr td:first-of-type {
    width: 45%;
  }
}
.cart_confirm_table tr td:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_confirm_table tr td:nth-of-type(2) {
    width: 18%;
  }
}
.cart_confirm_table tr td:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_confirm_table tr td:nth-of-type(3) {
    width: 18%;
  }
}
.cart_confirm_table tr td:nth-of-type(4) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_confirm_table tr td:nth-of-type(4) {
    width: 19%;
  }
}

.password-check label {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.password-check input {
  border: none;
  width: 100%;
}
.password-check input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 0px;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.password-check .iconEye {
  background: #fff;
  position: absolute;
  right: 0px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}

/*一覧ページ用パーツ*/
.order-box {
  position: relative;
}
.order-box .btn {
  position: static;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .order-box .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 0;
  }
}
.order-box .btn li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .order-box .btn li {
    margin-bottom: 0;
  }
}
.order-box .btn li:last-child {
  margin-bottom: 0;
}
.order-box .btn a {
  width: 100%;
  padding: 12px 24px;
}
@media screen and (min-width: 768px) {
  .order-box .btn a {
    padding: 4px 24px;
  }
}
.order-box:last-child {
  border-bottom: 1px solid #333;
}
.order-box table th {
  width: 10em;
}
@media screen and (min-width: 768px) {
  .order-box table th {
    width: 12em;
  }
}
.order-box .position-static {
  position: static !important;
  margin-top: 20px;
}

/*ページネーション用パーツ*/
.pagination_original ul {
  text-align: center;
}
.pagination_original ul li {
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle;
  line-height: 1;
}
.pagination_original ul li a,
.pagination_original ul li span {
  display: inline-block;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .pagination_original ul li a,
  .pagination_original ul li span {
    padding: 0 1em;
  }
}
.pagination_original .prev a,
.pagination_original .next a {
  position: relative;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 2em;
  height: 2em;
  padding: 0;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .pagination_original .prev a,
  .pagination_original .next a {
    width: 1em;
    height: 1em;
  }
}
.pagination_original .prev a:after,
.pagination_original .next a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.7em;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  border-bottom: 1px solid #fff;
}
.pagination_original .prev a {
  margin-right: 1em;
}
.pagination_original .next a {
  margin-left: 1em;
}
.pagination_original .prev a:after {
  right: 0.7em;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .pagination_original .prev a:after {
    right: 0.2em;
  }
}
.pagination_original .next a:after {
  left: 0.2em;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.pagination_original li:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .pagination_original li:after {
    content: "|";
  }
}

.pagination_original li:after {
  content: "|";
}
.pagination_original li.count {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination_original li.count {
    display: inline-block;
  }
}
.pagination_original li.prev:after, .pagination_original li.next:after {
  content: none;
}

/*アンケートフォーム用tableパーツ */
.enquete-original-table {
  width: 100%;
}
.enquete-original-table th,
.enquete-original-table td {
  display: block;
  padding: 12px 10px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .enquete-original-table th,
  .enquete-original-table td {
    display: table-cell;
    padding: 20px 20px;
  }
}
.enquete-original-table th {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .enquete-original-table th {
    width: 18em;
  }
}
.enquete-original-table select,
.enquete-original-table input[type=password],
.enquete-original-table input[type=tel],
.enquete-original-table input[type=email],
.enquete-original-table input[type=text] {
  width: 100%;
  height: 3em;
  padding: 0.7em 1em;
  border-radius: 5px;
  border: 1px solid #dee2e6;
}
.enquete-original-table textarea {
  width: 100%;
  height: 8em;
  padding: 0.7em 1em;
  border-radius: 5px;
  border: 1px solid #dee2e6;
}

/*マイリスト用パーツ */
.mylist-box .delete-btn .btn {
  position: relative;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  padding: 0.2em 0.5em 0.2em 1.5em;
  color: #9a9a9a;
}
.mylist-box .delete-btn .btn:before, .mylist-box .delete-btn .btn:after {
  position: absolute;
  left: 0.2em;
  top: 0;
  bottom: 0;
  content: "";
  width: 1em;
  height: 1px;
  margin: auto;
  background-color: #9a9a9a;
}
.mylist-box .delete-btn .btn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mylist-box .delete-btn .btn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mylist-box .list-info li {
  max-width: 31%;
}
@media screen and (min-width: 768px) {
  .mylist-box .list-info li {
    max-width: 72px;
  }
}
.mylist-box .list-info .mylist-notes {
  margin-bottom: 0.5em;
}
.mylist-box .list-info .mylist-notes dt,
.mylist-box .list-info .mylist-notes dd {
  margin-bottom: 0.2em;
}
.mylist-box .list-info .mylist-notes dt {
  width: 9em;
  float: left;
}
.mylist-box .list-info .mylist-notes dd {
  padding-left: 4.5em;
}
.mylist-box .btn-list li a {
  border: 1px solid #333;
}
.mylist-box .btn-list li.cart a {
  background-color: #333;
  color: #fff;
}
.mylist-box .btn-list li.delete a {
  border: 1px solid #c8c8c8;
  color: #9a9a9a;
}
.mylist-box .btn-list li .sold-out {
  position: relative;
  pointer-events: none;
  opacity: 0.3;
}
.mylist-box.maintenance .list-left {
  position: relative;
}
.mylist-box.maintenance .list-left:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.mylist-box.maintenance .list-left .notice-txt {
  position: relative;
  z-index: 1;
}

/*注文履歴詳細 お支払い合計用パーツ*/
.total-price-txt-box {
  background-color: #f0f0f0;
}
.total-price-txt-box .t-price-cancel {
  background-color: #fff;
  padding: 0;
  padding-top: 1em;
}
.total-price-txt-box .btn-gray a {
  background-color: #666;
  color: #fff;
}
.total-price-txt-box .btn-gray .grayout {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  background-color: #c8c8c8;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .total-price-txt-box {
    background-color: #f0f0f0;
  }
  .total-price-txt-box .t-price-cancel {
    background-color: #f0f0f0;
    padding: 10px 10px;
  }
}
/*注文履歴詳細 お客様情報tableパーツ*/
.border-base-table {
  width: 100%;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  vertical-align: top;
}
.border-base-table th,
.border-base-table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 0.7em 1em;
}
.border-base-table th {
  width: 30%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .border-base-table th {
    text-align: left;
  }
}

/*定期購入注文変更確認*/
.periodichistory_confirm_block span {
  display: block;
  padding: 0.5rem 1rem;
}
.periodichistory_confirm_block .diff {
  background-color: #fcf2f2;
  color: #dc3545;
}

.setitem_confirm_table {
  line-height: 1.2;
}
.setitem_confirm_table tr {
  background-color: #f0f0f0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .setitem_confirm_table tr {
    background-color: #fff;
    border-bottom: dotted 1px #9a9a9a;
  }
}
.setitem_confirm_table tr th {
  background: #f0f0f0;
  font-weight: normal;
}
.setitem_confirm_table tr td:first-of-type {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .setitem_confirm_table tr td:first-of-type {
    width: 15%;
  }
}
.setitem_confirm_table tr td:nth-of-type(2) {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .setitem_confirm_table tr td:nth-of-type(2) {
    width: 55%;
  }
}
.setitem_confirm_table tr td:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .setitem_confirm_table tr td:nth-of-type(3) {
    width: 30%;
  }
}
.setitem_confirm_table input,
.setitem_confirm_table select {
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.scroll-panel {
  resize: vertical;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/************************************************/
/*Tablet*/
/************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-content {
    padding: 0 15px;
  }
}
/************************************************/
/*Smart Phone*/
/************************************************/
@media only screen and (max-width: 768px) {
  /*base layout*/
  .main-content-block,
  .main-content-block-full {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }
  .sidebar {
    width: 100%;
  }
  .remove-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.select_top_area .dropdown {
  margin: 0 0 0 auto;
  position: relative;
}
.select_top_area .dropdown .dropdown__btn {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
  max-width: 340px;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  border: 1px solid #333;
}
.select_top_area .dropdown .dropdown__btn:focus {
  outline: none;
}
.select_top_area .dropdown .dropdown__btn.is-open::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.select_top_area .dropdown .dropdown__body {
  display: none;
  width: 100%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #333;
  overflow: hidden;
  position: absolute;
  top: 43px;
  left: 0;
}
.select_top_area .dropdown .dropdown__body .dropdown__list {
  margin: 0;
  padding: 0;
}
.select_top_area .dropdown .dropdown__body .dropdown__item {
  display: block;
}
.select_top_area .dropdown .dropdown__body .dropdown__item-link {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  text-decoration: none;
}
.select_top_area .dropdown .dropdown__body .dropdown__item-link:hover {
  background: #e3e3e3;
}

html {
  overflow-y: scroll;
}
html.noscroll {
  height: 100%;
}

body.ov {
  overflow: hidden;
}

.modal-content {
  width: 90%;
  margin: 0 auto;
  border: none;
}

.modal-header,
.modal-footer {
  padding: 0.5rem 1rem;
}

.modal-header {
  border-radius: 0;
}

.modal-footer {
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
}
.modal-footer .base-btn .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 2px !important;
}

@media screen and (min-width: 768px) {
  .flow_position .item-group {
    flex: 1 0 auto;
  }
}
.flow_position .item-group .position-relative {
  position: relative;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.flow_position .item-group .position-relative > span {
  color: #a4a4a4;
}
.flow_position .item-group .position-relative > span::before {
  position: absolute;
  left: -5px;
  top: 50%;
  bottom: 0;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  transform: rotate(-45deg);
  transition: all 0.5s;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .flow_position .item-group .position-relative > span::before {
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
}
.flow_position .item-group:first-of-type .position-relative > span::before {
  display: none;
}
.flow_position .item-group.active div > span {
  color: #333;
  padding-bottom: 0px;
  border-bottom: solid 1px #333;
}
@media screen and (min-width: 768px) {
  .flow_position .item-group.active div > span {
    padding-bottom: 4px;
    border-bottom: solid 2px #333;
  }
}

.cart_caution_area {
  border: 1px solid #c8c8c8;
  margin-bottom: 60px;
}

.alert_area {
  border-bottom: solid 2px #333;
}
.alert_area .cart_ttl {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
.alert_area .cart_ttl span {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .alert_area .cart_ttl span {
    font-size: 18px;
  }
}

/*カート商品一覧*/
.cart_base_table {
  line-height: 1.2;
}
.cart_base_table .form-control {
  height: calc(1em + 0.75rem + 2px);
  padding: 0.125rem 0.75rem;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  width: 64px;
}
.cart_base_table .btn {
  font-size: 12px;
  padding: 0.3125rem 0.5625rem;
  margin-bottom: 0;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.cart_base_table .btn:hover {
  opacity: 0.6;
}
.cart_base_table .update_btn_wrap {
  background: #333;
  border: solid 1px #333;
  cursor: pointer;
}
.cart_base_table .update_btn_wrap .update_btn {
  position: relative;
  padding: 0;
  color: #fff;
}
.cart_base_table .update_btn_wrap .update_btn:focus {
  box-shadow: none;
}
.cart_base_table .update_btn_wrap:before {
  content: "";
  background: url("../images/reload_icon.svg") center center/13px 13px no-repeat transparent;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 3px;
  margin-bottom: 3px;
}
.cart_base_table .listadd_btn {
  background: #fff;
  border: solid 1px #333;
}
.cart_base_table .delete_btn_wrap {
  background: #fff;
  border: solid 1px #9a9a9a;
  cursor: pointer;
}
.cart_base_table .delete_btn_wrap i {
  color: #9a9a9a;
}
.cart_base_table .delete_btn_wrap .delete_btn {
  position: relative;
  padding: 0;
  color: #9a9a9a;
}
.cart_base_table .delete_btn_wrap .delete_btn:focus {
  box-shadow: none;
}
.cart_base_table tr {
  border-bottom: dotted 1px #9a9a9a;
}
.cart_base_table tr:first-of-type {
  border-bottom: solid 1px #333;
}
.cart_base_table tr:last-of-type {
  border-bottom: solid 1px #333;
}
.cart_base_table tr td:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:first-of-type {
    width: 40%;
  }
}
.cart_base_table tr td:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:nth-of-type(2) {
    width: 12%;
  }
}
.cart_base_table tr td:nth-of-type(3) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:nth-of-type(3) {
    width: 15%;
  }
}
.cart_base_table tr td:nth-of-type(4) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:nth-of-type(4) {
    width: 10%;
  }
}
.cart_base_table tr td:nth-of-type(5) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:nth-of-type(5) {
    width: 14%;
  }
}
.cart_base_table tr td:nth-of-type(6) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .cart_base_table tr td:nth-of-type(6) {
    width: 9%;
  }
}

/*カート合計価格*/
.cart_total_area {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 100px;
}
.cart_total_area:last-of-type {
  margin-bottom: 0;
}
.cart_total_area table tr {
  border-bottom: dotted 1px #333;
}
.cart_total_area table tr:last-of-type {
  border-bottom: solid 1px #333;
}

.counseling_area table tr {
  border-bottom: 1px dotted #9a9a9a;
}
@media screen and (min-width: 768px) {
  .counseling_area table tr {
    border-bottom: none;
  }
}
.counseling_area table tr:last-of-type {
  border-bottom: none;
}
.counseling_area table tr th {
  text-indent: -1.7em;
  padding-left: 2.7em !important;
}
.counseling_area table tr td {
  padding-left: 2.7em !important;
}

.form_delivery_table {
  line-height: 1.2;
  border-collapse: collapse;
}
.form_delivery_table tr th {
  background: #f0f0f0;
  font-weight: normal;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .form_delivery_table tr th {
    width: 25%;
    border: none;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .form_delivery_table tr td {
    border: none;
  }
}

.border-xs-none {
  border: none;
}
@media screen and (min-width: 768px) {
  .border-xs-none {
    border: 1px solid #dee2e6;
  }
}

@media only screen and (max-width: 768px) {
  .responsive-table th,
  .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table th:not(:last-child),
  .responsive-table td:not(:last-child) {
    padding-bottom: 0;
  }
  .responsive-table span {
    white-space: normal;
  }
  .sp-no-border,
  .sp-no-border th,
  .sp-no-border td {
    border: none;
  }
}
.td-padding-small td,
.td-padding-small th {
  padding: 0.55rem;
}

.border-gray {
  border-color: #dee2e6 !important;
}

.other-btn {
  background: #ececec;
  box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .other-btn {
    padding: 0.3rem 1rem;
    padding-left: 1.5rem;
  }
}
.other-btn:before {
  position: absolute;
  content: "";
  border-left: 4px solid #333;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .other-btn:before {
    left: 12px;
  }
}

.arrow-l-red:after {
  border-right: 2px solid #dc3545 !important;
  border-bottom: 2px solid #dc3545 !important;
}

.responsive-table .border {
  border: 1px solid #ced4da !important;
}

.popover-body {
  color: #fff;
  background: #474747;
  font-size: 12px;
  max-width: 190px;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  border-bottom-color: #474747;
}

.h-32 {
  height: 32px;
}

.item-block {
  width: 100%;
  margin: 0;
}
.item-block .itemname-border-ttl {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .item-block .itemname-border-ttl {
    font-size: 30px;
  }
}
.item-block .item-description-box ul li {
  max-width: 72px;
}
.item-block img {
  width: 100%;
}
.item-block video {
  width: 600px;
  height: auto;
}
.item-block .thum_small {
  width: 20%;
  max-width: 55px;
}
.item-block .middle-box {
  background-color: #f0f0f0;
}
.item-block .border-box {
  border-width: 3px !important;
  border-color: #f0f0f0 !important;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .item-block .border-box {
    padding: 20px 40px;
  }
}
.item-block .ttl-sub {
  line-height: 41px;
}
.item-block .ttl-sub a {
  text-decoration: underline;
}
.item-block input,
.item-block select {
  border: none;
  padding: 6px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px 0 rgba(51, 51, 51, 0.15);
}
.item-block .item-info-box.active {
  background: #f0f0f0;
}
.item-block .select-no-block {
  display: block;
  margin-left: -2.5rem;
  margin-top: 0.5rem;
  font-size: 16px;
}
.item-block .item-info-box.active .select-no-block {
  display: initial;
  margin-left: initial;
  margin-top: initial;
  font-size: 14px;
}
.item-block hr {
  border: none;
  border-top: dotted 1px #c8c8c8;
  height: 1px;
}
.item-block .star:before {
  content: "★";
  color: #c8c8c8;
  padding-right: 5px;
}
.item-block .mail {
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.item-block .mail:hover {
  color: #343a40;
  opacity: 0.7;
}
.item-block .mail img {
  width: 16px;
  margin-bottom: 3px;
}
.item-block .sns img {
  width: 25px;
  margin: 0 10px;
}

.item-deco .tag {
  background: rgba(200, 200, 200, 0.5);
  padding: 2px 4px;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.item-deco .tag-w img {
  max-width: 72px;
  display: inline-block !important;
}
.item-deco .cancel-line {
  text-decoration: line-through;
}

.itemslide.slider ul {
  margin: 0 -19px 0 -15px;
}
.itemslide.slider ul li {
  max-width: 76px;
}

.thumbnail_chart_page .itemlist-icon ul {
  margin: 0 -19px 0 -15px;
}
.thumbnail_chart_page .itemlist-icon ul li {
  max-width: 72px;
}
@media screen and (max-width: 575px) {
  .thumbnail_chart_page .itemlist-icon ul li {
    max-width: 70px;
  }
}

.list_chart_page .itemlist-icon ul li {
  max-width: 72px;
}

.invalid-item {
  opacity: 0.7;
  pointer-events: none;
}

/************************************************/
/*Smart Phone*/
/************************************************/
@media only screen and (max-width: 768px) {
  .item-block video {
    width: 100%;
  }
  .item-block .item-dots li {
    width: 30px;
  }
  .item-block .item-dots li:before {
    width: 10px;
    height: 10px;
  }
}
/*********商品ページアコーディオン*****************/
.accordion-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion-content {
    display: block !important;
  }
}

.accordion-container {
  position: relative;
  border: none;
  border-top: none;
  outline: 0;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 1em 1em;
  background-color: #666;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #666;
}

.accordion-container .accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*縦線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open:after {
  opacity: 0;
}

/*****************スライダーcss******************/
.itemslide.slider {
  position: relative;
}

.itemslide.slider .prev,
.itemslide.slider .next {
  position: absolute;
  top: -65%;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.itemslide.slider .prev:after,
.itemslide.slider .next:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
}
@media screen and (min-width: 768px) {
  .itemslide.slider .prev:after,
  .itemslide.slider .next:after {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 768px) {
  .itemslide.slider .prev,
  .itemslide.slider .next {
    top: -50%;
  }
}

.itemslide.slider .prev {
  left: -10px;
}
.itemslide.slider .prev:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .itemslide.slider .prev {
    left: -10px;
  }
}

.itemslide.slider .next {
  right: -25px;
}
.itemslide.slider .next:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .itemslide.slider .next {
    right: -20px;
  }
}

/**************チェックボックスBootstrap上書き**************/
.custom-control-label::after,
.custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/ico-check-black.svg);
}

/*********商品サムネイル*****************/
.item_photo .main_photo {
  position: relative;
  width: 100%;
}
.item_photo .main_photo a {
  display: block;
}
.item_photo .main_photo a::after {
  content: "";
  background: url("../images/ico-search.svg") no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.item_photo .thumbnail_photo {
  margin-top: 20px;
}
.item_photo .thumbnail_photo ul {
  margin-left: -1%;
  margin-right: -1%;
}
.item_photo .thumbnail_photo li {
  box-sizing: border-box;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  vertical-align: top;
  position: relative;
}
.item_photo .thumbnail_photo li.selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 3px #9a9a9a;
  z-index: 3;
}

.ttl-sub {
  line-height: 41px;
}

.display-panel .list-border,
.page-panel .list-border {
  position: relative;
}
.display-panel .list-border:after,
.page-panel .list-border:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #9a9a9a;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}

.sort {
  height: 1.3rem;
}
.sort i {
  height: 1.3rem;
  vertical-align: middle;
}

.list-thum {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-thum {
    max-width: 150px;
  }
}

.inquiry-block {
  width: 100%;
  margin: 0;
}
.inquiry-block textarea {
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 5px;
}

.inquiry-collapse-block [data-toggle=collapse]:after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
}
.inquiry-collapse-block [data-toggle=collapse][aria-expanded=true]:after {
  content: "\f106";
}
.inquiry-collapse-block [data-toggle=collapse][aria-expanded=false]:after {
  content: "\f107";
}

/*reset--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

b, strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

button {
  display: block;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black_Narrow.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Black_Narrow.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Black_Narrow.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold_Narrow.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Bold_Narrow.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Bold_Narrow.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium_Narrow.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Medium_Narrow.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Medium_Narrow.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJP/YakuHanJP-DemiLight_Narrow.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight_Narrow.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-DemiLight_Narrow.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light_Narrow.eot?") format("eot"), url("../fonts/YakuHanJP/YakuHanJP-Light_Narrow.woff") format("woff"), url("../fonts/YakuHanJP/YakuHanJP-Light_Narrow.woff2") format("woff2");
}
/*共通設定*/
* {
  font-family: inherit;
}

html {
  overflow: initial;
  height: 100%;
}

body {
  color: #464646;
  font-family: "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
body.drawer_open {
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
}

button,
select,
option,
input {
  font-family: "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  color: #464646;
}

small {
  font-size: 80%;
}

a {
  color: #464646;
}
a:link, a:visited, a:active {
  color: #464646;
}
a:hover {
  color: #464646;
  text-decoration: underline;
  opacity: 0.8 !important;
}
a:hover .photo img {
  transform: scale(1.05);
}
a:hover::before, a:hover::after {
  text-decoration: none;
}
a .photo {
  position: relative;
  overflow: hidden;
}
a .photo img {
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
a.arrow {
  position: relative;
}
@media screen and (max-width: 768px) {
  a.arrow {
    display: block;
    padding-right: 20px;
  }
}
a.arrow::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  a.arrow::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
a.arrow:hover {
  color: #464646;
  opacity: 1 !important;
}
a.arrow:hover::after {
  padding-left: 1.5em;
}
a.bk_arrow {
  display: inline-block;
  background-color: #464646;
  color: #fff;
  font-weight: 700;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  text-align: center;
  min-width: 200px;
  padding: 15px 20px;
  border-radius: 54px;
  position: relative;
}
a.bk_arrow::after {
  position: absolute;
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 0.6em;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
a.bk_arrow:hover {
  opacity: 1 !important;
  text-decoration: none;
}
a.bk_arrow:hover::after {
  right: 22px;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

button,
a {
  transition: 0.3s ease-in-out;
}
button::before, button::after,
a::before,
a::after {
  transition: 0.3s ease-in-out;
}

.btn-dark {
  background-color: #464646;
  border-color: #464646;
}

/*color---------------------------------*/
.font-weight-bold {
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
  font-family: "A1ゴシック M";
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
  font-family: "A1ゴシック B";
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*text color---------------------------------*/
.fc-w {
  color: #fff;
}

/*background---------------------------------*/
.bg_blue {
  background-color: #f0fafa;
}

.bg_white {
  background-color: #fff;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*width---------------------------------*/
.page-width {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .page-width {
    padding: 0 20px;
  }
}

.cont-width {
  max-width: 1040px;
  margin: 0 auto;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*layout---------------------------------*/
.flex_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    flex-flow: column wrap;
  }
}

/*only*/
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*ヘッダー*/
#header {
  position: relative;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header {
    background-color: #fff;
  }
}

.h_top {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #f0f0f0;
}
@media screen and (max-width: 768px) {
  .h_top {
    height: 50px;
    justify-content: flex-start;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_top a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .h_top h1 {
    max-width: 150px;
    display: flex;
    align-items: center;
    width: calc(100% - 180px);
  }
}
.h_top h1 img {
  width: 100%;
}

.h_salon {
  position: absolute;
  top: 20px;
  left: 50px;
}
@media screen and (max-width: 992px) {
  .h_salon {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_salon {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 15px;
    letter-spacing: 0.03em;
  }
}
.h_salon .salon {
  display: flex;
  align-items: center;
}
.h_salon .salon::after {
  margin-left: 10px;
  content: "\f054";
  font-weight: 900;
  font-family: "font awesome 6 free";
  color: #777;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .h_salon .salon::after {
    margin-left: 10px;
  }
}
.h_salon .salon i {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.h_salon .salon a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .h_salon .salon a {
    font-size: 12px;
  }
}
.h_salon .salon a:hover {
  text-decoration: none;
  opacity: 1 !important;
  color: #464646;
}
.h_salon .ship {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .h_salon .ship {
    margin-top: 5px;
    font-size: 11px;
  }
}

.h_mid {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .h_mid {
    display: none;
  }
}
.h_mid:hover > ul > li > a {
  opacity: 0.8;
}
.h_mid > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.h_mid > ul > li {
  border-bottom: solid 1px transparent;
}
.h_mid > ul > li:hover {
  opacity: 1 !important;
  color: #464646;
  border-color: #464646;
}
.h_mid > ul > li > a {
  display: block;
  padding: 18px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.h_mid > ul > li:hover {
  border-color: #464646;
}
.h_mid > ul > li:hover > a {
  opacity: 1 !important;
  color: #464646;
}
.h_mid > ul > li.has_sub:hover .sub {
  opacity: 1;
  visibility: visible;
}
.h_mid .sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  top: 61px;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  transition: 0.3s ease-in-out;
}
.h_mid .sub ul {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 30px 35px;
}
.h_mid .sub a {
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
}

.h_bot {
  text-align: center;
}
.h_bot a {
  background-color: #dae3ee;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .h_bot a {
    font-size: 12px;
    padding: 10px;
  }
}
.h_bot a::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-left: 1.8em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .h_bot a::after {
    padding-left: 1em;
  }
}
.h_bot a .icon {
  padding-right: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .h_bot a .icon {
    padding-right: 1em;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .h_bot a .icon img {
    max-height: 100%;
  }
}
.h_bot a i {
  padding-right: 2em;
}
.h_bot a:hover {
  text-decoration: none;
}
.h_menu {
  position: absolute;
  top: 20px;
  right: 50px;
}
@media screen and (max-width: 992px) {
  .h_menu {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_menu {
    top: 15px;
  }
}
.h_menu ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1380px) {
  .h_menu ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .h_menu ul {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .h_menu ul {
    gap: 15px;
  }
}
.h_menu li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .h_menu li {
    max-width: 20px;
  }
}
.h_menu .cart {
  position: relative;
}
.h_menu .cart .cartin_num {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #4574ac;
  color: #fff;
  font-size: 10px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  top: -12px;
  right: -18px;
  transform: scale(0.7);
}
.h_menu .account_btn {
  cursor: pointer;
  padding: 0;
}
.h_menu .account_btn:hover img {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.h_menu .account_box {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .h_menu .account_box {
    top: 35px;
    right: -89px;
    width: 100vw;
  }
}
.h_menu .account_box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.h_menu .account_box::before, .h_menu .account_box::after {
  content: "";
  display: block;
  position: absolute;
}
.h_menu .account_box::before {
  border-right: 8px solid transparent;
  border-bottom: 9px solid #f0f0f0;
  border-left: 8px solid transparent;
  top: -8px;
  right: 58px;
}
@media screen and (max-width: 768px) {
  .h_menu .account_box::before {
    right: 91px;
  }
}
.h_menu .account_box::after {
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  top: -7px;
  right: 59px;
}
@media screen and (max-width: 768px) {
  .h_menu .account_box::after {
    right: 92px;
  }
}
.h_menu .account_box .cont {
  border: solid 1px #f0f0f0;
  background-color: #fff;
  padding: 25px 30px;
  font-size: 12px;
}
.h_menu .account_box p {
  text-align: center;
}
.h_menu .account_box .link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.h_menu .account_box .link > a {
  display: block;
  text-align: center;
  width: calc((100% - 25px) / 2);
  padding: 10px;
}
.h_menu .account_box .link > a:hover {
  text-decoration: none;
}
.h_menu .account_box .link > a.new {
  border: solid 1px #ccc;
}
.h_menu .account_box .link > a.login {
  border: solid 1px #464646;
  background-color: #464646;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .h_menu .account_box.login {
    right: -160px;
  }
}
@media screen and (max-width: 768px) {
  .h_menu .account_box.login::before {
    right: 162px;
  }
}
@media screen and (max-width: 768px) {
  .h_menu .account_box.login::after {
    right: 163px;
  }
}
.h_menu .js-hamburger {
  padding: 0 5px;
  height: 22px;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h_menu .js-hamburger {
    height: 14px;
  }
}
.h_menu .js-hamburger span, .h_menu .js-hamburger::before, .h_menu .js-hamburger::after {
  opacity: 1;
  display: block;
  background-color: #464646;
  width: 30px;
  height: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .h_menu .js-hamburger span, .h_menu .js-hamburger::before, .h_menu .js-hamburger::after {
    width: 20px;
  }
}
.h_menu .js-hamburger::before, .h_menu .js-hamburger::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, 0);
}
.h_menu .js-hamburger::before {
  top: 5%;
}
.h_menu .js-hamburger::after {
  top: 95%;
}
.h_menu .js-hamburger.active span {
  opacity: 0;
}
.h_menu .js-hamburger.active::before, .h_menu .js-hamburger.active::after {
  top: 50%;
}
.h_menu .js-hamburger.active::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.h_menu .js-hamburger.active::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.h_menu .js-hamburger:hover span, .h_menu .js-hamburger:hover::before, .h_menu .js-hamburger:hover::after {
  background-color: #ccc;
}

#fix_header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 60;
  top: -80px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  #fix_header {
    top: -128px;
  }
}
@media screen and (max-width: 768px) {
  #fix_header {
    top: -110px;
    padding: 0;
  }
}
#fix_header.is-show {
  top: 0px;
}
#fix_header.mypage .h_top {
  display: flex;
}
#fix_header .h_top {
  display: none;
}
@media screen and (max-width: 768px) {
  #fix_header .h_top {
    display: flex;
    padding: 0 20px;
  }
}
#fix_header .h_salon {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #fix_header .h_salon {
    position: relative;
  }
}
#fix_header .h_mid {
  height: 80px;
}
@media screen and (max-width: 1200px) {
  #fix_header .h_mid > ul {
    display: none;
  }
}
#fix_header .h_mid > ul > li > a {
  padding: 28px 18px;
}
#fix_header .h_mid .sub {
  top: 81px;
}
#fix_header .h_menu {
  z-index: 2;
}

#over-lay {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  #over-lay {
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
#over-lay.drawer_open {
  opacity: 1;
  visibility: visible;
}

.drawer_menu {
  padding: 50px 100px 80px 50px;
  position: fixed;
  top: 80px;
  right: -500px;
  background-color: #fff;
  z-index: 100;
  height: calc(100% - 80px);
  width: 500px;
  overflow-y: scroll;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .drawer_menu {
    padding: 50px 40px;
    top: 0px;
    right: auto;
    left: -100%;
    max-width: 500px;
    width: calc(100% - 45px);
    height: 100%;
  }
}
.drawer_menu .sp_close {
  display: none;
  position: fixed;
  right: 10px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .drawer_menu .sp_close {
    display: block;
  }
}
.drawer_menu .sp_close .js-hamburger span, .drawer_menu .sp_close .js-hamburger::before, .drawer_menu .sp_close .js-hamburger::after {
  background-color: #fff;
  height: 3px;
}
.drawer_menu.active {
  right: 0;
}
@media screen and (max-width: 768px) {
  .drawer_menu.active {
    left: 0;
  }
}
.drawer_menu.active .sp_close {
  opacity: 1;
  visibility: visible;
}
.drawer_menu .drawer_menu--list {
  padding-bottom: 50px;
}
.drawer_menu .drawer_menu--item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .drawer_menu .drawer_menu--item:nth-child(n+2) {
    margin-top: 25px;
  }
}
.drawer_menu .drawer_menu--item a {
  font-size: 20px;
  font-weight: 300;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
.drawer_menu .drawer_menu--item a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.drawer_menu .drawer_menu--item a span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-family: "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .drawer_menu .drawer_menu--item a span {
    margin-top: 0;
  }
}
.drawer_menu .drawer_menu--item a:hover {
  text-decoration: none;
}
.drawer_menu .drawer_menu--item a:hover::after {
  right: -0.5em;
}
.drawer_menu .drawer_menu--sublist {
  padding-top: 40px;
  border-top: solid 1px #ccc;
}
.drawer_menu .drower_menu--subitem:nth-child(n+2) {
  margin-top: 20px;
}
.drawer_menu .drower_menu--subitem a {
  font-size: 13px;
}
.drawer_menu .drawer_menu--sns {
  margin-top: 70px;
  display: flex;
  gap: 30px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .drawer_menu .drawer_menu--sns {
    margin-top: 40px;
  }
}
.drawer_menu .drawer_menu--sns i {
  color: #7d7d7d;
}

/*フッター*/
footer {
  background: transparent;
}

#footer {
  padding: 30px 50px 50px;
  position: relative;
  border-top: 1px solid #c7c7c7;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 20px;
  }
}
#footer::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#footer .f_top {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #footer .f_top {
    flex-flow: column-reverse;
    padding-bottom: 40px;
  }
}
#footer .f_top > div {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #footer .f_top > div {
    margin-top: 0;
  }
}
#footer .f_top .left {
  width: 360px;
}
@media screen and (max-width: 768px) {
  #footer .f_top .left {
    display: none;
  }
}
#footer .f_top .left .f_sns {
  margin-top: 50px;
  color: #7d7d7d;
}
#footer .f_top .left .f_sns p {
  font-size: 12px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
#footer .f_top .left .f_sns ul {
  margin-top: 15px;
  display: flex;
  gap: 20px;
}
#footer .f_top .left .f_sns ul i {
  font-size: 25px;
  color: #7d7d7d;
}
#footer .f_top .mid {
  margin-left: auto;
  padding-right: 5%;
  width: 860px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #footer .f_top .mid {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .f_top .mid {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    flex-flow: wrap;
  }
}
#footer .f_top .mid ul {
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  #footer .f_top .mid ul {
    width: 100%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  #footer .f_top .mid ul:nth-child(n+2) {
    margin-top: 20px;
  }
}
#footer .f_top .mid li:nth-child(n+2) {
  margin-top: 20px;
}
#footer .f_top .mid a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #footer .f_top .mid a {
    font-size: 13px;
  }
}
#footer .f_top .mid a::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .f_top .mid a::after {
    display: block;
    right: 0;
  }
}
#footer .f_top .mid a:hover {
  opacity: 0.8 !important;
}
#footer .f_top .right {
  width: 235px;
}
@media screen and (max-width: 768px) {
  #footer .f_top .right {
    padding: 0 10px;
    width: 100%;
  }
}
#footer .f_top .right li:nth-child(n+2) {
  margin-top: 20px;
}
#footer .f_top .right a {
  display: block;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
  border: solid 1px #4574ac;
  color: #4574ac;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .f_top .right a {
    border-radius: 0;
    text-align: center;
    font-size: 13px;
  }
}
#footer .f_top .right a::after {
  position: absolute;
  padding-left: 0;
  right: 15px;
}
#footer .f_top .right a:hover {
  background-color: rgba(69, 116, 172, 0.15);
  text-decoration: none;
}
#footer .f_bot {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  #footer .f_bot {
    margin: 0 20px;
    flex-flow: column;
    border-top: solid 1px #ccc;
  }
}
#footer .f_bot > div {
  margin-top: 10px;
}
#footer .f_bot .left ul {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #footer .f_bot .left ul {
    flex-flow: column;
    gap: 15px;
  }
}
#footer .f_bot .left a {
  font-size: 12px;
}
#footer .f_bot .mid {
  margin-top: 30px;
}
#footer .f_bot .mid ul {
  display: flex;
  gap: 30px;
  font-size: 25px;
}
#footer .f_bot .mid ul a {
  color: #7d7d7d;
}
#footer .f_bot .right {
  font-size: 11px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #footer .f_bot .right {
    margin-top: 40px;
    font-size: 10px;
  }
}

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #464646;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 40px;
    right: 25px;
    width: 35px;
    height: 35px;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .pagetop.top_page {
    opacity: 1;
    visibility: visible;
  }
}
.pagetop .pagetop__arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pagetop .pagetop__arrow {
    width: 12px;
    height: 12px;
  }
}
.pagetop:hover {
  opacity: 0.3;
}
.pagetop:hover .pagetop__arrow {
  transform: translateY(-3px) rotate(-45deg);
}

/*フッター*/
/*--------------トップ---------------- */
.top_ttl {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_ttl {
    margin-bottom: 25px;
  }
}
.top_ttl .left {
  display: flex;
  align-items: center;
}
.top_ttl .right a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top_ttl .right a {
    font-size: 11px;
  }
}
.top_ttl .right a i {
  font-size: 0.8em;
  padding-right: 1em;
  transition: 0.3s ease-in-out;
}
.top_ttl .right a:hover {
  color: #464646;
  opacity: 1 !important;
}
.top_ttl .right a:hover i {
  padding-right: 0.5em;
}
.top_ttl h2 {
  font-size: 60px;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  padding-right: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top_ttl h2 {
    font-size: 35px;
  }
}
.top_ttl p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top_ttl p {
    font-size: 12px;
    padding-top: 15px;
  }
}

.center_ttl {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .center_ttl {
    margin-bottom: 20px;
  }
}
.center_ttl h2 {
  text-align: center;
  font-size: 70px;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .center_ttl h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .center_ttl .left {
    margin-bottom: 25px;
  }
}
.center_ttl .right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .center_ttl .right {
    position: relative;
    text-align: right;
  }
}
.center_ttl .view_all {
  position: relative;
  padding-right: 55px;
  font-size: 20px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .center_ttl .view_all {
    font-size: 16px;
    padding-right: 30px;
  }
}
.center_ttl .view_all::before, .center_ttl .view_all::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.center_ttl .view_all::before {
  width: 40px;
  height: 1px;
  background-color: #464646;
}
@media screen and (max-width: 768px) {
  .center_ttl .view_all::before {
    width: 20px;
  }
}
.center_ttl .view_all::after {
  width: 14px;
  height: 14px;
  border-style: solid;
  border-color: #464646;
  border-width: 0 1px 1px 0;
  transform: translateX(-2px) translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .center_ttl .view_all::after {
    width: 8px;
    height: 8px;
  }
}
.center_ttl .view_all:hover {
  text-decoration: none;
}
.center_ttl .view_all:hover::before, .center_ttl .view_all:hover::after {
  right: -10px;
}
.center_ttl .view_all:hover::before {
  width: 50px;
}

.fv_slider {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fv_slider {
    margin-top: 0;
  }
}
.fv_slider .slick-track {
  height: 600px;
}
@media screen and (max-width: 992px) {
  .fv_slider .slick-track {
    height: auto;
  }
}
.fv_slider .slick-slide .photo {
  max-width: 960px;
}
.fv_slider .slick-slide img {
  margin: 0;
}
.fv_slider .slide {
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .fv_slider .slide {
    margin: 0;
  }
}
.fv_slider .slick-dots {
  margin-top: 15px;
  position: relative;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .fv_slider .slick-dots {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv_slider .slick-dots li {
    margin: 0;
  }
}
.fv_slider .slick-dots li button:before {
  color: #4574ac;
  content: "";
  display: inline-block;
  border: solid 1.5px #4574ac;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv_slider .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }
}
.fv_slider .slick-dots li.slick-active button:before {
  background-color: #4574ac;
  font-size: 13px;
}

.top_announce {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top_announce {
    margin-top: 25px;
  }
}
.top_announce .box {
  padding: 15px 30px;
  background-color: #f2f5f9;
  border-radius: 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_announce .box {
    padding: 15px;
  }
}
.top_announce .left {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .top_announce .left {
    width: 115px;
  }
}
.top_announce .left i {
  color: #4574ac;
  padding-right: 0.5em;
}
.top_announce a {
  display: block;
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .top_announce a {
    width: calc(100% - 115px);
  }
}
.top_announce a::after {
  font-size: 10px;
}
.top_announce a p {
  display: inline;
}
.top_announce a:hover {
  text-decoration: none;
}
.top_announce a:hover p {
  text-decoration: underline;
}
.top_announce a:hover::after {
  padding-left: 1em;
}

.top_brand {
  margin-top: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_brand {
    margin-top: 50px;
  }
}
.top_brand .brand_slider {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top_brand .brand_slider {
    overflow-x: visible;
    height: 140vw;
  }
}
@media screen and (max-width: 768px) {
  .top_brand .brand_slider {
    height: 150vw;
  }
}
.top_brand .slide_arrow {
  margin-bottom: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top_brand .slide_arrow {
    margin-bottom: 0;
  }
}
.top_brand .text {
  margin-top: 20px;
  font-size: 20px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .top_brand .text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.top_brand .desc {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top_brand .desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .top_brand .swiper-slide {
    height: calc((100% - 20px) / 2);
  }
}
.top_brand .link {
  margin-top: 70px;
  text-align: center;
}
.top_brand .link a {
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
}

.top_begginer {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_begginer {
    margin-top: 80px;
    padding: 0 20px;
  }
}

.top_cate {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top_cate {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .top_cate .center_ttl {
    margin-bottom: 35px;
  }
}
.top_cate .center_ttl h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .top_cate .center_ttl h2 {
    font-size: 28px;
  }
}
.top_cate .list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top_cate .list {
    padding: 0 15px;
    gap: 15px 25px;
  }
}
.top_cate .list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .top_cate .list li {
    min-width: auto;
    width: calc((100% - 25px) / 2);
  }
}
.top_cate .list a {
  display: block;
  color: #4574ac;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #4574ac;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_cate .list a {
    font-size: 14px;
    padding: 10px;
  }
}
.top_cate .list a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.top_cate .list a:hover {
  opacity: 1 !important;
  background-color: rgba(69, 116, 172, 0.15);
  border-color: transparent;
  text-decoration: none;
}
.top_cate .list a:hover::after {
  right: 12px;
}

.top_topic {
  margin-top: 125px;
  padding: 140px 0 200px;
  background-color: #faf8f0;
}
@media screen and (max-width: 768px) {
  .top_topic {
    margin-top: 50px;
    padding: 55px 0 60px;
  }
}
.top_topic .list {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top_topic .list {
    gap: 30px 15px;
  }
}
.top_topic .list li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .top_topic .list li {
    width: calc((100% - 15px) / 2);
  }
}
.top_topic .list a {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.top_topic h3 {
  margin: 30px 0 auto;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top_topic h3 {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.top_topic .info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .top_topic .info {
    flex-direction: column;
  }
}
.top_topic .cate span {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 2px;
  font-size: 13px;
  min-width: 75px;
  background-color: #4574ac;
  border: solid 1px #4574ac;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_topic .cate span {
    font-size: 10px;
    min-width: 54px;
    padding: 1;
  }
}
.top_topic .cate span.cate {
  background-color: transparent;
  color: #4574ac;
}
.top_topic .cate span:not(:last-child) {
  margin-right: 5px;
}
.top_topic .date {
  margin-top: 2px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .top_topic .date {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }
}

.top_news {
  margin-top: 150px;
  padding: 150px 0 180px;
  background-color: #faf8f0;
}
@media screen and (max-width: 768px) {
  .top_news {
    margin-top: 100px;
    padding: 80px 0 60px;
  }
}
.top_news.brand {
  background-color: transparent;
  padding: 0px;
}
.top_news .list {
  border-top: solid 1px #464646;
}
@media screen and (max-width: 768px) {
  .top_news .list {
    margin: 0 -5px;
  }
}
.top_news .list li {
  border-bottom: solid 1px #464646;
  display: flex;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .top_news .list li {
    padding: 20px 5px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
}
.top_news .date {
  width: 130px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 300;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .top_news .date {
    width: auto;
    padding-right: 10px;
    font-size: 12px;
    color: #999;
  }
}
.top_news .cate span {
  display: block;
  font-size: 14px;
  padding: 3px 5px;
  min-width: 124px;
  text-align: center;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  border: solid 1px #464646;
}
@media screen and (max-width: 768px) {
  .top_news .cate span {
    min-width: 60px;
    font-size: 10px;
    padding: 2px 5px;
  }
}
.top_news .cate span.important {
  background-color: #333;
  color: #fff;
}
.top_news .cont {
  width: calc(100% - 198px);
  padding-left: 55px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .top_news .cont {
    position: unset;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
    line-height: 1.3;
  }
}
.top_news .cont .ttl {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_news .cont .ttl {
    font-size: 14px;
  }
}
.top_news .cont a:hover {
  text-decoration: underline;
  opacity: 1 !important;
  color: #464646;
}
.top_news .cont .desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top_news .cont .desc {
    margin-top: 10px;
    line-height: 1.8;
  }
}

.top_bnr {
  margin: 80px 0 150px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .top_bnr {
    margin: 30px 0 80px;
    padding: 0 20px;
  }
}
.top_bnr .list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top_bnr .list {
    flex-flow: column;
    align-items: center;
    gap: 30px;
  }
}
.top_bnr .list p {
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .top_bnr .list p {
    margin-top: 5px;
    font-size: 13px;
  }
}

/*---------------- 下層 共通設定---------------- */
.frame {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .frame {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .main-content-block {
    padding: 0 20px;
  }
}

.kaso_page {
  display: block;
  overflow: hidden;
  margin: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .kaso_page {
    margin: 25px 0 100px;
  }
}

/*-----下層タイトル部分------*/
.left_bar_ttl {
  margin-bottom: 40px;
  font-size: 20px;
  padding-left: 20px;
  border-left: solid 2px #464646;
}
@media screen and (max-width: 768px) {
  .left_bar_ttl {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}

.border-left-ttl {
  line-height: 1.2;
}

.border-left-ttl3 {
  border-left: solid 3px #464646;
  line-height: 1;
}

.underline:hover,
.text-border:hover {
  text-decoration: none !important;
}

/*-----下層大見出し------*/
/*-----下層数字見出し------*/
/*-----パンくずリスト------*/
.bread {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .bread {
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
}
.bread .crumb {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .bread .crumb {
    font-size: 12px;
  }
}
.bread .crumb:not(:last-child)::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 0.6em;
  padding: 0 1em;
}
.bread .crumb a {
  text-decoration: underline;
}
.bread .crumb a:hover {
  text-decoration: none;
}

/*-----ページ送り------*/
.pager {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 30px;
  }
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager li {
  padding: 0 20px;
  font-size: 14px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  line-height: 1;
}
.pager li:nth-child(2), .pager li:nth-child(3) {
  border-left: solid 1px #464646;
}
.pager li.dot {
  padding: 0;
}
.pager li a {
  text-decoration: underline;
}

/*swiper---------------------------------*/
main .slide_arrow {
  display: flex;
  gap: 15px;
}
main .swiper-button-prev,
main .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 45px;
  height: 45px;
  border: solid 1px #464646;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  main .swiper-button-prev,
  main .swiper-button-next {
    display: none;
  }
}
main .swiper-button-prev::after,
main .swiper-button-next::after {
  content: "";
  display: block;
  border-bottom: solid 1px #464646;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 8px;
  transition: 0.3s ease-in-out;
}
main .swiper-button-prev:hover,
main .swiper-button-next:hover {
  opacity: 0.8;
}
main .swiper-button-prev::after {
  border-left: solid 1px #464646;
  transform: translate(-35%, -50%) skew(-45deg);
}
main .swiper-button-next::after {
  border-right: solid 1px #464646;
  transform: translate(-65%, -50%) skew(45deg);
}
main .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin: 50px auto 0;
  position: relative;
  max-width: 300px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 25px auto 0;
    height: 2px;
  }
}

/*-----ボタン------*/
.arrow_btn_down {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  min-width: 200px;
  border: solid 1px #464646;
  padding: 15px;
  border-radius: 55px;
  position: relative;
}
.arrow_btn_down::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow_btn_down:hover {
  background-color: #464646;
  color: #fff;
}

.q_btn {
  display: flex;
  align-items: center;
  max-width: 600px;
  padding: 15px 50px;
  border: solid 5px #f0f0f0;
  font-size: 20px;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .q_btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.q_btn::before {
  content: "\f059";
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #479cd7;
  font-size: 40px;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .q_btn::before {
    font-size: 25px;
  }
}
.q_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #464646;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin-left: auto;
}
.q_btn:hover {
  text-decoration: none;
}

/*-----フォーム------*/
.accordion_form dt {
  padding: 30px 20px;
  border-style: solid;
  border-color: #d4d4d4;
  border-width: 1px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordion_form dt {
    padding: 20px 15px;
  }
}
.accordion_form dt::before {
  content: "";
  display: block;
  background-color: #464646;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion_form dt h2 {
    font-size: 14px;
  }
}
.accordion_form dt h2::after, .accordion_form dt h2::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  display: block;
  right: 24px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.accordion_form dt h2::after {
  right: 24px;
  transform: translateY(-50%) rotate(90deg);
}
.accordion_form dt.active {
  border-bottom: transparent;
}
.accordion_form dt.active h2::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion_form dd {
  display: none;
}

/*-----セレクト------*/
.pull_arrow {
  position: relative;
}
.pull_arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 2px #464646;
  border-bottom: solid 2px #464646;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.link_pulldown,
.tab_pulldown {
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-color: #ccc;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
@media screen and (max-width: 768px) {
  .link_pulldown,
  .tab_pulldown {
    font-size: 14px;
  }
}
.link_pulldown::-ms-expand,
.tab_pulldown::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.link_pulldown option,
.tab_pulldown option {
  padding: 15px;
}

/*---------------- ブランド一覧 ---------------- */
.brand_collection .list {
  display: flex;
  flex-flow: wrap;
  gap: 80px 32.5px;
}
@media screen and (max-width: 768px) {
  .brand_collection .list {
    gap: 50px 25px;
  }
}
.brand_collection .list > li {
  width: calc((100% - 65px) / 3);
}
@media screen and (max-width: 768px) {
  .brand_collection .list > li {
    width: calc((100% - 25px) / 2);
  }
}
.brand_collection .list > li a:hover {
  text-decoration: none;
}
.brand_collection .text {
  margin-top: 35px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .brand_collection .text {
    margin-top: 15px;
    font-size: 16px;
  }
}
.brand_collection .desc {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .brand_collection .desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
}

/*---------------- ブランド詳細 ---------------- */
.lineup_slider,
.lineup_slider_2,
.rank_slider,
.rank_slider02,
.feature_slider {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .lineup_slider,
  .lineup_slider_2,
  .rank_slider,
  .rank_slider02,
  .feature_slider {
    overflow-x: visible;
  }
}
.lineup_slider .slider_top,
.lineup_slider_2 .slider_top,
.rank_slider .slider_top,
.rank_slider02 .slider_top,
.feature_slider .slider_top {
  display: flex;
  justify-content: space-between;
}

.no-slider-list-4 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .no-slider-list-4 .swiper-wrapper {
    gap: 20px 15px;
  }
}
.no-slider-list-4 .swiper-slide {
  width: calc((100% - 165px) / 4);
}
@media screen and (max-width: 768px) {
  .no-slider-list-4 .swiper-slide {
    width: calc((100% - 15px) / 2);
  }
}

.rank_slider .photo,
.rank_slider02 .photo {
  position: relative;
}
.rank_slider .photo::after,
.rank_slider02 .photo::after {
  background-color: #777;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .rank_slider .photo::after,
  .rank_slider02 .photo::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.rank_slider .slide1 .photo::after,
.rank_slider02 .slide1 .photo::after {
  content: "1";
}
.rank_slider .slide2 .photo::after,
.rank_slider02 .slide2 .photo::after {
  content: "2";
}
.rank_slider .slide3 .photo::after,
.rank_slider02 .slide3 .photo::after {
  content: "3";
}
.rank_slider .slide4 .photo::after,
.rank_slider02 .slide4 .photo::after {
  content: "4";
}
.rank_slider .slide5 .photo::after,
.rank_slider02 .slide5 .photo::after {
  content: "5";
}
.rank_slider .slide6 .photo::after,
.rank_slider02 .slide6 .photo::after {
  content: "6";
}
.rank_slider .slide7 .photo::after,
.rank_slider02 .slide7 .photo::after {
  content: "7";
}
.rank_slider .slide8 .photo::after,
.rank_slider02 .slide8 .photo::after {
  content: "8";
}

.swiper-slide li,
.swiper-slide .slide1,
.result_item_list li,
.result_item_list .slide1 {
  position: relative;
}
.swiper-slide a,
.result_item_list a {
  text-decoration: none;
}
.swiper-slide a *,
.result_item_list a * {
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .swiper-slide .left,
  .result_item_list .left {
    margin-bottom: 10px;
  }
}
.swiper-slide .photo,
.result_item_list .photo {
  margin-bottom: 15px;
}
.swiper-slide h4,
.result_item_list h4 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-slide h4,
  .result_item_list h4 {
    margin-top: 5px;
  }
}
.swiper-slide .cate,
.result_item_list .cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.swiper-slide .cate img,
.result_item_list .cate img {
  width: auto;
  height: 18px;
}
.swiper-slide .tag,
.result_item_list .tag {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .swiper-slide .tag,
  .result_item_list .tag {
    margin-top: 5px;
  }
}
.swiper-slide .tag span,
.result_item_list .tag span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  background-color: #4574ac;
  border: solid 1px #4574ac;
  color: #fff;
  min-width: 75px;
  padding: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .swiper-slide .tag span,
  .result_item_list .tag span {
    font-size: 10px;
    padding: 1px;
    min-width: 54px;
  }
}
.swiper-slide .tag span.cate,
.result_item_list .tag span.cate {
  background-color: transparent;
  color: #4574ac;
}
.swiper-slide .tag span:not(:last-child),
.result_item_list .tag span:not(:last-child) {
  margin-right: 5px;
}
.swiper-slide .date,
.result_item_list .date {
  margin-top: 5px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .swiper-slide .date,
  .result_item_list .date {
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }
}
.swiper-slide .brand,
.result_item_list .brand {
  margin-top: 5px;
  font-size: 13px;
  color: #464646;
}
@media screen and (max-width: 768px) {
  .swiper-slide .brand,
  .result_item_list .brand {
    font-size: 11px;
  }
}
.swiper-slide .name,
.result_item_list .name {
  margin-top: 0px;
  font-weight: 400;
  padding: inherit;
  color: #464646;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .swiper-slide .name,
  .result_item_list .name {
    font-family: 12px;
    margin-top: 0px;
  }
}
.swiper-slide .price,
.result_item_list .price {
  margin-top: 10px;
  color: #464646;
  min-height: 3em;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 992px) {
  .swiper-slide .price,
  .result_item_list .price {
    padding-right: 25px;
  }
}
.swiper-slide .price span,
.result_item_list .price span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .swiper-slide .price span,
  .result_item_list .price span {
    font-size: 10px;
  }
}
.swiper-slide .price .price_type,
.result_item_list .price .price_type {
  font-size: 12px;
}
.swiper-slide .fav,
.result_item_list .fav {
  position: absolute;
  color: #ccc;
  font-size: 20px;
  bottom: 0;
  right: 0;
  cursor: pointer;
  line-height: 1;
}

.lineup_slider_2 .swiper-wrapper {
  height: 950px;
}
@media screen and (max-width: 1380px) {
  .lineup_slider_2 .swiper-wrapper {
    height: 82vw;
  }
}
@media screen and (max-width: 992px) {
  .lineup_slider_2 .swiper-wrapper {
    height: 120vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup_slider_2 .swiper-wrapper {
    height: 140vw;
  }
}
@media screen and (max-width: 576px) {
  .lineup_slider_2 .swiper-wrapper {
    height: 200vw;
  }
}
.lineup_slider_2 .swiper-slide {
  height: calc((100% - 55px) / 2);
}

@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_fv h2 {
    margin: 0 calc(50% - 50vw);
  }
}
.kaso_page.brand_detail .brand_copy {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy {
    margin-top: 50px;
  }
}
.kaso_page.brand_detail .brand_copy .copy {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .copy {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .copy {
    max-width: 335px;
  }
}
.kaso_page.brand_detail .brand_copy .box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .box {
    justify-content: center;
  }
}
.kaso_page.brand_detail .brand_copy .left {
  width: 33.3333333333%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .left {
    width: 100%;
    max-width: 200px;
  }
}
.kaso_page.brand_detail .brand_copy .right {
  width: 66.6666666667%;
  padding-left: 7%;
}
@media screen and (max-width: 1380px) {
  .kaso_page.brand_detail .brand_copy .right {
    padding-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.kaso_page.brand_detail .brand_copy h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.kaso_page.brand_detail .brand_copy p {
  font-size: 18px;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy p {
    font-size: 13px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .box-2 {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .box-2 .left {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .box-2 .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .box-2 .right h2 img,
  .kaso_page.brand_detail .brand_copy .box-2 .right p img {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .box-2 .right .pop_btn {
    margin: 30px auto 0;
  }
}
.kaso_page.brand_detail .brand_copy .pop_btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .pop_btn {
    margin: 30px auto 0;
  }
}
.kaso_page.brand_detail .brand_copy .pop_btn .icon {
  margin-right: 0.5em;
  display: block;
  width: 40px;
  height: 40px;
  border: solid #ccc 1px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s ease-in-out;
}
.kaso_page.brand_detail .brand_copy .pop_btn .icon::before, .kaso_page.brand_detail .brand_copy .pop_btn .icon::after {
  content: "";
  display: block;
  background-color: #464646;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.kaso_page.brand_detail .brand_copy .pop_btn .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.kaso_page.brand_detail .brand_copy .pop_btn .text {
  max-width: calc(100% - 40px - 0.5em);
  height: 40px;
}
.kaso_page.brand_detail .brand_copy .pop_btn .text img {
  height: 100%;
  width: auto;
}
.kaso_page.brand_detail .brand_copy .pop_btn:hover .icon {
  background-color: #ccc;
}
.kaso_page.brand_detail .brand_copy .pop_btn:hover .icon::before, .kaso_page.brand_detail .brand_copy .pop_btn:hover .icon::after {
  background-color: #fff;
  width: 17px;
}
.kaso_page.brand_detail .brand_copy .pop_box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 80;
}
.kaso_page.brand_detail .brand_copy .pop_box.show {
  display: flex !important;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.kaso_page.brand_detail .brand_copy .pop_box.show::before, .kaso_page.brand_detail .brand_copy .pop_box.show::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.kaso_page.brand_detail .brand_copy .pop_box.show::-webkit-scrollbar {
  display: none;
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.kaso_page.brand_detail .brand_copy .pop_box .nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_block {
  margin: 10vh 0 5vh;
  padding: 0;
  background-color: #fff;
  height: 85vh;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_block {
    margin: 10vh -20px 5vh;
  }
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_block {
    margin: 8vh 0 12vh;
    height: 80vh;
  }
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 8px;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_close {
    width: 20px;
    height: 20px;
    top: -35px;
  }
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_close::before, .kaso_page.brand_detail .brand_copy .pop_box .pop_close::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 35px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_close::before, .kaso_page.brand_detail .brand_copy .pop_box .pop_close::after {
    width: 25px;
  }
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_close:hover {
  opacity: 0.6;
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_cont {
  padding: 80px 120px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 992px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_cont {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 576px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_cont {
    padding: 20px 20px 40px;
  }
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_photo,
.kaso_page.brand_detail .brand_copy .pop_box .pop_text {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.kaso_page.brand_detail .brand_copy .pop_box .pop_text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_copy .pop_box .pop_text {
    margin-top: 30px;
  }
}
.kaso_page.brand_detail .brand_free {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_free {
    margin-top: 80px;
  }
}
.kaso_page.brand_detail .brand_lineup {
  margin-top: 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup {
    margin-top: 80px;
  }
}
.kaso_page.brand_detail .brand_lineup .center_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup .center_ttl {
    margin-bottom: 25px;
  }
}
.kaso_page.brand_detail .brand_lineup .center_ttl h2 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup .center_ttl h2 {
    font-size: 35px;
  }
}
.kaso_page.brand_detail .brand_lineup .cate_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.kaso_page.brand_detail .brand_lineup .cate_link li::before {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 0.8em;
}
.kaso_page.brand_detail .brand_lineup .cate_link a {
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
.kaso_page.brand_detail .brand_lineup .cate_link a:hover::before {
  transform: translateY(2px);
}
.kaso_page.brand_detail .brand_lineup .lineup_list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup .lineup_list {
    margin-top: 40px;
  }
}
.kaso_page.brand_detail .brand_lineup .lineup_list .lineup_box:nth-child(n+2) {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup .lineup_list .lineup_box:nth-child(n+2) {
    margin-top: 50px;
  }
}
.kaso_page.brand_detail .brand_lineup .lineup_ttl {
  font-size: 24px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_lineup .lineup_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.kaso_page.brand_detail .brand_rank {
  margin-top: 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_rank {
    margin-top: 60px;
  }
}
.kaso_page.brand_detail .brand_rank .slider_top {
  justify-content: flex-end;
}
.kaso_page.brand_detail .brand_voice {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .kaso_page.brand_detail .brand_voice {
    margin-top: 80px;
  }
}

.swal2-container {
  background-color: red;
}
.swal2-container .instagram-logo {
  width: 23px;
}
.swal2-container .swiper-button-prev {
  right: calc(50% + 435px);
}
@media screen and (max-width: 992px) {
  .swal2-container .swiper-button-prev {
    right: auto;
    left: 5px;
  }
}
.swal2-container .swiper-button-prev::after {
  border: none;
  transform: translate(-40%, -30%);
}
.swal2-container .swiper-button-next {
  left: calc(50% + 435px);
}
@media screen and (max-width: 992px) {
  .swal2-container .swiper-button-next {
    left: auto;
    right: 5px;
  }
}
.swal2-container .swiper-button-next::after {
  border: none;
  transform: translate(0%, -30%);
}

@media screen and (max-width: 576px) {
  .kaso_page.salon .top_ttl h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 576px) {
  .kaso_page.salon .top_ttl p {
    padding-top: 8px;
  }
}

.salon_search {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .salon_search {
    margin-top: 80px;
  }
}

.seach_box .tab_btn_list {
  display: flex;
  gap: 10px;
}
.seach_box .tab_btn {
  padding: 15px 35px;
  max-width: 300px;
  width: calc((100% - 10px) / 2);
  text-align: left;
  background-color: #ccc;
  color: #fff;
  transition: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_btn {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_btn p {
    position: relative;
    padding-left: 20px;
  }
}
.seach_box .tab_btn i {
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_btn i {
    position: absolute;
    top: 3px;
    left: 0px;
  }
}
.seach_box .tab_btn.active {
  background-color: #f0f0f0;
  color: #464646;
}
.seach_box .tab_box {
  background-color: #f0f0f0;
  padding: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box {
    padding: 20px 20px;
  }
}
.seach_box .tab_box.active {
  display: block;
}
.seach_box .tab_box .seach_normal li {
  border-top: solid 1px #ccc;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_normal li {
    padding: 15px 0 0;
    border: none;
  }
}
.seach_box .tab_box .seach_normal li:nth-child(1) {
  border-top: solid 0px #ccc;
}
.seach_box .tab_box .seach_list li {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.seach_box .tab_box .seach_list li:nth-child(1) {
  padding-top: 0;
}
.seach_box .tab_box .seach_list li.col2 {
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 {
    gap: 15px;
  }
}
.seach_box .tab_box .seach_list li.col2 .box {
  width: calc((100% - 60px) / 2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box:nth-child(2) {
    border-top: solid 1px #ccc;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box:nth-child(2) {
    border: none;
    padding-top: 0px;
  }
}
.seach_box .tab_box .seach_list li.col2 .box.price {
  width: calc((100% - 60px) / 3 * 2);
  max-width: 645px;
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box.price {
    width: 100%;
    max-width: none;
  }
}
.seach_box .tab_box .seach_list li.col2 .box.price .right {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box.price .right label:nth-child(1) {
    width: 17px;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box.price .right label:nth-child(3) {
    width: 53px;
  }
}
.seach_box .tab_box .seach_list li.col2 .box.price input {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box.price input {
    width: calc((100% - 70px) / 2);
  }
}
.seach_box .tab_box .seach_list li.col2 .box.other {
  width: calc((100% - 60px) / 3 * 1);
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box.other {
    width: 100%;
  }
}
.seach_box .tab_box .seach_list li.col2 .box.other .left {
  width: 100px;
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box.other .left {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box.other .left {
    width: 70px;
  }
}
.seach_box .tab_box .seach_list li.col2 .box.other .right {
  gap: 0;
  width: calc(100% - 100px);
}
@media screen and (max-width: 992px) {
  .seach_box .tab_box .seach_list li.col2 .box.other .right {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list li.col2 .box.other .right {
    width: calc(100% - 70px);
  }
}
.seach_box .tab_box .seach_list .left {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list label {
    font-size: 13px;
  }
}
.seach_box .tab_box .seach_list .right {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list .right {
    width: 100%;
    margin-top: 5px;
  }
}
.seach_box .tab_box .seach_list .right > div {
  display: flex;
  align-items: center;
}
.seach_box .tab_box .seach_list .right > div.short {
  width: calc((100% - 20px) / 2);
}
.seach_box .tab_box .seach_list .right .select_arrow {
  width: 100%;
  position: relative;
}
.seach_box .tab_box .seach_list .right .select_arrow::after {
  content: "\f0dc";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.seach_box .tab_box .seach_list select,
.seach_box .tab_box .seach_list input {
  width: 100%;
  padding: 15px 20px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_list select,
  .seach_box .tab_box .seach_list input {
    padding: 15px;
  }
}
.seach_box .tab_box .seach_list input::placeholder {
  color: #ccc;
}
.seach_box .tab_box .seach_list select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.seach_box .tab_box .seach_list select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.seach_box .tab_box .seach_list input[type=checkbox] {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.seach_box .tab_box .seach_list input[type=checkbox]::before, .seach_box .tab_box .seach_list input[type=checkbox]::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.seach_box .tab_box .seach_list input[type=checkbox]::before {
  border-radius: 3px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.seach_box .tab_box .seach_list input[type=checkbox]::after {
  content: "✓";
  opacity: 0;
}
.seach_box .tab_box .seach_list input[type=checkbox]:checked::after {
  opacity: 1;
}
.seach_box .tab_box .seach_list input[type=checkbox] + label {
  width: 100%;
  padding-left: 2em;
  cursor: pointer;
}
.seach_box .tab_box .seach_detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_detail {
    margin-top: 20px;
  }
}
.seach_box .tab_box .seach_detail dt {
  padding: 10px 5px;
  border-bottom: solid 1px #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_detail dt {
    font-size: 14px;
  }
}
.seach_box .tab_box .seach_detail dt::after {
  content: "";
  display: block;
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.seach_box .tab_box .seach_detail dt.active::after {
  transform: rotate(135deg);
}
.seach_box .tab_box .seach_detail dd {
  padding-top: 40px;
}
.seach_box .tab_box .seach_detail li:nth-child(n+2) {
  margin-top: 35px;
}
.seach_box .tab_box .seach_submit {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_submit {
    margin-top: 40px;
  }
}
.seach_box .tab_box .seach_submit .submit {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #464646;
  color: #fff;
  border: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .seach_submit .submit {
    max-width: 240px;
    font-size: 15px;
  }
}
.seach_box .tab_box .seach_submit .submit:hover {
  opacity: 0.6;
}
.seach_box .tab_box .item_seach_form .seach_list .left {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .item_seach_form .seach_list .left {
    width: 100%;
  }
}
.seach_box .tab_box .item_seach_form .seach_list .right {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .seach_box .tab_box .item_seach_form .seach_list .right {
    width: 100%;
  }
}

.seach_result {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .seach_result {
    margin-top: 50px;
  }
}
.seach_result .result_top {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #464646;
}
@media screen and (max-width: 768px) {
  .seach_result .result_top {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .seach_result .result_top .left {
    width: 100%;
  }
}
.seach_result .result_top .left h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .seach_result .result_top .left h3 {
    font-size: 18px;
  }
}
.seach_result .result_top .right {
  color: #ccc;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .seach_result .result_top .right {
    margin-top: 0px;
    width: 100%;
    font-size: 13px;
  }
}
.seach_result .result_top .right > div {
  display: inline;
}
.seach_result .result_top .right .condition span {
  display: inline-block;
}
.seach_result .result_top .right .condition span + span::before {
  content: "+";
  padding: 0 0.5em;
}
.seach_result .result_top .right .num {
  padding-left: 0.5em;
}
.seach_result .result_top .right .hit {
  color: #464646;
}
@media screen and (max-width: 768px) {
  .seach_result .result_top .right .hit {
    display: none;
  }
}
.seach_result .result_bot .link {
  margin: 80px auto 0;
}

.result_salon_box {
  padding: 55px 0 75px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .result_salon_box {
    padding: 40px 0;
  }
}
.result_salon_box h4 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .result_salon_box h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
  }
}
.result_salon_box .left {
  width: 40%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .result_salon_box .left {
    width: 100%;
    padding-right: 0px;
  }
}
.result_salon_box .left .adress {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .result_salon_box .left .adress {
    font-size: 14px;
  }
}
.result_salon_box .left .map {
  margin-top: 10px;
}
.result_salon_box .left .map::before {
  content: "\f3c5";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-right: 1em;
}
.result_salon_box .left .map a {
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .result_salon_box .left .map a {
    font-size: 13px;
  }
}
.result_salon_box .left .map a:hover {
  text-decoration: none;
}
.result_salon_box .left .tel {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .result_salon_box .left .tel {
    margin-top: 20px;
  }
}
.result_salon_box .left .tel a {
  font-size: 18px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .result_salon_box .left .tel a {
    font-size: 16px;
  }
}
.result_salon_box .right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right {
    margin-top: 30px;
    width: 100%;
  }
}
.result_salon_box .right dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right dl {
    font-size: 13px;
  }
}
.result_salon_box .right dt:nth-child(n+3),
.result_salon_box .right dd:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right dt:nth-child(n+3),
  .result_salon_box .right dd:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .result_salon_box .right dt:nth-child(n+3):nth-child(even),
  .result_salon_box .right dd:nth-child(n+3):nth-child(even) {
    margin-top: 5px;
  }
}
.result_salon_box .right dt {
  padding: 5px;
  width: 150px;
  background-color: #f0f0f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right dt {
    min-width: 130px;
    width: auto;
  }
}
.result_salon_box .right dd {
  margin-left: 20px;
  width: calc(100% - 170px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right dd {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
  }
}
.result_salon_box .right dd span {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.result_salon_box .right dd span:not(:last-child)::after {
  content: "";
  display: block;
  margin: 0 0.8em;
  width: 1px;
  height: 1.2em;
  background-color: #464646;
}
.result_salon_box .right .badge {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .result_salon_box .right .badge {
    margin-top: 25px;
  }
}
.result_salon_box .right .badge span {
  display: inline-block;
  border: solid 1px #464646;
  padding: 10px 15px;
  font-size: 13px;
}

.result_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 54px;
}
@media screen and (max-width: 768px) {
  .result_item_list {
    gap: 20px;
  }
}
.result_item_list > li {
  width: calc((100% - 162px) / 4);
}
@media screen and (max-width: 768px) {
  .result_item_list > li {
    width: calc((100% - 20px) / 2);
  }
}
.result_item_list.list_disp > li {
  width: 100%;
}
.result_item_list.list_disp > li > a {
  width: 100%;
}
.result_item_list.list_disp > li .photo {
  float: left;
  margin-right: 30px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .result_item_list.list_disp > li .photo {
    width: 30%;
    margin-right: 15px;
  }
}
.result_item_list.list_disp > li .price br {
  display: none;
}

.main-content-block {
  width: 75%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .main-content-block {
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    margin-top: 50px;
  }
}

/*---------------- 新規会員登録 ---------------- */
.flow_position.no-arrow .item-group.active div > span {
  border-bottom: none;
}
.scroll-panel {
  padding: 25px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .scroll-panel {
    padding: 0px 0px;
    font-size: 14px;
  }
}

.form-base-table td input[type=email] td input[type=email].border_gray,
.form-base-table td input[type=email].border_gray {
  border: solid 1px #ccc !important;
}

.register_complete_ttl {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .register_complete_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .base-btn .complete_btn {
    max-width: 240px;
    font-size: 14px;
  }
}

.line-btn {
  border-color: #29aa29;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  margin: 0 auto;
}
.line-btn i {
  display: inline-block;
  width: 24px;
  margin-right: 0.5em;
}
.line-btn span {
  padding-top: 2px;
}

.co-line {
  color: #29aa29;
}

.bg-line {
  background-color: #29aa29;
}

/*---------------- マイページ ---------------- */
.kaso_page.mypage {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kaso_page.mypage {
    padding: 0;
  }
}
.kaso_page.mypage .top_ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kaso_page.mypage .top_ttl {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .kaso_page.mypage .main-content-block {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .kaso_page.mypage .remove-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.mypage-sec {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mypage-sec {
    margin-top: 50px;
  }
}
.mypage-sec .note {
  padding-top: 40px;
  color: #999;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .mypage-sec .note {
    font-size: 14px;
  }
}
.mypage-sec .arrow_left {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mypage-sec .arrow_left {
    margin-top: 10px;
  }
}
.mypage-sec .arrow_left a {
  text-decoration: underline;
  margin-right: 1em;
}
.mypage-sec .arrow_left a:hover {
  text-decoration: none;
  opacity: 1 !important;
  color: #464646;
}
.mypage-sec .arrow_left i {
  margin-right: 0.5em;
  transition: 0.3s ease-in-out;
}

.my-topics-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .my-topics-box {
    margin-top: 25px;
  }
}
.my-topics-box h3 {
  background-color: #999;
  display: flex;
  align-items: center;
}
.my-topics-box h3 i {
  display: flex;
  align-items: center;
  padding-right: 0.8em;
}
.my-topics-box .topics-list {
  padding: 20px 30px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px;
}
@media screen and (max-width: 768px) {
  .my-topics-box .topics-list {
    border-width: 0 0 1px;
    padding: 0px;
  }
}
.my-topics-box .topics-list li {
  border: none;
}
.my-topics-box .topics-list li:nth-child(n+2) {
  border-top: solid 1px #ccc;
}
.my-topics-box .topics-list li dl {
  flex-flow: column;
}
.my-topics-box .topics-list li dt {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .my-topics-box .topics-list li dt {
    font-size: 10px;
  }
}
.my-topics-box .topics-list li .date {
  margin-right: 1em;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  color: #999;
}
.my-topics-box .topics-list li .cate span {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 5px 15px;
  font-weight: 400;
  min-width: 80px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .my-topics-box .topics-list li .cate span {
    padding: 2px 10px;
    min-width: 70px;
  }
}
.my-topics-box .topics-list li .cate .news {
  border-color: #ccc;
}
.my-topics-box .topics-list li .cate .important {
  border-color: #464646;
  color: #fff;
  background-color: #464646;
}
.my-topics-box .topics-list li dd {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .my-topics-box .topics-list li dd {
    font-size: 12px;
  }
}
.my-topics-box .topics-list li dd .arrow {
  display: block;
}
.my-topics-box .topics-list li dd .arrow::after {
  position: absolute;
  right: 0;
}
.my-topics-box .topics-list li dd .arrow:hover::after {
  right: -10px;
}

.my-news-box h3 {
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  border-bottom: solid 1px #464646;
}
.my-news-box .list {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .my-news-box .list {
    margin: 0;
  }
}
.my-news-box .list li {
  padding: 25px 0;
  border-color: #ccc;
}
.my-news-box .date {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .my-news-box .date {
    font-size: 12px;
  }
}
.my-news-box .cate a {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .my-news-box .cate a {
    min-width: 54px;
  }
}
.my-news-box .cont {
  padding-left: 25px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .my-news-box .cont {
    padding-left: 0;
  }
}
.my-news-box .cont .ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .my-news-box .cont .ttl {
    font-size: 14px;
  }
}

.main-border-ttl {
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .main-border-ttl {
    margin-bottom: 15px;
  }
}
.main-border-ttl.confirm {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main-border-ttl.confirm {
    font-size: 18px;
  }
}

.my-item-buy .link {
  margin-top: 25px;
}
.my-item-buy .link a {
  padding: 15px;
  display: inline-block;
  background-color: #666;
  color: #fff;
  max-width: 240px;
  width: 100%;
}
.my-item-buy .link a:hover {
  text-decoration: none;
}
.my-item-buy .salon_list {
  margin-top: 20px;
}
.my-item-buy .salon_list.edit .box.selected {
  border: #ccc 2px solid;
}
.my-item-buy .salon_list .box {
  border: solid 2px #ccc;
  background-color: #fff;
  padding: 35px 50px;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .box {
    padding: 20px;
  }
}
.my-item-buy .salon_list .box:nth-child(n+2) {
  margin-top: 30px;
}
.my-item-buy .salon_list .box.selected {
  background-color: #fafafa;
  border-color: #4574ac;
  border-width: 3px;
}
.my-item-buy .salon_list .box.selected .tag {
  display: block;
}
.my-item-buy .salon_list .box.selected h4,
.my-item-buy .salon_list .box.selected .brand_list {
  opacity: 1;
}
.my-item-buy .salon_list .box.selected h4 a,
.my-item-buy .salon_list .box.selected .brand_list a {
  pointer-events: all;
}
.my-item-buy .salon_list .box.stop {
  background-color: #e5e5e5;
}
.my-item-buy .salon_list .box.stop .stop_text {
  display: block;
}
.my-item-buy .salon_list .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.my-item-buy .salon_list input {
  display: none;
}
.my-item-buy .salon_list label {
  font-size: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list label {
    width: 100%;
    font-size: 16px;
  }
}
.my-item-buy .salon_list label::before, .my-item-buy .salon_list label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
}
.my-item-buy .salon_list label::before {
  width: 20px;
  height: 20px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.my-item-buy .salon_list label::after {
  opacity: 0;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #4574ac;
}
.my-item-buy .salon_list label.selected::after {
  opacity: 1;
}
.my-item-buy .salon_list .tag {
  display: none;
  margin-left: 40px;
  background-color: #4574ac;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .tag {
    margin-left: 0;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  }
}
.my-item-buy .salon_list .brand {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .brand {
    margin-top: 20px;
  }
}
.my-item-buy .salon_list h4 {
  opacity: 0.5;
}
.my-item-buy .salon_list .brand_list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .brand_list {
    gap: 20px 15px;
  }
}
.my-item-buy .salon_list .brand_list li {
  width: calc((100% - 140px) / 6);
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .brand_list li {
    width: calc((100% - 30px) / 3);
  }
}
.my-item-buy .salon_list .brand_list a {
  pointer-events: none;
}
.my-item-buy .salon_list .brand_list a:hover {
  text-decoration: none;
}
.my-item-buy .salon_list .brand_list p {
  margin-top: 5px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
.my-item-buy .salon_list .brand_link {
  margin-top: 40px;
  padding-top: 10px;
  border-top: dotted 1px #464646;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .brand_link {
    margin-top: 30px;
    padding-top: 15px;
  }
}
.my-item-buy .salon_list .brand_link .limit_text {
  text-align: left;
}
.my-item-buy .salon_list .brand_link .limit_text span {
  color: #dc3545;
}
.my-item-buy .salon_list .brand_link .stop_text {
  display: none;
  text-align: left;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
.my-item-buy .salon_list .brand_link a {
  margin-top: 1em;
  margin-left: auto;
  color: #808080;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list .brand_link a {
    font-size: 12px;
    margin-top: 0;
  }
}
.my-item-buy .salon_list .brand_link a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.my-item-buy .salon_list.mysalon .result_salon_box {
  padding: 30px 0 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .my-item-buy .salon_list.mysalon .result_salon_box {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .my-item-buy .salon_list.mysalon .result_salon_box .left,
  .my-item-buy .salon_list.mysalon .result_salon_box .right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .my-item-buy .salon_list.mysalon .result_salon_box .right {
    margin-top: 30px;
  }
}
.my-item-buy .salon_list.mysalon label::before {
  background: linear-gradient(180deg, #fff, #f0f0f0);
}
.my-item-buy .salon_list.mysalon label::after {
  color: #fff;
  content: "\f00c";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 12px;
  width: auto;
  height: auto;
}
.my-item-buy .salon_list.mysalon label.selected::before {
  background: #4574ac;
  border-color: #4574ac;
}
.my-selfcheck .link {
  margin-top: 20px;
}

.my-fav-item .fav_item_list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .my-fav-item .fav_item_list {
    overflow: visible;
  }
}
.my-fav-item .link {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .my-fav-item .link {
    margin-top: 30px;
  }
}

/*---------------- マイサロン情報 ---------------- */
.my-salon-add .salon-add-box {
  padding: 26px 65px;
}
@media screen and (max-width: 768px) {
  .my-salon-add .salon-add-box {
    padding: 5px 20px;
    font-size: 14px;
  }
}
.my-salon-add .salon-add-box .form-base-table th {
  font-weight: 400;
  width: 230px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .my-salon-add .salon-add-box .form-base-table th {
    width: 100%;
  }
}
.my-salon-add .salon-add-box .form-base-table td {
  width: calc(100% - 230px);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .my-salon-add .salon-add-box .form-base-table td {
    width: 100%;
  }
}

/*---------------- お気に入り ---------------- */
.favorite_list_block .favorite_cate {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .favorite_list_block .favorite_cate {
    margin-bottom: 30px;
    gap: 15px;
    border-bottom: 1px solid #666;
  }
}
.favorite_list_block .favorite_cate button {
  max-width: 300px;
  width: 100%;
  border: solid 1px #ccc;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .favorite_list_block .favorite_cate button {
    max-width: auto;
    width: calc((100% - 15px) / 2);
    background-color: transparent;
    border: none;
    font-size: 14px;
  }
}
.favorite_list_block .favorite_cate button.active {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.favorite_list_block .item_salon_tab {
  margin-bottom: 50px;
  display: flex;
}
.favorite_list_block .item_salon_tab button {
  width: 25%;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  border-width: 5px 1px 1px;
  padding: 10px;
}
.favorite_list_block .item_salon_tab button.active {
  border-color: #464646 #ccc transparent;
}
.favorite_list_block .tab_select {
  margin-bottom: 30px;
}
.favorite_list_block .tab_box {
  display: none;
}
.favorite_list_block .tab_box.active {
  display: block;
}
.favorite_list_block .note {
  text-align: center;
  font-size: 20px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .favorite_list_block .note {
    font-size: 14px;
  }
}
.favorite_list_block .link {
  margin-top: 60px;
}

/*---------------- サイドバー ---------------- */
.sidebar .side-link-list {
  border-top: 1px solid #ccc;
}
.sidebar .side-link-list li {
  border-color: #ccc;
}
.sidebar .side-link-list li a {
  padding: 1.5em 2em 1.5em 1em;
}
.sidebar .side-link-list li > a {
  opacity: 1 !important;
}
.sidebar .side-link-list li > a:hover {
  text-decoration: none;
  position: relative;
}
.sidebar .side-link-list li > a:hover::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #333;
  width: 3px;
  height: 75%;
  margin: auto;
}
.sidebar .side-link-list li dt {
  font-weight: 400;
}
.sidebar .side-link-list li dt > a::before, .sidebar .side-link-list li dt > a::after {
  margin: 0;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .side-link-list li dt > a::after {
  transform: translateY(-50%) rotate(90deg);
}
.sidebar .side-link-list li dt.active > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.sidebar .side-link-list li dd {
  display: none;
}
.sidebar .side-link-list li dd li {
  border: none;
}
.sidebar .side-link-list li dd a {
  font-size: 15px;
  padding: 0.5em 1em 0.5em 2em;
}
.sidebar .side-link-list li dd a::after {
  display: none;
}
.sidebar .side-link-list li dd a:hover {
  opacity: 0.8 !important;
}
.sidebar .side-link-list li dd a:hover::before {
  display: none;
}

/*---------------- LINE固定バナー ---------------- */
.fix_line_bnr {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 160px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fix_line_bnr {
    bottom: 20px;
    right: 15px;
  }
}
.fix_line_bnr a {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  background-color: #29aa29;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .fix_line_bnr a {
    font-size: 13px;
    width: 100px;
    height: 100px;
  }
}
.fix_line_bnr i {
  color: #29aa29;
}
@media screen and (max-width: 768px) {
  .fix_line_bnr i img {
    width: 50px;
    height: 50px;
  }
}
.fix_line_bnr .close_btn {
  position: absolute;
  top: -15px;
  right: -7px;
  width: 33px;
  height: 33px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fix_line_bnr .close_btn {
    width: 22px;
    height: 22px;
    top: -11px;
    right: -6px;
  }
}
.fix_line_bnr .close_btn::before, .fix_line_bnr .close_btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fix_line_bnr .close_btn::before {
  background-color: #999;
  border: solid 2px #fff;
  border-radius: 50%;
}
.fix_line_bnr .close_btn::after {
  content: "×";
  color: #fff;
  text-align: center;
  line-height: 31px;
}
@media screen and (max-width: 768px) {
  .fix_line_bnr .close_btn::after {
    line-height: 21px;
  }
}
.fix_line_bnr .close_btn:hover {
  opacity: 0.6;
}

/*---------------- トピックス一覧---------------- */
.topics_ttl {
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .topics_ttl {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #464646;
    font-size: 16px;
  }
}

.topics_list00 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .topics_list00 {
    gap: 30px 15px;
  }
}
.topics_list00 li {
  width: calc((100% - 80px) / 3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_list00 li {
    width: calc((100% - 15px) / 2);
  }
}
.topics_list00 a {
  text-decoration: none;
}
.topics_list00 h4 {
  margin-top: 15px;
  height: 3.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1380px) {
  .topics_list00 h4 {
    height: 5em;
  }
}
@media screen and (max-width: 1200px) {
  .topics_list00 h4 {
    height: 5em;
  }
}
@media screen and (max-width: 992px) {
  .topics_list00 h4 {
    height: 7em;
  }
}
@media screen and (max-width: 768px) {
  .topics_list00 h4 {
    margin-top: 10px;
    height: 4.5em;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 576px) {
  .topics_list00 h4 {
    height: 6.2em;
  }
}
.topics_list00 .tag {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .topics_list00 .tag {
    margin-top: 5px;
  }
}
.topics_list00 .tag span {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  background-color: #4574ac;
  border: solid 1px #4574ac;
  color: #fff;
  min-width: 75px;
  padding: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_list00 .tag span {
    font-size: 10px;
    padding: 1px;
    min-width: 54px;
  }
}
.topics_list00 .tag span.cate {
  background-color: transparent;
  color: #4574ac;
}
.topics_list00 .tag span:not(:last-child) {
  margin-right: 5px;
}
.topics_list00 .date {
  margin-top: 10px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .topics_list00 .date {
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }
}
.topics_list00 .fav {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .topics_list00 .fav {
    width: 17px;
  }
}
.topics_list00 + .link {
  margin: 40px auto 0;
  text-align: center;
}
.topics_list00 + .link a.bk_arrow {
  border: solid 1px #464646;
  background-color: #fff;
  color: #464646;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .topics_list00 + .link a.bk_arrow {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.topics_list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.topics_list01 li {
  width: calc((100% - 30px) / 2);
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_list01 li {
    width: 100%;
    padding-bottom: 25px;
  }
}
.topics_list01 li > a {
  display: flex;
  text-decoration: none;
}
.topics_list01 .left {
  width: 34%;
}
.topics_list01 .right {
  width: 66%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .topics_list01 .right {
    padding-right: 15px;
  }
}
.topics_list01 h4 {
  letter-spacing: 0;
  line-height: 1.5;
}
.topics_list01 .tag span {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  background-color: #4574ac;
  color: #fff;
  border: solid 1px #4574ac;
  min-width: 75px;
  padding: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_list01 .tag span {
    margin-top: 10px;
    font-size: 10px;
    padding: 1px;
    min-width: 54px;
  }
}
.topics_list01 .tag span:nth-child(2) {
  background-color: transparent;
  color: #4574ac;
}
.topics_list01 .tag span:not(:last-child) {
  margin-right: 5px;
}
.topics_list01 .date {
  margin-top: 10px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .topics_list01 .date {
    color: #999;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
  }
}
.topics_list01 .fav {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .topics_list01 .fav {
    bottom: 15px;
    width: 17px;
  }
}

.topics_list02 li {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
.topics_list02 li:nth-child(1) {
  padding-top: 0;
}
.topics_list02 .left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .topics_list02 .left {
    width: 34%;
  }
}
.topics_list02 .text {
  width: 80%;
  padding-left: 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_list02 .text {
    width: 66%;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.topics_list02 .text a:hover {
  text-decoration: none;
}
.topics_list02 .cate {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .topics_list02 .cate {
    gap: 5px;
  }
}
.topics_list02 .cate span {
  margin-top: 14px;
  display: block;
  background-color: #4574ac;
  border: solid 1px #4574ac;
  color: #fff;
  font-size: 12px;
  min-width: 80px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_list02 .cate span {
    margin-top: 10px;
    font-size: 10px;
    padding: 1px;
    min-width: 54px;
  }
}
.topics_list02 .cate span.cate {
  background-color: #fff;
  color: #4574ac;
}
.topics_list02 .date {
  margin-top: 10px;
  font-size: 14px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  color: #999;
}
@media screen and (max-width: 768px) {
  .topics_list02 .date {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
  }
}
.topics_list02 .fav {
  position: absolute;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topics_list02 .fav {
    right: 0px;
    width: 17px;
  }
}

.topics_list03 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .topics_list03 {
    gap: 30px 15px;
  }
}
.topics_list03 li {
  width: calc((100% - 90px) / 4);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_list03 li {
    width: calc((100% - 15px) / 2);
  }
}
.topics_list03 h4 {
  margin-top: 15px;
  height: 4.5em;
}
@media screen and (max-width: 1380px) {
  .topics_list03 h4 {
    height: 6em;
  }
}
@media screen and (max-width: 1200px) {
  .topics_list03 h4 {
    height: 8em;
  }
}
@media screen and (max-width: 992px) {
  .topics_list03 h4 {
    height: 10em;
  }
}
@media screen and (max-width: 768px) {
  .topics_list03 h4 {
    margin-top: 10px;
    height: 4em;
  }
}
@media screen and (max-width: 576px) {
  .topics_list03 h4 {
    margin-top: 5px;
    height: 7em;
  }
}

.topics_new {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_new {
    margin-top: 50px;
  }
}

.topics_season {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_season {
    margin-top: 80px;
  }
}

.topics_research {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_research {
    margin-top: 80px;
  }
}

.topics_rank {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_rank {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topics_rank .top_ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topics_rank .top_ttl .left {
    width: 100%;
  }
}
.topics_rank .topics_ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topics_rank .topics_ttl {
    width: 100%;
  }
}
.topics_rank .rank_slider02 .photo::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.topics_rank .rank_slider02 h4 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .topics_rank .rank_slider02 h4 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.topics_rank .rank_slider02 .date {
  margin-top: 5px;
  font-size: 16px;
  color: #999;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .topics_rank .rank_slider02 .date {
    font-size: 12px;
  }
}
.topics_rank .rank_slider02 .tag {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .topics_rank .rank_slider02 .tag {
    margin-top: 5px;
  }
}
.topics_rank .rank_slider02 .fav {
  width: 18px;
}

.topics_fav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_fav {
    margin-top: 80px;
  }
}

.topics_checked {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topics_checked {
    margin-top: 80px;
  }
}

.topics_search {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .topics_search {
    margin-top: 80px;
  }
}

.topic_seach_box {
  background-color: #f0f0f0;
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topic_seach_box {
    padding: 20px 20px 65px;
    letter-spacing: 0.02em;
  }
}
.topic_seach_box dl {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .topic_seach_box dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic_seach_box dt {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 45px;
    border-top: solid #ccc 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
}
.topic_seach_box dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #464646;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.topic_seach_box dt::after {
  content: "さらに詳しく";
  padding-left: 1em;
}
.topic_seach_box dt.active::before {
  transform: rotate(215deg);
}
.topic_seach_box dt.active::after {
  content: "閉じる";
}
@media screen and (max-width: 768px) {
  .topic_seach_box dd {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.topic_seach_box .box:nth-child(n+2) {
  margin-top: 45px;
}
.topic_seach_box h4 {
  border-left: solid 2px #464646;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .topic_seach_box h4 {
    letter-spacing: 0.02em;
  }
}
.topic_seach_box .keyword_box {
  display: flex;
  margin-top: 10px;
}
.topic_seach_box .keyword_box input {
  width: calc(100% - 45px);
  height: 45px;
  padding: 15px;
  border: solid #ccc 1px;
}
.topic_seach_box .keyword_box button {
  width: 45px;
  height: 45px;
  background-color: #464646;
}
.topic_seach_box .keyword_popular {
  margin-top: 20px;
}
.topic_seach_box .keyword_popular ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .keyword_popular ul {
    gap: 15px;
  }
}
.topic_seach_box .keyword_popular a {
  display: block;
  background-color: #fff;
  min-width: 120px;
  padding: 6px 25px;
  font-size: 12px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .keyword_popular a {
    font-size: 10px;
    min-width: auto;
    padding: 5px 12px;
  }
}
.topic_seach_box .keyword_popular a::before {
  content: "#";
}
.topic_seach_box .keyword_popular a:hover {
  text-decoration: none;
}
.topic_seach_box .all_box {
  height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .all_box {
    height: 120px;
  }
}
.topic_seach_box .all_btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .all_btn {
    margin-top: 15px;
  }
}
.topic_seach_box .all_btn button {
  margin: 0 auto;
  font-size: 14px;
}
.topic_seach_box .all_btn button::before {
  content: "\f055";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
}
.topic_seach_box .all_btn button.active::before {
  content: "\f00d";
}
.topic_seach_box .cate_box {
  margin-top: 20px;
}
.topic_seach_box .cate_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .cate_box ul {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .topic_seach_box .cate_box li {
    width: calc((100% - 10px) / 2);
  }
}
.topic_seach_box .cate_box a {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .topic_seach_box .cate_box a {
    font-size: 12px;
  }
}
.topic_seach_box .cate_box a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #808080;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .topic_seach_box .cate_box a::before {
    width: 5px;
    height: 5px;
    border-color: #ccc;
  }
}

/*---------------- トピックス記事---------------- */
.topics_detail_top .box > .cate {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .topics_detail_top .box > .cate {
    margin-bottom: 10px;
    gap: 5px;
  }
}
.topics_detail_top .box > .cate span {
  margin-top: 14px;
  display: block;
  background-color: #4574ac;
  border: solid 1px #4574ac;
  color: #fff;
  font-size: 12px;
  min-width: 80px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_detail_top .box > .cate span {
    margin-top: 10px;
    font-size: 10px;
    padding: 1px;
    min-width: 54px;
  }
}
.topics_detail_top .box > .cate span.cate {
  background-color: #fff;
  color: #4574ac;
}
.topics_detail_top h1 {
  font-size: 32px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .topics_detail_top h1 {
    font-size: 22px;
  }
}
.topics_detail_top .date {
  margin-top: 15px;
  color: #888;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .topics_detail_top .date {
    margin-top: 20px;
    font-size: 12px;
  }
}
.topics_detail_top .date .update {
  padding-left: 3em;
}
.topics_detail_top .tag {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topics_detail_top .tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .topics_detail_top .tag span:not(:last-child) {
    margin-right: 0.3em;
  }
}
.topics_detail_top .tag a {
  margin-top: 5px;
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #ccc;
  font-size: 12px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .topics_detail_top .tag a {
    padding: 2px 10px;
    font-size: 10px;
  }
}
.topics_detail_top .tag a::before {
  content: "♯";
}
.topics_detail_top .tag a:hover {
  text-decoration: none;
}

.topics_detail_fv {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv {
    margin-top: 30px;
  }
}
.topics_detail_fv .photo {
  max-width: 1040px;
  margin: 0 auto 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .photo {
    margin-bottom: 20px;
  }
}
.topics_detail_fv p {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.topics_detail_fv .comment {
  margin: 50px auto 0;
  display: flex;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment {
    margin-top: 40px;
  }
}
.topics_detail_fv .comment .icon {
  width: 20%;
  padding-right: 45px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment .icon {
    width: 30%;
    padding-right: 15px;
  }
}
.topics_detail_fv .comment .icon img {
  border-radius: 50%;
  overflow: hidden;
}
.topics_detail_fv .comment .text {
  width: 80%;
  padding: 35px 40px;
  border: solid 1px #ccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment .text {
    width: 70%;
    padding: 15px;
  }
}
.topics_detail_fv .comment .text::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #ccc;
  position: absolute;
  top: 60px;
  left: -14px;
  transform: rotate(45deg) skew(-10deg, -10deg);
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment .text::before {
    width: 12px;
    height: 12px;
    top: 30px;
    left: -7px;
  }
}
.topics_detail_fv .comment .ttl {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.topics_detail_fv .comment .point li {
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .comment .point li {
    font-size: 13px;
  }
}
.topics_detail_fv .comment .point li::before {
  content: "・";
}
.topics_detail_fv .comment .point li:nth-child(n+2) {
  margin-top: 10px;
}
.topics_detail_fv .toc {
  background-color: #fafafa;
  border-top: solid 5px #4574ac;
  margin-top: 70px;
  padding: 40px 50px 60px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc {
    margin-top: 50px;
    padding: 25px 20px;
  }
}
.topics_detail_fv .toc .ttl {
  color: #4574ac;
  font-size: 25px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.topics_detail_fv .toc .list li::before {
  content: "・";
}
.topics_detail_fv .toc .list > li::before {
  display: none;
}
.topics_detail_fv .toc .list > li > a {
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  padding-left: 1.4em;
  position: relative;
}
.topics_detail_fv .toc .list > li > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4574ac;
  position: absolute;
  top: 6px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc .list > li > a::before {
    top: 4px;
  }
}
.topics_detail_fv .toc .list a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc .list a {
    display: inline;
  }
}
.topics_detail_fv .toc .list a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.topics_detail_fv .toc .list > li {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc .list > li {
    padding: 15px 0;
  }
}
.topics_detail_fv .toc .list > li:nth-child(n+2) {
  border-top: solid 1px #ccc;
}
.topics_detail_fv .toc .list > li ul {
  padding-top: 15px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc .list > li ul {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.topics_detail_fv .toc .list > li ul > li {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .toc .list > li ul > li {
    padding: 5px 0;
  }
}
.topics_detail_fv .author {
  max-width: 1040px;
  margin: 100px auto;
  border: solid 5px #eeeeee;
  display: flex;
  flex-wrap: wrap;
  padding: 55px;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author {
    margin: 50px auto;
    padding: 30px 25px;
  }
}
.topics_detail_fv .author.text_only {
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author.text_only {
    padding: 40px 25px;
  }
}
.topics_detail_fv .author.text_only .text {
  width: 100%;
}
.topics_detail_fv .author .caption {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author .caption {
    width: 100%;
    margin-bottom: 20px;
  }
}
.topics_detail_fv .author .text {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author .text {
    width: 100%;
  }
}
.topics_detail_fv .author .name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.topics_detail_fv .author p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .topics_detail_fv .author p {
    line-height: 1.8;
    font-size: 13px;
  }
}

.topics_detail_cont {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont {
    margin-top: 60px;
  }
}
.topics_detail_cont h2 {
  margin: 120px 0 50px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  padding-bottom: 10px;
  border-bottom: solid 4px #eee;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont h2 {
    margin: 80px 0 30px;
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.topics_detail_cont h2:nth-child(1) {
  margin-top: 0;
}
.topics_detail_cont h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  bottom: -4px;
}
.topics_detail_cont h2.blu::before {
  background-color: #4574ac;
}
.topics_detail_cont h2.red::before {
  background-color: #e8817a;
}
.topics_detail_cont h2.yel::before {
  background-color: #f7e2a5;
}
.topics_detail_cont h2.aqu::before {
  background-color: #6b9dc9;
}
.topics_detail_cont h2.grn::before {
  background-color: #adbc80;
}
.topics_detail_cont h2.gry::before {
  background-color: #f0f0f0;
}
.topics_detail_cont h2 + h3 {
  margin-top: 0;
}
.topics_detail_cont h3 {
  margin: 100px 0 30px;
  padding: 15px 20px;
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont h3 {
    margin: 60px 0 20px;
    padding: 15px 15px;
    font-size: 14px;
  }
}
.topics_detail_cont h3.blu {
  background-color: rgba(69, 116, 172, 0.2);
}
.topics_detail_cont h3.red {
  background-color: rgba(232, 129, 122, 0.2);
}
.topics_detail_cont h3.yel {
  background-color: rgba(247, 226, 165, 0.2);
}
.topics_detail_cont h3.aqu {
  background-color: rgba(107, 157, 201, 0.2);
}
.topics_detail_cont h3.grn {
  background-color: rgba(173, 188, 128, 0.2);
}
.topics_detail_cont h3.gry {
  background-color: #f0f0f0;
}
.topics_detail_cont .point-ttl {
  margin: 60px 0 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .point-ttl {
    margin: 40px 0 20px;
    font-size: 16px;
  }
}
.topics_detail_cont .point-ttl span {
  position: relative;
}
.topics_detail_cont .point-ttl.slash span {
  padding: 0 1.2em;
}
.topics_detail_cont .point-ttl.slash span::before, .topics_detail_cont .point-ttl.slash span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .point-ttl.slash span::before, .topics_detail_cont .point-ttl.slash span::after {
    top: 45%;
    width: 25px;
  }
}
.topics_detail_cont .point-ttl.slash span::before {
  left: -0.4em;
}
.topics_detail_cont .point-ttl.slash span::after {
  right: -0.4em;
}
.topics_detail_cont .point-ttl.under span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 7px;
  z-index: -1;
  opacity: 0.5;
  background-size: 8px 7px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .point-ttl.under span::after {
    height: 5px;
  }
}
.topics_detail_cont .point-ttl.quote span::before, .topics_detail_cont .point-ttl.quote span::after {
  font-size: 40px;
  font-family: "Zen Old Mincho", serif;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .point-ttl.quote span::before, .topics_detail_cont .point-ttl.quote span::after {
    font-size: 30px;
  }
}
.topics_detail_cont .point-ttl.quote span::before {
  content: "“";
}
.topics_detail_cont .point-ttl.quote span::after {
  content: "”";
}
.topics_detail_cont .point-ttl.bracket span {
  padding: 0.5em 1em;
}
.topics_detail_cont .point-ttl.bracket span::before, .topics_detail_cont .point-ttl.bracket span::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .point-ttl.bracket span::before, .topics_detail_cont .point-ttl.bracket span::after {
    width: 15px;
    height: 25px;
  }
}
.topics_detail_cont .point-ttl.bracket span::before {
  border-width: 2px 0 0 2px;
  top: 0;
  left: 0;
}
.topics_detail_cont .point-ttl.bracket span::after {
  border-width: 0 2px 2px 0;
  bottom: 0;
  right: 0;
}
.topics_detail_cont .point-ttl.blu.slash span::before, .topics_detail_cont .point-ttl.blu.slash span::after {
  background-color: #4574ac;
}
.topics_detail_cont .point-ttl.blu.under span::after {
  background-image: repeating-linear-gradient(-45deg, #4574ac 0, #4574ac 24%, #fff 26%, #fff 50%);
}
.topics_detail_cont .point-ttl.blu.quote span::before, .topics_detail_cont .point-ttl.blu.quote span::after {
  color: #4574ac;
}
.topics_detail_cont .point-ttl.blu.bracket span::before, .topics_detail_cont .point-ttl.blu.bracket span::after {
  border-color: #4574ac;
}
.topics_detail_cont .point-ttl.red.slash span::before, .topics_detail_cont .point-ttl.red.slash span::after {
  background-color: #e8817a;
}
.topics_detail_cont .point-ttl.red.under span::after {
  background-image: repeating-linear-gradient(-45deg, #e8817a, #e8817a 25%, #fff 25%, #fff 50%);
}
.topics_detail_cont .point-ttl.red.quote span::before, .topics_detail_cont .point-ttl.red.quote span::after {
  color: #e8817a;
}
.topics_detail_cont .point-ttl.red.bracket span::before, .topics_detail_cont .point-ttl.red.bracket span::after {
  border-color: #e8817a;
}
.topics_detail_cont .point-ttl.yel.slash span::before, .topics_detail_cont .point-ttl.yel.slash span::after {
  background-color: #f7e2a5;
}
.topics_detail_cont .point-ttl.yel.under span::after {
  background-image: repeating-linear-gradient(-45deg, #f7e2a5, #f7e2a5 25%, #fff 25%, #fff 50%);
  opacity: 1;
}
.topics_detail_cont .point-ttl.yel.quote span::before, .topics_detail_cont .point-ttl.yel.quote span::after {
  color: #f7e2a5;
  opacity: 1;
}
.topics_detail_cont .point-ttl.yel.bracket span::before, .topics_detail_cont .point-ttl.yel.bracket span::after {
  border-color: #f7e2a5;
}
.topics_detail_cont .point-ttl.aqu.slash span::before, .topics_detail_cont .point-ttl.aqu.slash span::after {
  background-color: #6b9dc9;
}
.topics_detail_cont .point-ttl.aqu.under span::after {
  background-image: repeating-linear-gradient(-45deg, #6b9dc9, #6b9dc9 25%, #fff 25%, #fff 50%);
}
.topics_detail_cont .point-ttl.aqu.quote span::before, .topics_detail_cont .point-ttl.aqu.quote span::after {
  color: #6b9dc9;
}
.topics_detail_cont .point-ttl.aqu.bracket span::before, .topics_detail_cont .point-ttl.aqu.bracket span::after {
  border-color: #6b9dc9;
}
.topics_detail_cont .point-ttl.grn.slash span::before, .topics_detail_cont .point-ttl.grn.slash span::after {
  background-color: #adbc80;
}
.topics_detail_cont .point-ttl.grn.under span::after {
  background-image: repeating-linear-gradient(-45deg, #adbc80, #adbc80 25%, #fff 25%, #fff 50%);
}
.topics_detail_cont .point-ttl.grn.quote span::before, .topics_detail_cont .point-ttl.grn.quote span::after {
  color: #adbc80;
}
.topics_detail_cont .point-ttl.grn.bracket span::before, .topics_detail_cont .point-ttl.grn.bracket span::after {
  border-color: #adbc80;
}
.topics_detail_cont .point-ttl.gry.slash span::before, .topics_detail_cont .point-ttl.gry.slash span::after {
  background-color: #464646;
}
.topics_detail_cont .point-ttl.gry.under span::after {
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 25%, #fff 25%, #fff 50%);
  opacity: 1;
}
.topics_detail_cont .point-ttl.gry.quote span::before, .topics_detail_cont .point-ttl.gry.quote span::after {
  color: #ccc;
  opacity: 1;
}
.topics_detail_cont .point-ttl.gry.bracket span::before, .topics_detail_cont .point-ttl.gry.bracket span::after {
  border-color: #464646;
}
.topics_detail_cont p {
  line-height: 2.5;
  margin-top: 0.25rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont p {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  }
}
.topics_detail_cont p.caption {
  margin: 10px 0 100px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont p.caption {
    margin: 10px 0 60px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.topics_detail_cont p.caption small {
  margin-top: 0px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont p.caption small {
    font-size: 10px;
  }
}
.topics_detail_cont p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont p + p {
    margin-top: 40px;
  }
}
.topics_detail_cont p + img, .topics_detail_cont p + video {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont p + img, .topics_detail_cont p + video {
    margin: 40px 0;
  }
}
.topics_detail_cont p strong {
  display: block;
  margin-bottom: 1rem;
}
.topics_detail_cont .note {
  margin-top: 80px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .note {
    margin-top: 50px;
  }
}
.topics_detail_cont .note.right {
  text-align: right;
}
.topics_detail_cont img {
  display: block;
  margin: 0 auto;
}
.topics_detail_cont video {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont video {
    margin-bottom: 30px;
  }
}
.topics_detail_cont video + .link {
  max-width: 340px;
  margin: 0 auto;
}
.topics_detail_cont .item_yoko_2 {
  margin: 50px 0 100px;
  display: flex;
  justify-content: center;
  gap: 14%;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .item_yoko_2 {
    margin: 30px 0 80px;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.topics_detail_cont .item_yoko_2 .item {
  max-width: 550px;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .item_yoko_2 .item {
    width: 100%;
  }
}
.topics_detail_cont .item_yoko_2.col3 {
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .item_yoko_2.col3 {
    gap: 60px;
  }
}
.topics_detail_cont .item_yoko_2.col3 h4 {
  font-size: 18px;
}
.topics_detail_cont .item {
  display: flex;
  flex-flow: column;
}
.topics_detail_cont h4 {
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont h4 {
    font-size: 16px;
  }
}
.topics_detail_cont h4.bl {
  border-left: solid 3px #464646;
  padding-left: 0.5em;
}
.topics_detail_cont .photo {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .photo {
    margin: 10px 0 15px;
  }
}
.topics_detail_cont .brand {
  color: #000;
}
.topics_detail_cont .name a {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .name a {
    font-size: 15px;
  }
}
.topics_detail_cont .name a:hover {
  opacity: 1 !important;
  text-decoration: none;
}
.topics_detail_cont .info {
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .info {
    font-size: 15px;
  }
}
.topics_detail_cont .desc {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .desc {
    font-size: 14px;
  }
}
.topics_detail_cont .link {
  margin-top: auto;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .link {
    padding-top: 15px;
  }
}
.topics_detail_cont .link a {
  display: block;
  border: solid 1px #4574ac;
  color: #4574ac;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .link a {
    font-size: 14px;
  }
}
.topics_detail_cont .link a:hover {
  background-color: #4574ac;
  color: #fff;
  opacity: 1 !important;
  text-decoration: none;
}
.topics_detail_cont .link a:nth-child(n+2) {
  margin-top: 15px;
}
.topics_detail_cont .link a.hidden {
  opacity: 0;
  visibility: hidden;
}
.topics_detail_cont .link-btn a {
  display: block;
  border: solid 1px #4574ac;
  color: #4574ac;
  padding: 20px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .link-btn a {
    font-size: 14px;
    padding: 18px;
    width: 100%;
  }
}
.topics_detail_cont .link-btn a:hover {
  background-color: #4574ac;
  color: #fff;
  opacity: 1 !important;
  text-decoration: none;
}
.topics_detail_cont .link-btn a:nth-child(n+2) {
  margin-top: 15px;
}
.topics_detail_cont .link-btn a.hidden {
  opacity: 0;
  visibility: hidden;
}
.topics_detail_cont .column-box {
  margin: 100px auto 0;
  max-width: 1040px;
  width: 100%;
  padding: 40px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .column-box {
    margin-top: 80px;
    padding: 40px 25px;
  }
}
.topics_detail_cont .column-box h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .column-box h4 {
    margin-bottom: 15px;
  }
}
.topics_detail_cont .column-box p {
  line-height: 2;
}
.topics_detail_cont .column-box.gry {
  border: solid 1px #ccc;
}
.topics_detail_cont .column-box.beg {
  background-color: #f5f5ef;
}
.topics_detail_cont .column-box.blu {
  border: solid 2px #4574ac;
}
.topics_detail_cont .column-box.blu::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: solid 1px #4574ac;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .column-box.blu::before {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
}
.topics_detail_cont .column-box.blu h4 {
  color: #4574ac;
}
.topics_detail_cont .column-02 {
  margin: 45px auto 0;
  max-width: 1040px;
  background-color: #f5f5ef;
  padding: 40px 55px;
}
@media screen and (max-width: 768px) {
  .topics_detail_cont .column-02 {
    margin-top: 70px;
    padding: 25px;
  }
}
.topics_detail_cont .column-02 p {
  line-height: 2;
}

.topics_detail_bot {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot {
    margin-top: 70px;
  }
}
.topics_detail_bot .relate_keyword .list {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .relate_keyword .list {
    justify-content: flex-start;
  }
}
.topics_detail_bot .relate_keyword span a {
  padding: 8px 25px;
  display: block;
  background-color: #eee;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .relate_keyword span a {
    padding: 8px 10px;
    font-size: 10px;
  }
}
.topics_detail_bot .share_link {
  margin: 0px auto 0;
  max-width: 1280px;
}
.topics_detail_bot .share_link .box {
  background-color: #f0f0f0;
  padding: 60px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box {
    padding: 70px 30px;
  }
}
.topics_detail_bot .share_link .box > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box > div {
    width: 100%;
  }
}
.topics_detail_bot .share_link .box .fav {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box .fav {
    padding-right: 0;
  }
}
.topics_detail_bot .share_link .box .fav button {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  background-color: #464646;
  color: #fff;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box .fav button {
    margin: 0 auto;
    font-size: 14px;
  }
}
.topics_detail_bot .share_link .box .fav button:hover {
  opacity: 0.8;
}
.topics_detail_bot .share_link .box .fav button i {
  margin-right: 0.5em;
}
.topics_detail_bot .share_link .box .fav button img {
  width: 24px;
}
.topics_detail_bot .share_link .box .sns {
  padding-left: 50px;
  border-left: solid 1px #464646;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box .sns {
    margin-top: 50px;
    padding-left: 0;
    flex-wrap: wrap;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box .sns p {
    width: 100%;
    text-align: center;
  }
}
.topics_detail_bot .share_link .box .sns ul {
  margin-left: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .topics_detail_bot .share_link .box .sns ul {
    margin-top: 30px;
    margin-left: 0px;
    width: 100%;
    justify-content: center;
  }
}
.topics_detail_bot .share_link .box .sns i {
  font-size: 40px;
}

.topics_detail_relate {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .topics_detail_relate {
    margin-top: 60px;
  }
}

.topics_detail_relateitem {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .topics_detail_relateitem {
    margin-top: 70px;
  }
}

/*---------------- お問い合わせ ---------------- */
.contact_error_box {
  margin-bottom: 50px;
  border: solid 1px #dc3545;
  color: #dc3545;
}

@media screen and (max-width: 768px) {
  .contact_before p {
    font-size: 14px;
  }
}
.contact_before .link {
  margin-top: 35px;
}

.contact_other {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .contact_other {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .contact_other p {
    font-size: 14px;
  }
}
.contact_other .note_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact_other .note_list {
    margin-top: 25px;
    font-size: 14px;
  }
}
.contact_other .note_list li {
  padding-left: 1em;
  position: relative;
}
.contact_other .note_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contact_other .note_list li:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .contact_other .note_list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.contact_other .note_list li a {
  text-decoration: underline;
}
.contact_other .note_list li a:hover {
  text-decoration: none;
  opacity: 1 !important;
  color: #464646;
}

.contact_form {
  margin-top: 60px;
}
.contact_form .form_list {
  padding: 10px 50px 35px;
}
@media screen and (max-width: 768px) {
  .contact_form .form_list {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.contact_form .form_list > li {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  .contact_form .form_list > li {
    padding: 20px 0;
  }
}
.contact_form .form_list > li:nth-child(n+2) {
  border-top: dotted 1px #707070;
}
.contact_form .form_list .left {
  width: 28%;
  padding-top: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .contact_form .form_list .left {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.contact_form .form_list .left.long {
  width: 100%;
}
.contact_form .form_list .left.long .required::after {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form .form_list .left.long .required::after {
    position: absolute;
  }
}
.contact_form .form_list .right {
  width: 72%;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form .form_list .right {
    width: 100%;
    padding-right: 0px;
    gap: 10px;
  }
}
.contact_form .form_list .right.long {
  width: 100%;
}
.contact_form .form_list .right > div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .contact_form .form_list .right > div {
    width: 100%;
  }
}
.contact_form .required {
  width: 100%;
  position: relative;
}
.contact_form .required::after {
  position: absolute;
  content: "必須";
  right: 0;
  bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact_form .required::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .left_bar_ttl {
    margin-bottom: 0;
  }
}
.contact_form input,
.contact_form select,
.contact_form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
}
.contact_form input.error,
.contact_form select.error,
.contact_form textarea.error {
  background-color: rgba(220, 53, 69, 0.1);
  border: solid 1px #dc3545;
}
.contact_form select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.contact_form select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.contact_form .select_arrow {
  position: relative;
}
.contact_form .select_arrow::after {
  content: "\f0dc";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.contact_form .example {
  padding-top: 5px;
  font-size: 14px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .contact_form .example {
    font-size: 12px;
  }
}
.contact_form .submit_btn {
  background-color: #464646;
  color: #fff;
  margin: 55px auto 0;
  padding: 20px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact_form .submit_btn {
    margin: 35px auto 0;
    width: 90%;
    font-size: 15px;
  }
}
.contact_form .submit_btn:hover {
  opacity: 0.6;
}

/*---------------- よくあるご質問 ---------------- */
.faq_keyword .left_bar_ttl {
  margin-bottom: 20px;
}
.faq_keyword .search_form {
  display: flex;
}
.faq_keyword .search_form input {
  padding: 15px;
  max-width: 800px;
  width: 100%;
  height: 50px;
  border: solid #ccc 1px;
}
@media screen and (max-width: 768px) {
  .faq_keyword .search_form input {
    height: 45px;
  }
}
.faq_keyword .search_form button {
  width: 50px;
  height: 50px;
  background-color: #464646;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .faq_keyword .search_form button {
    width: 45px;
    height: 45px;
  }
}
.faq_keyword .search_form button img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .faq_keyword .search_form button img {
    width: 20px;
  }
}

.faq_cate {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq_cate {
    padding-bottom: 60px;
    border-bottom: solid 1px #464646;
  }
}
.faq_cate .left_bar_ttl {
  margin-bottom: 20px;
}
.faq_cate .cate_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq_cate .cate_list li {
  width: calc((100% - 60px) / 4);
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .faq_cate .cate_list li {
    width: calc((100% - 20px) / 2);
    min-width: auto;
  }
}
.faq_cate .cate_list a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 22px 40px 20px 30px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_cate .cate_list a {
    padding: 12px 25px 10px 15px;
    min-height: 58px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}
.faq_cate .cate_list a::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #479cd7;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .faq_cate .cate_list a::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
.faq_cate .cate_list a:hover {
  text-decoration: none;
}

.faq_content .faq_box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box {
    margin-top: 50px;
  }
}
.faq_content .faq_box h4 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box h4 {
    font-size: 16px;
  }
}
.faq_content .faq_box h4 span {
  display: block;
  margin-left: auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box h4 span {
    padding-top: 15px;
    padding-left: 50px;
    font-size: 12px;
  }
}
.faq_content .faq_box .list dl {
  border-bottom: solid 1px #ccc;
}
.faq_content .faq_box .list dt,
.faq_content .faq_box .list dd {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list dt,
  .faq_content .faq_box .list dd {
    padding-left: 5px;
  }
}
.faq_content .faq_box .list dt {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #ccc;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list dt {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
  }
}
.faq_content .faq_box .list dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #464646;
  border-width: 0 2px 2px 0;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list dt::after {
    width: 8px;
    height: 8px;
    right: 5px;
  }
}
.faq_content .faq_box .list dt.active::after {
  transform: translateY(-50%) rotate(-135deg);
}
.faq_content .faq_box .list dd {
  padding-bottom: 40px;
  display: none;
}
.faq_content .faq_box .list h5,
.faq_content .faq_box .list p {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list h5,
  .faq_content .faq_box .list p {
    padding-left: 25px;
  }
}
.faq_content .faq_box .list h5::before,
.faq_content .faq_box .list p::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list h5::before,
  .faq_content .faq_box .list p::before {
    font-size: 14px;
  }
}
.faq_content .faq_box .list h5 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  }
}
.faq_content .faq_box .list h5::before {
  content: "Q";
}
.faq_content .faq_box .list p {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .list p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.faq_content .faq_box .list p::before {
  content: "A";
}
.faq_content .faq_box .list a {
  text-decoration: underline;
}
.faq_content .faq_box .list a:hover {
  text-decoration: none;
}
.faq_content .faq_box .link {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .faq_content .faq_box .link {
    margin-top: 40px;
  }
}
.faq_content .faq_box .faq_search_list {
  border-bottom: solid 1px #ccc;
}
.faq_content .faq_box .faq_search_list dl {
  border-bottom: 0px;
}

.top_link {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .top_link {
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_link .prev_page {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 10px 20px;
    background-color: #fafafa;
  }
}

.item-block {
  width: 100%;
  margin-right: 0;
  overflow: hidden;
}
.item-block h2,
.item-block h3,
.item-block h4 {
  font-weight: 400;
}
.item-block .item_photo {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .item-block .item_photo {
    padding-right: 0;
  }
}
.item-block .item_photo .main_photo a::after {
  background-image: url(../../../../ec/shop/images/ico-search.svg);
}
.item-block .item-info-box {
  background-color: #f0f0f0;
  padding: 35px 30px 40px;
}
@media screen and (max-width: 768px) {
  .item-block .item-info-box {
    padding: 25px 20px;
  }
}
.item-block select {
  box-shadow: none;
  border: solid 1px #ccc;
  border-radius: 0;
  padding: 15px;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.item-block .select_arrow {
  position: relative;
}
.item-block .select_arrow::after {
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.item-block .base-btn .btn {
  padding: 15px;
}
.item-block input {
  padding: 10px;
}
.item-block .mylist_btn {
  display: flex;
  align-items: center;
  height: 28px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .item-block .mylist_btn {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 10px;
  }
}
.item-block .mylist_btn .icon_fav {
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.item-block .mylist_btn .icon_fav img {
  width: 15px;
}
.item-block .mylist_btn .icon_fav .hover {
  display: none;
}
.item-block .mylist_btn p {
  padding-top: 2px;
}
.item-block .mylist_btn:hover .icon_fav img {
  display: none;
}
.item-block .mylist_btn:hover .icon_fav .hover {
  display: block;
}
.item-block .btn:disabled {
  cursor: initial;
}
.item-block .btn-blue {
  background-color: #1f5d87;
}
.item-block .mail {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
}
.item-block .mail img {
  margin-right: 1em;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .middle-box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .item_review_block .main-border-ttl {
    border-width: 0px !important;
  }
}
.item_review_block .item_review_top {
  padding-bottom: 10px;
}
.item_review_block .item_review_top .box {
  padding: 20px;
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_top .box {
    padding: 0;
    background-color: transparent;
  }
}
.item_review_block .item_review_top .write {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_top .write {
    max-width: none;
    background-color: #f4f4f4;
    padding: 20px;
  }
}
.item_review_block .item_review_top .write a {
  padding: 15px 18px;
  display: block;
  background-color: #999;
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_top .write a {
    text-align: center;
  }
}
.item_review_block .item_review_top .write a::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.item_review_block .item_review_top .write a:hover {
  text-decoration: none;
}
.item_review_block .item_review_top .write i {
  padding-right: 0.5em;
}
.item_review_block .item_review_top .sort {
  height: auto;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_top .sort {
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
}
.item_review_block .item_review_top .sort label {
  padding-right: 1.5em;
}
.item_review_block .item_review_top .sort select {
  min-width: 300px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_top .sort select {
    min-width: 150px;
  }
}
.item_review_block .item_review_list li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list li {
    border-top: solid 1px #ccc;
    margin-top: 35px;
    padding-top: 25px;
  }
}
.item_review_block .item_review_list .top {
  position: relative;
}
.item_review_block .item_review_list .top .photo {
  position: absolute;
}
.item_review_block .item_review_list .top .photo img {
  width: 50px;
}
.item_review_block .item_review_list .top .text {
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .top .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .top .info01 {
    padding: 2px 0 2px 75px;
  }
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .top .info02 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
}
.item_review_block .item_review_list .top .info01 > span,
.item_review_block .item_review_list .top .info02 > span {
  padding-right: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .top .info01 > span,
  .item_review_block .item_review_list .top .info02 > span {
    display: block;
    font-size: 14px;
  }
}
.item_review_block .item_review_list .top .info01 .grade,
.item_review_block .item_review_list .top .info02 .grade {
  color: #ebca15;
  padding-right: 40px;
}
.item_review_block .item_review_list .top .info01 .grade span,
.item_review_block .item_review_list .top .info02 .grade span {
  color: #ccc;
}
.item_review_block .item_review_list .top .info01 .date,
.item_review_block .item_review_list .top .info02 .date {
  font-size: 14;
}
.item_review_block .item_review_list .mid {
  margin-top: 20px;
}
.item_review_block .item_review_list .mid .ttl {
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .mid .ttl {
    font-size: 15px;
  }
}
.item_review_block .item_review_list .mid .detail {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .mid .detail {
    font-size: 13px;
  }
}
.item_review_block .item_review_list .bot {
  margin-top: 20px;
}
.item_review_block .item_review_list .bot .box {
  background-color: #f4f4f4;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .bot .box {
    background-color: transparent;
    padding: 0;
  }
}
.item_review_block .item_review_list .bot .good {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .bot .good {
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px;
    font-size: 14px;
  }
}
.item_review_block .item_review_list .bot .good button {
  margin-right: 20px;
  width: 140px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 14px;
}
.item_review_block .item_review_list .bot .good button img {
  width: 24px;
}
.item_review_block .item_review_list .bot .bad {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .bot .bad {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: right;
  }
}
.item_review_block .item_review_list .bot .bad a {
  font-size: 14px;
  color: #999;
}
.item_review_block .item_review_list .bot .bad a i {
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .item_review_block .item_review_list .bot .bad a i {
    padding-left: 0.5em;
  }
}
.item_review_block .link {
  margin-top: 30px;
}

.item_relate_list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .item_relate_list {
    margin-top: 50px;
  }
}

.modal-content .item-description-box.teiki {
  padding: 100px 130px;
}
@media screen and (max-width: 768px) {
  .modal-content .item-description-box.teiki {
    padding: 50px 20px;
  }
}
.modal-content .item-description-box ul li {
  max-width: 72px;
}
.modal-content .modal-body a {
  text-decoration: underline;
}

.item_sample_link {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .item_sample_link {
    padding: 15px 0;
  }
}
.item_sample_link .ttl {
  border-left: solid 3px #464646;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .item_sample_link .ttl {
    font-size: 15px;
  }
}
.item_sample_link .list {
  margin-top: 15px;
}
.item_sample_link .list li {
  background-color: #f9f9f9;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.item_sample_link .list li:nth-child(n+2) {
  margin-top: 10px;
}
.item_sample_link .list .photo {
  width: 70px;
}

.custom-control .custom-control-input:checked + .custom-control-label::after {
  left: -21px;
  background-color: #464646;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.custom-control .custom-control-input + .custom-control-label::after {
  background-image: none;
}
.custom-control .custom-control-label {
  align-items: center;
}
.custom-control .custom-control-label::before {
  border-radius: 50%;
}
.custom-control .custom-control-label .thum_small {
  max-width: 70px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: white;
  border-color: #ccc;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background: none;
}

.modal-dialog.modal-xxl {
  max-width: 1380px;
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .modal-dialog.modal-xxl {
    padding: 0 20px;
    width: auto;
  }
}
.modal-dialog.modal-xxl .modal-content {
  width: 100%;
}

.modal-sample {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 100px 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .modal-sample {
    padding: 50px 60px;
    margin: 15% 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-sample {
    padding: 25px 20px;
  }
}
.modal-sample .modal_close_btn {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
.modal-sample .left {
  width: 48%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .modal-sample .left {
    width: 100%;
  }
}
.modal-sample .left a {
  display: block;
  position: relative;
}
.modal-sample .left a::after {
  content: "";
  background: url(../../../../ec/shop/images/ico-search.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.modal-sample .right {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .modal-sample .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-sample .fs-25 {
    font-size: 20px;
  }
}
.modal-sample .mail {
  display: flex;
  align-items: center;
  min-width: 208px;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.modal-sample .mail:hover {
  color: #464646;
  opacity: 0.8 !important;
}
.modal-sample .mail img {
  max-width: 14px;
  margin-right: 0.5em;
}

.cart-flow {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cart-flow .flow_position {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.cart-flow .flow_position::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 50%);
}

.cart_top_info {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .cart_top_info .fs-xs-14 {
    font-size: 14px;
  }
}
.cart_top_info .cart_caution_area {
  margin-bottom: 0;
}
.cart_top_info .cart_caution_area ul li::before {
  content: "・";
}
.cart_top_info .text-danger {
  border: solid 1px #dc3545;
  color: #dc3545 !important;
}

.alert_area .cart_ttl {
  margin-bottom: 40px;
  background-color: #fafafa;
  border-left: 5px solid #cfcfcf;
  padding: 0.5em 1em;
  font-size: 20px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .alert_area .cart_ttl {
    margin-bottom: 20px;
    font-size: 15px;
    padding: 1em 0.5em;
  }
}

.cart_base_table tr {
  border-bottom: solid 1px #333;
}
.cart_base_table th {
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
.cart_base_table .tag {
  margin-bottom: 10px;
}
.cart_base_table .tag span {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cart_base_table .fs-md-15 {
    font-size: 15px;
  }
}
.cart_base_table .update_btn_wrap:before {
  background-image: url(../../images/reload_icon.svg);
}
.cart_base_table .period .fc-gray {
  color: #999;
}
.cart_base_table .period .period_box {
  display: flex;
  align-items: center;
}
.cart_base_table .period .period_box select {
  width: 165px;
  margin-right: 10px;
  padding: 4px 10px;
  border: solid 1px #9a9a9a;
}
@media screen and (max-width: 768px) {
  .cart_base_table .period .period_box select {
    font-size: 14px;
    width: 100%;
    max-width: calc(100% - 78px);
  }
}
.cart_base_table .period .period_box .update_btn {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cart_base_table .period .period_box .update_btn {
    font-size: 12px;
  }
}

.cart_total_area {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cart_total_area {
    font-size: 15px;
  }
}
.cart_total_area table th,
.cart_total_area table td {
  padding: 1.5rem 0;
}
.cart_total_area .fc-red {
  color: #dc3545;
}

@media screen and (max-width: 768px) {
  .cart_coupon {
    border-bottom: solid 1px #464646;
    padding-bottom: 40px;
  }
}
.cart_coupon .use {
  display: flex;
}
.cart_coupon .use input,
.cart_coupon .use button {
  padding: 10px;
}
.cart_coupon .use input {
  max-width: 260px;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .cart_coupon .use input {
    max-width: calc(100% - 76px);
  }
}
.cart_coupon .apply span {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  color: #9a9a9a;
}
.cart_coupon .apply span button {
  display: inline-block;
  padding-left: 2em;
  color: #666;
}
.cart_coupon p {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cart_coupon p {
    max-width: calc(100% - 76px);
  }
}

.prev_shopping {
  position: absolute;
  bottom: 20px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .ship-note {
    font-size: 13px;
  }
}

.cancel-note {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cancel-note {
    font-size: 12px;
  }
}

.confirm_coupon p span {
  padding-left: 1em;
  color: #999;
}
@media screen and (max-width: 768px) {
  .confirm_coupon p span {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
    display: block;
  }
}
.confirm_coupon .apply {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .confirm_coupon .apply {
    flex-wrap: wrap;
    font-size: 13px;
  }
}
.confirm_coupon .apply span {
  display: flex;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 5px;
}
.confirm_coupon .apply span button {
  padding-left: 2em;
  color: #666;
}
.confirm_coupon .apply p {
  padding-left: 1em;
  color: #999;
}
@media screen and (max-width: 768px) {
  .confirm_coupon .apply p {
    padding-left: 0;
    padding-top: 10px;
  }
}
.confirm_coupon .use {
  padding-top: 10px;
}
.confirm_coupon .use input,
.confirm_coupon .use button {
  padding: 10px;
}
.confirm_coupon .use input {
  padding: 8px 10px;
  border: solid 1px #707070;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fafafa;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .confirm_coupon .use input {
    max-width: calc(100% - 77px);
  }
}
.confirm_coupon .use button {
  display: inline-block;
}

.confirm_total td {
  padding: 1rem 0;
}
.confirm_total .fc-red {
  color: #ff0000;
}

/*---------------- 初めての方へ ---------------- */
.kaso_page.beginner {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .kaso_page.beginner .cont-width {
    padding: 0 30px;
  }
}

.beginner_top {
  background-color: #faf8f0;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .beginner_top {
    padding-top: 40px;
  }
}

.beginner_logo {
  text-align: center;
}
.beginner_logo p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .beginner_logo p {
    font-size: 14px;
  }
}
.beginner_logo h2 {
  margin: 35px auto 0;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .beginner_logo h2 {
    margin-top: 20px;
  }
}

.beginner_fv {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beginner_fv {
    margin-top: 30px;
  }
}

.beginner_ttl {
  text-align: center;
}
.beginner_ttl p {
  margin-bottom: 15px;
  color: #6080af;
  font-size: 20px;
  font-family: "bicyclette", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .beginner_ttl p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.beginner_ttl h3 {
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.2em;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .beginner_ttl h3 {
    font-size: 26px;
  }
}
.beginner_ttl h3 span {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .beginner_ttl h3 span {
    font-size: 18px;
  }
}

.beginner_about {
  margin-top: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beginner_about {
    margin-top: 40px;
  }
}
.beginner_about .beginner_ttl h3 {
  letter-spacing: 0.2em;
}
.beginner_about .beginner_ttl h3 span {
  letter-spacing: 0;
}
.beginner_about .cont {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .beginner_about .cont {
    margin-top: 20px;
  }
}
.beginner_about .cont p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .beginner_about .cont p {
    font-size: 13px;
    line-height: 2.3;
  }
}

.beginner_point li {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .beginner_point li {
    flex-flow: column-reverse wrap;
  }
}
.beginner_point li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .beginner_point li:nth-child(even) {
    flex-flow: column-reverse wrap;
  }
}
.beginner_point .text {
  width: 440px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .beginner_point .text {
    width: 100%;
    margin-top: -25px;
    z-index: 1;
  }
}
.beginner_point .photo {
  width: calc(100% - 440px);
}
@media screen and (max-width: 768px) {
  .beginner_point .photo {
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .beginner_point .box {
    width: 100%;
  }
}
.beginner_point .en {
  font-size: 50px;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  color: #6080af;
}
@media screen and (max-width: 768px) {
  .beginner_point .en {
    font-size: 30px;
  }
}
.beginner_point .cont {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .beginner_point .cont {
    padding-left: 0;
  }
}
.beginner_point h4 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .beginner_point h4 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.beginner_point p {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .beginner_point p {
    margin-top: 10px;
    font-size: 13px;
  }
}
.beginner_point .note {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .beginner_point .note {
    margin-top: 20px;
  }
}
.beginner_point .link {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .beginner_point .link {
    margin-top: 30px;
  }
}
.beginner_point .link a {
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  position: relative;
}
.beginner_point .link a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -35px;
  background-color: rgba(230, 205, 168, 0.5);
  border-radius: 50%;
  z-index: 0;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
}
.beginner_point .link a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.beginner_point .link a span {
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .beginner_point .link a span {
    font-size: 14px;
  }
}
.beginner_point .link a:hover {
  opacity: 1 !important;
  color: #464646;
  text-decoration: none;
}
.beginner_point .link a:hover::before {
  transform: translateY(-50%) scale(1.4);
}
.beginner_point .link a:hover::after {
  width: 100%;
}

.beginner_covenience {
  padding: 100px 0;
}
.beginner_covenience li {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .beginner_covenience li {
    flex-flow: column-reverse;
  }
}
.beginner_covenience .text {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .beginner_covenience .text {
    width: 100%;
    text-align: center;
  }
}
.beginner_covenience .photo {
  width: calc(100% - 350px);
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  .beginner_covenience .photo {
    width: 72%;
    padding-left: 0;
    text-align: center;
  }
}
.beginner_covenience .en {
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  color: #6080af;
}
.beginner_covenience .cont {
  padding-left: 5px;
}
.beginner_covenience h4 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .beginner_covenience h4 {
    margin-top: 15px;
    font-size: 18px;
  }
}
.beginner_covenience p {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .beginner_covenience p {
    font-size: 14px;
  }
}

.beginner_bot {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beginner_bot {
    padding-top: 80px;
  }
}
.beginner_bot::before, .beginner_bot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 800px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .beginner_bot::before, .beginner_bot::after {
    height: 200px;
  }
}
.beginner_bot::before {
  background-color: #faf8f0;
}
.beginner_bot::after {
  border-radius: 50% 50% 0 0;
  background-color: #fff;
}
.beginner_bot .howto {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}
.beginner_bot .howto .list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .list {
    margin-top: 50px;
  }
}
.beginner_bot .howto .list ul {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}
.beginner_bot .howto .list li {
  width: calc((100% - 140px) / 3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .list li {
    width: 100%;
  }
}
.beginner_bot .howto .list li:not(:last-child)::after {
  content: "\f0da";
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: rgba(69, 116, 172, 0.5);
  position: absolute;
  right: -35px;
  top: 25%;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .list li:not(:last-child)::after {
    content: "\f0d7";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -80px;
    transform: translateX(-50%);
  }
}
.beginner_bot .howto .list .photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beginner_bot .howto .list h4 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .list h4 {
    font-size: 18px;
  }
}
.beginner_bot .howto .list p {
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .list p {
    line-height: 2;
    text-align: center;
    font-size: 13px;
  }
}
.beginner_bot .howto .link {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .link {
    margin-top: 90px;
  }
}
.beginner_bot .howto .link .list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .link .list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.beginner_bot .howto .link a {
  display: block;
  background-color: #4574ac;
  color: #fff;
  max-width: 380px;
  width: 100%;
  padding: 25px 40px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  border-radius: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .link a {
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
  }
}
.beginner_bot .howto .link a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 900;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .beginner_bot .howto .link a::after {
    display: none;
  }
}
.beginner_bot .howto .link a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.beginner_bot .howto .link a:hover::after {
  right: 30px;
}

.beginner_link {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .beginner_link {
    margin-top: 80px;
  }
}
.beginner_link .list > div {
  display: flex;
  flex-wrap: wrap;
}
.beginner_link .list > div:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .beginner_link .list > div:nth-child(n+2) {
    margin-top: 35px;
  }
}
.beginner_link .list > div p {
  display: none;
}
@media screen and (max-width: 768px) {
  .beginner_link .list > div p {
    display: block;
    margin-top: 5px;
    font-size: 13px;
  }
}
.beginner_link .list .col03 {
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .beginner_link .list .col03 {
    gap: 35px;
  }
}
.beginner_link .list .col03 a {
  width: 31.3333333333%;
}
@media screen and (max-width: 768px) {
  .beginner_link .list .col03 a {
    width: 100%;
  }
}

/*---------------- セルフビューティチェック ---------------- */
.kaso_page.selfcheck {
  margin-top: 0;
}

.sbc-btn {
  padding: 0 50px;
  display: block;
  line-height: 70px;
  max-width: 300px;
  width: 100%;
  border-radius: 70px;
  font-size: 16px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sbc-btn {
    line-height: 60px;
    font-size: 14px;
    max-width: 240px;
  }
}
.sbc-btn::after {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 12px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  transform: translateY(-50%);
}
.sbc-btn:hover {
  text-decoration: none;
}
.sbc-btn.right {
  background-color: #6080af;
  color: #fff;
}
.sbc-btn.right::after {
  content: "\f054";
  right: 40px;
}
.sbc-btn.right:hover {
  background-color: #4574ac;
  opacity: 1 !important;
}
.sbc-btn.right:hover::after {
  right: 30px;
}
.sbc-btn.left {
  background-color: #f0f0f0;
  color: #464646;
}
.sbc-btn.left::after {
  content: "\f053";
  left: 40px;
}
.sbc-btn.left:hover {
  background-color: #ccc;
  opacity: 1 !important;
}
.sbc-btn.left:hover::after {
  left: 30px;
}
.sbc-btn.again {
  background-color: #fff;
  border: solid 1px #464646;
}
.sbc-btn.again:hover {
  background-color: #f0f0f0;
  opacity: 1 !important;
}
.sbc-btn.again:hover::after {
  left: 30px;
}

.sbc_top {
  background: url(../../../../images/guide/sbc_bg.jpg);
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sbc_top {
    padding-bottom: 100px;
  }
}
.sbc_top .fv {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sbc_top .fv {
    padding-top: 40px;
  }
}
.sbc_top .fv h2 {
  font-size: 60px;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  color: #4574ac;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sbc_top .fv h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
.sbc_top .fv .ttl_jp {
  text-align: center;
  color: #4574ac;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sbc_top .fv .ttl_jp {
    margin-top: 15px;
    font-size: 16px;
  }
}
.sbc_top .fv .photo {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sbc_top .fv .photo {
    margin-top: 15px;
  }
}
.sbc_top .fv .photo img {
  margin: 0 auto;
}
.sbc_top .intro {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sbc_top .intro {
    margin-top: 50px;
  }
}
.sbc_top .intro h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .sbc_top .intro h3 {
    font-size: 24px;
  }
}
.sbc_top .intro p {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sbc_top .intro p {
    font-size: 14px;
  }
}
.sbc_top .intro a {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .sbc_top .intro a {
    margin-top: 35px;
  }
}
.sbc_top .link {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sbc_top .link {
    margin-top: 30px;
  }
}
.sbc_top .link a {
  max-width: 400px;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sbc_top .link a {
    max-width: 300px;
    font-size: 15px;
  }
}
.sbc_top .member {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
}
.sbc_top .member ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sbc_top .member ul li {
  line-height: 1;
}
.sbc_top .member ul li:nth-child(n+2) {
  border-left: solid #666 1px;
}
.sbc_top .member ul a {
  margin: 0 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px transparent;
}
.sbc_top .member ul a:hover {
  border-bottom: solid 1px #707070;
  color: #666;
  opacity: 1 !important;
  text-decoration: none;
}
.sbc_top .question_box {
  max-width: 540px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box {
    margin-top: 20px;
  }
}
.sbc_top .question_box .num {
  font-size: 70px;
  color: #4574ac;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .num {
    font-size: 45px;
  }
}
.sbc_top .question_box .question {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .question {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
.sbc_top .question_box .note {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .note {
    margin-top: 20px;
  }
}
.sbc_top .question_box .answer {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .answer {
    margin-top: 30px;
  }
}
.sbc_top .question_box .answer .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .answer .list {
    gap: 15px;
  }
}
.sbc_top .question_box .answer .list input[type=checkbox],
.sbc_top .question_box .answer .list input[type=radio] {
  display: none;
}
.sbc_top .question_box .answer .list label {
  padding: 20px;
  display: block;
  width: calc((100% - 20px) / 2);
  border: solid 1px #666;
  border-radius: 64px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .answer .list label {
    padding: 15px;
    width: calc((100% - 15px) / 2);
  }
}
.sbc_top .question_box .answer .list label:hover {
  background-color: #eaf1fb;
}
.sbc_top .question_box .answer .list label.long {
  width: 100%;
}
.sbc_top .question_box .answer .list input[type=checkbox]:checked + label,
.sbc_top .question_box .answer .list input[type=radio]:checked + label {
  border-color: transparent;
}
.sbc_top .question_box .answer .list input[type=checkbox]:checked + label::after,
.sbc_top .question_box .answer .list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: solid 3px #4574ac;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 64px;
}
.sbc_top .question_box .reset {
  margin-top: 35px;
}
.sbc_top .question_box .reset input[type=reset] {
  display: none;
}
.sbc_top .question_box .reset label {
  max-width: 200px;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .reset label {
    font-size: 12px;
  }
}
.sbc_top .question_box .reset label i {
  font-style: normal;
  padding-right: 15px;
}
.sbc_top .question_box .bar {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .bar {
    margin-top: 45px;
  }
}
.sbc_top .question_box .bar progress {
  display: block;
  margin: 0 auto 20px;
  max-width: 300px;
  width: 100%;
  height: 3px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .sbc_top .question_box .bar progress {
    max-width: 200px;
  }
}
.sbc_top .question_box .bar progress::-webkit-progress-bar {
  background-color: #ccc;
}
.sbc_top .question_box .bar progress::-webkit-progress-value {
  background-color: #464646;
  max-width: 10%;
  margin-left: 0%;
}
.sbc_top .question_box .bar progress[value="5"]::-webkit-progress-value {
  margin-left: 40%;
}
.sbc_top .question_box .bar progress[value="10"]::-webkit-progress-value {
  margin-left: 90%;
}
.sbc_top .question_box .bar label {
  letter-spacing: 0.1em;
}
.sbc_top .control {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sbc_top .control {
    flex-flow: column-reverse;
    align-items: center;
    gap: 20px;
  }
}
.sbc_top .control.result {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sbc_top .control.result {
    margin-top: 60px;
    flex-flow: column;
  }
}
.sbc_top .control .box {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sbc_top .control .box .sbc-btn {
    max-width: 300px;
  }
}
.sbc_top .control_note {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sbc_top .control_note {
    margin-top: 15px;
  }
}
.sbc_top .control_note p {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sbc_top .control_note p {
    font-size: 12px;
  }
}
.sbc_top .result_box {
  max-width: 1080px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_box {
    margin-top: 20px;
  }
}
.sbc_top .result_ttl {
  text-align: center;
  font-size: 70px;
  color: #4574ac;
  font-family: "goldenbook", "Lato", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_ttl {
    font-size: 35px;
  }
}
.sbc_top .result_type {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_type {
    margin-top: 10px;
  }
}
.sbc_top .result_type h2 {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_type h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.sbc_top .result_tab {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_tab {
    margin-top: 30px;
  }
}
.sbc_top .result_tab ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_tab ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.sbc_top .result_tab li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_tab li {
    width: 100%;
    justify-content: center;
  }
}
.sbc_top .result_tab li::before {
  content: "\f13a";
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #4574ac;
  padding-right: 0.5em;
  font-size: 20px;
}
.sbc_top .result_tab a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sbc_top .result_tab a {
    font-size: 14px;
  }
}
.sbc_top .result_tab a:hover {
  color: #464646;
  opacity: 1 !important;
  text-decoration: none;
}
.sbc_top #result_detail {
  margin-top: 40px;
}
.sbc_top #result_detail .box {
  padding: 50px 100px 80px;
  background-color: #faf8f0;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .box {
    padding: 30px 20px 30px;
    border-radius: 10px;
  }
}
.sbc_top #result_detail h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail h3 {
    padding: 0 5px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.sbc_top #result_detail .detail {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .detail {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.sbc_top #result_detail .advise {
  margin-top: 35px;
  background-color: #fff;
  padding: 40px 40px 50px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise {
    margin-top: 25px;
    padding: 20px 15px 25px;
    border-radius: 10px;
  }
}
.sbc_top #result_detail .advise .photo {
  position: absolute;
  right: -40px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise .photo {
    right: 10px;
    top: -30px;
    bottom: auto;
    width: 30%;
    max-width: 95px;
  }
}
.sbc_top #result_detail .advise h4 {
  position: relative;
  padding-left: 65px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise h4 {
    padding-left: 45px;
    font-size: 18px;
  }
}
.sbc_top #result_detail .advise h4::before {
  content: "\f0eb";
  font-family: "font awesome 5 free";
  font-weight: 400;
  font-size: 20px;
  display: block;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff799;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise h4::before {
    width: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}
.sbc_top #result_detail .advise ul {
  margin-top: 30px;
}
.sbc_top #result_detail .advise li {
  position: relative;
  padding-left: 1em;
  width: 90%;
}
@media screen and (max-width: 992px) {
  .sbc_top #result_detail .advise li {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise li {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
.sbc_top #result_detail .advise li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_detail .advise li::before {
    position: relative;
  }
}
.sbc_top #result_detail .advise li:nth-child(n+2) {
  margin-top: 25px;
}
.sbc_top #result_feature {
  margin: 90px 50px 0;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_feature {
    margin: 70px 0px 0;
  }
}
.sbc_top #result_feature .ttl {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sbc_top #result_feature .ttl {
    margin-bottom: 35px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sbc_top #result_feature .ttl .left,
  .sbc_top #result_feature .ttl .right {
    max-width: 32px;
  }
}
.sbc_top #result_feature .ttl h3 {
  padding: 0 100px;
  font-size: 40px;
  font-weight: 500;
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", メイリオ, Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sbc_top #result_feature .ttl h3 {
    font-size: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sbc_top #result_feature .ttl h3 {
    font-size: 24px;
    padding: 0;
    margin: 0 -25px;
  }
}
.sbc_top #result_feature .ttl h3 span {
  display: inline-block;
  font-size: 24px;
  padding: 0 0.3em;
  background: linear-gradient(transparent 60%, #fff799 60%);
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .sbc_top #result_feature .ttl h3 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sbc_top #result_feature .ttl h3 span {
    font-size: 16px;
    padding-top: 15px;
    background: none;
  }
}
b, strong {
  font-family: "A1ゴシック B";
}
/*# sourceMappingURL=style.css.map */