@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  background: #f2f4f7;
}

.-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

.underline {
  text-decoration: underline;
}

a {
  color: #222;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }

  .line_btn--a {
    transition: 0.3s;
  }

  .line_btn--a:hover {
    background: #fff;
    border-color: #444;
  }

  #gnav a {
    text-decoration: none;
    position: relative;
    transition: 0.3s;
  }

  #gnav a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #cab144;
    transition: 0.3s;
  }

  #gnav a:hover {
    opacity: 1;
  }

  #gnav a:hover::after {
    width: 100%;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

.-base {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
}

.c_red {
  color: #d00;
}

.-mb_txt p:not(:last-child) {
  margin-bottom: 25px;
}

.eng_tit {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 auto 40px;
}

.eng_tit__sm {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

.eng_tit__fcp {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}

.i-arrow {
  background: url(../img/i-arrow.svg) no-repeat right center / 6px 12px;
  padding-right: 16px;
}

/*layout*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #f2f4f7;
}

.head_ans {
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #c3c7cc;
  padding: 10px 20px;
  text-align: center;
}

#logo {
  max-width: 350px;
}

#gnav {
  display: flex;
  justify-content: flex-end;
}

#gnav li:not(:last-child) {
  margin-right: 40px;
}

.head_area__action {
  font-size: 1.4rem;
  line-height: 1;
}

.head_area {
  max-width: 100%;
  max-width: min(calc(100% - 120px), 100%);
  margin: 20px auto;
  display: grid;
  grid-template-columns: 350px auto;
  gap: 0 20px;
}

.i-search {
  max-width: 44px;
}

.hd_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  margin-bottom: 40px;
}

.ban_hdlist span {
  background: url(../img/i-delta.svg) no-repeat left center / 6px 4px;
  padding-left: 16px;
}

.ban_cart a {
  background: #cab144;
  display: block;
  padding: 15px 10px;
  border-radius: 30px;
  color: #fff !important;
  width: 228px;
  text-align: center;
}

.ban_account a {
  background: #fff;
  display: block;
  padding: 15px 10px;
  border-radius: 30px;
  width: 150px;
  text-align: center;
}

.ban_search,
.ban_account {
  margin-right: 10px;
}

.ban_search {
  position: relative;
}

.ban_search form {
  transition: 0.3s;
  display: grid;
  opacity: 0;
  z-index: -1;
}

.ban_search:hover form {
  display: grid;
  opacity: 1;
  z-index: 2;
}

.ban_search form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  grid-template-columns: 200px 44px;
  gap: 0 10px;
  background: #fff;
  height: 44px;
  border-radius: 22px;
  padding: 5px 20px;
}

.ban_search form input {
  background: #f7f7f7;
  padding: 0 10px;
}

.ban_hdlist {
  margin-right: 30px;
}

.i-w-cart {
  background: url(../img/i-w-cart.svg) no-repeat left center / 24px 24px;
  padding: 5px 0 5px 34px;
}

#footer-information {
  background: #fff;
  font-size: 1.5rem;
}

.footer-information-inner {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
  color: #808080;
}

.footer-information__box dt {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.footer-information__box dt:not(:first-of-type) {
  margin-top: 50px;
}

.footer-information__box dt,
.information__box--index {
  font-weight: bold;
  color: #000;
}

.information__box--index {
  margin-top: 20px;
}

.cardlist {
  max-width: 318px;
  margin: 20px 0;
}

.times {
  max-width: 252px;
  margin: 20px 0;
}

.teles {
  font-size: 2.6rem;
  color: #000;
}

.footer-information__box li {
  list-style: disc;
  margin-left: 20px;
}

#footer_area {
  background: #444;
  padding: 60px;
  font-size: 1.4rem;
}

.footer-inner {
  color: #fff;
}

.footer-inner__box {
  display: flex;
  justify-content: space-between;
}

.footer-inner__link {
  display: grid;
  width: 50%;
  grid-template-columns: 40% 55%;
  justify-content: flex-end;
  gap: 0 5%;
}

.footer-inner__link--list a {
  background: url(../img/i-w-arrow.svg) no-repeat left center / 4px 4px;
  display: block;
  padding-left: 10px;
  color: #fff !important;
}

footer small {
  font-size: 1.3rem;
  letter-spacing: 1px;
  border-top: 1px solid #717171;
  padding-top: 40px;
  margin-top: 40px;
}

footer small,
.policy {
  display: block;
  text-align: center;
}

.policy {
  font-size: 1.2rem;
}

#fix_footer {
  display: none;
}

/*button*/
.line_btn--a {
  display: block;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.middle_line_btn {
  max-width: 460px;
  width: 100%;
  margin: 50px auto 0;
}

/*index*/
#main__mv {
  width: 100vw;
  height: 100vh;
  background: url(../img/main_mv_bg.jpg) no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main__mv a:hover {
  opacity: 1;
}

#main__mv .swiper-slide {
  opacity: 0 !important;
}

#main__mv .swiper-slide-active {
  opacity: 1 !important;
}

