*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.mv {
  padding: 4.4rem 0 22.9rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .mv {
    padding: 6.3rem 0 13.9rem;
  }
}

.mv::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 5.5rem);
  background: linear-gradient(133deg, #f2338e 0%, #f2338e 26%, #f4a397 57.8%, #f4a397 100%);
  top: 0;
  left: 0;
}
@media screen and (min-width:768px) {
  .mv::before {
    height: calc(100% - 6.7rem);
    background: linear-gradient(87deg, #f2338e 0%, #f2338e 26%, #f4a397 57.8%, #f4a397 100%);
  }
}

.mv::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 74.4648rem;
  background: linear-gradient(110deg, #fac228 0%, #fac228 21.1%, #ff4618 85.6%, #ff4618 100%);
  left: 0;
  top: -22rem;
  transform: skewY(26.5deg);
}
@media screen and (min-width:768px) {
  .mv::after {
    top: -22.3rem;
    height: 62.1rem;
    transform: skewY(12.4deg);
  }
}

.mv__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 40.0381rem;
  }
}

.mv__logo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .mv__logo {
    width: 100%;
    max-width: 38.4366rem;
    margin: 0 auto;
  }
}

.mv__title {
  width: 100%;
  max-width: 38.71rem;
  margin: 15.2rem auto 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .mv__title {
    margin: 3.5rem auto 0;
    z-index: 3;
  }
}

.mv__img {
  position: absolute;
  opacity: 0;
}

.mv__img-1 {
  width: 25.9238rem;
  top: -4.4rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mv__img-1 {
    width: 42.4361rem;
    top: -5.4rem;
    left: -48.4rem;
  }
}

.mv__img-2 {
  width: 57.668rem;
  bottom: -17.4rem;
  right: 0;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .mv__img-2 {
    width: 55.5588rem;
    right: -41.5rem;
    bottom: -7.2rem;
    z-index: 2;
  }
}

.mv__img-3 {
  width: 31.368rem;
  bottom: -22.9rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__img-3 {
    width: 38.5945rem;
    left: -44.1rem;
    bottom: -14rem;
  }
}

.mv__img-4 {
  width: 27.6371rem;
  top: 23.4rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mv__img-4 {
    width: 44.3616rem;
    top: -6.23rem;
    right: -41.8rem;
  }
}

.mv__img-5 {
  width: 21.0415rem;
  top: 14rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mv__img-5 {
    width: 27.92rem;
    top: 9.5rem;
    left: -44.1rem;
  }
}

.mv__img-6 {
  width: 11.9221rem;
  top: 55.3rem;
  right: calc(50% - 33.7rem);
  z-index: 4;
}
@media screen and (min-width:768px) {
  .mv__img-6 {
    width: 12.0618rem;
    top: 25.6rem;
    right: -7.5rem;
    z-index: 3;
  }
}

.mv__img-7 {
  width: 19.8833rem;
  top: 7.5rem;
  left: calc(50% - 9.9rem);
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__img-7 {
    width: 25.8353rem;
    top: 6.7rem;
    left: -19rem;
    z-index: 3;
  }
}

.mv__img-8 {
  width: 29.4374rem;
  left: calc(50% - 8.1rem);
  bottom: -14.9rem;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .mv__img-8 {
    width: 27.3896rem;
    bottom: -13.1rem;
    left: -13.3rem;
    z-index: 3;
  }
}

.mv__img-9 {
  width: 15.2337rem;
  top: 7.1rem;
  left: calc(50% + 13.8rem);
  z-index: 5;
}
@media screen and (min-width:768px) {
  .mv__img-9 {
    width: 15.7228rem;
    right: -16.1rem;
    top: 11.2rem;
    left: unset;
    z-index: 3;
  }
}

.mv__img-10 {
  width: 16.5689rem;
  top: 52rem;
  left: calc(50% - 28rem);
}
@media screen and (min-width:768px) {
  .mv__img-10 {
    width: 20.6941rem;
    left: -18.3rem;
    top: 28.5rem;
  }
}

@media screen and (max-width:767px) {
  .mv__img-11 {
    width: 12.2155rem;
    left: calc(50% + 1.5rem);
    top: 8.6rem;
    z-index: 5;
  }
}

@media screen and (max-width:767px) {
  .mv__img-12 {
    width: 9.7462rem;
    left: calc(50% - 17.5rem);
    top: 18.5rem;
    z-index: 4;
  }
}

@media screen and (max-width:767px) {
  .mv__img-13 {
    width: 27.6371rem;
    right: 0;
    top: -4.4rem;
    z-index: 5;
  }
}

.mv__img-1.active {
  animation: fadeIn 0.3s ease-out 0.3s forwards;
}

@media screen and (max-width:767px) {
  .mv__img-11.active {
    animation: fadeIn-sp 0.3s ease-out 0.3s forwards;
  }
}

.mv__img-2.active {
  animation: fadeIn 0.3s ease-out 0.4s forwards;
}

.mv__img-3.active {
  animation: fadeIn 0.3s ease-out 0.5s forwards;
}

