@charset "UTF-8";
/*! 
Theme Name: Kita Alps Sanroku Brand
Author: Team covs
*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Marcellus", "Zen Old Mincho", serif;
  scroll-behavior: smooth;
  letter-spacing: 0.04em;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  position: relative;
  font-family: "Marcellus", "Zen Old Mincho", serif;
  color: #404040;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  letter-spacing: 0.04em;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 1.8;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Marcellus", "Zen Old Mincho", serif;
}

p {
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  top: clamp(25px, 2.4305555556vw, 35px);
  right: clamp(31px, 6.1111111111vw, 88px);
  z-index: 20;
  display: none;
}
@media (max-width: 1200px) {
  .burger {
    display: block;
  }
}

.burgerWrap {
  width: 36px;
  height: 30px;
  position: relative;
}

.burgerBar {
  height: 2px;
  width: 36px;
  position: absolute;
  left: 50%;
  transition: all 0.3s ease;
}
.burgerBar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./optimized/common/bar_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.burgerBar:nth-of-type(3) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(3).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: clamp(5.6px, 0.5555555556vw, 8px);
}

.breadcrumbItem {
  font-size: clamp(1.4rem, (1.3888888889vw), 2rem);
  font-weight: 400;
  line-height: 1;
  color: #0066a8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: #0066a8;
  content: "＞";
  display: inline-block;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.breadcrumbLink.-current {
  max-width: clamp(168px, 16.6666666667vw, 240px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pagination {
  margin-top: clamp(70px, 6.9444444444vw, 100px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(32px, 2.7777777778vw, 40px);
}

.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}
.paginationPrev::after,
.paginationNext::after {
  content: "";
  display: block;
  width: clamp(12.8px, 1.1111111111vw, 16px);
  min-width: clamp(12.8px, 1.1111111111vw, 16px);
  height: clamp(20.8px, 1.8055555556vw, 26px);
  background-image: url(./optimized/news/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(32px, 2.7777777778vw, 40px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  line-height: 1.25;
  color: #0066a8;
}
.paginationNumber.-current {
  pointer-events: none;
}
.paginationNumber.-current::after {
  content: "";
  border-radius: 50%;
  width: clamp(37.6px, 3.2638888889vw, 47px);
  height: clamp(37.6px, 3.2638888889vw, 47px);
  border: 1px solid #0066a8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  padding-left: clamp(60px, 4.8611111111vw, 70px);
  padding-right: clamp(60px, 4.8611111111vw, 70px);
  padding-top: clamp(10px, 0.9027777778vw, 13px);
  padding-bottom: clamp(10px, 0.9027777778vw, 13px);
  font-size: clamp(1.4rem, (1.25vw), 1.8rem);
  font-weight: 500;
  line-height: 1.3333333333;
  color: white;
  text-align: center;
  background-color: #0066a8;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 8px;
  white-space: nowrap;
  max-width: 100%;
  transition: all 0.4s ease;
  border: 1px solid #0066a8;
}
.btn::after {
  content: "";
  display: block;
  width: clamp(14px, 1.25vw, 18px);
  min-width: clamp(14px, 1.25vw, 18px);
  height: clamp(14px, 1.25vw, 18px);
  background-image: url(./optimized/common/icon_btn_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
  rotate: 0deg;
}
.btn:hover {
  color: #0066a8;
  background-color: white;
}
.btn:hover::after {
  background-image: url(./optimized/common/icon_btn_blue.svg);
  rotate: 90deg;
}

.about {
  padding-top: clamp(136.5px, 13.5416666667vw, 195px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(./optimized/about/bg2.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: clamp(35px, 3.4722222222vw, 50px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.aboutInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .aboutInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.aboutHead {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0066a8 0%, #bcd4df 122%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.aboutTtl.-first {
  font-size: clamp(1.67rem, (1.6666666667vw), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  padding-top: clamp(10.5px, 1.0416666667vw, 15px);
  padding-bottom: clamp(10.5px, 1.0416666667vw, 15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.aboutTtl.-first span {
  display: inline-block;
}
.aboutTtl.-first::before {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: clamp(12.8px, 1.1111111111vw, 16px);
}
.aboutTtl.-first::after {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: clamp(12.8px, 1.1111111111vw, 16px);
}
.aboutTtl.-second {
  margin-top: clamp(16.7px, 1.6666666667vw, 24px);
  text-align: center;
  color: #0066a8;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.4375;
}
.aboutTtl.-second span {
  display: inline-block;
}

.aboutTtlInner {
  display: inline-block;
}

.aboutBody {
  margin-top: clamp(42px, 4.1666666667vw, 60px);
  width: 100%;
}

.aboutBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .aboutBodyList {
    row-gap: 64px;
  }
}

.aboutBodyItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(42px, 4.1666666667vw, 60px);
}
@media (max-width: 767px) {
  .aboutBodyItem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
  }
}

.aboutBodyContents {
  overflow: hidden;
  width: calc(100% - clamp(296.7px, 29.4444444444vw, 424px) - clamp(42px, 4.1666666667vw, 60px));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .aboutBodyContents {
    width: 100%;
  }
}

.aboutBodyTtl.-first {
  color: #0066a8;
  text-align: center;
  font-size: clamp(1.4rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.4375;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  column-gap: clamp(7px, 0.6944444444vw, 10px);
  position: relative;
}
.aboutBodyTtl.-first span {
  font-size: clamp(2.24rem, (2.2222222222vw), 3.2rem);
  font-weight: 400;
  line-height: 1;
}
.aboutBodyTtl.-first::before {
  content: "";
  display: inline-block;
  width: 200%;
  height: 2px;
  background: #bcd4df;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - clamp(14px, 1.3888888889vw, 20px)), -50%);
}
.aboutBodyTtl.-first::after {
  content: "";
  display: inline-block;
  width: 200%;
  height: 2px;
  background: #bcd4df;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + clamp(14px, 1.3888888889vw, 20px)), -50%);
}
.aboutBodyTtl.-second {
  margin-top: clamp(16.7px, 1.6666666667vw, 24px);
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.aboutBodyTtl.-second span {
  display: inline-block;
}

.aboutBodyTxt {
  margin-top: clamp(16.7px, 1.6666666667vw, 24px);
  width: 100%;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.8;
  font-family: "Zen Old Mincho";
}

.aboutBodyImg {
  width: clamp(296.7px, 29.4444444444vw, 424px);
  min-width: clamp(296.7px, 29.4444444444vw, 424px);
  aspect-ratio: 424/262;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .aboutBodyImg {
    width: 100%;
    min-width: 100%;
  }
}

.aboutBottom {
  margin-top: clamp(56px, 5.5555555556vw, 80px);
  width: 100%;
  max-width: 800px;
  position: relative;
}

.aboutBottomTxt {
  color: #0066a8;
  text-align: center;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 2;
}
.aboutBottomTxt span {
  display: inline-block;
}
.aboutBottomTxt strong {
  font-size: clamp(1.44rem, (1.25vw), 1.8rem);
  font-weight: bold;
  line-height: 1.4444444444;
  display: inline;
  background: linear-gradient(transparent 60%, #fdf4e9 0%);
}

.aboutDrawings {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: clamp(100px, 14.3055555556vw, 206px);
  height: clamp(93px, 12.9166666667vw, 186px);
}
@media (max-width: 767px) {
  .aboutDrawings {
    top: auto;
    bottom: 0;
  }
}
.aboutDrawings.-left {
  left: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 767px) {
  .aboutDrawings.-left {
    transform: translate(-35%, 80%);
  }
}
.aboutDrawings.-right {
  right: 0;
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .aboutDrawings.-right {
    transform: translate(35%, 80%);
  }
}

.aboutDrawingsInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.aboutDrawingsImg {
  object-fit: contain;
  position: absolute;
  pointer-events: none;
  animation: wobble 2s ease-in-out alternate infinite;
}
.aboutDrawingsImg.-first {
  width: clamp(16.8px, 2.9166666667vw, 42px);
  height: clamp(22.8px, 3.9583333333vw, 57px);
  top: 0;
  left: 0;
  animation-delay: -0.9s;
}
.aboutDrawingsImg.-second {
  width: clamp(44px, 7.6388888889vw, 110px);
  height: clamp(48px, 8.3333333333vw, 120px);
  top: 10%;
  left: 15%;
  animation-delay: 0s;
}
.aboutDrawingsImg.-third {
  width: clamp(36.4px, 6.3194444444vw, 91px);
  height: clamp(32.8px, 5.6944444444vw, 82px);
  right: 5%;
  bottom: 0;
  animation-delay: -1.4s;
}
.aboutDrawingsImg.-fourth {
  width: clamp(38.8px, 6.7361111111vw, 97px);
  height: clamp(51.6px, 8.9583333333vw, 129px);
  bottom: 0;
  left: 0;
  animation-delay: -0.5s;
}
.aboutDrawingsImg.-fifth {
  width: clamp(60px, 10.4166666667vw, 150px);
  height: clamp(32px, 5.5555555556vw, 80px);
  top: 0%;
  left: 13%;
  animation-delay: 0s;
}
.aboutDrawingsImg.-sixth {
  width: clamp(34.4px, 5.9722222222vw, 86px);
  height: clamp(44.4px, 7.7083333333vw, 111px);
  right: 0%;
  top: 10%;
  animation-delay: -1.5s;
}

.aboutProfile {
  margin-top: clamp(48px, 4.1666666667vw, 60px);
  width: 100%;
  background-color: #fdf4e9;
  border-radius: 10px;
  padding: clamp(16.7px, 1.6666666667vw, 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(26.6px, 2.6388888889vw, 38px);
  padding-left: clamp(24px, 4.1666666667vw, 60px);
  padding-right: clamp(24px, 4.1666666667vw, 60px);
  padding-top: clamp(28px, 2.7777777778vw, 40px);
  padding-bottom: clamp(28px, 2.7777777778vw, 40px);
  position: relative;
}
@media (max-width: 767px) {
  .aboutProfile {
    margin-top: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.aboutProfile::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -40%);
  z-index: 1;
  content: "";
  display: block;
  width: clamp(24px, 3.3333333333vw, 48px);
  height: clamp(24px, 3.3333333333vw, 48px);
  background-image: url(./optimized/about/drawing14.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .aboutProfile::after {
    display: none;
  }
}

.aboutProfileImg {
  width: clamp(111.2px, 9.6527777778vw, 139px);
  height: clamp(122.4px, 10.625vw, 153px);
  min-width: clamp(111.2px, 9.6527777778vw, 139px);
  object-fit: contain;
}

@media (max-width: 767px) {
  .aboutProfileWrap {
    width: 100%;
  }
}

.aboutProfileTxt {
  font-size: clamp(1.24rem, (1.0763888889vw), 1.55rem);
  line-height: 1.7741935484;
  font-family: "Zen Old Mincho";
}
@media (max-width: 767px) {
  .aboutProfileTxt {
    margin-top: 24px;
  }
}
.aboutProfileTxt span {
  display: inline-block;
}

.aboutProfileName {
  margin-top: clamp(9.6px, 0.8333333333vw, 12px);
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.7875;
  text-align: right;
}
.aboutProfileName span {
  display: inline-block;
}

.archive {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  position: relative;
  z-index: 2;
  padding-bottom: clamp(125.9px, 12.5vw, 180px);
}
@media (max-width: 767px) {
  .archive {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.archive.-bg::after {
  content: "";
  display: block;
  width: 100vw;
  height: 105%;
  background-color: #fdf4e9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.archiveInner {
  width: 100%;
}

.archiveCategories {
  width: 100%;
}

.archiveCategoriesList {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(17.5px, 1.7361111111vw, 25px);
  row-gap: clamp(14.4px, 1.6666666667vw, 24px);
}

.archiveCategoriesItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.archiveCategoriesItem.-current {
  border-top: 2px solid #0066a8;
  border-bottom: 2px solid #0066a8;
}
.archiveCategoriesItem.-other {
  border-top: 2px solid #c4d9e3;
  border-bottom: 2px solid #c4d9e3;
}

.archiveCategoriesLink {
  text-align: center;
  padding-top: clamp(10.7px, 1.25vw, 18px);
  padding-bottom: clamp(10.7px, 1.25vw, 18px);
  padding-left: clamp(16.7px, 1.6666666667vw, 24px);
  padding-right: clamp(16.7px, 1.6666666667vw, 24px);
  min-width: 180px;
  font-size: clamp(1.4rem, (1.3888888889vw), 2rem);
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .archiveCategoriesLink {
    min-width: 0;
  }
}
.archiveCategoriesLink.-current {
  color: #0066a8;
  pointer-events: none;
}
.archiveCategoriesLink.-other {
  color: #529d9b;
}

.archiveBody {
  margin-top: clamp(56px, 5.5555555556vw, 80px);
  width: 100%;
}

.archiveBodyList {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: clamp(39.1px, 3.8888888889vw, 56px);
  column-gap: clamp(19.5px, 1.9444444444vw, 28px);
}

.archiveBodyItem {
  width: calc((100% - clamp(19.5px, 1.9444444444vw, 28px) * 2) / 3);
}
@media (max-width: 767px) {
  .archiveBodyItem {
    width: calc((100% - clamp(19.5px, 1.9444444444vw, 28px) * 1) / 2);
  }
}

.archiveBodyLink {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(12px, 0.9027777778vw, 13px);
  width: 100%;
}

.archiveBodyThumbnail {
  width: 100%;
  aspect-ratio: 315/177;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.archiveBodyTime {
  font-size: clamp(1.44rem, (1.25vw), 1.8rem);
  line-height: 1.2777777778;
  color: #0066a8;
}

.archiveBodyTtl {
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  color: #404040;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archiveShop {
  padding-top: clamp(96px, 11.1111111111vw, 160px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.archiveShopBg {
  position: absolute;
  top: clamp(35px, 3.4722222222vw, 50px);
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  object-fit: contain;
  z-index: -1;
}

.archiveShopArea {
  text-align: center;
  color: #0066a8;
  font-size: clamp(1.95rem, (1.9444444444vw), 2.8rem);
  font-weight: 500;
  line-height: 1.4642857143;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(14.7px, 1.4583333333vw, 21px);
}
.archiveShopArea::before {
  content: "";
  display: block;
  width: clamp(22.4px, 1.9444444444vw, 28px);
  height: clamp(22.4px, 1.9444444444vw, 28px);
  background-image: url(./optimized/shops/icon_asterisk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.archiveShopArea::after {
  content: "";
  display: block;
  width: clamp(22.4px, 1.9444444444vw, 28px);
  height: clamp(22.4px, 1.9444444444vw, 28px);
  background-image: url(./optimized/shops/icon_asterisk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.archiveShopList {
  margin-top: clamp(48px, 5.5555555556vw, 80px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(28px, 2.7777777778vw, 40px);
  width: 100%;
}

.archiveShopItem {
  border-radius: 10px;
  background: #fdf4e9;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 828px;
  padding-top: clamp(19.2px, 1.6666666667vw, 24px);
  padding-bottom: clamp(19.2px, 1.6666666667vw, 24px);
  padding-left: clamp(24px, 2.7777777778vw, 40px);
  padding-right: clamp(24px, 2.7777777778vw, 40px);
  position: relative;
}

.archiveShopHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .archiveShopHead {
    display: contents;
  }
}

.archiveShopTtl {
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.6;
  color: #404040;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(9.6px, 0.8333333333vw, 12px);
}
@media (max-width: 767px) {
  .archiveShopTtl {
    order: 1;
  }
}
.archiveShopTtl::before {
  margin-top: clamp(2px, 0.2083333333vw, 3px);
  content: "";
  display: block;
  width: clamp(4.8px, 0.4166666667vw, 6px);
  min-width: clamp(4.8px, 0.4166666667vw, 6px);
  height: clamp(19.2px, 1.6666666667vw, 24px);
  background-image: url(./optimized/shops/bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.archiveShopMaps {
  background-color: #0066a8;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(6.4px, 0.5555555556vw, 8px);
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .archiveShopMaps {
    order: 4;
    margin-top: clamp(16.7px, 1.6666666667vw, 24px);
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .archiveShopMaps.-included {
    display: none;
  }
}
.archiveShopMaps::after {
  content: "";
  display: block;
  width: clamp(11.2px, 0.9722222222vw, 14px);
  min-width: clamp(11.2px, 0.9722222222vw, 14px);
  height: clamp(8.8px, 0.7638888889vw, 11px);
  background-image: url(./optimized/shops/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.archiveShopBody {
  margin-top: clamp(19.2px, 1.6666666667vw, 24px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .archiveShopBody {
    order: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(19.2px, 1.6666666667vw, 24px);
  }
}

.archiveShopThumbnail {
  width: clamp(231.7px, 22.9861111111vw, 331px);
  min-width: clamp(231.7px, 22.9861111111vw, 331px);
  aspect-ratio: 331/220;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .archiveShopThumbnail {
    width: 100%;
    min-width: 100%;
  }
}

.archiveShopDetails {
  width: calc(100% - clamp(19.2px, 1.6666666667vw, 24px) - clamp(231.7px, 22.9861111111vw, 331px));
}
@media (max-width: 767px) {
  .archiveShopDetails {
    width: 100%;
  }
}

.archiveShopRelate {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(10px, 0.8333333333vw, 12px);
}
@media (max-width: 900px) {
  .archiveShopRelate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.archiveShopRelate.-included {
  display: none;
}
@media (max-width: 767px) {
  .archiveShopRelate.-included {
    display: flex;
  }
}

.archiveShopTerm {
  background-color: white;
  color: #0066a8;
  border: 1px solid #0066a8;
  border-radius: 16px;
  padding: clamp(3px, 0.3472222222vw, 5px) 5px;
  width: 90px;
  min-width: 90px;
  text-align: center;
  white-space: normal;
  font-size: clamp(1.3rem, (0.9722222222vw), 1.4rem);
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}
@media (max-width: 900px) {
  .archiveShopTerm {
    width: auto;
  }
}

.archiveShopDetail {
  margin-top: clamp(4px, 0.3472222222vw, 5px);
  font-size: clamp(1.5rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  color: #404040;
}
.archiveShopDetail a {
  color: #0066a8;
  text-decoration: underline;
  word-break: break-word;
}

.archiveShopTxt {
  margin-top: clamp(19.2px, 1.6666666667vw, 24px);
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding-top: clamp(9.6px, 0.8333333333vw, 12px);
  padding-bottom: clamp(9.6px, 0.8333333333vw, 12px);
  padding-left: clamp(19.2px, 2.2222222222vw, 32px);
  padding-right: clamp(19.2px, 2.2222222222vw, 32px);
  font-size: clamp(1.4rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .archiveShopTxt {
    order: 3;
  }
}

.archiveShopRelate + .archiveShopRelate {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .archiveShopRelate + .archiveShopRelate {
    margin-top: 16px;
  }
}

.area {
  padding-top: clamp(136.5px, 13.5416666667vw, 195px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.area::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(./optimized/about/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: clamp(28px, 2.7777777778vw, 40px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.areaInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  z-index: 2;
}
@media (max-width: 767px) {
  .areaInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.areaHead {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0066a8 0%, #bcd4df 122%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.areaTtl {
  font-size: clamp(1.67rem, (1.6666666667vw), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  padding-top: clamp(10.5px, 1.0416666667vw, 15px);
  padding-bottom: clamp(10.5px, 1.0416666667vw, 15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.areaTtl::before {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: clamp(12.8px, 1.1111111111vw, 16px);
}
.areaTtl::after {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: clamp(12.8px, 1.1111111111vw, 16px);
}

.areaTtlInner {
  display: inline-block;
}
.areaTtlInner span {
  display: inline-block;
}

.areaBody {
  width: 100%;
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(32px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .areaBody {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(28px, 2.7777777778vw, 40px);
  }
}

.areaBodyTxt {
  width: calc(50% - clamp(32px, 2.7777777778vw, 40px) / 2);
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .areaBodyTxt {
    width: 100%;
  }
}

.areaBodyMedia {
  width: calc(50% - clamp(32px, 2.7777777778vw, 40px) / 2);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 767px) {
  .areaBodyMedia {
    width: 100%;
  }
}

.areaBodyImg {
  pointer-events: none;
  object-fit: contain;
}
.areaBodyImg.-main {
  width: 100%;
}
.areaBodyImg.-sub {
  margin-top: calc(-100% + 100% - clamp(91px, 12.6388888889vw, 182px));
  margin-right: calc(-100% + 100% - clamp(35px, 4.8611111111vw, 70px));
  width: clamp(100px, 13.8888888889vw, 200px);
  min-width: clamp(100px, 13.8888888889vw, 200px);
  height: clamp(100px, 13.8888888889vw, 200px);
  position: relative;
  z-index: 1;
}

.certification {
  padding-top: clamp(160.2px, 15.9027777778vw, 229px);
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.certification::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(./optimized/about/bg3.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: clamp(91px, 9.0277777778vw, 130px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.certificationInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .certificationInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.certificationHead {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0066a8 0%, #bcd4df 122%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.certificationTtl {
  font-size: clamp(1.67rem, (1.6666666667vw), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  padding-top: clamp(10.5px, 1.0416666667vw, 15px);
  padding-bottom: clamp(10.5px, 1.0416666667vw, 15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.certificationTtl span {
  display: inline-block;
}
.certificationTtl::before {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: clamp(12.8px, 1.1111111111vw, 16px);
}
.certificationTtl::after {
  content: "";
  display: block;
  width: clamp(15.4px, 1.5277777778vw, 22px);
  min-width: clamp(15.4px, 1.5277777778vw, 22px);
  height: clamp(15.4px, 1.5277777778vw, 22px);
  background-image: url(./optimized/about/icon_snow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: clamp(12.8px, 1.1111111111vw, 16px);
}

.certificationTtlInner {
  display: inline-block;
}

.certificationBody {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.certificationBodyImg {
  display: contents;
}
.certificationBodyImg img {
  display: block;
  max-width: clamp(526.4px, 52.2222222222vw, 752px);
  width: 100%;
}
@media (max-width: 767px) {
  .certificationBodyImg img {
    width: 108%;
  }
}

.certificationBodyList {
  margin-top: clamp(38.5px, 3.8194444444vw, 55px);
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: clamp(27px, 2.0833333333vw, 30px);
  column-gap: 10px;
  align-items: stretch;
}

.certificationBodyItem {
  width: calc((100% - 30px) / 4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: 2px solid #bcd4df;
  border-radius: 10px;
  padding-top: clamp(24px, 2.0833333333vw, 30px);
  padding-bottom: clamp(24px, 2.0833333333vw, 30px);
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1000px) {
  .certificationBodyItem {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 767px) {
  .certificationBodyItem {
    width: calc((100% - 0px) / 1);
  }
}
.certificationBodyItem::before {
  content: "";
  display: block;
  width: clamp(23.7px, 2.3611111111vw, 34px);
  min-width: clamp(23.7px, 2.3611111111vw, 34px);
  height: clamp(23.7px, 2.3611111111vw, 34px);
  background-image: url(./optimized/about/icon_rice.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.certificationBodyItem::after {
  content: "";
  display: block;
  width: clamp(49px, 4.8611111111vw, 70px);
  height: clamp(49px, 4.8611111111vw, 70px);
  background-image: url(./optimized/);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.certificationBodyTtl {
  font-size: clamp(1.76rem, (1.5277777778vw), 2.2rem);
  font-weight: 500;
  line-height: 1.4545454545;
  color: #0066a8;
  text-align: center;
  min-height: clamp(56px, 5.5555555556vw, 80px);
}
@media (max-width: 767px) {
  .certificationBodyTtl {
    min-height: 0;
  }
}
.certificationBodyTtl span {
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.4375;
}

.certificationDetails {
  width: 100%;
}
@media (max-width: 767px) {
  .certificationDetails {
    min-height: 0;
    margin-top: 16px;
  }
}

.certificationDetailsItem {
  font-size: clamp(1.4rem, (1.0416666667vw), 1.5rem);
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.certificationDetailsItem::before {
  margin-top: clamp(7px, 0.625vw, 9px);
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  background-color: #404040;
  border-radius: 50%;
  margin-right: clamp(8px, 0.6944444444vw, 10px);
}

.error {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}

.errorInner {
  padding-top: clamp(169.3px, 16.8055555556vw, 242px);
  padding-bottom: clamp(169.3px, 16.8055555556vw, 242px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorerrorTtl {
  font-size: clamp(2.88rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
  font-family: "Marcellus";
  color: #0066a8;
  text-align: center;
}

.errorDesc {
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: #0066a8;
  text-align: center;
}
.errorDesc span {
  display: inline-block;
}

.errorBtn {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
}

.footer {
  width: 100%;
  position: relative;
}
.footer.-about::before {
  height: clamp(489.9px, 48.6111111111vw, 700px);
}
.footer.-noBg {
  z-index: 3;
  margin-top: calc(-100% + 100% - clamp(24px, 3.3333333333vw, 48px));
}
.footer.-noBg::before {
  display: none;
}
.footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(488px, 40.4861111111vw, 583px);
  background: rgb(253, 244, 233);
  background: linear-gradient(0deg, rgb(253, 244, 233) 0%, rgba(253, 244, 233, 0) 100%);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-100%);
}
.footer::after {
  content: "";
  display: block;
  width: clamp(375px, 35vw, 504px);
  height: clamp(207px, 19.1666666667vw, 276px);
  background-image: url(./optimized/common/drawing_footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translateY(-33%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer::after {
    background-image: url(./optimized/common/drawing_footer_sp.png);
    left: 50%;
    right: auto;
    transform: translate(-50%, -33%);
  }
}

.footerInner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footerInner::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 100%;
  height: 4vw;
  background-image: url(./optimized/common/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media (max-width: 767px) {
  .footerInner::before {
    height: 8vw;
    background-image: url(./optimized/common/bg_sp.svg);
  }
}

.footerContainer {
  padding-left: clamp(24px, 8.1944444444vw, 118px);
  padding-right: clamp(24px, 8.1944444444vw, 118px);
  padding-top: 30px;
  color: white;
  background-color: #0066a8;
  padding-bottom: clamp(40px, 4.4444444444vw, 64px);
}

.footerLogo {
  white-space: nowrap;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 1.6666666667vw, 24px);
}
.footerLogo img {
  min-width: clamp(48px, 6.25vw, 90px);
  width: clamp(48px, 6.25vw, 90px);
  height: clamp(48px, 6.25vw, 90px);
}

.footerLogoTxt {
  font-size: clamp(1.6rem, (1.6666666667vw), 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.footerBody {
  margin-top: clamp(40px, 3.3333333333vw, 48px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .footerBody {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 40px;
  }
}
.footerBody::before {
  content: "";
  display: block;
  width: 81px;
  height: 297px;
  background-image: url(./optimized/common/drawing_footer2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(21%);
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media (max-width: 767px) {
  .footerBody::before {
    display: block;
  }
}

.footerBodyNav {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .footerBodyNav {
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.footerBodyList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .footerBodyList {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 24px;
  }
}

.footerBodyItem {
  position: relative;
}
.footerBodyItem::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .footerBodyItem::before {
    display: none;
  }
}

.footerBodyLink {
  white-space: nowrap;
  font-size: clamp(1.3rem, (1.1111111111vw), 1.6rem);
  font-weight: bold;
  line-height: 1.2;
  padding-left: clamp(15.4px, 1.5277777778vw, 22px);
  padding-right: clamp(15.4px, 1.5277777778vw, 22px);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(4.1px, 0.4166666667vw, 6px);
}
@media (max-width: 767px) {
  .footerBodyLink {
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .footerBodyLink {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
  }
}

.footerBodyTtl.-en {
  font-size: clamp(2.2rem, (1.5277777778vw), 2.2rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Marcellus";
}
.footerBodyTtl.-ja {
  font-size: clamp(1.4rem, (1.1111111111vw), 1.6rem);
  font-weight: 700;
  line-height: 1.8;
}

.footerBodyBtn {
  color: #0066a8;
  background-color: white;
  border: 2px solid white;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
  z-index: 2;
}
.footerBodyBtn::after {
  content: "";
  display: block;
  width: clamp(14px, 1.25vw, 18px);
  min-width: clamp(14px, 1.25vw, 18px);
  height: clamp(14px, 1.25vw, 18px);
  background-image: url(./optimized/common/icon_btn_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
  rotate: 0deg;
}
.footerBodyBtn:hover {
  color: white;
  background-color: #0066a8;
}
.footerBodyBtn:hover::after {
  background-image: url(./optimized/common/icon_btn_white.svg);
  rotate: 90deg;
}

.footerCopyright {
  font-size: clamp(1.1rem, (0.9722222222vw), 1.4rem);
  line-height: 1.5;
  text-align: center;
  margin-top: clamp(54px, 4.4444444444vw, 64px);
}

.header.-home::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(105px, 10.4166666667vw, 150px);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6040791317) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.headerInner {
  position: fixed;
  top: clamp(30px, 2.0833333333vw, 30px);
  right: calc(clamp(24px, 5.2083333333vw, 75px) - clamp(15.4px, 1.5277777778vw, 22px));
  z-index: 10;
}
@media (max-width: 1200px) {
  .headerInner {
    background-color: #0066a8;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    transform: translateY(-10%);
    width: 100%;
    height: 100lvh;
    opacity: 0;
    pointer-events: none;
  }
  .headerInner.-active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.headerBg {
  width: 105vw;
  max-width: none;
  height: clamp(402.5px, 39.9305555556vw, 575px);
  position: fixed;
  object-fit: cover;
  object-position: center bottom;
  top: 0;
  left: 50%;
  z-index: 8;
  transition: all 0.5s ease;
  transform: translate(-50%, calc(-100% + clamp(80px, 9.0277777778vw, 130px))) skewY(0deg) rotate(0deg);
  transform-origin: left bottom;
  opacity: 1;
}
.headerBg.-home {
  transform: translate(-50%, -150%) skewY(-13deg) rotate(-10deg);
  opacity: 0;
}

.headerLogo {
  white-space: nowrap;
  position: fixed;
  top: clamp(12px, 1.1111111111vw, 16px);
  left: clamp(25px, 5.1388888889vw, 74px);
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(8px, 1.6666666667vw, 24px);
}
.headerLogo img {
  min-width: clamp(48px, 6.25vw, 90px);
  width: clamp(48px, 6.25vw, 90px);
  height: clamp(48px, 6.25vw, 90px);
}

.headerLogoTxt {
  font-size: clamp(1.6rem, (1.6666666667vw), 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  color: white;
}

.headerNav {
  color: white;
}
@media (max-width: 1200px) {
  .headerNav {
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.headerList {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .headerList {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 212px;
    padding-bottom: 212px;
    row-gap: 24px;
  }
}

.headerItem {
  position: relative;
}
.headerItem::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .headerItem::before {
    display: none;
  }
}

.headerLink {
  white-space: nowrap;
  font-size: clamp(1.3rem, (1.1111111111vw), 1.6rem);
  font-weight: bold;
  line-height: 1.2;
  padding-left: clamp(15.4px, 1.5277777778vw, 22px);
  padding-right: clamp(15.4px, 1.5277777778vw, 22px);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(4.1px, 0.4166666667vw, 6px);
}
@media (max-width: 767px) {
  .headerLink {
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .headerLink {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
  }
}

.headerLinkTtl.-en {
  font-size: clamp(2.2rem, (1.5277777778vw), 2.2rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Marcellus";
}
.headerLinkTtl.-ja {
  font-size: clamp(1.4rem, (1.1111111111vw), 1.6rem);
  font-weight: 700;
  line-height: 1.8;
}

.headerCloseTrigger {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
.headerCloseTrigger.-active {
  display: block;
}

.hero {
  padding-top: clamp(169.3px, 16.8055555556vw, 242px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hero:not(.-noBg)::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300%;
  background-color: #fdf4e9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .hero:not(.-noBg)::after {
    height: 200%;
  }
}
.hero.-gradient::after {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(574px, 56.9444444444vw, 820px);
  background: rgb(253, 244, 233);
  background: linear-gradient(180deg, rgb(253, 244, 233) 0%, rgb(253, 244, 233) 45%, rgb(255, 255, 255) 90%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.heroInner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(14px, 1.3888888889vw, 20px);
  position: relative;
}

.heroTtl {
  text-align: center;
  color: #0066a8;
}
.heroTtl.-en {
  font-size: clamp(3.35rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
  font-family: "Marcellus";
}
.heroTtl.-ja {
  font-size: clamp(1.4rem, (1.3888888889vw), 2rem);
  line-height: 1.45;
}

.heroTxt {
  margin-top: clamp(24px, 2.7777777778vw, 40px);
  text-align: center;
  font-size: clamp(1.21rem, (1.1111111111vw), 1.6rem);
  line-height: 1.8;
}

.heroNav {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
  width: 100%;
  position: relative;
  z-index: 1;
}

.heroNavList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(21px, 2.0833333333vw, 30px);
  row-gap: clamp(14.4px, 1.6666666667vw, 24px);
}

.heroNavItem {
  min-width: calc((100% - clamp(21px, 2.0833333333vw, 30px) * 2) / 3);
}
@media (max-width: 650px) {
  .heroNavItem {
    min-width: 100%;
  }
}

.heroNavLink {
  width: 100%;
  font-size: clamp(1.4rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #0066a8;
  border-top: 2px solid #bcd4df;
  border-bottom: 2px solid #bcd4df;
  padding-top: clamp(10.7px, 1.25vw, 18px);
  padding-bottom: clamp(10.7px, 1.25vw, 18px);
  white-space: nowrap;
}
@media (max-width: 650px) {
  .heroNavLink {
    white-space: wrap;
  }
}

.heroDrawings {
  position: absolute;
  top: 0;
  z-index: 0;
  width: clamp(100px, 21.9444444444vw, 316px);
  height: clamp(90.5px, 12.5694444444vw, 181px);
}
.heroDrawings.-left {
  left: 0;
  transform: translate(-64%, -15%);
}
@media (max-width: 767px) {
  .heroDrawings.-left {
    transform: translate(-35%, 25%);
  }
}
@media (max-width: 374px) {
  .heroDrawings.-left {
    transform: translate(-50%, 25%);
  }
}
.heroDrawings.-right {
  right: 0;
  transform: translate(64%, -15%);
}
@media (max-width: 767px) {
  .heroDrawings.-right {
    transform: translate(35%, 25%);
  }
}
@media (max-width: 374px) {
  .heroDrawings.-right {
    transform: translate(62%, 28%);
  }
}

.heroDrawingsInner {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes wobble {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.heroDrawingsImg {
  object-fit: contain;
  position: absolute;
  pointer-events: none;
  animation: wobble 2s ease-in-out alternate infinite;
}
.heroDrawingsImg.-first {
  width: clamp(46px, 7.9861111111vw, 115px);
  height: clamp(33.6px, 5.8333333333vw, 84px);
  top: 0;
  left: 0;
  animation-delay: -0.9s;
}
.heroDrawingsImg.-second {
  width: clamp(40px, 6.9444444444vw, 100px);
  height: clamp(46.8px, 8.125vw, 117px);
  top: 30%;
  left: 30%;
  animation-delay: 0s;
}
.heroDrawingsImg.-third {
  width: clamp(49.2px, 8.5416666667vw, 123px);
  height: clamp(41.6px, 7.2222222222vw, 104px);
  right: 0;
  bottom: 0;
  animation-delay: -1.4s;
}
.heroDrawingsImg.-fourth {
  width: clamp(32.4px, 5.625vw, 81px);
  height: clamp(28.4px, 4.9305555556vw, 71px);
  bottom: 0;
  left: 0;
  animation-delay: -0.5s;
}
.heroDrawingsImg.-fifth {
  width: clamp(25.2px, 4.375vw, 63px);
  height: clamp(29.6px, 5.1388888889vw, 74px);
  bottom: 33%;
  left: 13%;
  animation-delay: 0s;
}
.heroDrawingsImg.-sixth {
  width: clamp(43.6px, 7.5694444444vw, 109px);
  height: clamp(42.4px, 7.3611111111vw, 106px);
  left: 40%;
  bottom: 10%;
  animation-delay: -1.5s;
}
.heroDrawingsImg.-seventh {
  width: clamp(46px, 7.9861111111vw, 115px);
  height: clamp(33.6px, 5.8333333333vw, 84px);
  top: -10%;
  right: 0;
  animation-delay: -0.9s;
}

.judges {
  margin-top: clamp(84px, 8.3333333333vw, 120px);
  padding-bottom: clamp(99.2px, 8.6111111111vw, 124px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  z-index: 2;
}
@media (max-width: 767px) {
  .judges {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.judgesInner {
  width: 100%;
}

.judgesBody {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.judgesBodyTtl {
  text-align: center;
}
.judgesBodyTtl.-first {
  font-size: clamp(1.92rem, (1.6666666667vw), 2.4rem);
  font-weight: 500;
  line-height: 2;
  color: #0066a8;
  padding-top: clamp(5.6px, 0.5555555556vw, 8px);
  padding-bottom: clamp(5.6px, 0.5555555556vw, 8px);
  border-top: 1px solid #0066a8;
  border-bottom: 1px solid #0066a8;
  width: 100%;
  max-width: 418px;
}
.judgesBodyTtl.-second {
  font-size: clamp(1.3rem, (0.9722222222vw), 1.4rem);
  line-height: 1.8;
  color: #0066a8;
}
.judgesBodyTtl.-third {
  margin-top: 4px;
  font-size: clamp(1.44rem, (1.25vw), 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
.judgesBodyTtl.-fourth {
  margin-top: clamp(84px, 8.3333333333vw, 120px);
  font-size: clamp(1.44rem, (1.25vw), 1.8rem);
  font-weight: 600;
  line-height: 1.3333333333;
  color: #0066a8;
  padding-top: clamp(14px, 1.3888888889vw, 20px);
  padding-bottom: clamp(14px, 1.3888888889vw, 20px);
  padding-left: clamp(11.2px, 0.9722222222vw, 14px);
  padding-right: clamp(11.2px, 0.9722222222vw, 14px);
  border-top: 1px solid #0066a8;
  border-bottom: 1px solid #0066a8;
}
.judgesBodyTtl span {
  display: inline-block;
}

.judgesBodyList {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(20px, 2.7777777778vw, 40px);
  row-gap: clamp(16px, 2.2222222222vw, 32px);
}

.judgesBodyItem {
  width: calc((100% - clamp(28px, 2.7777777778vw, 40px) * 2) / 3);
  padding-top: clamp(13.3px, 1.3194444444vw, 19px);
  padding-bottom: clamp(13.3px, 1.3194444444vw, 19px);
  padding-left: clamp(18px, 2.5vw, 36px);
  padding-right: clamp(18px, 2.5vw, 36px);
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 767px) {
  .judgesBodyItem {
    width: calc((100% - clamp(28px, 2.7777777778vw, 40px) * 2) / 2);
  }
}
@media (max-width: 540px) {
  .judgesBodyItem {
    width: 100%;
  }
}

.judgesBodyTxt {
  margin-top: 4px;
  text-align: center;
  font-size: clamp(1.3rem, (0.9722222222vw), 1.4rem);
  line-height: 1.8;
}
.judgesBodyTxt span {
  display: inline-block;
}

.judgesBodyLink {
  text-align: center;
  font-size: clamp(1.44rem, (1.25vw), 1.8rem);
  line-height: 1.3333333333;
  margin-top: clamp(6.4px, 0.5555555556vw, 8px);
  color: #0066a8;
}

.judgesBodyList + .judgesBodyList {
  margin-top: clamp(16px, 2.2222222222vw, 32px);
}

.judgesBodyTtl.-fourth + .judgesBodyLink {
  margin-top: clamp(14px, 1.3888888889vw, 20px);
}

.modal {
  position: fixed;
  z-index: 100;
  top: clamp(70px, 6.9444444444vw, 100px);
  left: 50%;
  transform: translate(-50%, 50px);
  width: calc(100vw - clamp(125.9px, 12.5vw, 180px) * 2);
  max-width: 1080px;
  height: calc(100vh - clamp(60px, 6.9444444444vw, 100px) * 2);
  min-height: clamp(210px, 20.8333333333vw, 300px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .modal {
    width: calc(100vw - 20px);
    height: 72vh;
    top: 50%;
    transform: translate(-50%, calc(-45% + 50px));
  }
}
.modal.-show {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0px);
}
@media (max-width: 767px) {
  .modal.-show {
    transform: translate(-50%, -45%);
  }
}
.modal::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  background-image: url(./optimized/products/book_top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, -44px);
}
.modal::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  background-image: url(./optimized/products/book_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 0;
  pointer-events: none;
  transform: translate(-50%, 44px);
}

.modalClose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(36, 77, 104, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.modalClose.-show {
  pointer-events: auto;
  opacity: 1;
}

.modalBodyCategory {
  margin-top: clamp(11.2px, 1.1111111111vw, 16px);
  margin-bottom: -1px;
  display: inline-flex;
  border-radius: 10px;
  background: #fffaf2;
  min-width: clamp(74.4px, 6.4583333333vw, 93px);
  padding-top: clamp(6.4px, 0.5555555556vw, 8px);
  padding-left: clamp(12.6px, 1.25vw, 18px);
  padding-right: clamp(12.6px, 1.25vw, 18px);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.modalBodyCategory span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: clamp(1.12rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.625;
  padding-bottom: clamp(2.4px, 0.2083333333vw, 3px);
  margin-bottom: 1px;
}

.modalCloseIcon {
  position: fixed;
  top: clamp(35px, 3.4722222222vw, 50px);
  right: clamp(35px, 3.4722222222vw, 50px);
  z-index: 101;
  width: clamp(48px, 5.5555555556vw, 80px);
  height: clamp(48px, 5.5555555556vw, 80px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .modalCloseIcon {
    top: 22px;
    right: 19px;
  }
}
.modalCloseIcon.-show {
  opacity: 1;
  pointer-events: auto;
}
.modalCloseIcon.-show:hover {
  opacity: 0.8;
}
.modalCloseIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modalGradient {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
}
.modalGradient.-top {
  top: -2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
.modalGradient.-bottom {
  bottom: -2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}

.modalInner {
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  position: relative;
  z-index: 1;
}

.modalBody {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-left: clamp(98px, 9.7222222222vw, 140px);
  padding-right: clamp(98px, 9.7222222222vw, 140px);
  padding-bottom: clamp(35px, 3.4722222222vw, 50px);
}
@media (max-width: 767px) {
  .modalBody {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.modalSlider {
  margin-top: clamp(30px, 3.4722222222vw, 50px);
  width: calc(100% - clamp(21px, 2.9166666667vw, 42px) * 2);
  position: relative;
}
.modalSlider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: clamp(1px, 0.1388888889vw, 2px) solid #0066a8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
}
.modalSlider .splide__arrow {
  opacity: 1;
  width: clamp(42px, 4.1666666667vw, 60px);
  min-width: clamp(42px, 4.1666666667vw, 60px);
  height: clamp(42px, 4.1666666667vw, 60px);
  background: none;
  z-index: 2;
}
.modalSlider .splide__arrow::before {
  content: "";
  display: block;
  width: clamp(42px, 4.1666666667vw, 60px);
  min-width: clamp(42px, 4.1666666667vw, 60px);
  height: clamp(42px, 4.1666666667vw, 60px);
  background-image: url(./optimized/products/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.modalSlider .splide__arrow svg {
  display: none;
}
.modalSlider .splide__arrow--prev {
  transform: translateY(-50%) rotate(180deg);
  left: -3em;
}
.modalSlider .splide__arrow--next {
  right: -3em;
}

.modalSliderInner {
  border-radius: 10px;
  overflow: hidden;
}

.modalSliderItem {
  width: 100%;
}

.modalDetailsImg {
  width: 100%;
  aspect-ratio: 680/510;
}

.modalBodyTtl {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  color: #0066a8;
  font-size: clamp(1.54rem, (1.5277777778vw), 2.2rem);
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
  width: 100%;
}

.modalBodyTxt {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  width: 100%;
  color: #404040;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.8;
}

.modalDetails {
  margin-top: clamp(22.4px, 2.2222222222vw, 32px);
  width: 100%;
  border-top: 1px solid #bcd4df;
  padding-top: clamp(11.2px, 1.1111111111vw, 16px);
  padding-bottom: clamp(11.2px, 1.1111111111vw, 16px);
}

.modalDetailsList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.modalDetailsTerm {
  font-size: clamp(1.26rem, (1.25vw), 1.8rem);
  font-weight: 500;
  line-height: 1.4444444444;
  min-width: clamp(93px, 10.7638888889vw, 155px);
  width: clamp(93px, 10.7638888889vw, 155px);
  padding-right: 0.5em;
}

.modalDetailsDesc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(9.6px, 0.8333333333vw, 12px);
}

.modalSubTxt p {
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
}
.modalSubTxt a {
  color: #0066a8;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  text-decoration: underline;
  word-break: break-all;
}

.modalSubList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 8px;
}

.modalSubTerm {
  color: #0066a8;
  text-align: center;
  font-size: clamp(1.12rem, (0.9722222222vw), 1.4rem);
  font-weight: 500;
  line-height: 1.6;
  border-radius: 20px;
  border: 1px solid #bcd4df;
  width: clamp(76.8px, 6.6666666667vw, 96px);
  min-width: clamp(76.8px, 6.6666666667vw, 96px);
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.modalDetailsLinks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(38.5px, 3.8194444444vw, 55px);
  row-gap: clamp(9.6px, 0.8333333333vw, 12px);
}

.modalDetailsLink {
  color: #0066a8;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  text-decoration: underline;
}

.modalBodyBtn {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
}
.modalBodyBtn.-noLink {
  pointer-events: none;
}

.modalBodyNote {
  margin-top: clamp(8.3px, 0.8333333333vw, 12px);
  font-size: clamp(1.12rem, (0.9722222222vw), 1.4rem);
  line-height: 1.6;
  color: #0066a8;
  text-align: center;
}

.modalDetails + .modalDetails {
  margin-top: 0;
}

.mv {
  width: 100%;
}

.mvInner {
  width: 100%;
  position: relative;
}

.mvSlider {
  position: relative;
  width: 100%;
  height: clamp(591px, 51.8055555556vw, 746px);
  max-height: 100vh;
  min-height: clamp(210px, 20.8333333333vw, 300px);
  overflow: hidden;
  z-index: 1;
}

.mvSliderList {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.mvSliderItem {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  transition: opacity 1.3s ease;
  opacity: 0;
}
.mvSliderItem.-active {
  opacity: 1;
}

.mvSliderImg {
  min-width: calc(100% + clamp(75px, 10.4166666667vw, 150px));
  width: calc(100% + clamp(75px, 10.4166666667vw, 150px));
  max-width: calc(100% + clamp(75px, 10.4166666667vw, 150px));
  height: 100%;
  transition: transform 7s linear;
  object-position: 100% 50%;
  pointer-events: none;
}
.mvSliderImg.-active {
  transform: translate(calc(-100% + 100% - clamp(75px, 10.4166666667vw, 150px)), 0%);
}

.mvContents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: white;
  width: calc(100% - 20px);
  filter: blur(9px);
  transition: all 1.5s ease 1.2s;
  opacity: 0;
}
.mvContents.-show {
  filter: blur(0px);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.mvContentsTtl {
  text-align: center;
  font-size: clamp(2.4rem, (3.8888888889vw), 5.6rem);
  font-weight: 900;
  line-height: 1.7857142857;
  text-shadow: 0px 0px clamp(10px, 1.3888888889vw, 20px) rgba(0, 0, 0, 0.5);
  padding-left: clamp(14px, 1.3888888889vw, 20px);
  padding-right: clamp(14px, 1.3888888889vw, 20px);
  border-bottom: clamp(1px, 0.1388888889vw, 2px) solid white;
  padding-bottom: clamp(5px, 0.6944444444vw, 10px);
}
@media (max-width: 767px) {
  .mvContentsTtl {
    font-weight: 700;
  }
}
.mvContentsTtl span {
  display: inline-block;
}

.mvContentsTxt {
  margin-top: clamp(16.7px, 1.6666666667vw, 24px);
  text-align: center;
  font-size: clamp(1.6rem, (2.5vw), 3.6rem);
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0px 0px clamp(10px, 1.3888888889vw, 20px) rgba(0, 0, 0, 0.5);
}
.mvContentsTxt span {
  display: inline-block;
}

.mvBottom {
  margin-top: calc(-100% + 100% - clamp(100px, 12.5694444444vw, 181px));
  position: relative;
  z-index: 3;
}
.mvBottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(./optimized/home/bg1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  object-position: center top;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .mvBottom::after {
    top: 40%;
  }
}

.mvBottomInner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  position: relative;
}

.mvBottomWrap {
  position: relative;
  width: calc((100% - clamp(47px, 4.5138888889vw, 65px)) / 2);
  height: clamp(187px, 22.9166666667vw, 330px);
}
@media (max-width: 767px) {
  .mvBottomWrap {
    margin-bottom: -5%;
  }
}
.mvBottomPicture {
  display: contents;
}

.mvBottomDrawing {
  position: absolute;
  object-fit: contain;
  animation: wobble 4s ease-in-out alternate infinite;
}
.mvBottomDrawing.-first {
  left: -3%;
  top: 0%;
  width: clamp(68px, 11.9444444444vw, 172px);
  height: clamp(110px, 15.2777777778vw, 220px);
  animation-delay: -0.3s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-first {
    top: -20%;
    left: 13%;
  }
}
.mvBottomDrawing.-second {
  left: 10%;
  top: 45%;
  width: clamp(45px, 6.25vw, 90px);
  height: clamp(47.5px, 6.5972222222vw, 95px);
  animation-delay: -2.2s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-second {
    display: none;
  }
}
.mvBottomDrawing.-third {
  left: 21%;
  bottom: 12%;
  width: clamp(98.5px, 13.6805555556vw, 197px);
  height: clamp(80px, 11.1111111111vw, 160px);
  animation-delay: -0.6s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-third {
    left: -19%;
    bottom: 40%;
  }
}
.mvBottomDrawing.-fourth {
  left: 48%;
  bottom: 21%;
  width: clamp(57px, 7.9166666667vw, 114px);
  height: clamp(53px, 7.3611111111vw, 106px);
  animation-delay: -3.5s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-fourth {
    left: 5%;
    bottom: 9%;
    transform: scaleX(-1);
  }
}
.mvBottomDrawing.-fifth {
  right: 5%;
  bottom: 4%;
  width: clamp(85px, 11.8055555556vw, 170px);
  height: clamp(63.5px, 8.8194444444vw, 127px);
  animation-delay: -0.9s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-fifth {
    right: 2%;
  }
}
.mvBottomDrawing.-sixth {
  width: clamp(58.5px, 8.125vw, 117px);
  height: clamp(78px, 10.8333333333vw, 156px);
  bottom: 0;
  left: 5%;
  animation-delay: -0.1s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-sixth {
    left: 3%;
  }
}
.mvBottomDrawing.-seventh {
  width: clamp(65px, 9.0277777778vw, 130px);
  height: clamp(67.5px, 9.375vw, 135px);
  bottom: 5%;
  left: 27%;
  animation-delay: -2.4s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-seventh {
    bottom: 0%;
    left: 39%;
  }
}
.mvBottomDrawing.-eighth {
  width: clamp(100px, 17.7777777778vw, 256px);
  height: clamp(112.7px, 11.1805555556vw, 161px);
  left: 52%;
  bottom: 10%;
  animation-delay: -0.7s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-eighth {
    left: 53%;
    bottom: 25%;
  }
}
.mvBottomDrawing.-ninth {
  width: clamp(90px, 13.8888888889vw, 200px);
  height: clamp(49px, 16.0416666667vw, 231px);
  right: -3%;
  top: 0%;
  animation-delay: -1.1s;
}
@media (max-width: 500px) {
  .mvBottomDrawing.-ninth {
    right: 3%;
    top: -5%;
  }
}

.mvBottomCenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(3px, 0.5555555556vw, 8px);
}
.mvBottomCenter::before {
  content: "";
  display: block;
  width: 2px;
  min-width: 2px;
  height: clamp(36px, 3.3333333333vw, 48px);
  background-color: #0066a8;
  order: 1;
}
.mvBottomCenter::after {
  content: "";
  display: block;
  width: 2px;
  min-width: 2px;
  height: clamp(36px, 3.3333333333vw, 48px);
  background-color: #0066a8;
  order: 3;
}

.mvBottomScroll {
  order: 2;
  width: clamp(47px, 4.5138888889vw, 65px);
  min-width: clamp(47px, 4.5138888889vw, 65px);
  object-fit: contain;
}

.mvBottomIcon {
  order: 4;
  width: clamp(15px, 2.0833333333vw, 30px);
  min-width: clamp(15px, 2.0833333333vw, 30px);
  height: clamp(15px, 2.0833333333vw, 30px);
  object-fit: contain;
}

.news {
  margin-top: clamp(65px, 7.7083333333vw, 111px);
  width: 100%;
  position: relative;
  z-index: 3;
  transform: translateX(clamp(70px, 6.9444444444vw, 100px));
  transition: all 0.6s ease;
  transform-origin: center center;
  opacity: 0;
}
.news.-show {
  transform: translateX(0%);
  opacity: 1;
}

.newsInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
}
@media (max-width: 767px) {
  .newsInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .newsInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.newsHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .newsHead {
    display: contents;
  }
}

.newsHeadWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .newsHeadWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    order: 1;
  }
}

.newsHeadTtl {
  color: #0066a8;
}
.newsHeadTtl.-en {
  font-size: clamp(3.2rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
}
.newsHeadTtl.-ja {
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .newsHeadTtl.-ja {
    text-align: center;
  }
}

.newsHeadBtn {
  min-width: clamp(244px, 22.2222222222vw, 320px);
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .newsHeadBtn {
    margin-top: 40px;
    order: 3;
  }
}

.newsBody {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .newsBody {
    order: 2;
  }
}

.newsBodyList {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: 24px;
  column-gap: clamp(20px, 2.7777777778vw, 40px);
}
@media (max-width: 767px) {
  .newsBodyList {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    row-gap: 24px;
    column-gap: clamp(20px, 2.7777777778vw, 40px);
  }
}

.newsBodyItem {
  width: calc((100% - clamp(20px, 2.7777777778vw, 40px) * 3) / 4);
}
@media (max-width: 1000px) {
  .newsBodyItem {
    width: calc((100% - clamp(20px, 2.7777777778vw, 40px) * 1) / 2);
  }
}
@media (max-width: 767px) {
  .newsBodyItem {
    width: calc((100% - clamp(20px, 2.7777777778vw, 40px) * 0) / 1);
  }
}

.newsBodyLink {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .newsBodyLink {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    row-gap: 12px;
  }
}

.newsBodyWrap {
  display: contents;
}
@media (max-width: 767px) {
  .newsBodyWrap {
    width: 47.5362318841%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.newsBodyThumbnail {
  width: 100%;
  aspect-ratio: 220/124;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .newsBodyThumbnail {
    width: 48.9855072464%;
    aspect-ratio: 169/94;
  }
}

.newsBodyTime {
  margin-top: 16px;
  display: inline-block;
  font-size: clamp(1.6rem, (1.25vw), 1.8rem);
  line-height: 1;
  color: #0066a8;
}
@media (max-width: 767px) {
  .newsBodyTime {
    margin-top: 0;
  }
}

.newsBodyTtlSecond {
  margin-top: 12px;
  font-size: clamp(1.4rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.products {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-bottom: clamp(182.4px, 15.8333333333vw, 228px);
}

.productsInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 767px) {
  .productsInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.productsCategories {
  width: 100%;
}

.productsCategoriesList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(16px, 1.3888888889vw, 20px);
  row-gap: clamp(12px, 1.3888888889vw, 20px);
}

.productsCategoriesItem {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.productsCategoriesItem input {
  position: absolute;
  left: -200vw;
}

.productsCategoriesLink {
  font-size: clamp(1.26rem, (1.25vw), 1.8rem);
  font-weight: 500;
  line-height: 1;
  padding-top: clamp(9.7px, 0.9722222222vw, 14px);
  padding-bottom: clamp(9.7px, 0.9722222222vw, 14px);
  padding-left: clamp(16.7px, 1.6666666667vw, 24px);
  padding-right: clamp(16.7px, 1.6666666667vw, 24px);
  border-radius: 24px;
  color: #404040;
  background-color: white;
  cursor: pointer;
}
.productsCategoriesLink:hover {
  opacity: 0.9;
}
.productsCategoriesLink.-current {
  color: white !important;
}
.productsCategoriesLink.-other {
  background-color: white !important;
}

.productsArchive {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  padding-top: clamp(85px, 11.8055555556vw, 170px);
  width: 100%;
  position: relative;
  z-index: 1;
}

.productsArchiveBg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  object-fit: contain;
  z-index: -1;
}

.productsArchiveList {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: clamp(32px, 4.4444444444vw, 64px);
  column-gap: clamp(21px, 2.9166666667vw, 42px);
  align-items: stretch;
}

.productsArchiveItem {
  width: calc((100% - clamp(25.2px, 2.9166666667vw, 42px) * 2) / 3);
}
@media (max-width: 767px) {
  .productsArchiveItem {
    width: calc((100% - clamp(25.2px, 2.9166666667vw, 42px) * 1) / 2);
  }
}

.productsArchiveButton {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
}
.productsArchiveButton:hover {
  opacity: 0.9;
}

.productsArchiveCategory {
  margin-bottom: -1px;
  display: inline-flex;
  border-radius: 10px 10px 0px 0px;
  background: #fffaf2;
  min-width: clamp(74.4px, 6.4583333333vw, 93px);
  padding-top: clamp(6.4px, 0.5555555556vw, 8px);
  padding-left: clamp(12.6px, 1.25vw, 18px);
  padding-right: clamp(12.6px, 1.25vw, 18px);
}
.productsArchiveCategory span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: clamp(1.12rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.625;
  padding-bottom: clamp(2.4px, 0.2083333333vw, 3px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 1px;
}

.productsArchiveInner {
  border-radius: 0px 10px 10px 10px;
  background: #fffaf2;
  width: 100%;
  height: calc(100% - clamp(28.98px, 2.7083333333vw, 39px));
  padding: clamp(12.6px, 1.25vw, 18px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-shadow: 3px 3px 3px 0px rgba(110, 93, 73, 0.2);
}

.productsArchiveThumbnail {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 265/206;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}

.productsArchiveTtl {
  margin-top: clamp(12.8px, 1.1111111111vw, 16px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  line-height: 1.6;
  min-height: clamp(40.94px, 3.5548611111vw, 51.19px);
  text-align: left;
  color: #404040;
}

.productsArchiveProducer {
  margin-top: clamp(6.4px, 0.5555555556vw, 8px);
  color: #961a1a;
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.single {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  padding-bottom: clamp(144px, 12.5vw, 180px);
}
@media (max-width: 767px) {
  .single {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.singleInner {
  padding-left: clamp(0px, 6.9444444444vw, 100px);
  padding-right: clamp(0px, 6.9444444444vw, 100px);
  width: 100%;
}
@media (max-width: 1200px) {
  .singleInner {
    padding-left: 0;
    padding-right: 0;
  }
}

.singleArticle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.singleHeadThumbnail {
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  width: 100%;
  aspect-ratio: 820/465;
  border-radius: 10px;
  overflow: hidden;
}

.singleHeadContainer {
  width: 100%;
  margin-top: clamp(14px, 1.3888888889vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(16.7px, 1.6666666667vw, 24px);
  row-gap: clamp(11.2px, 1.1111111111vw, 16px);
}

.singleHeadCategory {
  font-size: clamp(1.28rem, (1.1111111111vw), 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  color: #0066a8;
  padding-top: clamp(4.1px, 0.4166666667vw, 6px);
  padding-bottom: clamp(4.1px, 0.4166666667vw, 6px);
  padding-left: clamp(21px, 2.0833333333vw, 30px);
  padding-right: clamp(21px, 2.0833333333vw, 30px);
  text-align: center;
  border-radius: 100px;
  border: 1px solid #0066a8;
  white-space: nowrap;
}

.singleHeadTime {
  font-size: clamp(1.54rem, (1.5277777778vw), 2.2rem);
  line-height: 1.2727272727;
  font-family: "Marcellus";
  color: #0066a8;
  white-space: nowrap;
}

.singleHeadWrap {
  margin-top: clamp(44.8px, 4.4444444444vw, 64px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(14.7px, 1.4583333333vw, 21px);
}

.singleHeadIcon {
  width: clamp(53.9px, 5.3472222222vw, 77px);
  object-fit: contain;
}

.singleHeadTtl {
  font-size: clamp(1.8rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.6;
  color: #404040;
}

.singleBody {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
  width: 100%;
}

.singleBodyTtl {
  width: 100%;
}
.singleBodyTtl.-first {
  font-size: clamp(1.6rem, (1.25vw), 1.8rem);
  line-height: 1.8;
  color: white;
  background-color: #0066a8;
  padding: clamp(16.7px, 1.6666666667vw, 24px);
  border-radius: 10px;
}
.singleBodyTtl.-second {
  margin-top: clamp(23.7px, 2.3611111111vw, 34px);
  font-size: clamp(1.6rem, (1.25vw), 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  color: #0066a8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(8.3px, 0.8333333333vw, 12px);
}
.singleBodyTtl.-second::before {
  margin-top: 6px;
  content: "";
  display: block;
  width: clamp(3px, 0.2777777778vw, 4px);
  min-width: clamp(3px, 0.2777777778vw, 4px);
  height: clamp(20px, 1.7361111111vw, 25px);
  background-image: url(./optimized/common/bar_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.singleBodyTxt {
  margin-top: 10px;
  width: 100%;
  color: #404040;
}
.singleBodyTxt a {
  color: #0066a8;
  text-decoration: underline;
}

.singleBodyImg {
  width: 100%;
  margin-top: clamp(21px, 2.0833333333vw, 30px);
  border-radius: 10px;
  height: auto;
  object-fit: contain;
}

.singleBtn {
  margin-top: clamp(56px, 5.5555555556vw, 80px);
  margin-left: auto;
  margin-right: auto;
}

.singleBodyTtl.-second + .singleBodyTtl.-first,
.singleBodyImg + .singleBodyTtl.-first,
.singleBodyTxt + .singleBodyTtl.-first {
  margin-top: clamp(56px, 5.5555555556vw, 80px);
}

.intro {
  margin-top: clamp(65px, 7.7083333333vw, 111px);
  width: 100%;
  position: relative;
  z-index: 3;
  transform: translateX(clamp(70px, 6.9444444444vw, 100px));
  transition: all 0.6s ease;
  transform-origin: center center;
  opacity: 0;
}
.intro.-show {
  transform: translateX(0%);
  opacity: 1;
}

.introInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(21.5px, 2.5vw, 36px);
}
@media (max-width: 767px) {
  .introInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .introInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
  }
}

.introBlock.-left {
  max-width: 564px;
}
.introBlock.-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 9px;
}
@media (max-width: 767px) {
  .introBlock.-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.introHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .introHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    order: 1;
  }
}

.introHeadTtl {
  color: #0066a8;
}
.introHeadTtl.-en {
  font-size: clamp(3.2rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
}
.introHeadTtl.-ja {
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .introHeadTtl.-ja {
    text-align: center;
  }
}
.introHeadTtl span {
  display: inline-block;
}

.introBlockTxt {
  margin-top: 40px;
  font-size: 1.6rem;
}

.introBlockImg {
  width: clamp(278px, 23.3333333333vw, 336px);
  min-width: clamp(278px, 23.3333333333vw, 336px);
  pointer-events: none;
}

.introBlockBtn {
  min-width: clamp(244px, 22.2222222222vw, 320px);
}

.links {
  padding-top: clamp(120px, 15.4861111111vw, 223px);
  width: 100%;
  position: relative;
  z-index: 3;
}
.links::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(./optimized/home/bg2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: clamp(60.2px, 5.9722222222vw, 86px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.linksInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .linksInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.linksRow {
  background-color: #fdf4e9;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding-top: clamp(32px, 2.7777777778vw, 40px);
  padding-bottom: 32px;
  padding-left: clamp(8px, 7.7777777778vw, 112px);
  padding-right: clamp(8px, 7.7777777778vw, 112px);
  clip-path: polygon(clamp(55px, 5.6944444444vw, 82px) 0, 100% 0, 100% 100%, 0 100%, 0 clamp(55px, 5.6944444444vw, 82px));
  overflow: hidden;
  border-radius: 0 10px 10px 10px;
  transform: translateX(clamp(70px, 6.9444444444vw, 100px));
  transition: all 0.6s ease;
  transform-origin: center center;
  opacity: 0;
}
.linksRow.-show {
  transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .linksRow {
    padding-bottom: 0;
    background: none;
  }
}
.linksRow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(253, 244, 233);
  background: linear-gradient(90deg, rgb(253, 244, 233) 0%, rgb(253, 244, 233) 50%, rgba(253, 244, 233, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media (max-width: 1100px) {
  .linksRow::before {
    background: linear-gradient(90deg, rgb(253, 244, 233) 0%, rgb(253, 244, 233) 55%, rgba(253, 244, 233, 0) 100%);
  }
}
@media (max-width: 767px) {
  .linksRow::before {
    height: calc(100% - clamp(38px, 3.4027777778vw, 49px) / 2);
    background: rgb(253, 244, 233);
    border-radius: 0 10px 10px 10px;
  }
}
.linksRow::after {
  content: "";
  display: block;
  width: clamp(55px, 5.6944444444vw, 82px);
  height: clamp(55px, 5.6944444444vw, 82px);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #bcd4df;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  border-bottom-right-radius: 10px;
}

.linkRowShadow {
  display: block;
  width: calc(clamp(55px, 5.6944444444vw, 82px) * 1.1);
  height: calc(clamp(55px, 5.6944444444vw, 82px) * 1.1);
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
}

.linksContents {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .linksContents {
    width: 100%;
  }
}

.linksHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .linksHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.linksHeadTtl {
  color: #0066a8;
}
.linksHeadTtl.-en {
  font-size: clamp(3.2rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
}
.linksHeadTtl.-ja {
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@keyframes shake {
  0% {
    transform: rotate(-3deg);
  }
  2% {
    transform: rotate(3deg);
  }
  4% {
    transform: rotate(-3deg);
  }
  6% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.linksRowImg {
  margin-top: 16px;
  width: 167px;
  height: 164px;
  max-width: 70%;
  object-fit: contain;
  animation: shake 8s steps(2) infinite;
}
.linksRowImg.-second {
  animation-delay: -4s;
}

.linksRowBtn {
  margin-top: 20px;
}

.linksRowBg {
  width: 167px;
  object-fit: contain;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(407.4px, 40.4166666667vw, 582px);
  height: 99%;
  object-fit: cover;
  pointer-events: none;
}
@media (max-width: 767px) {
  .linksRowBg {
    display: none;
  }
}

.linksRandom {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  object-fit: contain;
}
.linksRandom.-type1 {
  right: -1%;
  top: 20%;
  width: clamp(152.6px, 15.1388888889vw, 218px);
}
@media (max-width: 767px) {
  .linksRandom.-type1 {
    display: none;
  }
}
.linksRandom.-type2 {
  left: 0;
  bottom: 0;
  width: clamp(140px, 13.8888888889vw, 200px);
}
@media (max-width: 767px) {
  .linksRandom.-type2 {
    display: none;
  }
}
.linksRandom.-type3 {
  display: none;
}
@media (max-width: 767px) {
  .linksRandom.-type3 {
    display: block;
    right: 0;
    bottom: -6%;
    width: clamp(140px, 13.8888888889vw, 200px);
  }
}

.linksBanner {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .linksBanner {
    margin-top: 64px;
  }
}

.linksBannerPicture {
  width: 100%;
  display: contents;
}

.linksBannerImg {
  width: 100%;
  object-fit: contain;
}
.linksBannerImg:hover {
  opacity: 0.8;
}

.linksRow + .linksRow {
  margin-top: clamp(24px, 2.7777777778vw, 40px);
}

.info {
  margin-top: clamp(80px, 8.3333333333vw, 120px);
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: clamp(85px, 11.6666666667vw, 168px);
}

.infoInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(24px, (15.2777777778vw), 220px);
  padding-right: clamp(24px, (15.2777777778vw), 220px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .infoInner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.infoHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .infoHead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.linksHeadTtl {
  color: #0066a8;
}
.linksHeadTtl.-en {
  font-size: clamp(3.2rem, (3.3333333333vw), 4.8rem);
  line-height: 1;
}
.linksHeadTtl.-ja {
  font-size: clamp(1.6rem, (1.3888888889vw), 2rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.infoBody {
  margin-top: clamp(40px, 5.2777777778vw, 76px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(30px, 4.1666666667vw, 60px);
}
@media (max-width: 767px) {
  .infoBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.infoBodyVideo {
  width: calc(100% - clamp(266px, 20.8333333333vw, 300px));
  height: clamp(250px, 25.0694444444vw, 361px);
  max-height: clamp(250px, 25.0694444444vw, 361px);
}
@media (max-width: 767px) {
  .infoBodyVideo {
    width: 100%;
    aspect-ratio: 345/194;
    height: auto;
    max-height: none;
  }
}

.infoBodyFb {
  width: clamp(266px, 20.8333333333vw, 300px);
  min-width: clamp(266px, 20.8333333333vw, 300px);
  max-width: 100%;
  height: clamp(250px, 25.0694444444vw, 361px);
  max-height: clamp(250px, 25.0694444444vw, 361px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .infoBodyFb {
    margin-top: 36px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    height: 410px;
    max-height: 410px;
  }
}

.infoBanner {
  margin-top: clamp(48px, 5.5555555556vw, 80px);
}

.infoBannerList {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: clamp(16px, 1.3888888889vw, 20px);
  column-gap: clamp(16px, 1.3888888889vw, 20px);
}

.infoBannerItem {
  width: calc((100% - clamp(16px, 1.3888888889vw, 20px) * 3) / 4);
}
@media (max-width: 1000px) {
  .infoBannerItem {
    width: calc((100% - clamp(16px, 1.3888888889vw, 20px) * 1) / 2);
  }
}
@media (max-width: 540px) {
  .infoBannerItem {
    width: calc((100% - clamp(16px, 1.3888888889vw, 20px) * 0) / 1);
  }
}

.infoBannerLink {
  width: 100%;
}

.infoBannerImg {
  width: 100%;
  object-fit: contain;
}

.opening {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.opening.-hide {
  pointer-events: none;
  opacity: 0;
}

.openingWhite {
  background-color: #bcd4df;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 1;
  transition: all 1s ease 1s;
  pointer-events: none;
  opacity: 1;
}
.openingWhite.-hide {
  opacity: 0;
}

.openingBg {
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  object-fit: cover;
  transition: transform 2.5s ease 0.7s, opacity 0.1s ease 2.9s;
  transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .openingBg {
    width: 200vw;
    max-width: 200vw;
    transition: transform 1.7s ease 0.8s, opacity 0.1s ease 2.9s;
  }
}
.openingBg.-left {
  object-position: right center;
  margin-right: -50vw;
}
@media (max-width: 767px) {
  .openingBg.-left {
    margin-right: -150vw;
  }
}
.openingBg.-left.-hide {
  transform: translateX(-120%);
  opacity: 0;
}
.openingBg.-right {
  object-position: left center;
  margin-left: -50vw;
}
@media (max-width: 767px) {
  .openingBg.-right {
    margin-left: -150vw;
  }
}
.openingBg.-right.-hide {
  transform: translateX(120%);
  opacity: 0;
}

.openingInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.openingWrap {
  position: relative;
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.7s; /* easeInBack */
  scale: 1;
}
.openingWrap.-hide {
  scale: 0;
}