#main__mv .swiper-slide a {
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 0 10%;
  width: 100%;
  align-items: center;
}

#main__mv .swiper-button-prev {
  left: 10vw;
}

#main__mv .swiper-button-next {
  right: 10vw;
}

#main__mv .swiper-button-prev::after,
#main__mv .swiper-button-next::after {
  content: "" !important;
  width: 24px;
  height: 106px;
}

#main__mv .swiper-button-prev::after {
  background: url(../img/slide-prev.svg) no-repeat center center / cover;
}

#main__mv .swiper-button-next::after {
  background: url(../img/slide-next.svg) no-repeat center center / cover;
}

#main__mv .swiper-pagination {
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
}

#main__mv .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

#main__mv .swiper-pagination-bullet-active {
  background: #cab144 !important;
}

.mv__container {
  max-width: 66vw;
  max-width: min(calc(66vw - 40px), 66vw);
  width: 100%;
}

.cp-fcp__bg {
  font-size: 4.4rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

.cp-fcp__sm {
  font-size: 2rem;
  letter-spacing: 2px;
}

.dd_banarea {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px 2%;
}

.-area {
  margin-bottom: 100px;
}

.ranking_box {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  gap: 0 2.5%;
}

.item--pic {
  margin-bottom: 10px;
  position: relative;
}

.item--pic img {
  border-radius: 6px;
}

.item--brand {
  font-size: 1.4rem;
}

.item--name {
  line-height: 1.5;
}

.item--price {
  color: #d00;
}

.i-rank {
  position: absolute;
  width: 36px;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.line_btn {
  margin-top: 20px;
}

.contents__banbox {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
}

.contents__banbox--list:first-child {
  grid-column: span 2;
}

.concerm_box {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 30px 2%;
}

.concerm_box article a {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 0;
  background: #fff;
  border-radius: 6px;
}

.concerm_box--info {
  padding: 10px;
}

.concerm_box--item {
  max-width: 130px;
  margin: 0 auto 10px;
}

.concerm_box--name {
  text-align: center;
}

.brand_lineup {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 30px 2%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.brand_lineup {
  text-align: center;
}

.brand_lineup--mark {
  margin-bottom: 10px;
}

.brand_lineup--mark img {
  border-radius: 6px;
}

.brand_lineup--brand {
  font-size: 2rem;
  line-height: 1.3;
}

.brand_lineup--box {
  background: url(../img/dod.svg) repeat-x left top;
  margin-top: 10px;
  padding-top: 14px;
}

.sub-tit {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}

.sub-tit__en {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 30px;
}

.white_box {
  background: #fff;
  padding: 40px 15% 40px 40px;
  border-radius: 6px;
}

.about_psc {
  display: flex;
  position: relative;
}

.about_psc__pic {
  width: 45%;
  order: 2;
  margin-left: -5%;
}

.about_psc__txt {
  width: 60%;
}

@media (max-width: 1420px) {
  /*index*/

  #main__mv .swiper-button-prev {
    left: 5vw;
  }

  #main__mv .swiper-button-next {
    right: 5vw;
  }
}
@media (max-width: 1230px) {
  .head_area {
    grid-template-columns: 250px auto;
  }

  #gnav li:not(:last-child) {
    margin-right: 30px;
  }

  .ban_account a {
    width: 100px;
  }

  .ban_cart a {
    width: 188px;
  }

  .mv__container {
    max-width: 76vw;
    max-width: min(calc(76vw - 40px), 76vw);
    width: 100%;
  }
}

