@keyframes icon-arrow {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-arrow-short {
  100% {
    background-position: 0 -180px;
  }
}
@keyframes icon-blank {
  100% {
    background-position: 0 -480px;
  }
}
@keyframes icon-blank-short {
  100% {
    background-position: 0 -450px;
  }
}
@keyframes icon-back {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-anchorlink {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-zoom {
  100% {
    background-position: 0 -352px;
  }
}
@keyframes icon-download {
  100% {
    background-position: 0 -448px;
  }
}
@keyframes icon-menu-list {
  100% {
    background-position: 0 -320px;
  }
}
@keyframes icon-hamburger {
  100% {
    background-position: 0 -480px;
  }
}
.new-responsive-template {
  min-width: auto;
}
.new-responsive-template #jtweb-site-area-content {
  min-width: auto;
}
.new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content.w-auto {
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-area {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-area {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-header {
    padding: 72px 0 78px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-header {
    padding: 11.2vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-main {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-main {
    padding: 12.8vw 0 0;
  }
}
.new-responsive-template .page-container {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-container {
    padding: 0 54px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-container {
    padding: 0 6.4vw;
  }
}

.c-contents--inner {
  width: 92.093704246%;
  max-width: 1472px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-contents--inner {
    width: 87.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-contents--inner.is-d-none-sp {
    width: 100%;
  }
}

.c-primary-button--wrap {
  width: 100%;
}
.c-primary-button--wrap a {
  text-decoration: none !important;
}
.c-primary-button--wrap a:not([href^="#"]) {
  opacity: 1 !important;
}

.c-primary-button {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.4285714286 !important;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #00AE68;
  border: none;
  border-radius: 26px;
  color: #FAFAFA !important;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .c-primary-button {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
    border-radius: 6.9333333333vw;
  }
}
.c-primary-button::before {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid rgba(0, 174, 104, 0.4);
  border-radius: 28px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-primary-button::before {
    border-radius: 7.4666666667vw;
  }
}
.c-primary-button:hover {
  background-color: #056740;
}
.c-primary-button:hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #00AE68;
}
.c-primary-button.is-external::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(/assets/img/common/icon-external-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-external::after {
    width: 3.7333333333vw;
    height: 2.464vw;
    right: 5.8666666667vw;
  }
}
.c-primary-button.is-plus::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("/assets/images/common/icon-plus-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-plus::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 4.2666666667vw;
  }
}
.c-primary-button.is-download {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-download {
    padding-right: 5.3333333333vw;
  }
}
.c-primary-button.is-download::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/img/common/icon-download.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-download::after {
    width: 3.7333333333vw;
    height: 2.464vw;
    right: 5.8666666667vw;
  }
}
.c-primary-button.is-pdf {
  padding-right: 37px !important;
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-pdf {
    padding-right: 9.8666666667vw !important;
  }
}
.c-primary-button.is-pdf::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(/assets/img/common/icon-pdf-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-primary-button.is-pdf::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 4.2666666667vw;
  }
}

.c-top-title-set.is-green .c-top-title-set-label {
  color: #003d25;
}
.c-top-title-set.is-green .c-top-title-set-text {
  color: #033824;
}
.c-top-title-set.is-white .c-top-title-set-label {
  color: #fafafa;
}
.c-top-title-set.is-white .c-top-title-set-text {
  color: #fafafa;
}
.c-top-title-set.is-pc-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1472px;
  width: 92.093704246vw;
}
@media screen and (max-width: 767px) {
  .c-top-title-set.is-pc-flex {
    display: block;
    max-width: none;
    width: auto;
  }
}

.c-top-title-set-label {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.3571428571 !important;
  letter-spacing: 0.05em;
  font-family: "Cormorant Infant";
}
@media screen and (max-width: 767px) {
  .c-top-title-set-label {
    font-size: 3.7333333333vw;
  }
}

.c-top-title-set-text {
  font-size: 42px;
  font-weight: 400 !important;
  line-height: 1.4523809524 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-top-title-set-text {
    font-size: 36px;
    font-weight: 400 !important;
    line-height: 1.4444444444 !important;
    letter-spacing: 0.05em;
    font-size: 9.6vw;
  }
}

.c-column-title-set-title {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.3em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
  line-height: 1.5;
  color: #003d25;
}
@media screen and (max-width: 767px) {
  .c-column-title-set-title {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.3888888889 !important;
    letter-spacing: 0;
    font-size: 4.8vw;
  }
}
.c-column-title-set-title span {
  display: inline-block;
  position: relative;
}
.c-column-title-set-title.is-small {
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-column-title-set-title.is-small {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.375 !important;
    letter-spacing: 0.05em;
    font-size: 4.2666666667vw;
  }
}
.c-column-title-set-title.is-external span {
  width: 10px;
  height: 8.57px;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .c-column-title-set-title.is-external span {
    width: 2.6666666667vw;
    height: 2.2853333333vw;
    bottom: 0.5333333333vw;
  }
}

.c-column-title-set-desc {
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em;
  color: #5c7364;
  margin-top: 4px;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-column-title-set-desc {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}

.u-is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-is-pc {
    display: none;
  }
}

.u-is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-is-sp {
    display: block;
  }
}

.c-column-title-set-title-parts.c-link-icon::after {
  bottom: 3px;
}

.c-kv-set {
  position: relative;
  width: 100%;
}

.c-kv-set-title {
  position: absolute;
  bottom: 4.2459736457vw;
  left: 4.3191800878vw;
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  .c-kv-set-title {
    bottom: 9.0666666667vw;
    left: 6.4vw;
  }
}

.c-kv-set-title-en {
  font-family: "Cormorant Infant";
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.3571428571 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-kv-set-title-en {
    font-size: 3.7333333333vw;
  }
}

.c-kv-set-title-title {
  font-size: 56px;
  font-weight: 400 !important;
  line-height: 1.4464285714 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-kv-set-title-title {
    font-size: 36px;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em;
    font-size: 9.6vw;
  }
}

.c-kv-set-title-subtitle {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-kv-set-title-subtitle {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.4285714286 !important;
    letter-spacing: 0.05em;
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.c-anchor-list {
  background-color: rgba(239, 250, 246, 0.9);
  padding: 20px 43px 20px 54px;
}
@media screen and (max-width: 767px) {
  .c-anchor-list {
    overflow-x: scroll;
    padding: 20px 0px 20px 25px;
  }
}

.c-anchor-list--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-anchor-list--inner {
    width: 406px;
  }
}

.c-anchor-list-title {
  font-family: "Cormorant Infant";
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1.4615384615 !important;
  letter-spacing: 0.05em;
  padding-right: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-anchor-list-title {
    display: none;
  }
}
.c-anchor-list-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  background-color: rgba(1, 61, 37, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-anchor-list-cont {
  display: flex;
  margin-left: 39px;
}
@media screen and (max-width: 767px) {
  .c-anchor-list-cont {
    margin-left: 0;
  }
}

.c-anchor-list-cont-item {
  position: relative;
}
.c-anchor-list-cont-item + .c-anchor-list-cont-item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-anchor-list-cont-item + .c-anchor-list-cont-item {
    margin-left: 48px;
  }
}
.c-anchor-list-cont-item::after {
  content: "";
  display: block;
  width: 8px;
  height: 4.57px;
  background-image: url("/assets/images/tobacco/p_assets/img/anchor-list/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -16px;
}

.c-anchor-list-external {
  margin-left: auto;
  width: 88px;
  padding: 6px 0 7px;
  border: 1px solid rgba(0, 61, 37, 0.3);
  border-radius: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 1.4615384615 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-anchor-list-external {
    margin-left: 50px;
  }
}

.c-2column-multi-set-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list {
    flex-direction: column;
    gap: 80px 0;
  }
}

.c-2column-multi-set-list-item {
  width: 49.2050874404%;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item {
    width: 100%;
  }
}

.c-2column-multi-set-list-item-part-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.c-2column-multi-set-list-item-part-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 4px;
  background: linear-gradient(to top, rgba(0, 174, 105, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-2column-multi-set-list-item-part-image + .c-2column-multi-set-list-item-part-title {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-image + .c-2column-multi-set-list-item-part-title {
    margin-top: 4.2666666667vw;
  }
}

.c-2column-multi-set-list-item-part-title {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4583;
  color: #003D25;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.3em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-title {
    font-size: 5.8666666667vw;
  }
}
.c-2column-multi-set-list-item-part-title.is-fs-large {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-title.is-fs-large {
    font-size: 8vw;
  }
}
.c-2column-multi-set-list-item-part-title.c-link-icon::after {
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-title.c-link-icon::after {
    bottom: 2.1333333333vw;
  }
}

.c-2column-multi-set-list-item-part-title--wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-title--wrap {
    margin-top: 4.2666666667vw;
  }
}

.c-2column-multi-set-list-item-part-sub-title {
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-sub-title {
    margin-left: 5.3333333333vw;
  }
}
.c-2column-multi-set-list-item-part-sub-title::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #CCD9D4;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-sub-title::before {
    left: -2.6666666667vw;
  }
}

.c-2column-multi-set-list-item-part-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #5C7364;
  margin-top: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.3em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-desc {
    margin-top: 4.2666666667vw;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.625 !important;
    letter-spacing: 0.05em;
    font-size: 4.2666666667vw;
  }
}

