@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
td,
button,
a,
span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
ol,
ul {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
address {
  font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
  font-size: 1rem;
  font-size: 10px;
  height: 100%;
}
body {
  color: #292929;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #f4f4f4;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body.open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}
img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
table,
tbody,
thead,
tr,
th,
td {
  position: static;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 0.7321vw;
  }
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
  html {
    font-size: 2.6667vw;
  }
}

/*font
----------------------------------------*/
.en {
  font-family: "Oswald", sans-serif;
}

/* img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*header
----------------------------------------*/
.header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
.header_logo {
  padding: 1.6rem 0 1.1rem 2.3rem;
}
.header_logo a {
  display: block;
  width: 27.4rem;
}
.header_logo a span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #666;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 4.6rem;
  text-align: center;
}
.header_point {
  display: flex;
  margin: 0.2rem 0 0 auto;
  font-size: 1.6rem;
}
.header_point li + li {
  margin-left: 2.5rem;
}
.header_point span {
  font-weight: bold;
}
.header_contact {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding-top: 0.4rem;
  margin-left: 2.8rem;
}
.header_contact_fax {
  margin-left: 2.5rem;
}
.header_contact_tel a::before,
.header_contact_fax::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_fax.svg) no-repeat left top / 100% auto;
  width: 1.9rem;
  height: 1.3rem;
  margin-right: 0.9rem;
  vertical-align: -0.1rem;
}
.header_contact_tel {
  padding-bottom: 0.2rem;
}
.header_contact_tel a {
  pointer-events: none;
}
.header_contact_tel a::before {
  background-image: url(../img/common/icon_tel.svg);
  width: 1.2rem;
  height: 1.7rem;
  margin-right: 1rem;
  vertical-align: -0.3rem;
}
.header_btn {
  display: flex;
  text-align: center;
  margin-left: 2.1rem;
}
.header_btn_mypage,
.header_btn_cart {
  display: flex;
  width: 8.1rem;
  height: 7.4rem;
}
.header_btn_mypage a,
.header_btn_cart a {
  width: 100%;
  height: 100%;
  display: block;
  background: #051a3e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.header_btn_cart a {
  background: #234378;
}
.header_btn_mypage a::before,
.header_btn_cart a::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../img/common/icon_mypage.svg) no-repeat left top / 100% auto;
  margin: 1.2rem auto 0.6rem;
}
.header_btn_cart a::before {
  height: 1.8rem;
  background-image: url(../img/common/icon_cart.svg);
  margin: 1.5rem auto 0.8rem;
}
.header_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header {
    z-index: 9999;
    align-items: stretch;
  }
  .header_logo {
    order: 2;
    padding: 0.7rem 2rem 0 1rem;
    background-color: #fff;
    height: 4.8rem;
    margin-left: auto;
  }
  .header_logo img {
    width: 18.5rem;
  }
  .header_logo.is-fixed {
    position: fixed;
    z-index: 100;
    left: 4.4rem;
    padding-left: 4rem;
    top: 0;
  }
  .header_logo a {
    width: 18.5rem;
  }
  .header_logo a span {
    font-size: 0.6rem;
    left: 1.5rem;
    bottom: 0;
  }
  .header_point {
    order: 0;
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    justify-content: space-between;
  }
  .header_point.is-fixed {
    margin-bottom: 6rem;
  }
  .header_point li {
    text-align: center;
    width: auto;
    line-height: 1.3;
    white-space: nowrap;
  }
  .header_point li + li {
    margin-left: 0;
  }
  .header_point li:nth-child(2) {
    left: -0.1rem;
  }
  .header_point li:last-child {
    left: 0.4rem;
  }
  .header_contact {
    display: none;
  }
  .header_btn {
    order: 3;
    margin-left: 0;
    padding-right: 1rem;
    background-color: #fff;
    height: 4.8rem;
  }
  .header_btn.is-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  .header_btn_mypage,
  .header_btn_cart {
    width: 3.8rem;
    height: 3.8rem;
  }
  .header_btn_mypage a,
  .header_btn_cart a {
    font-size: 1.1rem;
    background-color: transparent;
  }
  .header_btn_mypage a::before,
  .header_btn_cart a::before {
    width: 3.4rem;
    height: 2.9rem;
    background-size: contain;
    margin: 0.8rem auto 0.7rem;
  }
  .header_btn_mypage a::before {
    background-image: url(../img/common/icon_mypage_sp.svg);
  }
  .header_btn_cart a::before {
    background-image: url(../img/common/icon_cart_sp.svg);
    width: 2rem;
    height: 2.7rem;
    margin: 1rem auto 0.8rem;
  }
  .header_menu {
    appearance: none;
    border-radius: 0;
    border: 0;
    order: 1;
    display: block;
    background: #fff;
    width: 4.8rem;
    height: 4.8rem;
    padding-left: 1rem;
  }
  .header_menu.is-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .header_menu::before,
  .header_menu::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 0.1rem;
    background: #292929;
    position: absolute;
    top: 1.3rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.3s, top 0.3s;
  }
  .header_menu span {
    position: absolute;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 1.1rem;
    top: 2rem;
    color: #000;
  }
  .header_menu::after {
    top: 1.8rem;
  }
  .open .header_menu::before,
  .open .header_menu::after {
    transform: rotate(25deg);
    top: 1.5rem;
  }
  .open .header_menu::after {
    transform: rotate(-25deg);
  }
  .header_search {
    order: 4;
    width: 100%;
    padding: 0 1.4rem 1rem 2rem;
    background-color: #fff;
  }
  .header_search.is-fixed {
    position: fixed;
    top: 4.8rem;
    left: 0;
  }
  .header_search form {
    display: flex;
  }
  .header_search input[type="text"] {
    width: 31.1rem;
    height: 3.3rem;
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    padding: 0 1rem;
    font-family: inherit;
  }
  .header_search input[type="text"]::placeholder {
    color: #ccc;
  }
  .header_search button {
    display: block;
    background: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    font-weight: 500;
    font-family: inherit;
    flex: 1;
    padding: 0 0 0.1rem 1rem;
  }
  .header_search button::before {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/common/icon_search.svg) no-repeat left top / 100%
      auto;
    vertical-align: -0.3rem;
  }
}

/*gnav
----------------------------------------*/
.gnav {
  width: 100%;
  background: #292929;
}
.gnav > ul {
  display: flex;
  padding: 1.9rem 0 1.7rem;
  width: 100%;
  padding-left: calc((100% - 92rem) / 2);
}
@media only screen and (max-width: 1540px) {
  .gnav > ul {
    padding-left: calc((100% - 115rem) / 2);
  }
}
.gnav > ul > li + li {
  border-left: 1px solid #fff;
}
.gnav > ul > li > a {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  padding: 0.2rem 4.2rem;
  color: #fff;
}
.gnav > ul > li.gnav_parent > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  vertical-align: 0.4rem;
  margin-left: 1rem;
}
.gnav_search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
}
.gnav_search form {
  display: flex;
  height: 3.6rem;
}
.gnav_search input {
  display: block;
  width: 24.6rem;
  height: 100%;
  padding: 1.1rem 1.3rem 0.9rem;
  font-size: 1.2rem;
  border: none;
  outline: none;
  background-color: #F4F4F4;
}

.gnav_search input::placeholder {
  color: #d8d8d8;
}
.gnav_search button {
  appearance: none;
  width: 3.5rem;
  border-radius: 0;
  color: inherit;
  border: 0;
  height: 100%;
  padding-bottom: 0.2rem;
  font-family: inherit;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
.gnav_search button::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_search.svg) no-repeat left top / 100% auto;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.2rem;
  vertical-align: -0.3rem;
}
.gnav_parent {
  position: static;
}
.gnav_category,
.gnav_guide {
  display: none;
  background: #f0f0f0;
  overflow: hidden;
  padding: 3.4rem 0 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 1.2rem 1.5rem rgba(0, 0, 0, 0.06);
  z-index: 2000;
}
.gnav_category_inner {
  width: 89rem;
  margin: 0 auto -1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
.gnav_category_item {
  width: 28.5%;
  margin-bottom: 4.2rem;
  display: flex;
  align-items: flex-start;
}
.gnav_category_item:nth-child(3n + 1) {
  width: 30.8989%;
}
.gnav_category_item:nth-child(3n + 2) {
  width: 29.7753%;
}
.gnav_category_item figure {
  width: 8.9rem;
}
.gnav_category_txt {
  flex: 1;
  padding-left: 2rem;
}
.gnav_category h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.gnav_category h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background: #000;
  margin-top: 0.8rem;
}
.gnav_category ul {
  line-height: 1.67;
  font-size: 1.2rem;
}
.gnav_guide ul {
  max-width: 100rem;
  margin: 0.5rem auto 0.8rem;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.gnav_guide ul li {
  width: 19.2%;
  margin-bottom: 1.9rem;
}
.gnav_guide ul li:nth-child(5n + 2) {
  width: 22.1%;
}
.gnav_guide ul li:nth-child(5n + 3) {
  width: 23.7%;
}
.gnav_guide ul li:nth-child(5n + 4) {
  width: 20.6%;
}
.gnav_guide ul li:nth-child(5n) {
  width: 14.4%;
}
.gnav_guide ul li a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #292929;
  border-right: 1px solid #292929;
  transform: rotate(45deg);
  vertical-align: 0.4rem;
  margin-left: 1.7rem;
}
@media only screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .gnav {
    display: none;
    position: absolute;
    top: 8.2rem;
    left: 0;
    right: 0;
    height: calc(100svh - 8.2rem);
    overflow: auto;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2000;
  }
  .gnav.is-fixed {
    position: fixed;
    top: 4.8rem;
    height: calc(100svh - 6rem);
    z-index: 100;
  }
  .gnav > ul {
    display: block;
    text-align: center;
    padding: 0;
  }
  .gnav > ul > li + li {
    border: 0;
    border-top: 0.2rem solid #fff;
  }
  .gnav > ul > li > a {
    background: #051a3e;
    font-size: 1.4rem;
    padding: 2.5rem 5.5rem;
  }
  .gnav_search {
    display: none;
  }
  .gnav_category,
  .gnav_guide {
    position: relative;
  }
  .gnav_category h2 {
    font-size: 1.8rem;
    padding-top: 6.3rem;
    margin-bottom: 5rem;
  }
  .gnav_category h2 .en {
    font-size: 9.5rem;
    top: 2.5rem;
    left: -1rem;
    right: -1rem;
  }
  .gnav_category_inner {
    width: auto;
    margin: 0 2rem;
    text-align: left;
  }
  .gnav_category_item {
    width: 16.1rem !important;
    margin-bottom: 1.4rem;
    display: block;
  }
  .gnav_category_item figure {
    width: auto;
    margin-bottom: 1rem;
  }
  .gnav_category_txt {
    padding-left: 0;
  }
  .gnav_category h3 {
    font-size: 1.4rem;
  }
  .gnav_category ul {
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .gnav_category_recommend {
    letter-spacing: -0.05em;
  }
  .gnav_guide ul {
    margin: 0.5rem 2rem 0.8rem;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav_guide ul li {
    width: 60% !important;
    margin-bottom: 1.9rem;
    text-align: left;
  }
  .gnav_guide ul li:nth-child(2n) {
    width: 40% !important;
    margin-bottom: 1.9rem;
    text-align: left;
  }
  .gnav_guide ul li a {
    display: block;
  }
  .gnav_guide ul li a::after {
    margin-left: 1rem;
    vertical-align: 0.2rem;
  }
}

/*mainv
----------------------------------------*/
.mainv_slider {
  overflow: hidden;
}
.mainv_slider figure {
  float: left;
}
.mainv_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15.3rem;
  z-index: 1100;
  display: flex;
  justify-content: center;
}
.mainv_slider .slick-dots li {
  width: 2.8rem;
  height: 0.1rem;
  margin: 0 1rem;
}
.mainv_slider .slick-dots li button {
  appearance: none;
  border-radius: 0;
  height: 0.1rem;
  width: 2.8rem;
  padding: 0;
  display: block;
  background: #343434;
  border: 0;
  overflow: hidden;
  text-indent: -99rem;
}
.mainv_slider .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .mainv_slider .slick-dots {
    bottom: 1.5rem;
  }
  .mainv_slider figure img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}