.mv__img-4.active {
  animation: fadeIn 0.3s ease-out 0.6s forwards;
}

@media screen and (max-width:767px) {
  .mv__img-13.active {
    animation: fadeIn 0.3s ease-out 0.6s forwards;
  }
}

.mv__img-5.active {
  animation: fadeIn 0.3s ease-out 0.7s forwards;
}

.mv__img-6.active {
  animation: fadeIn-sp 0.3s ease-out 0.8s forwards;
}
@media screen and (min-width:768px) {
  .mv__img-6.active {
    animation: fadeIn 0.3s ease-out 0.8s forwards;
  }
}

.mv__img-7.active {
  animation: fadeIn-sp 0.3s ease-out 0.9s forwards;
}
@media screen and (min-width:768px) {
  .mv__img-7.active {
    animation: fadeIn 0.3s ease-out 0.9s forwards;
  }
}

@media screen and (max-width:767px) {
  .mv__img-12.active {
    animation: fadeIn-sp 0.3s ease-out 1s forwards;
  }
}

.mv__img-8.active {
  animation: fadeIn-sp 0.3s ease-out 1.1s forwards;
}
@media screen and (min-width:768px) {
  .mv__img-8.active {
    animation: fadeIn 0.3s ease-out 1.1s forwards;
  }
}

.mv__img-9.active {
  animation: fadeIn-sp 0.3s ease-out 1.2s forwards;
}
@media screen and (min-width:768px) {
  .mv__img-9.active {
    animation: fadeIn 0.3s ease-out 1.2s forwards;
  }
}

.mv__img-10.active {
  animation: fadeIn-sp 0.3s ease-out 1.3s forwards;
}
@media screen and (min-width:768px) {
  .mv__img-10.active {
    animation: fadeIn 0.3s ease-out 1.3s forwards;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn-sp {
  0% {
    opacity: 0;
    transform: scale(0.25) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}
.campaign {
  padding: 10.1rem 0 9.2rem;
  background: url(../img/bg-yellow.png);
  z-index: 1;
  position: relative;
  margin-top: -5.5rem;
}
@media screen and (min-width:768px) {
  .campaign {
    padding: 11.5rem 0 10.1rem;
    margin-top: -6.7rem;
  }
}

.campaign__head {
  width: 100%;
  max-width: 51.4rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__head {
    max-width: 82.3rem;
  }
}

.campaign__text {
  width: 100%;
  max-width: 58rem;
  margin: 4.7rem auto 0;
  background: url(../img/bg-beige1.png) no-repeat center center/100% 100%;
  padding: 4.2rem 0 4.3rem;
}
@media screen and (min-width:768px) {
  .campaign__text {
    max-width: 85rem;
    padding: 5.4rem 0 5rem;
    background: url(../img/bg-beige1.png) no-repeat center center/contain;
  }
}

.campaign__text img {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__text img {
    max-width: 77.8484rem;
  }
}

.campaign__link {
  margin-top: 6.9rem;
}
@media screen and (min-width:768px) {
  .campaign__link {
    margin-top: 8.4rem;
  }
}

.link {
  width: 100%;
  max-width: 54.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .link {
    max-width: 80.8445rem;
  }
}

.link__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .link__items {
    flex-wrap: wrap;
  }
}

.link__item {
  width: 100%;
  max-width: 25.6rem;
}

@media screen and (max-width:767px) {
  .link__item:nth-child(3) {
    margin: 3.6rem auto 0;
  }
}

.products__item:nth-child(1) {
  padding: 10.3rem 0 7.3rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1) {
    padding: 15rem 0 19.5rem;
  }
}

.products__item:nth-child(1)::before,
.products__item:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1)::before,
  .products__item:nth-child(1)::after {
    height: 50%;
  }
}