@media (max-width: 1120px) {
  #gnav li:not(:last-child) {
    margin-right: 20px;
    font-display: 1.4rem;
  }

  .head_area {
    grid-template-columns: 180px auto;
    max-width: min(calc(100% - 80px), 100%);
  }
}

@media (max-width: 959px) {
  /*common*/
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  header {
    display: flex;
    flex-wrap: wrap;
  }

  /*layout*/
  .ban_cart,
  .ban_search,
  .ban_hdlist,
  #gnav {
    display: none;
  }

  #head_index {
    display: grid;
  }

  .head_ans {
    width: 100%;
    order: 2;
  }

  #footer_area {
    padding: 60px 0 126px;
  }

  .footer-inner__link {
    width: 55%;
    grid-template-columns: 40% 55%;
    gap: 0 0%;
  }
  .footer-information-inner {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  #fix_footer {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 66px;
    background: #000;
    z-index: 20;
  }

  #fix_footer ul {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    text-align: center;
    height: 100%;
    color: #fff !important;
  }

  #fix_footer ul li:not(:last-child) {
    border-right: 1px solid #464646;
  }

  #fix_footer ul a,
  .hum {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    line-height: 1.2;
    height: 100%;
  }

  .foot_cart {
    background: #c1a840;
  }

  .foot_cart-icon {
    width: 24px;
    margin: 0 auto 5px;
  }

  #humberger {
    width: 100%;
    height: 24px;
    display: block;
  }

  #humberger > div {
    position: relative;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
  }

  #humberger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  #humberger,
  #humberger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #humberger span:nth-of-type(1) {
    top: 10px;
  }
  #humberger span:nth-of-type(2) {
    top: 15px;
  }
  #humberger span:nth-of-type(3) {
    bottom: 0px;
  }

  #-trigger.active #humberger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  #-trigger.active #humberger span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  #-trigger.active #humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  #fixnav {
    display: none;
  }

  .active #fixnav {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100 - 126px);
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
  }

  .fixnav__inner {
    background: #fff;
    width: 90vw;
    height: 100%;
    text-align: left;
    overflow: auto;
  }

  #fix_footer .fixnav__inner ul {
    display: block !important;
    color: #000 !important;
  }

  #fix_footer .fixnav__inner ul li {
    border: none;
    border-bottom: 1px solid #ccc;
  }

  #fix_footer .fixnav__inner ul a {
    color: #000 !important;
    text-align: left;
    display: block;
    padding: 15px 10px;
    font-size: 1.4rem;
    background: url(../img/i-arrow.svg) no-repeat right center / 10px 10px;
  }

  .fixnav__contents {
    color: #000;
    padding: 40px 20px 80px;
  }

  .fixnav__contents .line_btn {
    margin: 25px auto 40px;
    width: 260px;
  }

  .fix_close {
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    padding: 14px;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: 1px solid #444;
  }

  .fix_close span {
    background: url(../img/close.svg) no-repeat left center / 12px 12px;
    padding-left: 22px;
  }

  .navscroll {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 10px;
    bottom: 10vh;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    background: url(../img/navscroll-arrow.svg) no-repeat center bottom / 4px 93px;
    padding-bottom: 103px;
    width: max-content;
  }

  /*index*/

  #main__mv {
    height: auto;
    padding: 100px 0 60px;
    position: relative;
    margin-bottom: 40px;
  }

  #main__mv .swiper-slide a {
    grid-template-columns: 100%;
    gap: 60px 0;
  }

  .cp-fcp {
    order: 2;
  }

  .mv__container {
    max-width: 90vw;
    max-width: min(calc(90vw - 40px), 90vw);
    width: 100%;
  }

  .mv__pic {
    order: 1;
    max-width: 500px;
    margin: 0 auto;
  }

  .ban_account a {
    background: #000;
    color: #fff !important;
    padding: 10px;
  }

  .hd_action {
    margin: 0;
  }

  .head_ans {
    order: 2;
    font-size: 1.3rem;
    border: none;
    background: #fff;
  }

  .head_area {
    grid-template-columns: 100%;
    max-width: 100%;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }

  #logo {
    max-width: 192px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sp_tpanker {
    width: 100%;
  }

  .sp_tpanker ul {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    background: #dfe4eb;
  }

  .sp_tpanker ul li:not(:last-child) {
    background: url(../img/lines.svg) no-repeat right center / 13px 14px;
    padding-right: 10px;
  }

  .sp_tpanker ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    position: relative;
  }
  .sp_tpanker ul a:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 5px;
    background: #c1a840;
    bottom: 0;
  }

  #concerm_area {
    display: none;
  }
}