/*top_banner
----------------------------------------*/
.top_banner {
  z-index: 10;
}
.top_banner_inner {
  max-width: 100rem;
  position: absolute;
  top: -10.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(5, 26, 62, 0.7);
  border-radius: 1rem;
  padding: 1.8rem 2.8rem;
  z-index: 1110;
}
.top_banner_slider {
  padding: 0 10.2rem;
  margin: 0 auto;
  overflow: hidden;
}
.top_banner_inner .slick-prev,
.top_banner_inner .slick-next {
  appearance: none;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
  overflow: hidden;
  background: #fff url(../img/common/icon_arrow_black.svg) no-repeat center
    center / 0.6rem auto;
  text-indent: -99rem;
  cursor: pointer;
  z-index: 1100;
}
.top_banner_inner .slick-prev {
  right: auto;
  left: 2rem;
  transform: scale(-1, 1);
}
.top_banner_item {
  width: 37rem;
  float: left;
  padding: 0 1rem;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.top_banner_item.slick-active,
.top_banner_item.is-active-next {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .top_banner_inner {
    max-width: 33.5rem;
    top: -1rem;
    padding: 1rem 0 2rem;
  }
  .top_banner_slider {
    padding: 0 2.5rem;
  }
  .top_banner_inner .slick-prev,
  .top_banner_inner .slick-next {
    right: 1rem;
  }
  .top_banner_inner .slick-prev {
    left: 1rem;
  }
  .top_banner_item {
    width: 28.5rem;
  }
}

/*top_new
----------------------------------------*/
.top_new {
  padding: 15.8rem 0 2.9rem;
}
.top_new::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22.5rem;
  background: #051a3e;
  opacity: 0.1;
}
.top_new_ttl {
  max-width: 100rem;
  margin: 0 auto 3.9rem;
  font-size: 3.2rem;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_new_more {
  font-size: 1.3rem;
  padding-top: 1.2rem;
  letter-spacing: 0.025em;
  color: #000;
}
.top_new_more a::after {
  content: "";
  display: inline-block;
  background: #292929 url(../img/common/icon_arrow_white.svg) no-repeat center
    center / 0.6rem auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-left: 2.2rem;
  vertical-align: -1.2rem;
}
.top_new_list {
  overflow: hidden;
}
.top_new_list .top_new_slider {
  max-width: 102.2rem;
  margin: 0 auto;
}
.top_new_slider .slick-prev,
.top_new_slider .slick-next {
  appearance: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 12.2rem;
  left: 50%;
  margin-left: 53rem;
  width: 2.3rem;
  height: 4.2rem;
  overflow: hidden;
  background: none;
  text-indent: -99rem;
  z-index: 1100;
  cursor: pointer;
}
.top_new_slider .slick-prev {
  margin-left: -55.1rem;
  transform: scale(-1, 1);
}
.top_new_slider .slick-prev::before,
.top_new_slider .slick-next::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  right: 0;
  margin: auto;
}
.top_new_item {
  width: 25.6rem;
  float: left;
  padding: 0 1.1rem;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.top_new_item.new a::before {
  content: "NEW";
  display: block;
  width: 6rem;
  height: 3.4rem;
  line-height: 3.3rem;
  background: #234378;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
}
.top_new_item figure {
  background: #fff;
  height: 19.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.top_new_item figure::before {
  content: "";
  display: block;
  width: 10.4rem;
  height: 10.4rem;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_new_item figure img {
  width: 13.8rem;
  z-index: 10;
  mix-blend-mode: multiply;
}
.top_new_item h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
.top_new_price {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.9rem;
}
.top_new_price .en {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  vertical-align: -0.1rem;
  margin-right: 0.4rem;
}
.top_new_item.slick-active,
.top_new_item.is-active-next {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .top_new {
    padding: 16rem 0 3.9rem;
  }
  .top_new::before {
    height: 20.4rem;
  }
  .top_new_ttl {
    margin: 0.7rem 2rem 2.9rem;
    font-size: 2.4rem;
  }
  .top_new_more {
    padding-top: 0;
  }
  .top_new_list .top_new_slider {
    max-width: 34.8rem;
  }
  .top_new_slider .slick-prev,
  .top_new_slider .slick-next {
    top: 5rem;
    left: auto;
    right: -0.5rem;
    margin-left: 0;
    width: 1.9rem;
    height: 3.5rem;
  }
  .top_new_slider .slick-prev {
    margin-left: 0;
    left: -0.5rem;
  }
  .top_new_slider .slick-prev::before,
  .top_new_slider .slick-next::before {
    width: 2.1rem;
    height: 2.1rem;
    left: -1.4rem;
  }
  .top_new_item {
    width: 11.6rem;
    padding: 0 0.5rem;
  }
  .top_new_item.new a::before {
    width: 4.1rem;
    height: 2.3rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
  }
  .top_new_item figure {
    height: 11.5rem;
    margin-bottom: 1rem;
  }
  .top_new_item figure::before {
    width: 7.2rem;
    height: 7.2rem;
  }
  .top_new_item figure img {
    width: 8rem;
  }
  .top_new_item h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .top_new_price {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
  .top_new_price .en {
    font-size: 2rem;
    margin-right: 0.3rem;
  }
}

/*top_product
----------------------------------------*/
.top_product {
  overflow: hidden;
}
.top_product_category {
  width: calc(50% + 50rem);
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 13.1rem 0 5rem;
}
.top_product_category:nth-of-type(1) {
  padding-top: 10.8rem;
}
.top_product_category:nth-of-type(2n) {
  padding: 12.1rem 0 3.2rem;
}
.top_product_category:nth-of-type(2n)::before {
  content: "";
  display: block;
  background: #051a3e;
  opacity: 0.1;
  position: absolute;
  left: -7.3rem;
  right: 0;
  bottom: 0;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
}
.top_product h2 {
  width: 24.6rem;
  font-size: 2rem;
}
.top_product h2::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #000;
  margin: 1.3rem 0 0;
}
.top_product h2 span:not(.en) {
  z-index: 10;
}
.top_product h2 .en {
  position: absolute;
  left: -4.9rem;
  bottom: 0;
  line-height: 1.18;
  font-size: 11.8rem;
  color: #fff;
  opacity: 0.75;
  white-space: nowrap;
}
.top_product_list {
  width: calc(100% - 24.6rem);
  flex: 1;
}
.top_product_slider {
  overflow: hidden;
}
.top_product_list .slick-prev,
.top_product_list .slick-next {
  appearance: none;
  border-radius: 0;
  position: absolute;
  top: 6rem;
  left: 0;
  background: none;
  width: 1.2rem;
  height: 1.8rem;
  border: 0;
  margin-left: 77.4rem;
  overflow: hidden;
  text-indent: -99rem;
  z-index: 1100;
  cursor: pointer;
}
.top_product_list .slick-prev {
  transform: scale(-1, 1);
  margin-left: 0;
  left: -1.9rem;
}
.top_product_list .slick-prev::before,
.top_product_list .slick-next::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  right: 0;
  margin: auto;
}
.top_product_item {
  width: 19.1rem;
  padding: 0 1rem;
  float: left;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.top_product_item h3 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.63;
}
.top_product_item figure {
  background: #fff;
  height: 13.4rem;
  margin-bottom: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_product_item figure img {
  max-width: 11.5rem;
  max-height: 11.5rem;
  width: auto;
  height: auto;
}
.top_product_price {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.top_product_price .en {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-right: 0.3rem;
  vertical-align: -0.1rem;
}
.top_product_more {
  position: absolute;
  left: 0;
  bottom: 5.9rem;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  color: #000;
}
.top_product_category:nth-of-type(2n) .top_product_more {
  bottom: 4.1rem;
}
.top_product_more a::after {
  content: "";
  display: inline-block;
  background: #292929 url(../img/common/icon_arrow_white.svg) no-repeat center
    center / 0.6rem auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-left: 2.2rem;
  vertical-align: -1.2rem;
}
.top_product_item.slick-active,
.top_product_item.is-active-next {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .top_product {
    padding: 0.3rem 0 0;
  }
  .top_product_category {
    width: auto;
    margin: 0;
    display: block;
    padding: 6rem 0 4rem;
  }
  .top_product_category:nth-of-type(1) {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .top_product_category:nth-of-type(2n) {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .top_product_category:nth-of-type(2n)::before {
    left: 0;
    border-radius: 0;
    height: 100%;
  }
  .top_product h2 {
    width: auto;
    margin: 0 2rem 3rem;
    font-size: 1.8rem;
  }
  .top_product h2::after {
    margin: 1.4rem 0 0;
    position: relative;
    z-index: 10;
  }
  .top_product h2 .en {
    left: 0;
    bottom: -5.3rem;
    line-height: 1.08;
    font-size: 6.6rem;
  }
  .top_product_list {
    width: auto;
    overflow: hidden;
  }
  .top_product_slider {
    width: 34.8rem;
    margin: 0 auto;
    overflow: visible;
  }
  .top_product_list .slick-prev,
  .top_product_list .slick-next {
    top: 5.7rem;
    right: 1.3rem;
    left: auto;
    width: 1.1rem;
    height: 2.1rem;
    margin-left: 0;
  }
  .top_product_list .slick-prev {
    left: 1.3rem;
  }
  .top_product_list .slick-prev::before,
  .top_product_list .slick-next::before {
    width: 1.3rem;
    height: 1.3rem;
  }
  .top_product_item {
    width: 11.6rem;
    padding: 0 0.5rem;
  }
  .top_product_item figure {
    height: 11.5rem;
  }
  .top_product_item figure img {
    max-width: 9rem;
    max-height: 11.4rem;
  }
  .top_product_price {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
  .top_product_price .en {
    font-size: 2rem;
    margin-right: 0.3rem;
  }
  .top_product_more {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-top: 0;
    position: absolute;
    right: 1rem;
    top: 5.6rem;
  }
  .top_product_more a::after {
    margin-left: 0.6rem;
  }
  .top_product_category:nth-of-type(2n) .top_product_more {
    bottom: auto;
  }
}

/*top_news
----------------------------------------*/
.top_news {
  max-width: 100rem;
  margin: 5rem auto 6rem;
  display: flex;
  justify-content: space-between;
}
.top_news_item {
  width: 48.7%;
}
.top_news_item h2 {
  margin-bottom: 5rem;
}
.top_news_item h2 .en {
  display: block;
  font-size: 6rem;
  margin-bottom: 0.9rem;
}
.top_news_item h2::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #292929;
  margin: 1.5rem 0 0;
}
.top_news_list li + li {
  margin-top: 1rem;
}
.top_news_list a {
  background: #fff;
  display: flex;
  padding: 2.3rem 4.7rem 2.35rem 3.2rem;
}
.top_news_list .top_news_date {
  font-weight: 600;
  width: 9.4rem;
  letter-spacing: -0.02em;
}
.top_news_list .top_news_ttl {
  flex: 1;
  padding-top: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_news_more {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  color: #000;
  margin: 4.1rem 0.2rem;
}
.top_news_more a::after {
  content: "";
  display: inline-block;
  background: #292929 url(../img/common/icon_arrow_white.svg) no-repeat center
    center / 0.6rem auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-left: 2.2rem;
  vertical-align: -1.2rem;
}
.top_news_column li + li {
  margin-top: 0.95rem;
}
.top_news_column a {
  display: block;
  overflow: hidden;
}
.top_news_column a figure {
  width: 8.3rem;
  float: left;
  margin-right: 2rem;
}
.top_news_column .top_news_date {
  margin: -0.3rem 0 1rem;
  letter-spacing: -0.02em;
}
.top_news_column .top_news_ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .top_news {
    margin: 3rem 2rem 6rem;
    display: block;
  }
  .top_news_item {
    width: auto;
  }
  .top_news_item h2 {
    margin-bottom: 2rem;
  }
  .top_news_list a {
    display: block;
    padding: 2rem 2rem 2.2rem 2.8rem;
  }
  .top_news_list .top_news_date {
    width: auto;
  }
  .top_news_list .top_news_ttl {
    padding-top: 1.1rem;
    max-height: 5.3rem;
    white-space: wrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .top_news_more {
    text-align: center;
    margin-top: 3rem;
  }
  .top_news_column .top_news_date {
    margin: -0.3rem 0 0.5rem;
  }
  .top_news_column .top_news_ttl {
    height: auto;
    white-space: wrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/*top_video
----------------------------------------*/
.top_video {
  background: rgba(5, 26, 62, 0.6);
  padding-bottom: 11.5rem;
}
.top_video h2 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 8.1rem 0 0;
  margin-bottom: 6.6rem;
}
.top_video h2 .en {
  font-size: 20.2rem;
  opacity: 0.1;
  position: absolute;
  top: -2.8rem;
  left: 0;
  right: 0;
  line-height: 1;
}
.top_video h2::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #fff;
  margin: 1.3rem auto 0;
}
.top_video_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_video_item {
  width: 48.8%;
}
.top_video_item figure::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_video_item figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7.3rem;
  height: 7.3rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.top_video_item a {
  display: block;
}
.top_video_item a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.6rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -0.8rem;
  left: 0.5rem;
  right: 0;
  margin: 28.125% auto 0;
  z-index: 10;
}
.top_video_item p {
  color: #fff;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .top_video {
    padding-bottom: 6.4rem;
  }
  .top_video h2 {
    font-size: 1.8rem;
    padding: 3rem 0 0;
    margin-bottom: 3rem;
  }
  .top_video h2 .en {
    font-size: 14.5rem;
    top: -2.6rem;
  }
  .top_video_inner {
    margin: 0 2rem;
    display: block;
  }
  .top_video_item {
    width: auto;
  }
  .top_video_item + .top_video_item {
    margin-top: 2.9rem;
  }
  .top_video_item figure::after {
    width: 4.8rem;
    height: 4.8rem;
  }
  .top_video_item a::before {
    border-width: 0.7rem 0 0.7rem 1rem;
    top: -0.6rem;
  }
}

/*topic_path
----------------------------------------*/
.topic_path {
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 3.7rem;
  font-size: 1.2rem;
}
.topic_path ol {
  display: flex;
}
.topic_path ol li + li {
  padding-left: 2.3rem;
}
.topic_path ol li:last-child {
  text-decoration: underline;
}
.topic_path ol li + li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0.6rem;
  top: 0.7rem;
}
.category_ttl .topic_path ol li + li::before {
  border-color: #fff;
}
.topic_path ol a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .topic_path {
    padding-top: 1.5rem;
  }
  .topic_path ol {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .topic_path ol::-webkit-scrollbar {
    display: none;
  }
  .topic_path ol li:first-child {
    padding-left: 2rem;
  }
  .topic_path ol li:last-child {
    padding-right: 2rem;
  }
}

/*category_ttl
----------------------------------------*/
.category_ttl {
  background: rgba(5, 26, 62, 0.6);
  border-bottom: 0.6rem solid #000;
  color: #fff;
  padding: 0 0 5.6rem;
  overflow: hidden;
}
.category_ttl_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.category_ttl h1 {
  font-size: 2.6rem;
  padding-top: 12.6rem;
  margin-bottom: 1.6rem;
}
.category_ttl h1 .en {
  color: #051a3e;
  opacity: 0.15;
  position: absolute;
  top: -0.4rem;
  left: 0;
  white-space: nowrap;
  mix-blend-mode: multiply;
  font-size: 10rem;
}
.category_ttl p {
  font-size: 1.3rem;
  line-height: 2;
}
.category_ttl figure {
  width: 43.2rem;
  margin: 1.7rem -3.8rem 0 0;
}
@media only screen and (max-width: 768px) {
  .category_ttl {
    border-bottom: 0.3rem solid #000;
    padding: 0 0 3rem;
  }
  .category_ttl_inner {
    display: block;
  }
  .category_ttl h1 {
    margin: 2rem 2rem 1rem;
    font-size: 1.8rem;
    padding-top: 6rem;
  }
  .category_ttl h1 .en {
    font-size: 6.6rem;
    line-height: 1.08;
  }
  .category_ttl p {
    margin: 0 2rem;
  }
  .category_ttl figure {
    width: auto;
    margin: 2rem 4rem 0;
  }
}

/*sub_category_ttl
----------------------------------------*/
.sub_category_ttl {
  background: rgba(5, 26, 62, 0.2);
  padding: 0 0 5.6rem;
  overflow: hidden;
}
.sub_category_ttl_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sub_category_ttl_parent {
  margin: 3.6rem 0 0.8rem;
}
.sub_category_ttl_parent span {
  display: inline-block;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 1.3rem;
  padding: 0 2rem 0.2rem;
}
.sub_category_ttl h1 {
  font-size: 3.2rem;
  margin-bottom: 5.3rem;
}
.sub_category_ttl h1 .en {
  color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 7rem;
}
.sub_category_ttl h1 span:not(.en) {
  z-index: 10;
}
.sub_category_ttl p {
  font-size: 1.3rem;
  line-height: 2;
}
.sub_category_ttl figure {
  position: absolute;
  bottom: -6.1rem;
  right: 13.3rem;
  width: 34.9rem;
}
@media only screen and (max-width: 768px) {
  .sub_category_ttl {
    padding: 0 0 1rem;
  }
  .sub_category_ttl_inner {
    display: block;
  }
  .sub_category_ttl h1 {
    margin: 0 2rem;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .sub_category_ttl h1 + p {
    margin: 0 2rem;
    line-height: 1.5;
  }
  .sub_category_ttl h1 .en {
    font-size: 4rem;
  }
  .sub_category_ttl figure {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0;
  }
  .sub_category_ttl figure img {
    max-width: 27rem;
    max-height: 15rem;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .sub_category_ttl_parent {
    margin: 1.6rem 2rem 0.8rem;
  }
}

/*category_list
----------------------------------------*/
.category_list {
  padding: 4.4rem 2rem 3rem;
}
.category_list ul {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_list li {
  width: 48.9%;
  margin-bottom: 3rem;
}
.category_list li a {
  display: block;
  display: flex;
  align-items: flex-start;
}
.category_list li figure {
  width: 14.9rem;
  height: 14.9rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_list li figure img {
  max-width: 10rem;
  max-height: 10rem;
  width: auto;
  height: auto;
}
.category_list_txt {
  flex: 1;
  padding-left: 2.2rem;
}
.category_list_txt h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.category_list_txt p {
  font-size: 1.3rem;
  line-height: 1.47;
}
@media only screen and (max-width: 768px) {
  .category_list {
    padding: 3rem 2rem 2rem;
  }
  .category_list ul {
    justify-content: flex-start;
    column-gap: 0.9rem;
  }
  .category_list li {
    width: calc((100% - 1.8rem) / 3);
  }
  .category_list li a {
    display: block;
  }
  .category_list li figure {
    width: auto;
    height: 13.5rem;
    margin-bottom: 1rem;
  }
  .category_list_txt {
    padding-left: 0;
  }
  .category_list_txt h2 {
    font-size: 1.4rem;
  }
}

/*category_about
----------------------------------------*/
.category_about {
  padding: 4.6rem 2rem 3.9rem;
}
.category_about_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
}
.category_about figure {
  width: 30rem;
}
.category_about_txt {
  flex: 1;
  padding-left: 4rem;
}
.category_about_txt h2 {
  font-size: 2rem;
  margin-bottom: 1.9rem;
}
.category_about_txt p {
  font-size: 1.3rem;
  line-height: 1.47;
}
@media only screen and (max-width: 768px) {
  .category_about {
    padding: 4rem 2rem;
  }
  .category_about_inner {
    display: block;
  }
  .category_about figure {
    width: 70%;
    margin: 0 auto;
  }
  .category_about_txt {
    padding-left: 0;
    padding-top: 2rem;
  }
  .category_about_txt h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

/*category_about
----------------------------------------*/
.category_select {
  padding: 5.6rem 2rem 7rem;
}
.category_select h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.875em;
}

.category_select_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.category_select_inner li {
  width: 31.9%;
  background-color: #fff;
  margin-bottom: 3rem;
}
.category_select_inner li dt {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.66;
  color: #fff;
  background-color: #292929;
  padding: 1em 1.9em;
}
.category_select_inner li dd {
  font-size: 1.3rem;
  text-align: left;
  color: #000;
  padding: 1.5em 2.6em;
}
.category_select_inner li dd a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1.5em 0 0 auto;
}

.category_select_inner li dd a::after {
  content: "";
  display: block;
  background-image: url("../img/category/sub/dec_btn_category_select.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .category_select {
    padding: 4rem 2rem 3rem;
  }

  .category_select h2 {
    font-size: 2.4rem;
    margin-bottom: 2.3rem;
  }

  .category_select_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
  }

  .category_select_inner li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .category_select_inner li dt {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 1rem 1.2rem;
  }

  .category_select_inner li dd {
    padding: 1rem 1rem 1.6rem;
    font-size: 1.2rem;
  }

  .category_select_inner li dd a {
    margin-left: 0;
    margin-top: 1rem;
  }

  .category_select_inner li dd a::after {
    width: 3.1rem;
    height: 3.1rem;
    margin-left: 2rem;
  }
}

/*category_bnr
----------------------------------------*/
.category_bnr {
  padding: 6.5rem 2rem 4.5rem;
  background: rgba(5, 26, 62, 0.6);
}
.category_bnr ul {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category_bnr ul li {
  width: 31.8%;
  margin: 0 0 2rem 2.2%;
}
.category_bnr ul li:nth-child(3n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .category_bnr {
    padding: 4rem 2rem 2.5rem;
  }
  .category_bnr ul li {
    width: 47.7612%;
    margin: 0 0 1.5rem 4.4776%;
  }
  .category_bnr ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

/*recommend
----------------------------------------*/
.recommend {
  padding: 2rem 2rem 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recommend {
    padding: 2rem 0 3rem;
    overflow: hidden;
  }
}

/*ttl_h2
----------------------------------------*/
.ttl_h2 {
  text-align: center;
  font-size: 2rem;
  padding-top: 7.8rem;
  margin-bottom: 5.4rem;
}
.ttl_h2 .en {
  font-size: 11.8rem;
  color: #fff;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ttl_h2 span:not(.en) {
  z-index: 10;
}
.ttl_h2::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #000;
  margin: 1.3rem auto 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .ttl_h2 {
    font-size: 1.8rem;
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
  .ttl_h2 .en {
    font-size: 7.5rem;
    line-height: 1.3;
    white-space: nowrap;
    left: -5rem;
    right: -5rem;
  }
}

/*product
----------------------------------------*/
.product {
  padding: 0 2rem 5.4rem;
  overflow: hidden;
}
.product_info {
  max-width: 100rem;
  margin: -2.5rem auto 3.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.4rem solid #000;
  padding-bottom: 1.3rem;
}
.product_info_number {
  font-size: 1.6rem;
  padding-top: 1rem;
}
.product_info_sort select {
  appearance: none;
  border-radius: 1.6rem;
  border: 0;
  width: 17.9rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  background: #292929 url(../img/common/icon_arrow_01.svg) no-repeat right
    1.8rem center / 0.648rem auto;
  padding: 0.6rem 0.5rem 0.5rem;
  color: #fff;
}
.product_info_sort button {
  appearance: none;
  margin-right: 1rem;
  padding: 0.5rem 2rem 0.6rem;
  background-color: #f44545;
  color: #fff;
  border: none;
  border-radius: 50rem;
  min-width: 17.9rem;
  font-size: 1.4rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
}
.product_list {
  max-width: 100rem;
  margin: 0 auto -3rem;
  display: flex;
  flex-wrap: wrap;
}
.product_list li {
  width: 17.1%;
  margin: 0 0 3rem 3.625%;
}
.product_list li:nth-child(5n + 1) {
  margin-left: 0;
}
.product_list li figure {
  height: 13.4rem;
  margin-bottom: 0.9rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_list li figure img {
  max-width: 11rem;
  max-height: 11rem;
  width: auto;
  height: auto;
}
.product_list li h3 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.63;
}
.product_list_price {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.product_list_price span {
  font-size: 2rem;
  letter-spacing: 0.05em;
  vertical-align: -0.1rem;
  margin-right: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .product {
    padding: 0 0 4rem;
  }
  .product_info {
    margin: 0 2rem 3.9rem;
    border-bottom: 0.3rem solid #000;
    padding-bottom: 1rem;
    align-items: flex-end;
  }
  .product_info_number {
    font-size: 1.5rem;
  }
  .product_info_sort {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-end;
  }
  .product_info_sort select {
    width: 16rem;
    outline: none;
    font-size: 1.2rem;
  }
  .product_info_sort button {
    min-width: 16rem;
    outline: none;
    margin-right: 0;
    font-size: 1.2rem;
  }
  .product_list {
    margin: 0 2rem -3rem;
    column-gap: 0.9rem;
  }
  .product_list li {
    width: calc((100% - 1.8rem) / 3);
    margin: 0 0 3rem;
  }
  .product_list li figure img {
    max-width: 100%;
  }
}

/*pagination
----------------------------------------*/
.pagination {
  max-width: 100rem;
  margin: 7.8rem auto 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.pagination ul li {
  width: 5rem;
  margin: 0 0.5rem;
}
.pagination ul li a {
  display: block;
  width: 5rem;
  height: 5rem;
  line-height: 4.9rem;
}
.pagination ul .current a {
  background: #292929;
  border-radius: 50%;
  color: #fff;
}
.pagination .pagination_dot {
  width: auto;
  margin: 0 0.7rem 0 0.1rem;
  letter-spacing: -0.02em;
}
.pagination .pagination_next {
  margin-left: 2.8rem;
}
.pagination .pagination_prev {
  margin-right: 2.8rem;
}
.pagination_prev a,
.pagination_next a {
  overflow: hidden;
  text-indent: -99rem;
}
.pagination_prev a::before,
.pagination_next a::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagination_prev a::before {
  transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin: 4rem 2rem 0;
  }
  .pagination ul {
    font-size: 1.6rem;
  }
  .pagination ul li {
    width: 3.6rem;
    margin: 0 0.3rem;
  }
  .pagination ul li a {
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.5rem;
  }
  .pagination .pagination_dot {
    margin: 0 0.3rem;
  }
  .pagination .pagination_next {
    margin: 0 0 0 0.3rem;
  }
  .pagination .pagination_prev {
    margin: 0 0.3rem 0 0;
  }
}

/*product_detail
----------------------------------------*/
.product_detail {
  max-width: 100rem;
  margin: 3.1rem auto 0;
  display: flex;
}
.product_detail_img {
  width: 50%;
}
.product_detail_info {
  padding-left: 4rem;
}
.product_detail_main .slick-list,
.product_detail_thumb .slick-list {
  overflow: hidden;
}
.product_detail_main .slick-prev,
.product_detail_main .slick-next {
  appearance: none;
  border: 0;
  background: #292929 url(../img/common/icon_arrow_white.svg) no-repeat center
    center / 0.4rem auto;
  position: absolute;
  top: calc(100% + 2.8rem);
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  z-index: 1100;
  overflow: hidden;
  text-indent: -99rem;
  right: -1.4rem;
  cursor: pointer;
}
.product_detail_main .slick-prev {
  left: -1.4rem;
  right: auto;
  transform: scale(-1, 1);
}
.product_detail_main figure {
  float: left;
  background: #fff;
  height: 34.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_detail_main figure img {
  max-width: 29.3rem;
  max-height: 29.3rem;
  width: auto;
  height: auto;
}
.product_detail_thumb {
  margin: 1rem -0.5rem 0;
}
.product_detail_thumb figure {
  float: left;
  height: 6.3rem;
  margin: 0 0.5rem;
  opacity: 0.5;
  cursor: pointer;
}
.product_detail_thumb figure.slick-current {
  opacity: 1;
}
.product_detail_thumb figure.slick-current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  pointer-events: none;
}
.product_detail_thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_detail_thumb .slick-track {
  transform: unset !important;
}
.product_detail_info h2 {
  font-size: 2rem;
}
.product_detail_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.product_detail_tag li {
  display: block;
  background: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  border-radius: 1.5rem;
  margin-right: 1rem;
}
.product_detail_price {
  font-size: 1.3rem;
  margin-top: 4.5rem;
}
.product_detail_price span {
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: 0.1rem;
}
.product_detail_price .en {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  vertical-align: -0.2rem;
}
.product_detail_quantity {
  font-size: 1.3rem;
  margin: 1.4rem 0 1.6rem;
}
.product_detail_quantity input[type="text"] {
  width: 7rem;
  height: 3rem;
  border-radius: 0;
  border: 1px solid #707070;
  padding: 0.5rem 1rem;
  font-family: inherit;
  margin-left: 1rem;
}
.product_detail_info button {
  appearance: none;
  border-radius: 0.3rem;
  background: #292929;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: inherit;
  border: 0;
  width: 26.7rem;
  height: 5rem;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-bottom: 1rem;
}
.product_detail_info button::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
}
.product_detail_favorite,
.product_detail_contact {
  font-size: 1.3rem;
}
.product_detail_favorite a,
.product_detail_contact a {
  text-decoration: underline;
}
.product_detail_favorite a::before,
.product_detail_contact a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon_favorite.svg) no-repeat left top / 100%
    auto;
  vertical-align: -0.5rem;
  margin-right: 0.5rem;
}
.product_detail_contact a::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/common/icon_contact.svg);
}
.product_detail .sns_btn {
  display: flex;
  align-items: center;
  margin: 3rem 0 3.1rem;
  row-gap: 0.8rem;
}
.product_detail .sns_btn li {
  margin-right: 0.5rem;
}
.product_detail .sns_btn iframe,
.product_detail .sns_btn a,
.product_detail .sns_btn span,
.product_detail .sns_btn .fb_iframe_widget {
  display: block !important;
}
.product_detail h3 {
  font-size: 1.5rem;
  color: #000;
  margin: 1.9rem 0 0.35rem;
}
.product_detail p {
  font-size: 1.3rem;
  line-height: 1.54;
}
@media only screen and (max-width: 768px) {
  .product_detail {
    max-width: 100rem;
    margin: 3.1rem auto 0;
    display: block;
  }
  .product_detail_img {
    width: auto;
    padding: 0 2rem;
  }
  .product_detail_info {
    padding: 2rem;
  }
  .product_detail_info button {
    width: 18.8rem;
    margin-bottom: 0;
  }
  .product_detail_price {
    margin-top: 2.5rem;
  }
  .product_detail .sns_btn {
    flex-wrap: wrap;
    margin: 3rem 0 3.2rem;
  }
  .product_detail_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.8rem 2rem;
    width: 100vw;
    z-index: 4000;
    background-color: #fff;
  }

  .product_detail_btn_icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1.2rem;
  }

  .product_detail_favorite a,
  .product_detail_contact a {
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product_detail_favorite a::before,
  .product_detail_contact a::before {
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 0;
  }
}

/*product_review
----------------------------------------*/
.product_review {
  max-width: 100rem;
  margin: 5.9rem auto 1.6rem;
}
.product_review h2 {
  font-size: 2rem;
  border-bottom: 0.4rem solid #000;
  padding-bottom: 0.7rem;
  margin-bottom: 3rem;
}
.product_review_btn {
  text-align: center;
}
.product_review_btn a {
  display: inline-block;
  width: 26.7rem;
  border-radius: 0.3rem;
  background: #292929;
  color: #fff;
  padding: 1.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: inherit;
  border: 0;
  width: 26.7rem;
  height: 5rem;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-bottom: 1rem;
}
.product_review_btn a::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
}
.product_review_note {
  margin: 2.1rem 0 2.6rem;
}
.product_review_note h3 {
  margin-bottom: 0.4rem;
}
.product_review_note p {
  font-size: 1.2rem;
}
.product_review_list li {
  background: #fff;
  margin-top: 2rem;
  padding: 1.7rem 2rem 2.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product_review_list li:nth-child(n + 4) {
  display: none;
}
.product_review_date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #999;
}
.product_review_list li h3 {
  width: 100%;
  font-size: 1.5rem;
  margin: 1.3rem 0 0.3rem;
}
.product_review_txt {
  font-size: 1.3rem;
  line-height: 1.55;
}
.product_review_star {
  display: flex;
  margin-left: 3rem;
}
.product_review_star_icon {
  width: 9rem;
  height: 1.8rem;
  margin-top: 0.1rem;
  background: url(../img/common/icon_star_off.svg) repeat-x left top / 1.8rem
    auto;
}
.product_review_star_icon::before {
  content: "";
  display: block;
  width: 0;
  height: 1.8rem;
  background: url(../img/common/icon_star_on.svg) repeat-x left top / 1.8rem
    auto;
}
.product_review_star_icon[data-star="0.5"]::before {
  width: 0.9rem;
}
.product_review_star_icon[data-star="1.0"]::before {
  width: 1.8rem;
}
.product_review_star_icon[data-star="1.5"]::before {
  width: 2.7rem;
}
.product_review_star_icon[data-star="2.0"]::before {
  width: 3.6rem;
}
.product_review_star_icon[data-star="2.5"]::before {
  width: 4.5rem;
}
.product_review_star_icon[data-star="3.0"]::before {
  width: 5.4rem;
}
.product_review_star_icon[data-star="3.5"]::before {
  width: 6.3rem;
}
.product_review_star_icon[data-star="4.0"]::before {
  width: 7.2rem;
}
.product_review_star_icon[data-star="4.5"]::before {
  width: 8.1rem;
}
.product_review_star_icon[data-star="5.0"]::before {
  width: 9rem;
}
.product_review_star_number {
  font-size: 1.5rem;
  margin: -0.2rem 0 0 0.6rem;
  letter-spacing: 0.05em;
}
.product_review_all {
  text-align: center;
  margin-top: 4rem;
  padding-left: 0.7rem;
}
.product_review_all button {
  appearance: none;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.product_review_all button::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.2rem solid #222;
  border-right: 0.2rem solid #222;
  transform: rotate(135deg);
  margin-right: 0.6rem;
  vertical-align: 0.3rem;
}
@media (hover: hover) {
  .product_detail_info button:hover,
  .product_review_all button:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .product_review {
    margin: 3rem 2rem 1.6rem;
  }
  .product_review h2 {
    font-size: 1.8rem;
    border-bottom-width: 0.3rem;
    margin-bottom: 2rem;
  }
  .product_review_star {
    width: 100%;
    justify-content: flex-end;
    margin: 0;
  }
  .product_review_star_number {
    margin: -0.2rem 0 0 0.5rem;
  }
  .product_review_list li h3 {
    margin-top: 0.5rem;
  }
  .product_review_all {
    margin-top: 3rem;
  }
}

/*column_category
----------------------------------------*/
.column_category {
  max-width: 100rem;
  margin: 3rem auto 2.6rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: bold;
}
.column_category li {
  margin: 0 1rem 1rem 0;
}
.column_category a {
  display: block;
  background: #fff;
  border-radius: 1.7rem;
  padding: 0.6rem 1.95rem;
}
.column_category .current a {
  background: #292929;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .column_category {
    margin: 2rem 1rem 2rem 2rem;
    font-size: 1.3rem;
  }
  .column_category a {
    padding: 0.6rem 1.3rem;
  }
}