.openingLogo {
  width: clamp(116.5px, 16.1805555556vw, 233px);
  height: clamp(116.5px, 16.1805555556vw, 233px);
}

@keyframes turn {
  0% {
    rotate: 4deg;
  }
  100% {
    rotate: -4deg;
  }
}
.openingShadow {
  position: absolute;
}
.openingShadow.-first {
  width: clamp(107px, 14.8611111111vw, 214px);
  left: 0;
  top: 0;
  transform: translate(-76%, -77%);
}
.openingShadow.-second {
  width: clamp(100.5px, 13.9583333333vw, 201px);
  left: 50%;
  top: 0;
  transform: translate(-69%, -99%);
}
.openingShadow.-third {
  width: clamp(55px, 7.6388888889vw, 110px);
  right: 0;
  top: 0;
  transform: translate(50%, -103%);
}
.openingShadow.-fourth {
  width: clamp(65px, 9.0277777778vw, 130px);
  right: 0;
  top: -9%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.openingShadow.-fifth {
  width: clamp(100px, 13.8888888889vw, 200px);
  right: 0;
  top: 50%;
  transform: translate(99%, -43%);
}
.openingShadow.-sixth {
  width: clamp(128px, 17.7777777778vw, 256px);
  right: 0%;
  bottom: 0;
  transform: translate(74%, 79%);
}
.openingShadow.-seventh {
  width: clamp(117.5px, 16.3194444444vw, 235px);
  left: 50%;
  bottom: 0;
  transform: translate(-70%, 100%);
}
.openingShadow.-eighth {
  width: clamp(100px, 13.8888888889vw, 200px);
  left: 0;
  top: 100%;
  transform: translate(-100%, -50%);
}
.openingShadow.-ninth {
  width: clamp(70px, 9.7222222222vw, 140px);
  left: 0%;
  top: 50%;
  transform: translate(-136%, -50%);
}
.openingShadow:nth-child(odd) img {
  animation: turn 0.5s infinite alternate steps(2);
}
.openingShadow:nth-child(even) img {
  animation: turn 0.5s infinite alternate-reverse steps(2);
}
.openingShadow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}