.c-2column-multi-set-list-item-part.is-link .c-2column-multi-set-list-item-part-title span {
  display: inline-block;
  position: relative;
  right: -10px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part.is-link .c-2column-multi-set-list-item-part-title span {
    right: -2.6666666667vw;
    bottom: 0.2666666667vw;
  }
}
.c-2column-multi-set-list-item-part.is-link .c-2column-multi-set-list-item-part-title span svg {
  width: 5px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part.is-link .c-2column-multi-set-list-item-part-title span svg {
    width: 1.3333333333vw;
    height: 2.4vw;
  }
}
@media (any-hover: hover) {
  .c-2column-multi-set-list-item-part.is-link:hover .c-2column-multi-set-list-item-part-image::before {
    opacity: 1;
  }
  .c-2column-multi-set-list-item-part.is-link:hover .c-2column-multi-set-list-item-part-title,
  .c-2column-multi-set-list-item-part.is-link:hover .c-2column-multi-set-list-item-part-desc {
    text-decoration-color: #00ae68;
    color: #00ae68;
  }
}

.c-2column-multi-set-list-item-part-group-title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-group-title {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.c-2column-multi-set-list-item-part-group-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(60px, 264px));
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-group-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 4.2666666667vw !important;
  }
}

.c-2column-multi-set-list-item-part-group-list-item {
  transition: opacity 0.3s ease-in-out;
}
.c-2column-multi-set-list-item-part-group-list-item:hover {
  opacity: 0.5;
}