.products__item:nth-child(1)::before {
  background: linear-gradient(110deg, #fac228 0%, #fac228 21.1%, #ff4618 85.6%, #ff4618 100%);
  top: 0;
}
@media screen and (max-width:767px) {
  .products__item:nth-child(1)::before {
    height: 51%;
  }
}

.products__item:nth-child(1)::after {
  background: linear-gradient(140deg, #f2338e 0%, #f2338e 26%, #f4a397 57.8%, #f4a397 100%);
  bottom: 0;
}
@media screen and (max-width:767px) {
  .products__item:nth-child(1)::after {
    height: 49%;
  }
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1)::after {
    background: linear-gradient(130deg, #f2338e 0%, #f2338e 26%, #f4a397 57.8%, #f4a397 100%);
  }
}

.products__item:nth-child(2) {
  padding: 11.2rem 0 12.7rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(2) {
    padding: 12.3rem 0 16.8rem;
  }
}

.products__item:nth-child(2)::before,
.products__item:nth-child(2)::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
}

.products__item:nth-child(2)::before {
  height: 83.0232rem;
  top: 0;
  background: url(../img/bg-blue-stripe1.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(2)::before {
    height: 103.019rem;
  }
}

.products__item:nth-child(2)::after {
  height: 110rem;
  bottom: 0;
  background: url(../img/bg-blue-wave.png) no-repeat top center/cover;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(2)::after {
    height: 151.508rem;
  }
}

.products__item:nth-child(1) .products__item-head {
  width: 100%;
  max-width: 65.1628rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1) .products__item-head {
    max-width: 88.1526rem;
  }
}

.products__item:nth-child(2) .products__item-head {
  width: 100%;
  max-width: 69.294rem;
  margin: 0 auto;
  padding-left: 1.4142rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(2) .products__item-head {
    max-width: 92.524rem;
    padding-left: 1.931rem;
  }
}

.products__content {
  width: 100%;
  max-width: 67.9rem;
  margin: 7rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .products__content {
    max-width: 104.2rem;
    margin: 9.5rem auto 0;
  }
}

.products__content::before,
.products__content::after {
  position: absolute;
  display: block;
  content: "";
  border: 0.285rem solid #fff;
}
@media screen and (min-width:768px) {
  .products__content::before,
  .products__content::after {
    border: 0.425rem solid #fff;
  }
}

.products__content::before {
  width: 64.472rem;
  height: 90.0775rem;
  top: 0.76rem;
  left: 0.8rem;
}
@media screen and (min-width:768px) {
  .products__content::before {
    width: 95.897rem;
    height: 133.983rem;
    top: 1.3rem;
    left: 4.68rem;
  }
}

.products__content::after {
  width: 61.464rem;
  height: 93.3291rem;
  top: -0.75rem;
  left: 2.37rem;
}
@media screen and (min-width:768px) {
  .products__content::after {
    width: 91.4228rem;
    height: 138.819rem;
    top: -1.1rem;
    left: 6.91rem;
  }
}

.products__img {
  position: relative;
  z-index: 1;
}

.products__item:nth-child(1) .products__content .products__img:nth-child(1) {
  padding: 0 5.1rem 0 0;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1) .products__content .products__img:nth-child(1) {
    padding: 0 7.57rem 0 3.86rem;
  }
}

.products__item:nth-child(1) .products__content .products__img:nth-child(2) {
  padding-left: 3.6rem;
  margin-top: -5.9rem;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1) .products__content .products__img:nth-child(2) {
    margin-top: -8rem;
    padding-left: 8.94rem;
  }
}

.products__item:nth-child(1) .products__btn {
  width: 100%;
  max-width: 34rem;
  margin: 3.7rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(1) .products__btn {
    max-width: 33.6rem;
    margin: 3.1rem auto 0;
  }
}

.products__item:nth-child(2) .products__img {
  width: 100%;
  max-width: 65.7rem;
  margin: 6.1rem auto 0;
}
@media screen and (min-width:768px) {
  .products__item:nth-child(2) .products__img {
    max-width: 110rem;
    margin: 7rem auto 0;
  }
}

.pref {
  width: 100%;
  max-width: 68.754rem;
  margin: 5.3rem auto 0;
  padding-right: 2.117rem;
  cursor: initial;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .pref {
    max-width: 102.4104rem;
    padding-right: 3rem;
  }
}