/*column_list
----------------------------------------*/
.column_list {
  max-width: 100rem;
  margin: 0 auto -3rem;
  display: flex;
  flex-wrap: wrap;
}
.column_list + .pagination {
  margin: 5rem auto 1.6rem;
}
.column_list li {
  width: 22.7%;
  margin: 0 0 3rem 3.0667%;
}
.column_list li:nth-child(4n + 1) {
  margin-left: 0;
}
.column_list li figure {
  height: 17rem;
  background: #fff;
  overflow: hidden;
}
.column_list li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.column_list_category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.column_list_category span {
  background: #292929;
  padding: 0.2rem 1rem;
  margin: 0 .5rem .5rem 0;
}
.column_list_date {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0.7rem 0 0.3rem;
}
.column_list_txt {
  font-size: 1.3rem;
  line-height: 1.47;
}
@media (hover: hover) {
  .column_list li a:hover figure img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 768px) {
  .column_list {
    margin: 0 2rem -3rem;
    flex-wrap: wrap;
  }
  .column_list + .pagination {
    margin: 4rem auto 2rem;
  }
  .column_list li {
    width: calc((100% - 1.8rem) / 3);
    margin: 0 0 3rem .9rem;
  }
  .column_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .column_list li figure {
    height: 9rem;
  }
  .column_list_category {
    font-size: 1rem;
  }
}

