@charset "utf-8";

.hero {
  position: relative;
}

.hero__heading {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -63%;
}

.hero__btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero__txtwrap {
  padding: clamp(0.188rem, 0.054rem + 0.6vw, 0.5rem) clamp(1.25rem, 0.147rem + 4.9vw, 2.5rem);
  background: var(--main500);
  text-align: center;
  line-height: 1.2;
  letter-spacing: .04em;
}

.hero__txt {
  color: var(--white);
  font-size: clamp(1.125rem, 0.75rem + 1.67vw, 2rem);
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.hero__circle {
  width: clamp(4.875rem, 1.235rem + 16.18vw, 9rem);
  position: absolute;
  bottom: clamp(3.75rem, 2.096rem + 7.35vw, 5.625rem);
  right: 4vw;
}

.topBnr {
  margin-top: 20px;
}

.topSize {
  padding-top: 20px;
}

.topSize__wrap {
  padding-top: 13px;
  display: grid;
  gap: 32px;
}

.topSize__heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
}

.topSize__jpName {
  padding: clamp(0.313rem, 0.071rem + 1.07vw, 0.875rem);
  color: var(--white);
  font-size: clamp(1.875rem, 1.714rem + 0.71vw, 2.25rem);
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: -.1em;
}

.topSize__jpName--blue {
  background: #04bfd0;
}

.topSize__jpName--salmon {
  background: #ff7f61;
}

.topSize__jpName--green {
  background: #82be50;
}