.pref::before {
  position: absolute;
  display: block;
  content: "";
  width: 66.1423rem;
  height: 69.2748rem;
  top: 1.3rem;
  left: 1.3rem;
  background: url(../img/seagull-sp.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .pref::before {
    background: url(../img/seagull-pc.png) no-repeat center center/contain;
    width: 104.022rem;
    height: 94.9407rem;
    top: 5.3rem;
    left: 2.7rem;
  }
}

.pref::after {
  position: absolute;
  display: block;
  content: "";
  width: 8.4837rem;
  aspect-ratio: 1/1;
  bottom: 14.2rem;
  left: 12.5rem;
  background: url(../img/curve.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .pref::after {
    width: 12.6453rem;
    bottom: 20.8rem;
    left: 18.2rem;
  }
}

.pref__svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.pref__item {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  transform: scale(1);
  transform-origin: center;
  filter: brightness(1);
}

.pref__item:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
}

.pref__item:nth-child(8) {
  transform-origin: left;
}

.fukuoka .pref__area,
.fukuoka .pref__name-border,
.fukuoka .pref__name-letter {
  fill: #00aa62;
}

.saga .pref__area,
.saga .pref__name-border,
.saga .pref__name-letter {
  fill: #ffb416;
}

.nagasaki .pref__area,
.nagasaki .pref__name-border,
.nagasaki .pref__name-letter {
  fill: #672890;
}

.oita .pref__area,
.oita .pref__name-border,
.oita .pref__name-letter {
  fill: #0061ca;
}

.miyazaki .pref__area,
.miyazaki .pref__name-border,
.miyazaki .pref__name-letter {
  fill: #93d300;
}

.kumamoto .pref__area,
.kumamoto .pref__name-border,
.kumamoto .pref__name-letter {
  fill: #ff6c8a;
}

.kagoshima .pref__area,
.kagoshima .pref__name-border,
.kagoshima .pref__name-letter {
  fill: #c960c9;
}

.okinawa .pref__area,
.okinawa .pref__name-border,
.okinawa .pref__name-letter {
  fill: #e80000;
}

.pref__name-back {
  fill: #fff;
}

.pref__img {
  width: 100%;
  position: absolute;
  pointer-events: none;
  transition: transform 0.3s ease 0s;
  transform: scale(1);
  transform-origin: center;
}

.pref__img.hover {
  transform: scale(1.05);
}

.pref__img:nth-of-type(1) {
  max-width: 10.5396rem;
  top: 6.6rem;
  left: 32.3rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(1) {
    max-width: 15.7098rem;
    top: 9.3rem;
    left: 48rem;
  }
}

.pref__img:nth-of-type(2) {
  max-width: 8.7969rem;
  top: 10.3rem;
  left: 21.8rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(2) {
    max-width: 13.1122rem;
    top: 15.2rem;
    left: 33rem;
  }
}

.pref__img:nth-of-type(3) {
  max-width: 10.8639rem;
  top: 23rem;
  left: 15.4rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(3) {
    max-width: 16.1932rem;
    top: 34.7rem;
    left: 23.5rem;
  }
}

.pref__img:nth-of-type(4) {
  max-width: 7.6994rem;
  top: 14.1rem;
  left: 46.4rem;
  transform-origin: left;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(4) {
    max-width: 11.4764rem;
    top: 21rem;
    left: 69rem;
  }
}

.pref__img:nth-of-type(5) {
  max-width: 11.7623rem;
  top: 33.2rem;
  left: 44.1rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(5) {
    max-width: 17.5324rem;
    top: 49.5rem;
    left: 67rem;
  }
}

.pref__img:nth-of-type(6) {
  max-width: 10.2001rem;
  top: 28.2rem;
  left: 30.3rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(6) {
    max-width: 15.2038rem;
    top: 42.5rem;
    left: 45rem;
  }
}

.pref__img:nth-of-type(7) {
  max-width: 13.346rem;
  bottom: 14.8rem;
  left: 21.3rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(7) {
    max-width: 19.8929rem;
    bottom: 21.6rem;
    left: 32rem;
  }
}

.pref__img:nth-of-type(8) {
  max-width: 13.1151rem;
  bottom: 2.8rem;
  left: 4.4rem;
}
@media screen and (min-width:768px) {
  .pref__img:nth-of-type(8) {
    max-width: 19.5488rem;
    bottom: 4.8rem;
    left: 7rem;
  }
}

.pref__click {
  position: absolute;
  width: 100%;
  max-width: 19.4455rem;
  bottom: 0.4rem;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .pref__click {
    max-width: 25.3585rem;
    bottom: 5rem;
    right: 2rem;
  }
}

.collaboration {
  background: #000;
  padding: 13.2rem 0 10.2rem;
}
@media screen and (min-width:768px) {
  .collaboration {
    padding: 10.1rem 0 26.5rem;
  }
}

.collaboration__logo {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .collaboration__logo {
    max-width: 20rem;
  }
}

.collaboration__head {
  margin-top: 6.9rem;
  padding: 2.516rem 0;
  background: url(../img/pattern1.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .collaboration__head {
    margin-top: 5.5rem;
    padding: 3.1406rem 0;
  }
}

.collaboration__head img {
  width: 100%;
  max-width: 54.7453rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .collaboration__head img {
    max-width: 68.5007rem;
  }
}

.collaboration__text {
  width: 100%;
  max-width: 60.8483rem;
  margin: 9.1rem auto 0;
}
@media screen and (min-width:768px) {
  .collaboration__text {
    max-width: 76.2051rem;
    margin: 8.8rem auto 0;
  }
}

.collaboration__video {
  width: 100%;
  max-width: 65rem;
  margin: 11.7rem auto 0;
}
@media screen and (min-width:768px) {
  .collaboration__video {
    max-width: 100rem;
    margin: 11rem auto 0;
  }
}

.collaboration__video video {
  width: 100%;
}

.collaboration__items {
  width: 100%;
  max-width: 51.3453rem;
  margin: 8.5rem auto 0;
}
@media screen and (min-width:768px) {
  .collaboration__items {
    display: flex;
    justify-content: space-between;
    max-width: 103.103rem;
    margin: 21.5rem auto 0;
  }
}

.collaboration__item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width:768px) {
  .collaboration__item:nth-child(1) {
    max-width: 48.0401rem;
  }
}

.collaboration__item:nth-child(2) {
  width: 100%;
}
@media screen and (max-width:767px) {
  .collaboration__item:nth-child(2) {
    margin-top: 5.7rem;
  }
}
@media screen and (min-width:768px) {
  .collaboration__item:nth-child(2) {
    max-width: 53.7536rem;
  }
}

.present {
  padding: 9.8rem 0 13.4rem;
  background: #4cba95;
}
@media screen and (min-width:768px) {
  .present {
    padding: 14.6rem 0 24.7rem;
  }
}

.present__text {
  width: 100%;
  max-width: 61.0492rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .present__text {
    max-width: 86.549rem;
  }
}

.present__head {
  width: 100%;
  max-width: 61rem;
  margin: 2.3rem auto 0;
}
@media screen and (min-width:768px) {
  .present__head {
    max-width: 80rem;
  }
}

.present__items {
  width: 100%;
  max-width: 50.7736rem;
  margin: 6.9rem auto 0;
  padding-left: 1.7586rem;
}
@media screen and (min-width:768px) {
  .present__items {
    max-width: 102.786rem;
    margin: 8.3rem auto 0;
    padding-left: 1.35rem;
  }
}

.present__items > .present__item {
  position: relative;
}

.present__item-btn {
  width: 100%;
  max-width: 34.1634rem;
  position: absolute;
  bottom: 44rem;
  right: 7.8rem;
}
@media screen and (min-width:768px) {
  .present__item-btn {
    bottom: 5.5rem;
    right: 11rem;
  }
}

.present__block {
  display: flex;
  margin-top: 6.4rem;
  gap: 5.6rem;
}
@media screen and (max-width:767px) {
  .present__block {
    flex-direction: column;
    gap: 3.3rem;
    margin-top: 5.7rem;
  }
}

.present__note {
  font-weight: 700;
  width: 100%;
  max-width: 69rem;
  margin: 11.2rem auto 0;
}
@media screen and (min-width:768px) {
  .present__note {
    max-width: 100rem;
  }
}

.present__note p:nth-child(1) {
  font-size: 2.4rem;
  line-height: 1.125;
  text-align: center;
}
@media screen and (min-width:768px) {
  .present__note p:nth-child(1) {
    line-height: 1;
  }
}

.present__note p:nth-child(2) {
  font-size: 2rem;
  line-height: 1.35;
  text-indent: -2rem;
  margin-left: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width:768px) {
  .present__note p:nth-child(2) {
    margin-top: 4rem;
  }
}

.present__btn {
  width: 100%;
  max-width: 57.8rem;
  margin: 5.3rem auto 0;
}
@media screen and (min-width:768px) {
  .present__btn {
    max-width: 33.8004rem;
    margin: 8rem auto 0;
  }
}

.apply__inner {
  width: 100%;
  max-width: 52rem;
  margin: 7.5rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__inner {
    max-width: 90rem;
    margin: 8.4rem auto 0;
  }
}

.apply__head {
  background: #550900;
  padding: 2.6334rem 0;
}
@media screen and (min-width:768px) {
  .apply__head {
    padding: 1.5403rem 0;
  }
}

.apply__head img {
  width: 100%;
  max-width: 29.7118rem;
  margin: 0 auto;
}

.apply__content {
  width: 100%;
  height: 74.9915rem;
  overflow: auto;
  padding: 4rem 2rem 5.6rem 4rem;
  font-size: 2rem;
  line-height: 1.8;
  text-align: justify;
  background: #fff;
  border-right: 4.1rem solid #fff;
}
@media screen and (min-width:768px) {
  .apply__content {
    height: 30.0553rem;
    border-right: 5rem solid #fff;
    padding: 2.4rem 2.4rem 3.5rem 6.9rem;
  }
}

.apply__content::-webkit-scrollbar {
  width: 1.138rem;
}
@media screen and (min-width:768px) {
  .apply__content::-webkit-scrollbar {
    width: 1rem;
  }
}

.apply__content::-webkit-scrollbar-thumb {
  background: #550900;
}

.apply__content::-webkit-scrollbar-track {
  background-color: #c9c9c9;
  margin-top: 4.1rem;
  margin-bottom: 5.6rem;
}
@media screen and (min-width:768px) {
  .apply__content::-webkit-scrollbar-track {
    margin-top: 3.7rem;
    margin-bottom: 3.5rem;
  }
}

.apply__content-block + .apply__content-block {
  margin-top: 4rem;
}

.apply__content-block h5,
.apply__content-block h6 {
  font-weight: 700;
}

.apply__content-block ul li,
.apply__content-block ol li,
.apply__content-block:nth-child(2) p {
  text-indent: -2rem;
  margin-left: 2rem;
}

.apply__content-block:nth-child(1) ol li {
  text-indent: -2.2rem;
  margin-left: 2.2rem;
}

.apply__content-block:nth-child(2) p,
.apply__content-block:nth-child(4) ul,
.apply__content-block:nth-child(5) p:nth-child(3) {
  margin-top: 2rem;
}

.apply__text {
  margin-top: 7rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 1.8852rem;
}
@media screen and (min-width:768px) {
  .apply__text {
    margin-top: 6.5rem;
  }
}

.apply__btn {
  width: 100%;
  max-width: 52.52rem;
  margin: 2rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__btn {
    max-width: 52.9rem;
  }
}

.app {
  padding: 9.7rem 0 9.4rem;
  background: #008d3b;
  color: #5a5a5a;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .app {
    padding: 12.2rem 0 16.4rem;
  }
}