/*column_detail
----------------------------------------*/
.column_detail {
  max-width: 100rem;
  margin: 10rem auto 0;
}
.column_detail h2 {
  width: 100%;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.column_detail_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.8rem;
}
.column_detail_date {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.column_detail_category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-left: 2.8rem;
}
.column_detail_category span {
  background: #292929;
  padding: 0.2rem 1rem;
  margin: 0 .5rem .5rem 0;
}
.column_detail_main {
  margin-bottom: 2rem;
}
.column_detail_main img {
  width: 100%;
}
.column_detail_body h1 {
  font-size: 3.2rem;
  color: #000;
  line-height: 1.73;
  margin-bottom: 5.4rem;
}
.column_detail_body figure + p {
  margin-top: 5.7rem;
}
.column_detail_body p + figure {
  margin-top: 3.6rem;
}
.column_detail_body figure:last-child {
  margin-bottom: 0;
}
.column_detail_body h2 {
  font-size: 3.2rem;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 1.73;
  margin: 5.2rem 0 2.2rem;
}
.column_detail_body h3 {
  font-size: 2rem;
  margin: 6rem 0 2.2rem;
}
.column_detail_body h3::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #000;
  margin-top: 1.3rem;
}
.column_detail_body h4 {
  font-size: 2rem;
  color: #234378;
  margin: 5.9rem 0 2.2rem;
}
.column_detail_body h5 {
  font-size: 1.6rem;
  padding: 0.3rem 0 0;
  margin: 5.6rem 0 2.2rem;
}
.column_detail_body h5::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.1rem;
  background: #000;
  margin-top: 0.8rem;
}
.column_detail_body h2:first-child,
.column_detail_body h3:first-child,
.column_detail_body h4:first-child,
.column_detail_body h5:first-child {
  margin-top: 0;
}
.column_detail_body p {
  font-size: 1.3rem;
  line-height: 2;
}
.column_detail_body p + p,
.column_detail_body p + .tooltip {
  margin-top: 1.75em;
}
.column_detail_body .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7.8rem;
}
.column_detail_body .row.merit {
  margin-top: 2.4rem;
}
.column_detail_body .row .col2 {
  width: 48.6%;
}
.column_detail_body .row .col26 {
  width: 26%;
}
.column_detail_body .row .col24 {
  width: 24%;
}