.c-2column-multi-set-list-item-part-group-list-item-part {
  display: block;
  border: 1px solid #CCD9D4;
  border-radius: 8px;
  overflow: hidden;
}

.c-2column-multi-set-list-item-part-button {
  margin-top: 16px;
  width: 183px;
}
@media screen and (max-width: 767px) {
  .c-2column-multi-set-list-item-part-button {
    margin-top: 6.4vw;
    width: 48.8vw;
  }
}

.page-contents-menu {
  position: sticky;
  z-index: 2;
  background-color: #EFF9F5;
  border-top: 1px solid #CCD9D4;
  border-bottom: 1px solid #CCD9D4;
  transition: top 0.25s ease-in-out 0.5s, opacity 0.9s ease-in-out, translate 0.9s ease-in-out;
  top: 0;
}

@media screen and (min-width: 1601px), print {
  .page-contents-menu-container {
    margin: 0 calc((100% - 1708px) / 2 + 54px);
    padding: 0 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px), print {
  .page-contents-menu-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 54px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-container {
    padding: 0;
  }
}

.page-contents-menu-box {
  display: flex;
  align-items: center;
}

.page-contents-menu-title {
  position: relative;
  z-index: 0;
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-family: "Cormorant Infant", serif;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-title {
    display: block;
    padding-right: 24px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-title {
    display: none;
    padding-right: 6.4vw;
    font-size: 3.4666666667vw;
  }
}
.page-contents-menu-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1px;
  background-color: #CCD9D4;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-title::before {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-title::before {
    height: 8vw;
  }
}

.page-contents-menu-frame {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  overflow: auto;
  scroll-behavior: smooth;
  flex: 1;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-frame:not(:has(.page-contents-menu-external))::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, transparent, #EFF9F5 50%);
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-frame:has(.page-contents-menu-external)::after {
    content: "";
    display: inline-block;
    min-width: 6.6666666667vw;
  }
}