.app::before {
  position: absolute;
  display: block;
  content: "";
  background: #d1e2a5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320.38rem;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .app::before {
    height: 272.285rem;
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
  }
}

.app__head {
  width: 100%;
  max-width: 66.764rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .app__head {
    max-width: 109.968rem;
  }
}

.app__head img {
  width: 100%;
  max-width: 44.5829rem;
}
@media screen and (min-width:768px) {
  .app__head img {
    max-width: 77.0804rem;
  }
}

.app__phone {
  position: absolute;
  width: 100%;
  max-width: 27.3429rem;
  top: 4.3rem;
  right: 1.716rem;
}
@media screen and (min-width:768px) {
  .app__phone {
    max-width: 39.175rem;
    top: 3.2rem;
    right: 2.706rem;
  }
}

.app__coupon {
  width: 100%;
  max-width: 66rem;
  margin: 3rem auto 0;
  background: #fff;
  border-radius: 1.5rem;
  padding: 8rem 5rem 5.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .app__coupon {
    border-radius: 2rem;
    max-width: 109.968rem;
    margin: 4.9rem auto 0;
    padding: 10.7rem 9.8rem 10.1rem 10.1rem;
  }
}

.app__coupon-item {
  position: relative;
  border-radius: 1.5rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item {
    border-radius: 2rem;
  }
}