.column_detail_body .row .col37 {
  width: 37%;
  border: solid #d5d5d5;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
}

.column_detail_body .row .col37:last-of-type {
  border-width: 1px 1px 1px 1px;
}

.column_detail_body .row .col37 p {
  padding: 8.9% 6.4%;
  font-size: 1.4rem;
}

.column_detail_body .row h3 {
  font-size: 2rem;
  margin: 2rem 0 2.6rem;
}
.column_detail_body .row h3::after {
  display: none;
}

.column_detail_body h3.merit_ttl {
  margin: 2.2rem 0 0.8em;
}

.column_detail_body h3.merit_ttl::after {
  background: #234378;
}

.column_detail_body .row.merit h4 {
  background-color: #234378;
  color: #fff;
  text-align: center;
  padding: 0.4em;
  margin-bottom: 0;
}
.column_detail_body .row.merit .col37:last-of-type h4 {
  background-color: #292929;
}

.column_detail_body table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0;
}
.column_detail_body table:first-child {
  margin-top: 0;
}
.column_detail_body table th,
.column_detail_body table td {
  border: 0.2rem solid #d5d5d5;
  background: #fff;
  padding: 2.13rem;
}
.column_detail_body table thead th {
  color: #fff;
  background: #234378;
}
.column_detail_body table tbody th {
  background: #f4f4f4;
}
.column_detail_body .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.column_detail_body .other li {
  width: 48.6%;
  margin-bottom: 3rem;
  display: flex;
}
.column_detail_body .other li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #234378;
  padding: 1.8rem 10.4rem 1.7rem 4rem;
  line-height: 1.75;
}
.column_detail_body .other li a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #292929;
  border-right: 0.2rem solid #292929;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.4rem;
  margin: auto 0;
}
.column_detail_body .btn {
  text-align: center;
}
.column_detail_body .btn a {
  display: inline-block;
  min-width: 26.7rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  border-radius: 0.3rem;
  padding: 1.4rem;
  margin: 1rem;
}
.column_detail_body .btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 0.1rem solid #292929;
  border-right: 0.1rem solid #292929;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
}
.column_detail_body .box_bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem 3.4rem 4.5rem;
  margin: 3rem 0;
}
.column_detail_body .box_border {
  border: 1px solid #292929;
  padding: 2.9rem 3.3rem 4.4rem;
  margin: 3rem 0;
}
.column_detail_body .box_bg:first-child,
.column_detail_body .box_border:first-child {
  margin-top: 0;
}
.column_detail_body .box_bg h5,
.column_detail_body .box_border h5 {
  margin-bottom: 1.7rem;
}
.column_detail_body .box_bg h5::after,
.column_detail_body .box_border h5::after {
  display: none;
}
.column_detail_body .list_disc {
  padding-left: 0;
}
.column_detail_body .list_disc li {
  display: block;
  padding-left: 2.8rem;
  line-height: 2;
}
.column_detail_body .list_disc li::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #292929;
  position: absolute;
  left: 0;
  top: 1rem;
}
.column_detail_body .list_disc li + li {
  margin-top: 0.24rem;
}
.column_detail_body .list_disc li strong {
  color: #003bff;
  font-weight: inherit;
}
.column_detail_body .list_check {
  padding-left: 0;
}
.column_detail_body .list_check li {
  padding-left: 4.2rem;
  line-height: 2;
  display: block;
}
.column_detail_body .list_check li + li {
  margin-top: 0.35rem;
}
.column_detail_body .list_check li::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 0.1rem solid #292929;
  position: absolute;
  left: 0;
  top: 0.3rem;
  box-sizing: border-box;
}
.column_detail_body .list_check li::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.4rem;
  border-left: 0.1rem solid #292929;
  border-bottom: 0.1rem solid #292929;
  transform: rotate(-45deg);
  position: absolute;
  top: 1rem;
  left: 0.7rem;
}
.column_detail_body .list_link {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 0.7rem;
  padding-left: 0;
  margin-right: -4.1rem;
}
.column_detail_body .list_link + .list_link {
  padding-top: 0;
}
.column_detail_body .list_link li {
  margin-right: 4.1rem;
  margin-bottom: 1.8rem;
  display: block;
}
.column_detail_body .list_link a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid #292929;
  border-right: 0.1rem solid #292929;
  transform: rotate(45deg);
  vertical-align: 0.3rem;
  margin-left: 1.7rem;
}
.column_detail_body .link,
.column_detail_body .tooltip_area,
.column_detail_body a:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a) {
  font-size: 1.6rem;
  color: #003bff;
  text-decoration: none;
}
.column_detail_body .tooltip_area {
  display: inline;
  cursor: pointer;
}
.column_detail_body .tooltip_area::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/column/icon_tooltip.svg) no-repeat left top / 100% auto;
  margin-left: 1rem;
  vertical-align: -0.2rem;
}
.column_detail_body .tooltip_txt {
  position: absolute;
  top: 4rem;
  left: 0;
  font-size: 1.2rem;
  background: #fff;
  width: 22rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 1.5rem;
  border: 1px solid #003bff;
  z-index: 2;
  transition: 0.3s;
}
.column_detail_body .tooltip_txt::before,
.column_detail_body .tooltip_txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -2.6rem;
  left: 3.5rem;
  margin-left: -1.7rem;
  border: 1rem solid transparent;
  border-bottom: 1.6rem solid #003bff;
  z-index: 0;
}
.column_detail_body .tooltip_area:hover + .tooltip_txt {
  opacity: 1;
  visibility: visible;
}
.column_detail_body .tooltip_txt::after {
  border-bottom: 1.6rem solid #fff;
  z-index: 2;
  top: -2.4rem;
}
.column_detail_body .link.position_r {
  text-align: right;
  margin-top: 0.4em;
}
.column_detail_body .link a::after,
.column_detail_body a:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a)::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.1rem solid #003bff;
  border-right: 0.1rem solid #003bff;
  transform: rotate(45deg);
  margin-left: 0.5rem;
  vertical-align: 0.2rem;
}
.column_detail_body .link a[target="_blank"]::after,
.column_detail_body a[target="_blank"]:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a)::after,
.column_detail_body a[target="null"]:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a)::after {
  width: 1.65rem;
  height: 1.63rem;
  background: url(../img/column/icon_external.svg) no-repeat left top / 100%
    auto;
  border: 0;
  transform: none;
  margin-left: 0.9rem;
  vertical-align: -0.3rem;
}
.column_detail_body .link a.colorbox::after {
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/column/icon_modal.svg) no-repeat left top / 100% auto;
  border: 0;
  transform: none;
  margin-left: 0.5rem;
  vertical-align: -0.2rem;
}
.column_detail_body .link a.popup::after {
  width: 1.42rem;
  height: 1.42rem;
  background: url(../img/column/icon_popup.svg) no-repeat left top / 100% auto;
  border: 0;
  transform: none;
  margin-left: 1rem;
  vertical-align: -0.2rem;
}
.column_detail_body .link a[href$=".pdf"]::after,
.column_detail_body a[href$=".pdf"]:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a)::after {
  width: 1.26rem;
  height: 1.63rem;
  background: url(../img/column/icon_pdf.svg) no-repeat left top / 100% auto;
  border: 0;
  transform: none;
  margin-left: 1rem;
  vertical-align: -0.2rem;
}
.column_detail_body .modal_wrap {
  display: none;
}
.column_detail_body .list_note,
.column_detail_body .list_note_num {
  padding-left: 0;
}
.column_detail_body .list_note li,
.column_detail_body .list_note_num li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.4rem;
  line-height: 2;
  display: block;
}
.column_detail_body .list_note_num li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.column_detail_body .list_note li + li,
.column_detail_body .list_note_num li + li {
  margin-top: 0.2rem;
}
.modal_contents {
  background: #fff;
  text-align: left;
  padding: 3rem;
}
.column_detail_btn_list {
  text-align: center;
  margin-top: 4rem;
}
.column_detail_btn_list a {
  width: 15rem;
  margin: 0 auto;
  display: block;
  background: #292929;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.85rem 1rem;
}
.column_detail_btn_list a::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .column_detail {
    margin: 4rem 2rem 0;
  }
  .column_detail h2 {
    font-size: 2rem;
  }
  .column_detail_body h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .column_detail_body figure + p {
    margin-top: 3rem;
  }
  .column_detail_body p + figure {
    margin-top: 3rem;
  }
  .column_detail_body h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
  }
  .column_detail_body h3 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }
  .column_detail_body h4 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }
  .column_detail_body h5 {
    font-size: 1.6rem;
    margin: 3rem 0 1.5rem;
  }
  .column_detail_body .row {
    display: block;
    margin-top: 0;
  }
  .column_detail_body .row .col2 {
    width: auto;
  }
  .column_detail_body .row .col2 {
    margin-top: 3rem;
  }
  .column_detail_body .row h3 {
    font-size: 1.8rem;
    margin: 1rem 0 1.5rem;
  }
  .column_detail_body table {
    font-size: 1.5rem;
  }
  .column_detail_body table th,
  .column_detail_body table td {
    padding: 1.5rem;
  }
  .column_detail_body .other {
    display: block;
  }
  .column_detail_body .other li {
    width: auto;
    margin-bottom: 1.5rem;
  }
  .column_detail_body .other li a {
    font-size: 1.4rem;
    padding: 1.8rem 5.4rem 1.7rem 2rem;
  }
  .column_detail_body .other li a::after {
    width: 0.7rem;
    height: 0.7rem;
    right: 2rem;
  }
  .column_detail_body .box_bg {
    padding: 2rem;
  }
  .column_detail_body .box_border {
    padding: 1.9rem;
  }
  .column_detail_body .list_disc li {
    padding-left: 2rem;
  }
  .column_detail_body .list_disc li::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 1.2rem;
  }
  .column_detail_body .list_check li {
    padding-left: 3.5rem;
  }
  .column_detail_body .list_check li::before {
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
  }
  .column_detail_body .list_link a::after {
    margin-left: 1rem;
  }
  .column_detail_body .link,
  .column_detail_body .tooltip_area,
  .column_detail_body a:not(:has(*)):not(.p-toc a):not(.other a):not(.btn a):not(.list_link a):not(.link a) {
    font-size: 1.5rem;
  }
  .column_detail_body .list_note li,
  .column_detail_body .list_note_num li {
    font-size: 1.3rem;
  }

  .column_detail_body .row.column_sp_2 {
    display: flex !important;
  }
  .column_detail_body .row.column_sp_2 .col24 {
    width: 48%;
    margin: 2% 0;
  }
  .column_detail_body .row .col26 {
    width: 100%;
  }
  .column_detail_body .row .col37 {
    width: 100%;
    border: solid #d5d5d5;
    border-width: 0 1px;
  }
  .column_detail_body .row .col37:last-of-type {
    border-width: 0 1px 1px;
  }
}