@media (max-width: 767px) {
  /*layout*/
  .swiper-button-next,
  .swiper-button-prev {
    top: inherit !important;
    bottom: 10%;
  }

  #footer-information {
    display: none;
  }

  .footer-inner__box {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
  }

  .ft_addres {
    order: 2;
    border-top: 1px solid #717171;
    padding-top: 40px;
    margin-top: 30px;
  }

  .footer-inner__link {
    display: block;
    width: 100%;
    order: 1;
  }

  .footer-inner__link--list li {
    margin-bottom: 10px;
  }

  /*index*/
  .mv__container {
    max-width: 72vw;
    max-width: min(calc(72vw - 40px), 72vw);
  }

  #main__mv .swiper-button-prev::after,
  #main__mv .swiper-button-next::after {
    content: "" !important;
    width: 14px;
    height: 56px;
  }

  .cp-fcp__bg {
    font-size: 3rem;
  }

  .cp-fcp__sm {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .brand_lineup {
    grid-template-columns: repeat(2, 48%);
    gap: 30px 4%;
  }

  #ranking_wrapper {
    overflow: scroll;
    width: calc(100vw - 20px);
  }

  .ranking_box {
    display: flex;
    gap: 0 30px;
    width: max-content;
  }

  .ranking_box article {
    width: 208px;
  }

  .ranking_box article:last-child {
    margin-right: 20px;
  }

  #about_online {
    width: 100vw;
  }

  .about_psc {
    display: block;
  }

  .about_psc__pic {
    width: 100vw;
    margin-left: -20px;
  }

  .about_psc__txt {
    width: calc(100% - 40px);
    margin-top: -60px;
    background: #fff;
    position: relative;
    padding: 40px 20px;
    border-radius: 6px;
  }

  .white_box {
    padding: 0;
  }
}

@media (max-width: 680px) {
  .dd_banarea {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

@media (max-width: 519px) {
  /*layout*/
  .sp_tpanker ul {
    font-size: 1.2rem;
  }

  .ban_account a {
    font-size: 1rem;
    width: 62px;
    padding: 10px 5px;
  }
  footer small {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  #fix_footer ul a,
  .hum {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hum_menu {
    margin-top: -14px;
  }

  /*index*/
  .cp-fcp__bg {
    font-size: 2.6rem;
  }

  .cp-fcp__sm {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  #contents__area .contents__banbox {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  #clinic_area .contents__banbox {
    grid-template-columns: repeat(2, 49%);
    gap: 10px 2%;
  }

  #contents__area .contents__banbox--list:first-child {
    grid-column: span 1;
  }

  .sub-tit {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }

  .sub-tit__en {
    font-size: 1.6rem;
  }

  .middle_line_btn {
    margin-top: 40px;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

@media (min-width: 960px) and (max-height: 700px) {
  #main__mv {
    margin-top: 100px;
  }
  #main__mv .swiper-slide a {
    display: grid;
    grid-template-columns: 50% 40%;
    gap: 0 10%;
    width: 100%;
    align-items: center;
  }
}
/* 240304ここから */
.cardlist.cardlist_add {
  max-width: 180px;
}
.pay_paypay {
  margin-bottom: 25px;
  max-width: 250px;
}
/* 240304ここまで */

/* 240321_ヘッダー上部テキストここから */
.postage {
  width: 100%;
  padding: 2px 0;
  font-size: 80%;
  color: #fff;
  background-color: #cab144;
  text-align: center;
}

.postage p {
  color: #fff;
  text-decoration: underline;
}
/* 240321_ヘッダー上部テキストここまで */

/* 特集バナー中央配置用ここから */
.dd_banarea--center {
  width: 48%;
  margin: 30px auto 0;
}

@media (max-width: 680px) {
  .dd_banarea--center {
    width: 100%;
    margin-top: 20px;
  }
}
/* 特集バナー中央配置用ここまで */