.app__coupon-item + .app__coupon-item {
  margin-top: 10.4rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item + .app__coupon-item {
    margin-top: 15rem;
  }
}

.app__coupon-item:nth-child(1) {
  background: #edc9af;
  padding: 5rem;
}

.app__coupon-item:nth-child(2) {
  background: #dfe5af;
  padding: 11rem 5rem 5rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) {
    padding: 13.7rem 5rem 5rem;
  }
}

.app__coupon-inner {
  background: #fff;
  border-radius: 1rem;
  padding: 5.5rem 0 4.8rem;
}
@media screen and (min-width:768px) {
  .app__coupon-inner {
    border-radius: 2rem;
    padding: 8rem 0 3rem;
  }
}

.app__coupon-head {
  position: absolute;
  width: 100%;
  max-width: 48rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .app__coupon-head {
    max-width: 60rem;
    top: -3.6rem;
  }
}

.app__coupon-item:nth-child(1) .app__coupon-text {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.137;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-text {
    font-size: 2.299rem;
    line-height: 1.43;
  }
}

.app__coupon-item:nth-child(2) .app__coupon-text {
  width: 100%;
  max-width: 39.9064rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) .app__coupon-text {
    max-width: 65.5892rem;
  }
}

@media screen and (min-width:768px) {
  .app__coupon-note {
    text-align: center;
  }
}

.app__coupon-item:nth-child(1) .app__coupon-note {
  font-size: 1.7rem;
  line-height: 1.117;
  margin-top: 2rem;
}
@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(1) .app__coupon-note {
    text-indent: -1.7rem;
    width: 100%;
    max-width: 38.7rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.7rem;
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-note {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 3rem;
  }
}

.app__coupon-item:nth-child(2) .app__coupon-note {
  font-size: 1.7rem;
  line-height: 1.117;
  margin-top: 2.2rem;
}
@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(2) .app__coupon-note {
    text-indent: -1.7rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 37.7rem;
    padding-left: 1.7rem;
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) .app__coupon-note {
    font-size: 1.452rem;
    margin-top: 1.5rem;
    line-height: 1.5151;
  }
}