/*footer_category
----------------------------------------*/
.footer_category {
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.footer_category::after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 21.2rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer_category h2 {
  text-align: center;
  font-size: 2rem;
  padding-top: 12rem;
  margin-bottom: 12.2rem;
}
.footer_category h2 .en {
  font-size: 32.8rem;
  white-space: nowrap;
  opacity: 0.03;
  color: #051a3e;
  position: absolute;
  top: 1.7rem;
  left: 0;
  right: 0;
  line-height: 1;
}
.footer_category h2::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.2rem;
  background: #292929;
  margin: 1.3rem auto 0;
}
.footer_category_inner {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
.footer_category_item {
  width: 31.9%;
  margin-bottom: 4.7rem;
  display: flex;
  align-items: flex-start;
}
.footer_category_item figure {
  width: 11.4rem;
}
.footer_category_txt {
  flex: 1;
  padding-left: 2rem;
}
.footer_category h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.footer_category h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background: #000;
  margin-top: 0.8rem;
}
.footer_category ul {
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .footer_category {
    padding-bottom: 2.5rem;
  }
  .footer_category::after {
    top: 13.4rem;
    background-color: #fff;
  }
  .footer_category h2 {
    font-size: 1.8rem;
    padding-top: 4.3rem;
    margin-bottom: 5rem;
  }
  .footer_category h2 .en {
    font-size: 9.5rem;
    top: 2.5rem;
    left: -1rem;
    right: -1rem;
  }
  .footer_category_inner {
    width: auto;
    margin: 0 2rem;
    padding-top: 3rem;
  }
  .footer_category_item {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
  }
  .footer_category_item figure {
    width: auto;
    margin-bottom: 1rem;
  }
  .footer_category_txt {
    padding-left: 0;
  }
  .footer_category h3 {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border: 1px solid #292929;
    padding: 0 2rem 0 2.6rem;
    margin-bottom: 0;
  }
  .footer_category h3.is-open::after {
    transform: scale(1, -1);
  }
  .footer_category h3 img {
    width: 5.9rem;
    height: 5.9rem;
    object-fit: contain;
    margin-left: auto;
    margin-right: 1.8rem;
    margin-left: auto;
  }
  .footer_category h3::after {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/common/acc_arrow.svg);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    transition: transform 0.3s;
  }
  .footer_category ul {
    display: none;
    font-size: 1.3rem;
    line-height: 2.15;
    padding-top: 1.6rem;
    padding-bottom: 2.8rem;
    padding-left: 2.5rem;
    border: 1px solid #e3e3e3;
  }
  .footer_category_recommend {
    letter-spacing: -0.05em;
  }
}