.topSize__enName {
  margin-top: 2px;
  font-size: clamp(2.25rem, 2.196rem + 0.24vw, 2.375rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.topSize__enName--blue {
  color: #04bfd0;
}

.topSize__enName--salmon {
  color: #ff7f61;
}

.topSize__enName--green {
  color: #82be50;
  text-transform: none;
}

.topSize__txt {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: .06em;
  font-feature-settings: "palt";
}

.topSize__imgarea {
  margin-top: 12px;
  position: relative;
}

.topSize__size {
  color: #999;
  line-height: 1.25;
  letter-spacing: .06em;
  position: absolute;
  top: -11px;
  left: 0;
}

.topSize__img {
  width: 69%;
  max-width: 350px;
  margin: 0 auto;
}

.topSize__btn {
  max-width: 400px;
  margin: 9px auto 0;
  padding: 5px;
  display: block;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
  border-radius: 40px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
  transition: var(--transition-0dot3);
}

.topSize__btn:hover {
  translate: 0 4px;
  box-shadow: none;
}

.topSize__btn--blue {
  background: #04bfd0;
}

.topSize__btn--salmon {
  background: #ff7f61;
}

.topSize__btn--green {
  background: #82be50;
}

.topEx {
  padding-top: 60px;
}

.topExHeading {
  background: var(--black);

}

.topExHeading--white {
  color: var(--white);
}

.topExHeading--sm {
  font-size: clamp(1.563rem, 1.295rem + 1.19vw, 2.188rem);
}

.topExHeading__wrap {
  display: block;
}

.topExHeading__inner {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #ff0;
  font-size: clamp(1.75rem, 1.295rem + 2.02vw, 2.813rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  position: relative;
}

.topExHeading__inner::after {
  content: "*オフセット印刷を除く";
  color: var(--white);
  font-size: clamp(0.813rem, 0.786rem + 0.12vw, 0.875rem);
  font-weight: 400;
  letter-spacing: .06em;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.topEx__wrap {
  padding-top: 50px;
  padding-bottom: 72px;
  background: #fffff2;
}

.topExTatoeba {
  text-align: center;
}

.topExTatoeba__txt {
  display: inline-block;
  background: linear-gradient(transparent 80%, #ff0 80%);
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .06em;
  font-feature-settings: "palt";
}

.topExImg {
  padding-top: 43px;
  display: grid;
  gap: 48px;
}

.topExImg__txtarea {
  font-size: clamp(1rem, 0.786rem + 0.95vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .02em;
}

.topExImg__txt {
  display: block;
}

.topExImg__txt--line {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
  display: inline;
  background: linear-gradient(transparent 80%, #ff0 80%);
}

.topExImg__imgarea {
  padding-top: 13px;
}

.topMovie {
  padding-top: 45px;
  padding-bottom: 66px;
  background: url(../img/top-movie-bg.webp) no-repeat;
  background-size: 173%;
  background-position: center top;
}

.topMovie__heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .06em;
}

.topMovie__cont {
  position: relative;
}

.topMovie__cont::before {
  content: "";
  width: 100%;
  height: 86.4%;
  background: url(../img/top-movie-tmb.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.topMovie__cont.is-active::before,
.topMovie__cont.is-active .topMovie__txt {
  display: none;
}

.topMovie__video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.topMovie__txt {
  width: 100%;
  height: calc(100% - 86.4%);
  background: #e2e4e3;
  font-size: clamp(0.688rem, 0.147rem + 2.4vw, 2.25rem);
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topMovie__playbtn {
  width: clamp(2.438rem, .5rem + 8.27vw, 5.625rem);
  /* 39px, 90px, max992px */
  height: clamp(2.438rem, .5rem + 8.27vw, 5.625rem);
  /* 39px, 90px, max992px */
  background: #f00;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  translate: -50% -50%;
  cursor: pointer;
  transition: var(--transition-0dot3);
}

.topMovie__playbtn::after {
  content: "";
  width: clamp(1rem, .164rem + 3.57vw, 2.375rem);
  /* 16px, 38px, max992px */
  height: clamp(1.125rem, .289rem + 3.57vw, 2.5rem);
  /* 18px, 40px, max992px */
  background: var(--white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: clamp(.875rem, .267rem + 2.59vw, 1.875rem);
  /* 14px, 30px, max992px */
  transform: translateY(-50%);
}

.topMovie__playbtn:hover {
  scale: .9;
}

.topNews {
  padding-top: 50px;
}

.topNews__heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .06em;
}

.topNews__wrap {
  padding-top: 14px;
  display: grid;
  gap: 13px;
}

.topNews__date {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.topNews__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
  text-decoration: underline;
  font-feature-settings: "palt";
}

.topNews__link:hover {
  text-decoration: none;
}








#ord {
    border: 1px solid #dbdbdb;
    text-align: center;
    margin-top: 32px;
}
#ord p {
    padding: 8px 0;
}
#ord a {
    color: #4FAA3F;
}

#consent {
    border: 1px solid #dbdbdb;
    height: 200px;
    overflow: scroll;
    text-align: left;
    margin: 0 8px;
    padding: 12px;
}
#consent dl {
    padding: 8px;
}
#consent dt {
    font-weight: bold;
}
#consent dd {
    margin-left: 15px;
}
#consent h3 {
    background: #4AA22D;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px;
}








@media screen and (min-width: 576px) {

}


@media screen and (min-width: 768px) {

.hero__txt {
  letter-spacing: 0;
}

.hero__circle {
  top: -175px;
  bottom: unset;
}

.topExImg {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.topExImg__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  gap: 0;
}

.topNews__wrap {
  padding-top: 32px;
}

.topNews__item {
  display: flex;
  gap: 24px;
}

}




@media screen and (min-width: 992px) {

.hero__wrap {
  margin-top: 11px;
}

.hero__heading {
  width: min(44%, 700px);
  top: calc(50% + 4px);
}

.hero__circle {
  top: unset;
  bottom: clamp(3.5rem, -2.275rem + 9.31vw, 5.875rem);
  right: -48px;
}

.printFlow--top {
  padding-top: 50px;
}

.printFlow__heading {
  font-size: 18px;
  font-weight: 600;
}

.printFlow__wrap {
  padding-top: 3px;
  display: flex;
  gap: 4px;
}

.printFlow__item {
  padding: 2px 26px 2px 12px;
  background: rgba(34, 172, 56, .3);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.printFlow__item--current {
  background: var(--main500);
}

.topBnr {
  margin-top: 50px;
}

.topSize {
  padding-top: 45px;
}

.topSize__wrap {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 13px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}

.topSize__heading {
  font-size: 32px;
}

.topSize__jpName {
  border-radius: 12px 12px 0 0;
}

.topSize__txt {
  margin-top: 5px;
}

.topSize__imgarea {
  margin-top: 8px;
}

.topSize__img {
  width: 100%;
}

.topSize__btn {
  width: 90%;
  margin: 33px auto 0;
  padding: 1px;
  font-size: 24px;
}

.topEx {
  padding-top: 139px;
}

.topEx__wrap {
  padding-top: 45px;
  padding-bottom: 100px;
}

.topExHeading__wrap {
  width: min(85.7%, 1200px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.topExHeading__inner {
  font-feature-settings: normal;
}

.topExHeading__inner::after {
  color: var(--black);
  bottom: -26px;
}

.topExTatoeba__txt {
  font-size: 48px;
}

.topExImg {
  gap: 36px 60px;
}

.topMovie {
  padding-top: 117px;
  padding-bottom: 110px;
}

.topMovie__heading {
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 0;
}

.topMovie__playbtn {
  width: 110px;
  height: 110px;
  top: calc(50% - 13px);
}

.topMovie__playbtn::after {
  width: 46px;
  height: 52px;
  left: 38px;
}

.topGallery {
  display: flex;
}

.topGallery__img {
  min-width: 0;
}

.topNews {
  padding-top: 108px;
}

.topNews__heading {
  font-size: 24px;
}

.topNews__wrap {
  padding-top: 40px;
  gap: 19px;
}

.topNews__item {
  gap: 42px;
}

.topNews__date,
.topNews__link {
  font-size: inherit;
}


}




@media screen and (min-width: 1024px) and (max-width: 1199px) {

}



@media screen and (min-width: 1200px) {

}



@media screen and (min-width: 1400px) {

}