.app__coupon-item:nth-child(1) .app__coupon-content {
  width: 100%;
  max-width: 45.2979rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(1) .app__coupon-content {
    transform: translateX(3.4rem);
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-content {
    margin: 2.7rem auto 0;
    max-width: 64.038rem;
    padding-left: 5.8449rem;
  }
}

.app__coupon-item:nth-child(2) .app__coupon-content {
  margin-top: 2.5rem;
}

.app__download {
  position: relative;
  z-index: 2;
  margin-top: 5.7rem;
}
@media screen and (min-width:768px) {
  .app__download {
    margin-top: 11.1rem;
  }
}

.app__download-text {
  width: 100%;
  max-width: 31.2981rem;
  margin: 0 auto;
}

.app__download-btn {
  width: 100%;
  max-width: 51.064rem;
  margin: 2rem auto 0;
}
@media screen and (min-width:768px) {
  .app__download-btn {
    max-width: 63.8rem;
    margin: 2.7rem auto 0;
  }
}

.app__note {
  width: 100%;
  margin: 5.9rem auto 0;
  max-width: 59rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .app__note {
    margin: 4rem auto 0;
    max-width: 93rem;
  }
}

.app__note p {
  font-size: 1.7rem;
  line-height: 1.47;
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}
@media screen and (min-width:768px) {
  .app__note p {
    font-size: 1.32rem;
    line-height: 1.5;
    text-indent: -1.32rem;
    margin-left: 1.32rem;
  }
}

@media screen and (max-width:767px) {
  .app__note p span {
    display: block;
  }
}

.online {
  padding: 10.7rem 0 7.7rem;
  background: url(../img/bg-beige2.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .online {
    padding: 11.6rem 0;
  }
}

.online__inner {
  border: 0.6rem solid #550900;
  background: #fff;
  width: 100%;
  max-width: 61.5rem;
  margin: 0 auto;
  position: relative;
  padding: 6.3rem 0 2.5rem;
}
@media screen and (min-width:768px) {
  .online__inner {
    max-width: 88rem;
    padding: 7.8rem 0 3.4rem;
  }
}

.online__head {
  position: absolute;
  width: 100%;
  max-width: 47.6328rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3.3rem;
}
@media screen and (min-width:768px) {
  .online__head {
    top: -3.6rem;
    max-width: 54rem;
  }
}

.online__text {
  width: 100%;
  max-width: 44.5519rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .online__text {
    max-width: 59.3005rem;
  }
}

.online__btn {
  width: 100%;
  max-width: 42.6931rem;
  margin: 3.1rem auto 0;
}
@media screen and (min-width:768px) {
  .online__btn {
    max-width: 40rem;
    margin: 3.2rem auto 0;
  }
}

.online__logo {
  width: 100%;
  max-width: 50.628rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width:768px) {
  .online__logo {
    max-width: 57.3955rem;
    margin: 0.85rem auto 0;
  }
}

.bottom {
  background: linear-gradient(110deg, #cf348f 0%, #f4a397 29.77%, #fac228 64.75%, #eb471c 100%);
  padding: 6.4rem 0 32.1rem;
}
@media screen and (min-width:768px) {
  .bottom {
    padding: 7rem 0 7.5rem;
  }
}

.bottom p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.btn {
  position: fixed;
  z-index: 10;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  bottom: 0;
  transform: translateY(20rem);
}
@media screen and (max-width:767px) {
  .btn {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .btn {
    right: 2rem;
    bottom: 2rem;
  }
}

.btn.show {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
}

@media screen and (max-width:767px) {
  .btn__items {
    display: flex;
    justify-content: space-between;
  }
}

.btn__item {
  width: 25%;
}
@media screen and (min-width:768px) {
  .btn__item {
    width: 100%;
    max-width: 17.197rem;
  }
}

@media screen and (min-width:768px) {
  .btn__item + .btn__item {
    margin-top: 1.21rem;
  }
}

.list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.list.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.list__content {
  width: 100%;
  max-width: 63rem;
  height: 90vh;
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .list__content {
    max-width: 100rem;
  }
}

.list__content.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.list__1 .list__block:nth-child(1) {
  background: linear-gradient(65deg, #fac228 0%, #fac228 21.1%, #ff4618 85.6%, #ff4618 100%);
  padding: 9.3rem 0 11.9rem;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(1) {
    padding: 13.2rem 0 16.8rem;
  }
}

.list__1 .list__block:nth-child(2) {
  background: linear-gradient(133deg, #f2338e 0%, #f2338e 26%, #f4a397 57.8%, #f4a397 100%);
  padding: 10.4rem 0 2.9rem;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(2) {
    padding: 16.1rem 0 5.5rem;
  }
}

.list__1 .list__head {
  width: 100%;
  max-width: 58.8273rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .list__1 .list__head {
    max-width: 88.1526rem;
  }
}

.list__1 .list__block:nth-child(1) .list__category {
  width: 100%;
  max-width: 54.1rem;
  margin: 6.4rem auto 0;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(1) .list__category {
    max-width: 76.8rem;
  }
}

.list__1 .list__block:nth-child(2) .list__category {
  width: 100%;
  max-width: 59.1rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(2) .list__category {
    max-width: 87.9rem;
  }
}

.list__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 50.16rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .list__items {
    gap: 7rem;
  }
}
@media screen and (min-width:768px) {
  .list__items {
    max-width: 86.3897rem;
  }
}

.list__1 .list__block:nth-child(1) .list__items {
  margin-top: 9.3rem;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(1) .list__items {
    margin-top: 7.1rem;
  }
}

.list__1 .list__block:nth-child(2) .list__items {
  margin-top: 9.3rem;
}
@media screen and (min-width:768px) {
  .list__1 .list__block:nth-child(2) .list__items {
    margin-top: 7.5rem;
  }
}

.list__item {
  width: 100%;
}
@media screen and (min-width:768px) {
  .list__item {
    max-width: 41.8rem;
  }
}

@media screen and (min-width:768px) {
  .list__item:nth-child(n+3) {
    margin-top: 7.2rem;
  }
}

.list__btn {
  width: 100%;
  max-width: 22.7039rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .list__btn {
    max-width: 18.9199rem;
  }
}

.list__1 .list__btn {
  margin-top: 14.5rem;
}

.list__note {
  text-align: center;
  font-size: 1.584rem;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .list__note {
    font-size: 1.32rem;
    line-height: 1;
  }
}

.list__1 .list__note {
  margin-top: 2.4rem;
}
@media screen and (min-width:768px) {
  .list__1 .list__note {
    margin-top: 4.4rem;
  }
}

.list2 .list__head {
  padding: 6.1rem 0 8.4rem;
  background: #00c882;
  position: relative;
}
@media screen and (max-width:767px) {
  .list2 .list__head {
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .list2 .list__head {
    padding: 8.4rem 0 10.4rem;
  }
}

.list2 .list__head::before {
  position: absolute;
  display: block;
  content: "";
  width: 150%;
  height: 100%;
  background: url(../img/bg-blue-stripe2.png) no-repeat bottom center/cover;
  top: 0;
  left: -1.5rem;
}
@media screen and (min-width:768px) {
  .list2 .list__head::before {
    width: 100%;
    left: 0;
  }
}

.list2 .list__head img {
  width: 100%;
  max-width: 62.26rem;
  margin: 0 auto;
  padding-left: 0.8008rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .list2 .list__head img {
    max-width: 92.524rem;
    padding-left: 1.9301rem;
  }
}

.list2 .list__block {
  padding: 7.8rem 0 11.9rem;
}
@media screen and (min-width:768px) {
  .list2 .list__block {
    padding: 12rem 0 14rem;
  }
}

.list2 .list__block:nth-child(2) {
  background: #00c882;
}
@media screen and (min-width:768px) {
  .list2 .list__block:nth-child(2) {
    padding: 9rem 0 14rem;
  }
}

.list2 .list__block:nth-child(3) {
  background: #fff564;
}

.list2 .list__block:nth-child(4) {
  background: #8857a8;
}

.list2 .list__block:nth-child(5) {
  background: #3c8cdc;
}

.list2 .list__block:nth-child(6) {
  background: #c8e664;
}

.list2 .list__block:nth-child(7) {
  background: #ffa0b4;
}

.list2 .list__block:nth-child(8) {
  background: #dcabdc;
}

.list2 .list__block:nth-child(9) {
  background: #f26e6e;
}

.list2 .list__pref {
  width: 100%;
  max-width: 51.6439rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .list2 .list__pref {
    max-width: 64.5549rem;
  }
}

.list2 .list__block:nth-child(8) .list__pref {
  max-width: 54.2365rem;
}
@media screen and (min-width:768px) {
  .list2 .list__block:nth-child(8) .list__pref {
    max-width: 67.7957rem;
  }
}

.list2 .list__items {
  margin-top: 3.2rem;
}
@media screen and (min-width:768px) {
  .list2 .list__items {
    margin-top: 4.4rem;
  }
}

@media screen and (min-width:768px) {
  .list2 .list__block:nth-child(4) .list__item:nth-child(5),
  .list2 .list__block:nth-child(5) .list__item:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
  }
}

.list2 .list__collaboration {
  width: 100%;
  max-width: 56rem;
  margin: 3rem auto 0;
  border-radius: 2rem;
  border: 0.508rem solid #0073bd;
  background: #bee6ff;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .list2 .list__collaboration {
    max-width: 92rem;
    margin: 4.4rem auto 0;
    border: 0.595rem solid #0073bd;
    padding-bottom: 4rem;
  }
}

.list__collaboration-check {
  position: absolute;
  top: 15.7rem;
  width: 100%;
  max-width: 41.9166rem;
}
@media screen and (max-width:767px) {
  .list__collaboration-check {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .list__collaboration-check {
    max-width: 43.6883rem;
    top: 13.3rem;
    right: -0.3rem;
  }
}

.list__collaboration-head {
  background: #0073bd;
  padding: 2.362rem 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width:768px) {
  .list__collaboration-head {
    border: 0.595rem solid #0073bd;
    padding: 1.293rem 0;
  }
}

.list__collaboration-head img {
  width: 100%;
  max-width: 49.6906rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .list__collaboration-head img {
    max-width: 53.0267rem;
  }
}

.list2 .list__collaboration .list__items {
  margin-top: 79.9rem;
}
@media screen and (min-width:768px) {
  .list2 .list__collaboration .list__items {
    margin-top: 3.3rem;
  }
}

.list2 .list__collaboration .list__item:nth-child(n+3) {
  margin-top: -2.7rem;
}
@media screen and (min-width:768px) {
  .list2 .list__collaboration .list__item:nth-child(n+3) {
    margin-top: 3.1rem;
  }
}

.list2 .list__block:nth-child(6) > .list__items {
  margin-top: 6.8rem;
}
@media screen and (min-width:768px) {
  .list2 .list__block:nth-child(6) > .list__items {
    margin-top: 4rem;
  }
}

@media screen and (min-width:768px) {
  .list2 .list__block:nth-child(6) > .list__items .list__item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}

.list2 .list__bottom {
  padding: 9.3rem 0 2.8rem;
  background: url(../img/bg-blue-stripe1.png) no-repeat center center/100% auto;
}
@media screen and (min-width:768px) {
  .list2 .list__bottom {
    padding: 9.6rem 0 5.5rem;
  }
}

.list2 .list__note {
  margin-top: 2.8rem;
}
@media screen and (min-width:768px) {
  .list2 .list__note {
    margin-top: 4.4rem;
  }
}

.list__close {
  position: fixed;
  top: 7vh;
  right: calc(50% - 31rem);
  width: 4rem;
  height: 4rem;
  border: none;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .list__close {
    right: calc(50% - 49rem);
  }
}

.list__close::before,
.list__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  transform-origin: center;
  border-radius: 5px;
}

.list__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.list__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.list__close.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.list__content::-webkit-scrollbar {
  display: none;
}