.page-contents-menu-content {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-content {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
.page-contents-menu-content::before, .page-contents-menu-content::after {
  content: "";
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-content::before, .page-contents-menu-content::after {
    min-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-content::before {
    min-width: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :not(:has(.page-contents-menu-external)) .page-contents-menu-content::after {
    min-width: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :has(.page-contents-menu-external) .page-contents-menu-content::after {
    min-width: 10.6666666667vw;
  }
}

.page-contents-menu-list {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-list {
    gap: 10.6666666667vw;
  }
}

.page-contents-menu-link {
  position: relative;
  z-index: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: grid;
  place-items: center;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.3em;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-link {
    font-size: 16px;
    height: 64px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-link {
    font-size: 4.2666666667vw;
    height: 17.0666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.page-contents-menu-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-link::before {
    width: 8px;
    height: 5px;
    background-size: 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-link::before {
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    background-size: 2.1333333333vw 1.3333333333vw;
  }
}
.page-contents-menu-link {
  color: #033824;
  text-decoration-color: transparent !important;
}
.page-contents-menu-link::before {
  background-image: url("/assets/images/common/icon-chevron-down.svg");
}
.page-contents-menu-link:hover {
  color: #00ae68;
  text-decoration-color: #00ae68 !important;
}
.page-contents-menu-link:hover::before {
  background-image: url("/assets/images/common/icon-chevron-down-hover.svg");
}
.page-contents-menu-link:focus-visible {
  outline-offset: -1px;
}

.page-contents-menu-external {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-external {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-external {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-external:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, transparent, #EFF9F5 50%);
  }
}

.page-contents-menu-external-link {
  display: grid;
  place-items: center;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none !important;
  white-space: nowrap;
  box-sizing: border-box;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-external-link {
    min-width: 96px;
    padding: 0 18px;
    height: 32px;
    border-radius: 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-external-link {
    min-width: 25.6vw;
    padding: 0 4.8vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.page-contents-menu-external-link {
  color: #033824 !important;
  border: 1px solid #033824;
  background-color: transparent;
}
.page-contents-menu-external-link:hover {
  color: #FFF !important;
  border: 1px solid #00ae68;
  background-color: #00ae68;
}
.page-contents-menu-external-link::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/common/icon-window-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .page-contents-menu-external-link::after {
    width: 7.35px;
    height: 6px;
    right: 10.7px;
  }
}
@media screen and (max-width: 767px) {
  .page-contents-menu-external-link::after {
    width: 1.96vw;
    height: 1.6vw;
    right: 2.8533333333vw;
  }
}

.c-2column-heading-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set {
    flex-direction: column-reverse;
  }
}

.c-2column-heading-set-title {
  font-size: 30px;
  font-weight: 600 !important;
  line-height: 1.4666666667 !important;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-title {
    font-size: 8vw;
  }
}
.c-2column-heading-set-title.is-link svg {
  display: inline-block;
  height: 14px;
  width: 8px;
  position: relative;
  bottom: 5px;
  right: -18px;
}
@media screen and (min-width: 768px) {
  .c-2column-heading-set-title.is-link svg {
    bottom: 0.3660322108vw;
    height: 1.0248901903vw;
    width: 0.5856515373vw;
    right: -1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-title.is-link svg {
    bottom: 1.3333333333vw;
    height: 3.7333333333vw;
    width: 2.1333333333vw;
    right: -4.8vw;
  }
}

.c-2column-heading-set-logo {
  position: relative;
  max-width: 171px;
  margin-left: 50px;
}
.c-2column-heading-set-logo::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #CCD9D4;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.c-2column-heading-set--inner {
  width: 29.7218155198vw;
  max-width: 406px;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set--inner {
    width: 100%;
    max-width: none;
  }
}

.c-2column-heading-set-title--wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-title--wrap {
    margin-top: 4.8vw;
  }
}

.c-2column-heading-set-brand {
  margin-left: 33px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-brand {
    margin-left: 8.8vw;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 1.4285714286 !important;
    letter-spacing: 0.05em;
    font-size: 3.7333333333vw;
    width: 25.3333333333vw;
  }
}
.c-2column-heading-set-brand::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #CCD9D4;
  position: absolute;
  top: 50%;
  left: -16.5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-brand::before {
    height: 10.6666666667vw;
    left: -4.4vw;
  }
}

.c-2column-heading-set-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-desc {
    margin-top: 4.2666666667vw;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.625 !important;
    letter-spacing: 0.07em;
    font-size: 4.2666666667vw;
  }
}

.c-2column-heading-set-button {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-button {
    margin-top: 6.4vw;
  }
}
.c-2column-heading-set-button .c-primary-button {
  width: auto;
  padding: 16px 30px;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-button .c-primary-button {
    padding: 4.2666666667vw 8vw;
  }
}
.c-2column-heading-set-button .c-primary-button.is-external {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-button .c-primary-button.is-external {
    padding-right: 10.6666666667vw;
  }
}

.c-2column-heading-set-image {
  max-width: 761px;
  width: 55.710102489vw;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-image {
    width: 100%;
  }
}
.c-2column-heading-set-image.is-movie {
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-2column-heading-set-image.is-movie {
    margin-top: 6.4vw;
  }
}
.c-2column-heading-set-image.is-movie:hover {
  opacity: 0.5;
}

.c-link-icon {
  display: inline-block;
}
.c-link-icon::after {
  content: "";
  position: absolute;
  bottom: 6px;
  margin-left: 8px;
  background: url(/assets/img/common/icon-link-arrow.svg) no-repeat center center/contain;
  width: 6px;
  height: 8px;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .c-link-icon::after {
    width: 1.6vw;
    height: 2.1333333333vw;
    bottom: 1.6vw;
    margin-left: 2.1333333333vw;
  }
}
.c-link-icon.is-green::after {
  opacity: 0.4;
}
.c-link-icon.is-dark-green::after {
  opacity: 1;
}
.c-link-icon.is-white::after {
  background: url(/assets/img/common/icon-link-arrow-white.svg) no-repeat center center/contain;
  opacity: 1;
}
.c-link-icon.is-external::after {
  background: url(/assets/img/common/icon-external.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-link-icon.is-external::after {
    width: 2.6666666667vw;
    height: 2.4vw;
  }
}

.p-sports {
  overflow: hidden;
}
.p-sports * {
  box-sizing: border-box;
}
.p-sports img {
  max-width: 100%;
  width: 100%;
}
.p-sports a {
  text-decoration: none;
}
.p-sports a:not([href^="#"]) {
  opacity: 1 !important;
}
.p-sports .p-sports--inner {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-sports .p-sports--inner {
    margin-bottom: 80px;
  }
}
.p-sports #volleyball {
  margin-top: 55px;
}
.p-sports #volleyball .c-2column-multi-set {
  margin-top: 32px;
}
.p-sports #volleyball .c-2column-multi-set-list-item-part-title::after {
  content: none;
}
.p-sports #volleyball .c-2column-multi-set-list-item-part-sub-title > img {
  max-width: 77px;
}
@media screen and (max-width: 767px) {
  .p-sports #volleyball .c-2column-multi-set-list-item-part-sub-title > img {
    max-width: 20.5333333333vw;
  }
}
.p-sports #volleyball .c-2column-multi-set-list-item-part-desc {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-sports #volleyball .c-2column-multi-set-list-item-part-desc {
    font-size: 3.2vw;
  }
}
.p-sports #golf {
  margin-top: 95px;
  border-top: 1px solid #CCD9D4;
  padding-top: 55px;
}
.p-sports #golf .c-2column-heading-set {
  display: grid;
  grid-template-columns: 37.3608903021% 1fr;
  grid-template-areas: "title image" "inner image";
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .c-2column-heading-set {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "inner";
  }
}
.p-sports #golf .c-2column-heading-set .c-2column-heading-set-title.is-link svg {
  bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .c-2column-heading-set .c-2column-heading-set-title.is-link svg {
    bottom: 0;
  }
}
.p-sports #golf .page-sports-contents .c-link-icon::after {
  bottom: 11px;
  width: 8px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .page-sports-contents .c-link-icon::after {
    bottom: 2.9333333333vw;
  }
}
.p-sports #golf .page-sports-contents-title {
  grid-area: title;
}
.p-sports #golf .c-2column-heading-set--inner {
  grid-area: inner;
}
.p-sports #golf .c-2column-heading-set-image {
  grid-area: image;
  width: 100%;
  max-width: 100%;
}
.p-sports #golf .page-sports-contents-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .page-sports-contents-title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-sports #golf .c-2column-heading-set-title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .c-2column-heading-set-title {
    font-size: 5.8666666667vw;
  }
}
.p-sports #golf .c-2column-heading-set-logo > img {
  max-width: 77px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .c-2column-heading-set-logo > img {
    max-width: 17.0666666667vw;
  }
}
.p-sports #golf .c-2column-heading-set-button {
  width: 257px;
}
@media screen and (max-width: 767px) {
  .p-sports #golf .c-2column-heading-set-button {
    width: 68.5333333333vw;
  }
}