/*footer_banner
----------------------------------------*/
.footer_banner {
  padding: 6rem 0 6.9rem;
  overflow: hidden;
}
.footer_banner_slider {
  max-width: 102.2rem;
  margin: 0 auto;
}
.footer_banner_item {
  width: 25.5rem;
  padding: 0 1.1rem;
  float: left;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.footer_banner .slick-track {
  overflow: hidden;
}
.footer_banner_item.slick-active,
.footer_banner_item.is-active-next {
  opacity: 1;
}
.footer_banner_slider .slick-prev,
.footer_banner_slider .slick-next {
  appearance: none;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.8rem;
  margin: auto 0;
  overflow: hidden;
  background: #fff url(../img/common/icon_arrow_black.svg) no-repeat center
    center / 0.6rem auto;
  text-indent: -99rem;
  cursor: pointer;
  z-index: 1100;
}
.footer_banner_slider .slick-prev {
  right: auto;
  left: -2.8rem;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  .footer_banner {
    padding: 3rem 0 2.9rem;
  }
  .footer_banner_slider {
    max-width: 35rem;
  }
  .footer_banner_item {
    width: 17.5rem;
    padding: 0 0.75rem;
  }
  .footer_banner_slider .slick-prev,
  .footer_banner_slider .slick-next {
    right: -0.3rem;
  }
  .footer_banner_slider .slick-prev {
    right: auto;
    left: -0.3rem;
  }
}

/*footer_guide
----------------------------------------*/
.footer_guide {
  padding: 6.6rem 0 6.8rem;
  background: #fff;
}
.footer_guide_inner {
  max-width: 99.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_guide_box {
  width: 48.8%;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer_guide_box a {
  color: #003bff;
}
.footer_guide_box h2 {
  background: #292929;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem 0.9rem;
  margin: 2.7rem 0 1.9rem;
}
.footer_guide_box h2:first-child {
  margin-top: 0;
}
.footer_guide_box h3 {
  font-size: 1.4rem;
  color: #000;
  margin: 2.9rem 0 0.8rem;
}
.footer_guide_box h2 + h3 {
  margin-top: -0.3rem;
}
.footer_guide_box p,
.footer_guide_box ul {
  line-height: 1.67;
}
.footer_guide_box p + p,
.footer_guide_box ul + p {
  margin-top: 1.7em;
}
.footer_guide_box ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.footer_guide_daibiki p {
  line-height: 2.18;
  margin-top: -0.4rem;
}
.footer_guide_daibiki figure {
  width: 26.5rem;
  margin: 1.5rem 0 1rem;
}
.footer_guide_box .red {
  color: #f44545;
}
.footer_guide_box .small {
  font-size: 1rem;
}
.footer_guide_conveni {
  width: 27.1rem;
  margin: 0.8rem 0 1rem;
}
.footer_guide_card figure {
  width: 16.2rem;
  margin: 0.8rem 0 0.8rem;
}
.footer_guide_card ul {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .footer_guide {
    padding: 4rem 2rem;
  }
  .footer_guide_inner {
    display: block;
  }
  .footer_guide_box {
    width: auto;
  }
  .footer_guide_box + .footer_guide_box {
    margin-top: 2.9rem;
  }
}

/*footer_shop
----------------------------------------*/
.footer_shop {
  padding: 5rem 0 5.9rem;
}
.footer_shop_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer_shop_item {
  width: 23.3%;
  font-size: 1.2rem;
  padding-bottom: 16.6rem;
}
.footer_shop_item h2 {
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
}
.footer_shop_item iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 14.6rem;
}
.footer_shop_item a {
  font-weight: 500;
  text-decoration: underline;
}
.footer_shop_map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer_shop {
    padding: 6rem 2rem 5.9rem;
  }
  .footer_shop_inner {
    display: block;
  }
  .footer_shop_item {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2.9rem;
  }
  .footer_shop_item iframe {
    height: 21rem;
  }
  .footer_shop_map {
    position: relative;
    margin-top: 0.9rem;
  }
}

/*footer_contents
----------------------------------------*/
.footer_contents {
  background: #292929;
  color: #fff;
  padding: 6.4rem 0 4.2rem;
}
.footer_contents_inner {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  padding-right: 5rem;
  justify-content: space-between;
}
.footer_contents h2 {
  font-size: 1.4em;
  margin-bottom: 1.8rem;
}
.footer_contents h2::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background: #fff;
  margin: 0.7rem 0 0;
}
.footer_contents_guide {
  font-size: 1.2em;
  line-height: 1.67;
}
.footer_contents_item p {
  font-size: 1.2em;
  line-height: 1.7;
}
.footer_contents_btn {
  width: 15rem;
  margin-top: 1.5rem;
}
.footer_contents_btn a {
  display: block;
  background: #234378;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.6rem;
}
.footer_contents_sns {
  font-size: 1.2em;
  padding-top: 0.2rem;
  width: 16.8rem;
}
.footer_contents_sns li + li {
  margin-top: 0.85rem;
}
.footer_contents_sns img {
  display: inline-block;
  vertical-align: -0.4rem;
  margin-right: 1rem;
}
.footer_contents_calendar_outer {
  width: 16.9rem;
}
.footer_contents_calendar {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #292929;
}
.footer_contents_calendar th {
  background: #e2e2e2;
  border: 1px solid #292929;
  height: 2.4rem;
  width: 14.2857%;
}
.footer_contents_calendar .show_next_month {
  display: block;
  position: absolute;
  right: 0.6rem;
}
.footer_contents_calendar .show_prev_month {
  display: block;
  position: absolute;
  left: 0.6rem;
}
.footer_contents_calendar th:first-child {
  color: #f44545;
}
.footer_contents_calendar td {
  background: #fff;
  border: 1px solid #292929;
  height: 2.4rem;
}
.footer_contents_calendar td.blue {
  background: #b4ecf4;
}
.footer_contents_calendar td.navy {
  background: #234378;
  color: #fff;
}
.footer_contents_calendar td.red {
  background: #f44545;
  color: #fff;
}
.footer_contents_calendar_txt {
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
}
.footer_contents_calendar_txt .navy {
  color: #234378;
}
.footer_contents_calendar_txt .blue {
  color: #b4ecf4;
}
.footer_contents_calendar_txt .red {
  color: #f44545;
}
.footer_contents .copyright {
  text-align: center;
  font-size: 1.1em;
  display: block;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .footer_contents {
    padding: 5rem 2rem 6rem;
  }
  .footer_contents h2 {
    font-size: 1.3em;
  }
  .footer_contents_inner {
    flex-wrap: wrap;
    padding: 0;
  }
  .footer_contents_item {
    width: 50%;
    margin-bottom: 5rem;
  }
  .footer_contents_guide {
    line-height: 2;
  }
  .footer_contents_sns li + li {
    margin-top: 1.5rem;
  }
  .footer_contents_sns img {
    width: 1.7rem;
  }
  .footer_contents_calendar_outer {
    width: 100%;
  }
  .footer_contents .copyright {
    margin-top: 0;
  }
}


/* TOPボタン */
.footer_to-top {
  display: block;
  position: fixed;
  right: 5rem;
  bottom: 3rem;
  z-index: 2000;
  width: 9rem;
  height: 9rem;
  opacity: 0;
  pointer-events: none;
}
.footer_to-top.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer_to-top.is-fixed:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .footer_to-top {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
    bottom: 1.2rem;
  }
}

/*inview
----------------------------------------*/
.inview {
  opacity: 0;
  filter: blur(1rem);
  transition: opacity 0.5s, filter 0.5s;
}
.inview.show {
  opacity: 1;
  filter: blur(0);
}

/* colobox
----------------------------------------*/
.hidden {
  display: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxLoadedContent {
  overflow: visible !important;
  text-align: center;
  display: inline-block;
  position: static;
}
#cboxOverlay {
  background: #292929;
  opacity: 0;
  transition: opacity 1000ms;
}
#colorbox {
  opacity: 0;
}
#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxContent {
  overflow: visible;
  margin: 0;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus {
  outline: none;
}
#cboxClose {
  text-align: center;
  color: #333;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  top: -40px;
  right: 0;
  border: 0;
  border-radius: 0;
  z-index: 1100;
  width: 30px;
  height: 30px;
  opacity: 0;
  margin-left: -22px;
  font-family: inherit;
  overflow: hidden;
  transition: opacity 300ms;
}
#cboxClose:focus {
  outline: none;
}
#cboxClose:hover {
  opacity: 0.6;
}
#cboxClose::before,
#cboxClose::after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 15px;
  transform: rotate(45deg);
}
#cboxClose::after {
  transform: rotate(-45deg);
}
#cboxPrevious,
#cboxNext {
  top: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  height: 40px;
  margin-top: -20px;
}
#cboxNext {
  right: -30px;
}
#cboxPrevious {
  left: -30px;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cboxPrevious::before {
  left: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
  #cboxNext {
    right: -25px;
  }
  #cboxPrevious {
    left: -25px;
  }
}

.movie_modal_inner {
  max-width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.img .movie_modal_inner {
  padding-top: 0;
}
.movie_modal_inner::before {
  content: "";
  display: block;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 500ms;
  z-index: 1000;
}
.show .movie_modal_inner::before {
  width: 100%;
}
.show2 .movie_modal_inner::before {
  left: auto;
  right: 0;
  width: 0;
}
.movie_modal_embed {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*top_rank
----------------------------------------*/
.top_rank {
  padding: 5rem 0 1rem;
}
.top_rank_ttl {
  max-width: 100rem;
  margin: 0 auto 3.9rem;
  font-size: 3.2rem;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_rank_more {
  font-size: 1.3rem;
  padding-top: 1.2rem;
  letter-spacing: 0.025em;
  color: #000;
}
.top_rank_more a::after {
  content: "";
  display: inline-block;
  background: #292929 url(../img/common/icon_arrow_white.svg) no-repeat center
    center / 0.6rem auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-left: 2.2rem;
  vertical-align: -1.2rem;
}
.top_rank_list {
  overflow: hidden;
	padding-top: 2.1rem;
}
.top_rank_list .top_rank_slider {
  max-width: 102.2rem;
  margin: 0 auto;
}
.top_rank_slider .slick-prev,
.top_rank_slider .slick-next {
  appearance: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 12.2rem;
  left: 50%;
  margin-left: 53rem;
  width: 2.3rem;
  height: 4.2rem;
  overflow: hidden;
  background: none;
  text-indent: -99rem;
  z-index: 1100;
  cursor: pointer;
}
.top_rank_slider .slick-prev {
  margin-left: -55.1rem;
  transform: scale(-1, 1);
}
.top_rank_slider .slick-prev::before,
.top_rank_slider .slick-next::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  right: 0;
  margin: auto;
}
.top_rank_item {
  width: 25.6rem;
  float: left;
  padding: 0 1.1rem;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.top_rank_item.new a .rank {
  display: block;
  width: 3.4rem;
  height: 5.1rem;
  background-image: url(../img/top/rank_other.png);
	background-repeat: no-repeat;
	background-size: contain;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
	padding-top: 0.6rem;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1100;
}

.top_rank_item.new a .rank.rank_top {
	width: 5.3rem;
	height: 4.2rem;
	padding-top: 1.4rem;
	top: -2.1rem;
}
.top_rank_item.new a .rank.rank_1 {
	background-image: url(../img/top/rank_01.png);
}
.top_rank_item.new a .rank.rank_2 {
	background-image: url(../img/top/rank_02.png);
}
.top_rank_item.new a .rank.rank_3 {
	background-image: url(../img/top/rank_03.png);
}
.top_rank_item figure {
  background: #fff;
  height: 19.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.top_rank_item figure::before {
  content: "";
  display: block;
  width: 10.4rem;
  height: 10.4rem;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_rank_item figure img {
  width: 13.8rem;
  z-index: 10;
  mix-blend-mode: multiply;
}
.top_rank_item h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
.top_rank_price {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.9rem;
}
.top_rank_price .en {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  vertical-align: -0.1rem;
  margin-right: 0.4rem;
}
.top_rank_item.slick-active,
.top_rank_item.is-active-next {
  opacity: 1;
}
.top_rank h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
	row-gap: 0.5rem;
	position: relative;
	padding-bottom: 1.3rem;
	margin-bottom: 3rem;
}
.top_rank h2 .en {
  font-weight: bold;
  font-size: 8rem;
	text-transform: uppercase;
	line-height: 1;
}
.top_rank h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 3.8rem;
	height: 0.2rem;
	background-color: #292929;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.product_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .top_rank {
    padding: 3rem 0 1rem;
  }

	.top_rank h2 {
		font-size: 1.4rem;
		padding-bottom: 1.3rem;
		margin-bottom: 3rem;
    row-gap: 1.8rem;
	}

	.top_rank h2 .en {
		font-size: 6.4rem;
	}

	.top_rank_item.new a .rank {
		font-size: 1.3rem;
		width: 2.4rem;
		height: 3.5rem;
		padding-top: 0.5rem;
		left: 0.5rem;
	}

	.top_rank_item.new a .rank.rank_top {
		width: 4.1rem;
		height: 3.3rem;
		left: 0;
		padding-top: 1.3rem;
	}

  .top_rank_ttl {
    margin: 0.7rem 2rem 2.9rem;
    font-size: 2.4rem;
  }
  .top_rank_more {
    padding-top: 0;
  }
  .top_rank_list .top_rank_slider {
    max-width: 34.8rem;
  }
  .top_rank_slider .slick-prev,
  .top_rank_slider .slick-next {
    top: 5rem;
    left: auto;
    right: -0.5rem;
    margin-left: 0;
    width: 1.9rem;
    height: 3.5rem;
  }
  .top_rank_slider .slick-prev {
    margin-left: 0;
    left: -0.5rem;
  }
  .top_rank_slider .slick-prev::before,
  .top_rank_slider .slick-next::before {
    width: 2.1rem;
    height: 2.1rem;
    left: -1.4rem;
  }
  .top_rank_item {
    width: 11.6rem;
    padding: 0 0.5rem;
  }
  .top_rank_item.new a::before {
    width: 4.1rem;
    height: 2.3rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
  }
  .top_rank_item figure {
    height: 11.5rem;
    margin-bottom: 1rem;
  }
  .top_rank_item figure::before {
    width: 6.1rem;
    height: 6.1rem;
  }
  .top_rank_item figure img {
    width: 8rem;
  }
  .top_rank_item h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .top_rank_price {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
  .top_rank_price .en {
    font-size: 2rem;
    margin-right: 0.3rem;
  }
}

/* toc
----------------------------------------*/
body #main_content .p-toc {
  width: 100%;
  max-width: none;
  background: #fff;
  border: 0;
}

/* toc
----------------------------------------*/
body .p-pnLinks .-prev .p-pnLinks__link:hover,
body .p-pnLinks .-next .p-pnLinks__link:hover {
  box-shadow: none;
}
body .-prev>.p-pnLinks__link:hover .p-pnLinks__title,
body .-next>.p-pnLinks__link:hover .p-pnLinks__title {
  transform: none;
}
body .p-pnLinks .-prev .p-pnLinks__link {
  border: 0;
  padding-left: 5rem;
  transition: opacity .3s
}
body .p-pnLinks .-next .p-pnLinks__link {
  border: 0;
  padding-right: 5rem;
  transition: opacity .3s
}
body .p-pnLinks .-prev .p-pnLinks__link::before,
body .p-pnLinks .-next .p-pnLinks__link::before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #292929;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
body .p-pnLinks .-next .p-pnLinks__link::before {
  left: auto;
  right: 0;
}
body .p-pnLinks__item.-prev:before {
  left: 1.6rem;
}
body .p-pnLinks__item.-next:before {
  right: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body .p-pnLinks__item.-prev:before {
    left: 1.6rem;
  }
  body .p-pnLinks__item.-next:before {
    right: 1.6rem;
  }
}