/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
}

/*--- モバイル非表示 ---*/
@media (max-width: 639px) {
  .u-displaynone-sm {
    display: none !important;
  }
}
/*--- デスクトップ非表示 ---*/
@media (min-width: 640px) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

/* header
==================================*/
header {
  padding: 0 12px;
}
header .inner {
  max-width: 1280px;
  margin: 50px auto -60px;
}
@media (max-width: 900px) {
  header .inner {
    margin: 30px auto 0;
  }
}

/* footer
==================================*/
.footer_border {
  position: relative;
}

.footer_border::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 20px;
  right: 20px;
  height: 1px;
  background: #707070;
}

@media (min-width: 40em) {
.footer_border::before {
  left: 50px;
  right: 50px;
}
}

footer {
  background: #fff;
  padding: 140px 12px 100px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
footer * {
  color: #000;
}
footer .inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 7.03125%;
  row-gap: 100px;
}
footer .inner > p {
  font-size: 18px;
  text-align: justify;
}
footer .inner .copy {
  grid-area: 2/1/3/3;
  text-align: center;
}
footer .inner .copy ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  footer .inner {
    display: block;
  }
  footer .inner .logo {
    width: 380px;
    margin: 0 auto 50px;
  }
  footer .inner > p {
    max-width: 500px;
    margin: 0 auto 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 28px 25px;
  }
  footer .inner .logo {
    width: auto;
    margin-bottom: 35px;
  }
  footer .inner .copy {
    margin-top: 30px;
  }
  footer .inner .copy ul {
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 4px;
    margin-bottom: 10px;
  }
  footer .inner .copy ul li {
    font-size: 12px;
  }
  footer .inner .copy small {
    font-size: 12px;
    text-align: center;
  }
}

/* common
==================================*/
.c-title {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.3);
  letter-spacing: -0.13rem;
  letter-spacing: -0.15rem;
  font-size: 50px;
  line-height: 1.1;
}
h3.c-h3 {
  position: relative;
  margin: 10px 0 18px;
  padding-left: 36px;
}
@media (max-width: 767px) {
  h3.c-h3 {
    margin: 7px 0 13px;
  }
}
h3.c-h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/arrow_red.svg) no-repeat center/contain;
  width: 30px;
  height: 34px;
}
@media (max-width: 767px) {
  h3.c-h3::before {
    width: 19px;
    height: 22px;
  }
}
h3.c-h3 > span {
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  letter-spacing: -0.15rem;
  font-size: 41px;
}
@media (max-width: 767px) {
  h3.c-h3 > span {
    font-size: 28px;
  }
}
.border--707070 {
  border: 1px solid #707070;
}

.underline-green {
  text-decoration: underline;
  text-decoration-color: #61B856;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.c-diagonalbtn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff !important;
  overflow: hidden;
}
.c-diagonalbtn__bg {
  position: absolute;
  inset: 0;
  background-color: #E60012;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.c-diagonalbtn__text {
  position: relative;
  z-index: 2;
  display: inline-block;
  align-items: center;
  padding: 14px 50px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
  transform: scaleY(1.2);
}
.c-diagonalbtn__text--big {
  font-size: 34px;
}
.c-diagonalbtn:hover .c-diagonalbtn__bg {
  background: #f29a52;
}

.c-arrow--double {
  display: inline-block;
  position: relative;
  margin-left: 55px;
  margin-top: 8px;
  vertical-align: top;
}
.c-arrow--double::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) translateX(0);
  background: url(../images/arrow_white.svg) no-repeat center / contain;
  width: 20px;
  height: 26px;
  transition: transform 0.3s ease;
}
.c-diagonalbtn:hover .c-arrow--double::before {
  transform: translateY(-50%) translateX(10px);
}

@media (max-width: 767px) {
  .c-arrow--double {
    margin-left: 0;
    margin-top: calc(10px - 1.2vw);
  }
  .c-diagonalbtn__inner {
    padding: 15px 20px;
  }
  .c-diagonalbtn__text {
    font-size: clamp(1px, 5vw, 25px);
    padding: 14px 10px;
  }
  .c-diagonalbtn__text--big {
    font-size: clamp(1px, 7vw, 30px);
  }
  .c-arrow--double::before {
    width: clamp(1px, 4vw, 20px);
    height: clamp(1px, 6vw, 28px);
    right: -4.5vw;
  }
}

.c-mymap--wrap {
  width:100%;
  height: clamp(180px, 50vw, 655px);
  overflow:hidden;
  position:relative;
}
.c-mymap--wrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 59px);
  margin-top: -59px;
  border: 0;
}

/* cursor
==================================*/
.custom-cursor {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  pointer-events: none;
  background: radial-gradient(circle farthest-corner, rgba(245, 158, 7, 0) 0%, rgba(245, 156, 7, 0.73) 43.83%, rgba(240, 198, 7, 0.76) 76.16%, rgb(251, 197, 6) 90.98%, rgb(255, 255, 255) 99.32%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  transition: transform 0.1s ease-out;
}

.custom-cursor.hover {
  transform: translate(-50%, -50%) scale(2.5);
}

.custom-cursor.click {
  animation: atField 0.5s ease-out infinite;
}

@media (pointer: fine) {
  .custom-cursor {
    display: block;
  }
}
/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
#loader .atField {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader .atField .octagon {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle farthest-corner, rgba(245, 158, 7, 0) 0%, rgb(245, 156, 7) 43.83%, rgb(240, 131, 7) 76.16%, rgb(251, 197, 6) 90.98%, rgb(255, 255, 255) 99.32%);
  background: -webkit-radial-gradient(circle farthest-corner, rgba(245, 158, 7, 0) 0%, rgb(245, 156, 7) 43.83%, rgb(240, 131, 7) 76.16%, rgb(251, 197, 6) 90.98%, rgb(255, 255, 255) 99.32%);
  background: -moz-radial-gradient(circle farthest-corner, rgba(245, 158, 7, 0) 0%, rgb(245, 156, 7) 43.83%, rgb(240, 131, 7) 76.16%, rgb(251, 197, 6) 90.98%, rgb(255, 255, 255) 99.32%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  position: absolute;
  opacity: 0;
  transform: scale(0);
  animation: atField 2s ease-out infinite;
}
#loader .atField .octagon:nth-child(1) {
  animation-delay: 0s;
}
#loader .atField .octagon:nth-child(2) {
  animation-delay: 0.4s;
}
#loader .atField .octagon:nth-child(3) {
  animation-delay: 0.8s;
}
#loader .atField .octagon:nth-child(4) {
  animation-delay: 1.2s;
}
#loader .atField .octagon:nth-child(5) {
  animation-delay: 1.6s;
}

@keyframes atField {
  0% {
    transform: scale(0);
    opacity: 1;
    filter: blur(3px);
  }
  30% {
    opacity: 0.8;
    filter: blur(5px);
  }
  50% {
    opacity: 0.6;
    filter: blur(8px);
  }
  70% {
    opacity: 0.4;
    filter: blur(12px);
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
    filter: blur(20px);
  }
}
.fireField {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fireField .octagon-white {
  width: 50vw;
  height: 50vw;
  background: #000;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  opacity: 0.5;
  transform: scale(0);
  animation: atField2 0.7s cubic-bezier(0.65, 0, 0.58, 1) 2s forwards;
}

@keyframes atField2 {
  0% {
    transform: scale(0);
    opacity: 0.5;
    filter: blur(3px);
  }
  30% {
    filter: blur(5px);
  }
  50% {
    filter: blur(8px);
  }
  70% {
    filter: blur(12px);
  }
  100% {
    transform: scale(4);
    opacity: 1;
    filter: blur(20px);
  }
}
/* Animation
==================================*/
.c-anim-up,
.c-anim-up01,
.c-anim-load01,
.c-anim-load02 {
  transform: translate(0, 70px);
  opacity: 0;
  transition: 0.5s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

#heroArea .eva00 img {
  /* transform-origin: center bottom;
  transform: scale(0.1);
  transition: 0.5s cubic-bezier(0.42, 0, 0.18, 1); */
}
#heroArea .eva00 img.move {
  transform: scale(1);
}
#heroArea .eva00 img.pc {
  max-width: 1000px;
}
#heroArea .eva00 img.move.sp {
  /* transform: scale(1.4); */
}
#heroArea .eva00 img.sp {
  margin: -185px 0;
}
#heroArea .trains .red img {
  /* transform-origin: left center;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.42, 0, 0.18, 1); */
}
#heroArea .trains .red img.move {
  transform: scale(1);
}
#heroArea .trains .purple img {
  /* transform-origin: right center;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.42, 0, 0.18, 1); */
}
#heroArea .trains .purple img.move {
  transform: scale(1);
}

#goodsArea .goods01 .ph {
  transform: translate(0, 70px);
  opacity: 0;
  transition: 0.5s ease;
}
#goodsArea .goods01 .ph img.shinji {
  transform: rotate(-5deg);
}
#goodsArea .goods01 .ph img.shinji.move {
  transform: rotate(0);
}
#goodsArea .goods01 .ph img.kaworu {
  transform: rotate(5deg);
}
#goodsArea .goods01 .ph img.kaworu.move {
  transform: rotate(0);
}
#goodsArea .goods01 .ph.move {
  transform: translate(0, 0);
  opacity: 1;
}
#goodsArea .o-goods__btn {
  max-width: 493px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  #goodsArea .o-goods__btn {
    text-align: center;
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#heroArea {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#heroArea .copy {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  #heroArea .copy {
    top: 80px;
  }
}
#heroArea .copy p {
  margin: auto;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 1.57vw;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  #heroArea .copy p {
    font-size: 14px;
  }
}
#heroArea .eva00 {
  max-width: 1920px;
  margin: -5% auto 0;
  background: url(../images/main_eva00_back.webp) no-repeat center;
  text-align: center;
  padding-bottom: 122px;
}
@media (max-width: 900px) {
  #heroArea .eva00 {
    margin-top: 1%;
    background: url(../images/sp__main_eva00_back.webp) no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  #heroArea .eva00 {
    margin: 43% auto 0;
    /* margin: 20% auto 0; */
  }
}
#heroArea .trains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 767px) {
  #heroArea .trains {
    position: relative;
    /* margin: -34% 0 0; */
    margin: -13% 0 0;
  }
}
#heroArea .trains .red {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50.4%;
  max-width: 645px;
}
@media (max-width: 767px) {
  #heroArea .trains .red {
    position: relative;
    width: 86%;
    margin: auto;
    padding-left: 9%;
  }
}
#heroArea .trains .purple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44.61%;
  max-width: 571px;
}
@media (max-width: 767px) {
  #heroArea .trains .purple {
    position: relative;
    width: 76%;
    padding-right: 20%;
    margin: -20% auto 0;
  }
}
#heroArea .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 31.41%;
  max-width: 603px;
  margin: auto;
}
@media (max-width: 767px) {
  #heroArea .title {
    position: relative;
    width: 335px;
    margin: -11% auto 0;
    /* margin: -7% auto 0; */
  }
}

#heroArea .title .date {
  max-width: 300px;
  margin: -40px auto 0;
}
#heroArea .title .date img {
  width: 300px;
}
@media (max-width: 767px) {
  #heroArea .title .date {
    max-width: 200px;
    margin: -20px auto 0;
  }
}

#navArea {
  padding: 100px 12px 0;
}
@media (max-width: 767px) {
  #navArea {
    padding: 30px 0 0;
  }
}
#navArea .inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 28px;
}
@media (max-width: 767px) {
  #navArea .inner {
    row-gap: 13px;
  }
}
#navArea .inner .btn {
  position: relative;
  box-sizing: border-box;
  width: 640px;
  padding: 30px 0 0 80px;
}
@media (max-width: 767px) {
  #navArea .inner .btn {
    width: 100%;
    padding: 13px 25px 0 44px;
  }
}
#navArea .inner .btn * {
  line-height: 1;
}
#navArea .inner .btn a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 560px;
  height: 126px;
  margin: 0 auto;
  padding: 0 30px 20px 110px;
  border: 1px solid #7AC943;
  transition: 0;
  width: 100%;
  background-color: white;
}
@media (max-width: 767px) {
  #navArea .inner .btn a {
    height: 69px;
    padding: 0 25px 10px 60px;
  }
}
#navArea .inner .btn a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 8px, #fff 0, #fff 12px);
}
@media (max-width: 767px) {
  #navArea .inner .btn a::before {
    height: 7px;
    background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  }
}
#navArea .inner .btn a::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -11px;
  width: 35px;
  height: 18px;
  background: #fff;
  border-bottom: 1px solid #7AC943;
  transform: rotate(43deg);
}
#navArea .inner .btn a .chara {
  position: absolute;
  left: -80px;
  bottom: -2px;
  z-index: 3;
  width: 225px;
  height: 155px;
  background: url(../images/nav01_chara.webp) no-repeat center/contain;
}
@media (max-width: 767px) {
  #navArea .inner .btn a .chara {
    left: -43px;
    width: 123px;
    height: 84px;
  }
}
#navArea .inner .btn a p {
  padding-left: 12px;
  border-left: 11px solid #7AC943;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 42px;
}
@media (max-width: 767px) {
  #navArea .inner .btn a p {
    padding-left: 6px;
    border-width: 6px;
    font-size: 23px;
  }
}
#navArea .inner .btn a ul li {
  box-sizing: border-box;
  color: #7AC943;
  width: 160px;
  height: 18px;
  border: 1px solid #7AC943;
  margin-bottom: 20px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
#navArea .inner .btn a ul li:nth-child(2) {
  margin-bottom: 0;
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 600;
}
#navArea .inner .btn a:hover {
  border-color: #FFF100;
}
#navArea .inner .btn a:hover::before {
  background: repeating-linear-gradient(135deg, #FFF100, #FFF100 8px, #000 0, #000 12px);
}
#navArea .inner .btn a:hover::after {
  border-color: #FFF100;
}
#navArea .inner .btn a:hover .chara {
  background-image: url(../images/nav01_eva.webp);
}
#navArea .inner .btn a:hover p {
  border-color: #FFF100;
}
#navArea .inner .btn a:hover ul li {
  color: #FFF100;
  border-color: #FFF100;
}
#navArea .inner .btn01 {
  width: 100%;
}
#navArea .inner .btn02 a .chara {
  background-image: url(../images/nav05_chara.webp);
}
#navArea .inner .btn02 a:hover .chara {
  background-image: url(../images/nav05_eva.webp);
}
#navArea .inner .btn03 a .chara {
  background-image: url(../images/nav06_chara.webp);
}
#navArea .inner .btn03 a:hover .chara {
  background-image: url(../images/nav06_eva.webp);
}
#navArea .inner .btn04 a .chara {
  background-image: url(../images/nav03_chara.webp);
}
#navArea .inner .btn04 a:hover .chara {
  background-image: url(../images/nav03_eva.webp);
}
#navArea .inner .btn05 a .chara {
  background-image: url(../images/nav04_chara.webp);
}
#navArea .inner .btn05 a:hover .chara {
  background-image: url(../images/nav04_eva.webp);
}

#newsArea {
  padding: 136px 12px 0;
}
@media (max-width: 767px) {
  #newsArea {
    padding: 100px 0 0;
  }
}
#newsArea .inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
}
#newsArea .inner .frame_top img,
#newsArea .inner .frame_bottom img {
  width: 100%;
}
#newsArea .inner div.content {
  position: relative;
  padding: 70px 64px 25px;
}
@media (max-width: 767px) {
  #newsArea .inner div.content {
    padding: 50px 26px 60px 18px;
  }
}
#newsArea .inner div.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_left.svg) repeat-y left top/contain;
}
@media (max-width: 767px) {
  #newsArea .inner div.content::before {
    width: 4.8%;
    background-image: url(../images/sp__frame_left.svg);
  }
}
#newsArea .inner div.content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_right.svg) repeat-y right top/contain;
}
@media (max-width: 767px) {
  #newsArea .inner div.content::after {
    width: 4.8%;
    background-image: url(../images/sp__frame_right.svg);
  }
}
#newsArea .inner h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 75px;
  padding-right: 54px;
}
@media (max-width: 767px) {
  #newsArea .inner h3 {
    margin-left: 20px;
    margin-bottom: 38px;
    padding-right: 34px;
  }
}
#newsArea .inner h3::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../images/arrow_green.svg) no-repeat center/contain;
  width: 30px;
  height: 34px;
}
@media (max-width: 767px) {
  #newsArea .inner h3::before {
    top: 7px;
    width: 19px;
    height: 22px;
  }
}
#newsArea .inner h3 > span {
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 42px;
}
@media (max-width: 767px) {
  #newsArea .inner h3 > span {
    font-size: 26px;
  }
}
#newsArea .inner ul {
  border-top: 1px solid #61B856;
}
#newsArea .inner ul li {
  padding: 30px 25px;
  border-bottom: 1px solid #61B856;
}
@media (max-width: 767px) {
  #newsArea .inner ul li {
    padding: 20px 12px 22px;
  }
}
#newsArea .inner ul li a {
  display: flex;
  column-gap: 40px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  #newsArea .inner ul li a {
    display: block;
    padding-right: 50px;
  }
}
#newsArea .inner ul li a span {
  display: inline-block;
  width: 105px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #newsArea .inner ul li a span {
    width: auto;
    font-size: 16px;
  }
}
#newsArea .inner ul li a p {
  position: relative;
  align-self: flex-start;
  font-size: 20px;
}
@media (max-width: 767px) {
  #newsArea .inner ul li a p {
    font-size: 16px;
  }
}
#newsArea .inner ul li a p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 7.5px 0px 7.5px 40px;
}
@media (max-width: 767px) {
  #newsArea .inner ul li a p::after {
    right: -50px;
    border-width: 6px 0px 6px 33px;
  }
}
#newsArea .inner a.news-list {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -26px;
  display: block;
  width: 273px;
  margin: 0 0 0 auto;
  padding-left: 55px;
}
@media (max-width: 900px) {
  #newsArea .inner a.news-list {
    bottom: -32px;
  }
}
@media (max-width: 767px) {
  #newsArea .inner a.news-list {
    right: 26px;
    bottom: 92px;
    width: 170px;
    padding-left: 23px;
  }
}
#newsArea .inner a.news-list span {
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  #newsArea .inner a.news-list span {
    font-size: 16px;
  }
}
#newsArea .inner a.news-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 4px 0px 4px 40px;
}
@media (max-width: 767px) {
  #newsArea .inner a.news-list span::after {
    border-width: 3px 0px 3px 30px;
  }
}
#newsArea .inner a.news-list::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -34px;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #61B856;
  width: 83px;
  height: 50px;
  transform: rotate(55deg);
}
@media (max-width: 767px) {
  #newsArea .inner a.news-list::before {
    bottom: -10px;
    width: 64px;
    height: 20px;
    border-width: 1px;
  }
}
#newsArea .inner a.news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  width: 100%;
  height: 8px;
}
@media (max-width: 767px) {
  #newsArea .inner a.news-list::after {
    bottom: -20px;
    height: 6px;
  }
}

#statueArea,
#monumentArea,
#airportArea {
  padding: 136px 12px 0;
}
#statueArea .inner,
#monumentArea .inner,
#airportArea .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 900px) {
  #statueArea .inner,
  #monumentArea .inner,
  #airportArea .inner {
    display: block;
  }
}
#statueArea .inner .textBox,
#monumentArea .inner .textBox {
  width: 50%;
}

#airportArea .inner .textBox {
  width: 55%;
}
@media (max-width: 900px) {
  #statueArea .inner .textBox,
  #monumentArea .inner .textBox,
  #airportArea .inner .textBox {
    width: 100%;
  }
}
#statueArea .inner .textBox .c-h3,
#monumentArea .inner .textBox .c-h3,
#airportArea .inner .textBox .c-h3 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #statueArea .inner .textBox .c-h3,
  #monumentArea .inner .textBox .c-h3,
  #airportArea .inner .textBox .c-h3 {
    margin-bottom: 30px;
  }
}
#statueArea .inner .textBox p,
#monumentArea .inner .textBox p {
  margin-left: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  text-align: justify;
}
#airportArea .inner .textBox p {
  margin: 0 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  text-align: justify;
}
@media (max-width: 900px) {
  #statueArea .inner .textBox p,
  #monumentArea .inner .textBox p,
  #airportArea .inner .textBox p {
    margin: 0 36px;
  }
}
@media (max-width: 767px) {
  #statueArea .inner .textBox p,
  #monumentArea .inner .textBox p,
  #airportArea .inner .textBox p {
    font-size: 16px;
    margin: 0 10px;
  }
}
#statueArea .inner .textBox a,
#monumentArea .inner .textBox a,
#airportArea .inner .textBox a {
  color: #DF813B;
  text-decoration: underline;
}
#statueArea .inner .ph,
#monumentArea .inner .ph{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.4375%;
  min-height: 460px;
}
#airportArea .inner .ph {
  width: 41%;
}
@media (max-width: 900px) {
  #statueArea .inner .ph,
  #monumentArea .inner .ph {
    width: 50%;
    margin: 30px auto 0 !important;
  }
}
@media (max-width: 767px) {
  #statueArea .inner .ph,
  #monumentArea .inner .ph {
    width: 90%;
    min-height: unset;
    margin: 30px auto 0 !important;
  }
}
@media (max-width: 900px) {
  #airportArea .inner .ph {
    width: auto;
    margin: 14px 10px 0 !important;
  }
}
@media (max-width: 767px) {
  #airportArea .inner .ph {
    width: auto;
    min-height: unset;
    margin: 14px 10px 0 !important;
  }
}

#statueArea .inner .ph p,
#monumentArea .inner .ph p,
#airportArea .inner .ph p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  text-align: center;
  font-size: 38px;
}


#monumentArea {
  padding-top: 115px;
}
#monumentArea .inner .ph {
  width: 29.21875%;
  margin-right: 6.25%;
}
@media (max-width: 900px) {
  #monumentArea .inner .ph {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #monumentArea .inner .ph {
    width: 80%;
  }
}

#airportArea h3.c-h3 > span {
  font-size: 35px;
}
@media (max-width: 767px) {
  #airportArea h3.c-h3 > span {
    font-size: 28px;
  }
}
#airportArea .inner .textBox .airport-img {
  margin-left: 36px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  #airportArea .inner .textBox .airport-img {
    margin: 20px 10px 0;
  }
}
#airportArea .inner .ph .c-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 auto 18px;
}
#airportArea .inner .ph .c-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#goodsArea {
  padding: 146px 12px 0;
}
#goodsArea .inner {
  max-width: 1280px;
  margin: auto;
}
#goodsArea .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
#goodsArea .inner ul li {
  width: 50%;
}
#goodsArea .inner ul a {
  display: block;
}
#goodsArea .inner ul a .info {
  position: relative;
  margin-top: 30px;
}
#goodsArea .inner ul a .info p {
  font-size: 18px;
}
@media (max-width: 767px) {
  #goodsArea .inner ul a .info p {
    font-size: 16px;
  }
}
#goodsArea .inner ul a .info p span {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #goodsArea .inner ul a .info p span {
    font-size: 22px;
  }
}
#goodsArea .inner ul a .info .more {
  position: absolute;
  top: 7px;
  right: 0;
  padding-right: 53px;
}
@media (max-width: 767px) {
  #goodsArea .inner ul a .info .more {
    position: relative;
    width: 126px;
    margin: 15px auto 0;
  }
}
#goodsArea .inner ul a .info .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 7px 0px 7px 40px;
}
#goodsArea .inner ul a .info .more span {
  display: inline-block;
  color: #DF813B;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}
#goodsArea .inner ul .goods01 a {
  max-width: 493px;
  margin: auto;
}
#goodsArea .inner ul .goods01 a .ph {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
}
#goodsArea .inner ul .goods01 a .ph img {
  transition: 0.3s ease;
}
@media (pointer: fine) {
  #goodsArea .inner ul .goods01 a:hover img.shinji {
    transform: rotate(-5deg);
  }
  #goodsArea .inner ul .goods01 a:hover img.kaworu {
    transform: rotate(5deg);
  }
}
#goodsArea .inner ul .goods02 a {
  max-width: 477px;
  margin: auto;
}
#goodsArea .inner ul .goods02 a .ph .hover {
  display: none;
}
#goodsArea .inner ul .goods02 a:hover img {
  display: none;
}
#goodsArea .inner ul .goods02 a:hover .ph .hover {
  display: block;
}
#goodsArea .inner ul .goods02 .soldoutbox {
  position: relative;
}
#goodsArea .inner ul .goods02 .soldout {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 0.5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
#goodsArea .inner ul .goods02 .soldout .bigtext {
  font-size: 55px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  line-height: 1.2;
  letter-spacing: -0.11rem;
}
#goodsArea .inner ul .goods02 .soldout::before,
#goodsArea .inner ul .goods02 .soldout::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-image: url(../images/soldout-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#goodsArea .inner ul .goods02 .soldout::after {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  #goodsArea .inner ul .goods02 .soldout {
    font-size: 25px;
    padding: 30px 0;
  }

  #goodsArea .inner ul .goods02 .soldout img {
    max-width: 130px;
  }
  
  #goodsArea .inner ul .goods02 .soldout .bigtext {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  #goodsArea .inner ul {
    display: grid;
    row-gap: 50px;
  }
  #goodsArea .inner ul li {
    width: 100%;
  }
}
#goodsArea .inner .goodsflexbox {
  position: relative;
  display: flex;
}
#goodsArea .inner .collaboration_link {

}
#goodsArea .inner .collaboration_more {
  position: absolute;
  top: 23px;
  margin-left: 90px;
  padding-right: 53px;
}
#goodsArea .inner .collaboration_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 7px 0px 7px 40px;
}
#goodsArea .inner .collaboration_more span {
  display: inline-block;
  color: #DF813B;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}
@media (max-width: 767px) {
  #goodsArea .inner .collaboration_more {
    margin: 0 auto;
  }

  #goodsArea .inner .collaboration_more {
    top: 6px;
    right: 0;
  }

  #goodsArea .inner .collaboration_more span {
    font-size: 18px;
  }
}

#trainArea {
  padding: 146px 12px 0;
}
#trainArea .inner {
  max-width: 1280px;
  margin: auto;
}
#trainArea .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
@media (max-width: 900px) {
  #trainArea .inner ul {
    display: grid;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  #trainArea .inner ul {
    row-gap: 80px;
  }
}
#trainArea .inner ul li {
  width: 50%;
}
@media (max-width: 900px) {
  #trainArea .inner ul li {
    width: 100%;
  }
}
#trainArea .inner ul li a {
  display: block;
  max-width: 580px;
  margin: auto;
}
#trainArea .inner ul li a .ph {
  transition: 0.3s ease;
}
#trainArea .inner ul li a .info {
  max-width: 493px;
  margin: 25px auto 0;
}
#trainArea .inner ul li a .info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 767px) {
  #trainArea .inner ul li a .info p {
    font-size: 16px;
  }
}
#trainArea .inner ul li a .more {
  position: relative;
  width: 135px;
  margin: 0 0 0 auto;
  padding-right: 53px;
}
@media (max-width: 767px) {
  #trainArea .inner ul li a .more {
    margin: 15px auto 0;
  }
}
#trainArea .inner ul li a .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 7px 0px 7px 40px;
}
#trainArea .inner ul li a .more span {
  display: inline-block;
  color: #DF813B;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}
@media (pointer: fine) {
  #trainArea .inner ul li.train01 a:hover .ph {
    transform: translateX(-40px);
  }
  #trainArea .inner ul li.train02 a:hover .ph {
    transform: translateX(40px);
  }
}

#stampArea {
  padding: 146px 12px 0;
}
@media (max-width: 767px) {
  #stampArea {
    
  }
}
#stampArea .inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 900px) {
  #stampArea .inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  #stampArea .inner {
    display: block;
  }
}
#stampArea .inner h3.c-h3 {
  grid-area: 1/1/2/2;
  margin: 39px 0 28px;
}
@media (max-width: 900px) {
  #stampArea .inner h3.c-h3 {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3 {
    margin: 21px 0 41px;
    padding-left: 30px;
  }
}
#stampArea .inner h3.c-h3::before {
  top: -10px;
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3::before {
    width: 22px;
    height: 25px;
  }
}
@media (max-width: 1281px) {
  #stampArea .inner h3.c-h3 > span {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  #stampArea .inner h3.c-h3 > span {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3 > span {
    font-size: 23px;
  }
}
#stampArea .inner h3.c-h3 span.min {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.05rem;
}
@media (max-width: 1281px) {
  #stampArea .inner h3.c-h3 span.min {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  #stampArea .inner h3.c-h3 span.min {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3 span.min {
    font-size: 10px;
  }
}
#stampArea .inner h3.c-h3 + p {
  grid-area: 2/1/3/2;
  margin: 10px 0 27px 36px;
  font-size: 20px;
  font-weight: 700;
}
#stampArea .inner h3.c-h3 + p span {
  font-size: 16px;
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3 + p span {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  #stampArea .inner h3.c-h3 + p {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 767px) {
  #stampArea .inner h3.c-h3 + p {
    margin: 10px;
    font-size: 16px;
  }
}
#stampArea .inner a.ph {
  grid-area: 1/2/4/3;
  position: relative;
  z-index: 1;
  display: flex;
  max-height: 537px;
  margin: 0 4.6875% 60px 11.40625%;
}
@media (max-width: 900px) {
  #stampArea .inner a.ph {
    grid-area: 3/1/4/2;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #stampArea .inner a.ph {
    margin: 0 10px;
    margin-bottom: 30px;
    pointer-events: none;
  }
}
#stampArea .inner a.ph .ph01 {
  align-self: flex-start;
  max-width: 417px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #stampArea .inner a.ph .ph01 {
    width: 80%;
    margin-bottom: 30%;
  }
}
#stampArea .inner a.ph .ph02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 417px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #stampArea .inner a.ph .ph02 {
    width: 70%;
  }
}
#stampArea .inner a.ph:hover .ph01 {
  max-width: 462px;
  transform: rotate(-5deg);
}
#stampArea .inner a.ph:hover .ph02 {
  max-width: 341px;
}
#stampArea .inner ul {
  grid-area: 3/1/4/2;
  display: grid;
  row-gap: 20px;
  margin-left: 36px;
}
@media (max-width: 900px) {
  #stampArea .inner ul {
    grid-area: 4/1/5/2;
  }
}
@media (max-width: 767px) {
  #stampArea .inner ul {
    margin: 0 10px;
    row-gap: 30px;
  }
}
#stampArea .inner ul li {
  display: grid;
  grid-template-columns: 175px 1fr;
  column-gap: 20px;
}
@media (max-width: 767px) {
  #stampArea .inner ul li {
    display: block;
  }
}
#stampArea .inner ul li .th {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3px 0 5px;
}
@media (max-width: 767px) {
  #stampArea .inner ul li .th {
    margin-bottom: 13px;
  }
}
#stampArea .inner ul li .td {
  line-height: 1.72;
}
#stampArea .inner ul li.mission .th {
  position: relative;
  box-sizing: border-box;
  width: 175px;
  color: #fff;
  background: #E4007F;
  padding-right: 26px;
}
@media (max-width: 767px) {
  #stampArea .inner ul li.mission .th {
    width: 100%;
    padding: 18px 20px 20px 0;
  }
}
#stampArea .inner ul li.mission .th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #E4007F 0, #E4007F 20px);
}
@media (max-width: 767px) {
  #stampArea .inner ul li.mission .th::after {
    width: 20px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 7px, #E4007F 0, #E4007F 14px);
  }
}
#stampArea .inner ul li.mission .th p {
  transform: scaleY(1.5);
  letter-spacing: -0.05rem;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
}
@media (max-width: 767px) {
  #stampArea .inner ul li.mission .th p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
  }
}
#stampArea .inner ul li.mission .th p span {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 25px;
}
@media (max-width: 767px) {
  #stampArea .inner ul li.mission .th p span {
    font-size: 30px;
  }
}
#stampArea .inner ul li.mission .td {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #stampArea .inner ul li.mission .td {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.72;
  }
}
#stampArea .inner ul li:not(.mission) .th {
  border: 1px solid #000;
  font-weight: 400;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #stampArea .inner .alert {
    margin-bottom: 25px;
  }
}
#stampArea .inner .alert .th {
  background: #DF813B;
  border: none !important;
  color: #fff;
}
@media (max-width: 767px) {
  #stampArea .inner .alert .th {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3px 0 5px;
    margin-bottom: 5px;
  }
}
#stampArea .inner .alert .td a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #stampArea .inner .alert .td a {
    display: block;
    border-bottom: none;
    text-decoration: underline;
    line-height: 1.72;
  }
}
#stampArea .inner .alert .td a::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 10px 0px 10px 21px;
}
@media (max-width: 767px) {
  #stampArea .inner .alert .td a::after {
    right: 0;
  }
}
#stampArea .inner .more {
  position: absolute;
  right: 80px;
  bottom: -50px;
  z-index: 2;
  width: 135px;
  margin: 0 0 0 auto;
  padding-right: 53px;
}
@media (max-width: 767px) {
  #stampArea .inner .more {
    position: static;
    margin: 15px auto 0;
  }
}
#stampArea .inner .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 7px 0px 7px 40px;
}
#stampArea .inner .more span {
  display: inline-block;
  color: #DF813B;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}

#Soon {
  padding: 100px 12px;
}
@media (max-width: 767px) {
  #Soon {
    padding: 50px 28px;
  }
}
#Soon p {
  font-size: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  #Soon p {
    width: 266px;
    margin: auto;
  }
}

#ube-collaboration {
  padding: 146px 12px 200px;
}

#ube-collaboration .inner {
  position: relative;
  display: flex;
  max-width: 1280px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

#ube-collaboration .inner h3.c-h3 span.min {
  display: inline-block;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.05rem;
}

#ube-collaboration h3.c-h3::before {
  display: none;
}

#ube-collaboration .ube-collaboration-text {
  position: relative;
}

#ube-collaboration .inner .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 135px;
  margin: 0 0 0 auto;
  padding-right: 53px;
}

#ube-collaboration .inner .more span {
  display: inline-block;
  color: #DF813B;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}

#ube-collaboration .inner .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #DF813B;
  border-width: 7px 0px 7px 40px;
}

#ube-collaboration .ube-collaboration-img img {
  max-width: 500px;
}

#ube-collaboration h3.c-h3 > span {
  font-size: 35px;
}

@media (max-width: 767px) {
  #ube-collaboration {
    padding-bottom: 140px;
  }

  #ube-collaboration .inner {
    display: block;
  }

  #ube-collaboration .ube-collaboration-img img {
    max-width: 100%;
  }

  #ube-collaboration h3.c-h3 {
    padding-left: 0;
  }

  #ube-collaboration h3.c-h3 > span {
    font-size: 20px;
  }

  #ube-collaboration .inner h3.c-h3 span.min {
    font-size: 17px;
  }

  #ube-collaboration .ube-collaboration-text {
    margin-bottom: 40px;
  }

  #ube-collaboration .inner .more {
    position: relative;
    margin: 20px auto 0;
  }
}
/*==================================
  NEWS
==================================*/
.page-news .back-btn {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
}
@media (max-width: 767px) {
  .page-news .back-btn {
    width: 160px !important;
    height: 160px !important;
  }
}
.page-news .back-btn .triangle-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: transparent;
}
.page-news .back-btn .triangle-link:hover ~ svg .fill-green {
  fill: #61b856;
  opacity: 0.5;
}
.page-news .back-btn .triangle-link:hover ~ svg .stroke-green {
  stroke: #61b856;
  opacity: 0.5;
}
.page-news .back-btn svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.page-news .back-btn #グループ_88{
  fill: white;
}

.page-news.archive section {
  padding: 0 12px 250px;
}
.page-news.archive section .inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1060px;
  margin: auto;
}
.page-news.archive section .inner ul {
  margin: 42px 0 0;
  border-top: 1px solid #61B856;
}
.page-news.archive section .inner ul li {
  padding: 30px 25px;
  border-bottom: 1px solid #61B856;
}
@media (max-width: 767px) {
  .page-news.archive section .inner ul li {
    padding: 20px 12px 22px;
  }
}
.page-news.archive section .inner ul li a {
  display: flex;
  column-gap: 40px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner ul li a {
    display: block;
    padding-right: 50px;
  }
}
.page-news.archive section .inner ul li a span {
  display: inline-block;
  width: 105px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner ul li a span {
    width: auto;
    font-size: 16px;
  }
}
.page-news.archive section .inner ul li a p {
  position: relative;
  align-self: flex-start;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner ul li a p {
    font-size: 16px;
  }
}
.page-news.archive section .inner ul li a p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 7px 0px 7px 40px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner ul li a p::after {
    right: -50px;
    border-width: 6px 0px 6px 33px;
  }
}
.page-news.archive section .inner a.news-list {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -40px;
  display: block;
  width: 273px;
  margin: 0 0 0 auto;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner a.news-list {
    bottom: -32px;
    width: 170px;
    padding-left: 23px;
  }
}
.page-news.archive section .inner a.news-list span {
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner a.news-list span {
    font-size: 16px;
  }
}
.page-news.archive section .inner a.news-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 4px 0px 4px 40px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner a.news-list span::after {
    border-width: 3px 0px 3px 30px;
  }
}
.page-news.archive section .inner a.news-list::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -34px;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #61B856;
  width: 83px;
  height: 50px;
  transform: rotate(55deg);
}
@media (max-width: 767px) {
  .page-news.archive section .inner a.news-list::before {
    bottom: -10px;
    width: 64px;
    height: 20px;
    border-width: 1px;
  }
}
.page-news.archive section .inner a.news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  width: 100%;
  height: 8px;
}
@media (max-width: 767px) {
  .page-news.archive section .inner a.news-list::after {
    bottom: -20px;
    height: 6px;
  }
}

.page-news.single .back-btn {
  position: absolute;
  top: 0;
  left: 35px;
}
@media (max-width: 1281px) {
  .page-news.single .back-btn {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .page-news.single .back-btn {
    top: -7px;
    left: 24px;
  }
}
.page-news.single section {
  padding: 160px 12px 250px;
}
@media (max-width: 900px) {
  .page-news.single section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-news.single section {
    padding: 50px 0 150px;
  }
}
.page-news.single section .inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
}
.page-news.single section .inner .frame_top img,
.page-news.single section .inner .frame_bottom img {
  width: 100%;
}
.page-news.single section .inner .content {
  position: relative;
  padding: 110px 35px 25px;
}
@media (max-width: 767px) {
  .page-news.single section .inner .content {
    padding: 20px 29px 60px 30px;
  }
}
.page-news.single section .inner .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_left.svg) repeat-y left top/contain;
}
@media (max-width: 767px) {
  .page-news.single section .inner .content::before {
    width: 4.8%;
    background-image: url(../images/sp__frame_left.svg);
  }
}
.page-news.single section .inner .content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_right.svg) repeat-y right top/contain;
}
@media (max-width: 767px) {
  .page-news.single section .inner .content::after {
    width: 4.8%;
    background-image: url(../images/sp__frame_right.svg);
  }
}
.page-news.single section .inner p.date {
  max-width: 720px;
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1281px) {
  .page-news.single section .inner p.date {
    text-align: right;
  }
}
.page-news.single section .inner h2 {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #61B856;
}
@media (max-width: 1281px) {
  .page-news.single section .inner h2 {
    padding-bottom: 27px;
  }
}
.page-news.single section .inner h2 span {
  display: block;
  max-width: 720px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1281px) {
  .page-news.single section .inner h2 span {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 60px;
    font-size: 18px;
    text-align: right;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .page-news.single section .inner h2 span {
    min-height: 72px;
  }
}
.page-news.single section .inner a.news-list {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -26px;
  display: block;
  width: 273px;
  margin: 0 0 0 auto;
  padding-left: 55px;
}
@media (max-width: 900px) {
  .page-news.single section .inner a.news-list {
    bottom: -32px;
  }
}
@media (max-width: 767px) {
  .page-news.single section .inner a.news-list {
    bottom: -29px;
    width: 170px;
    padding-left: 23px;
  }
}
.page-news.single section .inner a.news-list span {
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-news.single section .inner a.news-list span {
    font-size: 16px;
  }
}
.page-news.single section .inner a.news-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 4px 0px 4px 40px;
}
@media (max-width: 767px) {
  .page-news.single section .inner a.news-list span::after {
    border-width: 3px 0px 3px 30px;
  }
}
.page-news.single section .inner a.news-list::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -34px;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #61B856;
  width: 83px;
  height: 50px;
  transform: rotate(55deg);
}
@media (max-width: 767px) {
  .page-news.single section .inner a.news-list::before {
    bottom: -10px;
    width: 64px;
    height: 20px;
    border-width: 1px;
  }
}
.page-news.single section .inner a.news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  width: 100%;
  height: 8px;
}
@media (max-width: 767px) {
  .page-news.single section .inner a.news-list::after {
    bottom: -20px;
    height: 6px;
  }
}
.page-news.single section .paging {
  display: flex;
  justify-content: center;
  column-gap: 74px;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .page-news.single section .paging {
    margin-top: 100px;
  }
}
.page-news.single section .paging a {
  position: relative;
  display: block;
}
.page-news.single section .paging a span {
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}
.page-news.single section .paging a.prev {
  padding-left: 56px;
}
.page-news.single section .paging a.prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent #61B856 transparent transparent;
  border-width: 7.5px 40px 7.5px 0px;
}
.page-news.single section .paging a.next {
  padding-right: 56px;
}
.page-news.single section .paging a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 7.5px 0px 7.5px 40px;
}
.page-news.single article {
  max-width: 720px;
  margin: auto;
}
.page-news.single article.page-news--8 {
  max-width: 936px;
}
@media (max-width: 767px) {
  .page-news.single article {
    padding: 0 7px;
  }
}
.page-news.single article p {
  line-height: 1.8;
}
.page-news.single article p a {
  border-bottom: 1px solid #61B856;
}
.page-news.single article .ph {
  margin: 3em auto 0;
  text-align: center;
}
.page-news.single article .ph-border {
  border: 1px solid #C1C1C1;
}
.page-news.single article iframe {
  width: 100%;
}

.news-btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 2em;
  padding: 20px 0;
  border: 2px solid #61B856;
  text-align: center;
}
.news-btn:hover {
  color: #000;
  background: #61B856;
}
.news-btn__center {
  margin: 3em auto 0;
}

.page-news.single article h3 {
  font-weight: bold;
}

.page-news.single article ol li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}

.page-news.single article ol li .circle-num {
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  display: inline-block;
}

.page-news.single article table#oatzx,table#oatzx table{
	border-collapse: collapse;
	width: 100%;
}
.page-news.single article table#oatzx td{
	border:none;
}
.page-news.single article table.MsoNormalTable{
	font-size:13.9px;
}
.page-news.single article p.MsoListParagraph{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:55.8px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:13.9px;
}
.page-news.single article p.MsoNormal{
	margin:0;
	/* text-align:justify; */
	text-justify:inter-ideograph;
	font-size:13.9px;
}
.page-news.single article table#oatzx td {
  padding: 10px;
  vertical-align: middle;
}
.page-news.single article table#oatzx .gsx-x0{
	border:1px solid #ccc;
	background:#92d200;
	padding:0 7.1px 0 7.1px;
}
@media (max-width: 767px) {
  .page-news.single article table#oatzx .gsx-x0{
	width: 30%;
}
}
.page-news.single article table#oatzx .gsx-x1{
	border:1px solid #ccc;
	border-left:none;
  background:#92d200;
	padding:0 7.1px 0 7.1px;
}
.page-news.single article table#oatzx .gsx-x2{
	border:1px solid #ccc;
	border-top:none;
}
.page-news.single article table#oatzx .gsx-x3{
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.page-news.single article table#oatzx .gsx-x4{
	margin-left:71.8px;
	text-indent:-23.9px;
}
.page-news.single article table#oatzx .gsx-x5{
	text-align:center;
}
.page-news.single article table#oatzx .gsx-x6{
	font:9.3px "Times New Roman";
}
.page-news.single article table#oatzx .gsx-x7{
}
.page-news.single article table#oatzx .gsx-x8{
	color:white;
}

.page-news.single article ul li {
  position: relative;
  padding-left: 1em;
}

.page-news.single article ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  display: inline-block;
}

.page-news.single article .indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.page-news.single article .first-indent {
  text-indent: 1em;
}

.page-news.single article .kome {
  font-size: 14px;
  line-height: 1.5;
}
.page-news.single article .mt20 {
  margin-top: 20px;
}
.page-news.single article .mt30 {
  margin-top: 30px;
}
.page-news.single article .mt40 {
  margin-top: 40px;
}
.page-news.single article .mt50 {
  margin-top: 50px;
}

.page-news.single article .border {
  border: 1px solid #707070;
  text-align: center;
  padding: 30px 10px;
}

.page-news.single article .link-detail {
  padding: 15px clamp(65px, 15vw, 100px);
  border: 1px solid #61B856;
}
.page-news.single article .link-detail:hover {
  border: 1px solid #61B856;
  background: #61B856;
  color: #000;
}
.o-map-pin {
  width: 20px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: none !important;
}
#news11,
#news15 {
  line-height: 1.8;
}

#news15 li a {
  border-bottom: 1px solid #61B856;
}

#news15 h2 {
  padding-bottom: 10px;
}

#news16 table#oatzx .gsx-x2{
  border-top: 1px solid #ccc;
}

#news16 .news16-2_img {
  max-width: none;
}

#news16 .news-btn {
  max-width: 400px;
  line-height: 1.8;
}

#news16 .gsx-x0 {
  width: 20% !important;
}

#news16 .gsx-x1 {
  border-left: 1px solid #ccc !important;
}

@media (min-width: 40em) {
  #news16 .gsx-x0 {
    width: 10% !important;
  }

  #news16 .news16-2_img {
    max-width: 270px;
  }
}
/*==========================================
  矢印
==========================================*/
.c-arrow--red {
  position: relative;
  margin-bottom: 10px;
}
.c-arrow--red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/arrow_red.svg) no-repeat center / contain;
  width: 15px;
  height: 20px;
}
.c-arrow--red > span {
  display: inline-block;
  text-indent: 20px;
  font-size: 18px;
}
.c-arrow--white {
  position: relative;
  margin-bottom: 10px;
}
.c-arrow--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/arrow_white.svg) no-repeat center / contain;
  width: 15px;
  height: 20px;
}

/*==========================================
  flex
==========================================*/
.c-flexbox {
  display: flex;
}
#news09 .c-flexbox,
#news16 .c-flexbox {
  display: flex;
  flex-flow: column;
}
@media (min-width: 40em) {
  #news09 .c-flexbox,
  #news16 .c-flexbox {
    flex-flow: nowrap;
  }

  #news16 .c-flexbox {
    align-items: end;
  }
}
.c-flexbox .c-fleximg {
  width: 50%;
}
.c-flexbox--column {
  display: flex;
  flex-flow: column;
}
#news09 .c-flexbox--column img {
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 40em) {
  #news09 .c-flexbox--column img {
    max-width: 173px;
  }
}
.c-flexbox--flexend {
  justify-content: flex-end;
}
.gap28 {
  gap: 28px;
}
@media (min-width: 40em) {
  .c-flexbox--md-1-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .c-flexbox--md-2-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66667%;
    flex: 0 1 66.66667%;
    max-width: 66.66667%;
  }
}
.page-news--8 .c-flexbox {
  display: block;
}
@media (min-width: 40em) {
  .page-news--8 .c-flexbox {
    display: flex;
  }
}
.page-news--8 .c-flexbox .c-flexbox--md-2-3 p {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .page-news--8 .c-flexbox .c-flexbox--md-2-3 p {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
/* コラボグッズ一覧 */
.page-news.single article.page-news--collab-goods {
  max-width: 1050px;
  margin-top: 55px;
}
@media (max-width: 1070px) {
  .page-news.single article.page-news--collab-goods {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .page-news.single article.page-news--collab-goods {
    padding: 0 2vw;
    margin-top: 10vw;
  }
}
@media (max-width: 500px) {
  .page-news.single article.page-news--collab-goods {
    padding: 0;
    margin-top: 10vw;
  }
}
.page-news--collab-goods.c-title {
  text-align: center;
}
.page-news--collab-goods.c-title br {
  display: none;
}
@media (max-width: 540px) {
  .page-news--collab-goods.c-title {
    text-align: right;
    margin-right: 5vw;
  }
  .page-news--collab-goods.c-title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-news--collab-goods.c-title {
    margin-top: 5vw;
    font-size: clamp(1px, 9vw, 38px);
  }
}
.page-news--collab-goods .c-grid {
  display: block;
}
@media (min-width: 700px) {
  .page-news--collab-goods .c-grid {
    gap: 35px 20px;
    display: grid;
  }
}
@media (min-width: 768px) {
  .page-news--collab-goods .c-grid {
    gap: 55px 40px;
    display: grid;
  }
}
@media (min-width: 40em) {
  .page-news--collab-goods .c-grid--3 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
@media (min-width: 1070px) {
  .page-news--collab-goods .c-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-news--collab-goods .c-grid__item {
  border: none;
  padding: 12px 2vw;
  background-color: rgba(97, 184, 86, 0.2);
  margin-bottom: 25px;
  justify-content: space-between;
}
@media (min-width: 700px) {
  .page-news--collab-goods .c-grid__item {
    margin-bottom: 0;
    padding: 15px 12px 25px 12px;
  }
}
.page-news--collab-goods .c-arrow--white {
  margin-bottom: 0;
}
.page-news--collab-goods .c-arrow--white::before {
  width: 11px;
  height: 13px;
  top: 34%;
  left: 70%;
  transition: transform 0.25s ease;
}
.page-news--collab-goods .o-goods-card__btn.c-arrow--white::before {
  width: 11px;
  height: 13px;
  top: 34%;
  left: 70%;
  transition: transform 0.25s ease;
}
.page-news--collab-goods .c-arrow--white:hover {
  color: #fff;
}
.page-news--collab-goods .c-arrow--white:visited {
  color: #fff;
}
.page-news--collab-goods .c-arrow--white:hover::before {
  transform: translateX(4px);
}
.o-goods-card {
  position: relative;
  font-weight: 500;
}
.o-goods-card__head {
  display: none;
  position: relative;
  border: 1px solid #61B856;
  background: #fff;
  padding: 15px 12px;
}
.o-goods-card__head.is-active {
  display: block;
}
.o-goods-card__num {
  position: absolute;
  top: -21px;
  left: -19px;
  width: 55px;
  height: auto;
  z-index: 2;
}
@media (max-width: 540px) {
  .o-goods-card__num {
    top: -20px;
    left: -12px;
    width: 55px;
  }
}
.o-goods-card__img {
  width: 100%;
  height: auto;
}
.o-goods-card__title {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  margin: 15px 0 5px;
}
.o-goods-card__price {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.o-goods-card__price2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5 !important;
  margin-top: 20px;
}
.o-goods-card__desc {
  font-size: 15px;
  text-align: left;
}
.page-news.single article ul.o-goods-card__desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.7em;
  height: 0.7em;
  background-color: #61b856;
  border-radius: 50%;
}
.o-goods-card__info {
  margin-top: 15px;
}
.o-goods-card__company {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.o-goods-card__detail {
  text-align: left;
  font-size: 15px;
  padding: 0 15px;
}
.o-goods-card__detail dt {
  color: #61B856;
  font-weight: 700;
  float: left;
  clear: left;
}
.o-goods-card__detail dd {
  font-size: 15px;
  margin: 0 0 10px 5em;
}
.o-goods-card__btns {
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.o-goods-card__btn {
  background: #61B856;
  color: #fff;
  line-height: 2.5;
  padding: 0 30px 0 15px;
  font-weight: 700;
  font-size: 15px;
}

/* コラボグッズプルダウンボタン */
.js-goods-dropdown-area .goods-dropdown {
  position: relative;
}

.js-goods-dropdown-area .goods-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  border-radius: 6px;
  min-width: 100px;
  padding: 6px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  display: none;
  z-index: 5;
}

.js-goods-dropdown-area .goods-dropdown__menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.js-goods-dropdown-area .goods-dropdown__menu a {
  display: block;
  padding: 8px 16px 8px 5px;
  font-size: 14px;
  color: #000000 !important;
  text-decoration: none;
}

.js-goods-dropdown-area .goods-dropdown__menu .c-arrow--white {
    position: relative;
}

.js-goods-dropdown-area .goods-dropdown__menu .c-arrow--white::before {
    background: url(../images/arrow_green.svg) no-repeat center / contain;
    width: 11px;
    height: 13px;
    top: 34%;
    left: 80%;
    transition: transform 0.25s ease;
}

.js-goods-dropdown-area .goods-dropdown__menu a:hover {
  background: #f3f3f3;
}

.js-goods-dropdown-area .goods-dropdown.is-open .goods-dropdown__menu {
  display: block;
}
/* コラボグッズプルダウンボタンここまで */

.o-goods-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.o-goods-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #61b856;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
.o-goods-slider__arrow:hover {
  opacity: 0.5;
}
.o-goods-slider__arrow img {
  width: 9px;
  height: auto;
}
.o-goods-slider__arrow.is-next img {
  transform: scaleX(-1);
  margin-left: 1.5px;
}
.o-goods-slider__arrow.is-prev img {
  margin-right: 1.5px;
}
.o-goods-slider__arrow.is-prev {
  left: -8px;
}
.o-goods-slider__arrow.is-next {
  right: -8px;
}
@media (max-width: 540px) {
  .o-goods-slider__arrow.is-prev {
    left: -5px;
  }
  .o-goods-slider__arrow.is-next {
    right: -5px;
  } 
}

.o-goods-slider__dots {
  margin-top: 6px;
  margin-bottom: -5px;
  text-align: center;
}
.o-goods-slider__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background: #fff;
  border: 1px solid #61b856;
  cursor: pointer;
}
.o-goods-slider__dots button.is-active {
  background: #61b856;
}

.o-goods-card .indent {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#modalInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 75vh;
  overflow-y: auto;
}

.modal__content {
  background: #fff;
  padding: 50px 30px 30px;
  max-width: 90%;
  max-height: 75%;
  /* width: 90%; */
  border-radius: 10px;
  position: relative;
  margin: 3% auto 0;
}

.modal__close {
  background: none;
  border: none;
  font-size: 32px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.modal-open-btn {
  background: #61B856;
  color: #fff;
  line-height: 2.5;
  padding: 0 30px 0 15px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}

.modal-open-btn::before {
  content: "";
  position: absolute;
  background: url(../images/arrow_white.svg) no-repeat center / contain;
  width: 11px;
  height: 13px;
  top: 34%;
  right: 7%;
  transition: transform 0.25s ease;
}

.modal .c-arrow--white::before {
  width: 11px;
  height: 13px;
  top: 34%;
  left: 70%;
  transition: transform 0.25s ease;
}
.modal .o-goods-card__btn.c-arrow--white::before {
  width: 11px;
  height: 13px;
  top: 34%;
  left: 70%;
  transition: transform 0.25s ease;
}
.modal .c-arrow--white:hover {
  color: #fff;
}
.modal .c-arrow--white:visited {
  color: #fff;
}
.modal-open-btn:hover::before {
  transform: translateX(4px);
}
.modal .c-arrow--white:hover::before {
  transform: translateX(4px);
}

.modal-info {
  background-color: rgba(97, 184, 86, 0.2);
  padding: 10px;
}

.modal .o-goods-card__company {
    text-align: center;
}

@media (max-width: 540px) {
  .modal-info {
    margin-top: 20px;
  }

  .modal-info:first-of-type {
    margin-top: 0;
  }

  #modalInner {
    display: block;
    max-height: 80vh;
    overflow-y: auto;  
  }

  .modal__content {
    padding: 55px 10px 20px;
    max-height: 90%;
  }
}

/*==========================================
  grid
==========================================*/
.c-grid {
  display: grid;
  gap: 20px;
  grid-auto-flow: dense;
}
.c-grid__item {
  border: 1px solid #61B856;
  padding: 10px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40em) {
  .c-grid__item {
    padding: 10px 12px;
  }
}
.c-grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 40em) {
  .c-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid__item--row3 {
  grid-row: span 3;
}
.c-grid__item--row2 {
  grid-row: span 2;
}

/*==========================================
  Layout
==========================================*/
.c-card__category {
  color: #61B856;
  margin-bottom: 0.8em;
  position: relative;
}
.c-card__category::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6cc96c;
  margin-top: 0.5em;
}
.c-card__title {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-card__content {
  font-size: 21px;
  line-height: 1.6;
}
.c-card__content span{
  font-size: 15px;
}
.c-card__info {
  height: auto;
  line-height: 1.5;
  margin-top: auto;
  position: relative;
  padding-top: 1em;
}
.c-card__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6cc96c;
  margin-bottom: 1em;
}
.c-grid__item--row2 .c-card__info,
.c-grid__item--row3 .c-card__info {
  height: auto;
}
@media (min-width: 40em) {
  .c-card__info {
    height: 90px;
  }
}

.c-center {
  text-align: center;
}

/*==================================
  VOICE
==================================*/

.page-voice .back-btn {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
}
@media (max-width: 767px) {
  .page-voice .back-btn {
    width: 160px !important;
    height: 160px !important;
  }
}
.page-voice .back-btn .triangle-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: transparent;
}
.page-voice .back-btn .triangle-link:hover ~ svg .fill-green {
  fill: #61b856;
  opacity: 0.5;
}
.page-voice .back-btn .triangle-link:hover ~ svg .stroke-green {
  stroke: #61b856;
  opacity: 0.5;
}
.page-voice .back-btn svg {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.page-voice .back-btn #グループ_88{
  fill: white;
}
.page-voice.archive section {
  padding: 0 12px 250px;
}
.page-voice.archive section .inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1060px;
  margin: auto;
}
.page-voice.archive section .inner ul {
  margin: 42px 0 0;
  border-top: 1px solid #61B856;
}
.page-voice.archive section .inner ul li {
  padding: 30px 25px;
  border-bottom: 1px solid #61B856;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner ul li {
    padding: 20px 12px 22px;
  }
}
.page-voice.archive section .inner ul li a {
  display: flex;
  column-gap: 40px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner ul li a {
    display: block;
    padding-right: 50px;
  }
}
.page-voice.archive section .inner ul li a span {
  display: inline-block;
  width: 105px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner ul li a span {
    width: auto;
    font-size: 16px;
  }
}
.page-voice.archive section .inner ul li a p {
  position: relative;
  align-self: flex-start;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner ul li a p {
    font-size: 16px;
  }
}
.page-voice.archive section .inner ul li a p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 7px 0px 7px 40px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner ul li a p::after {
    right: -50px;
    border-width: 6px 0px 6px 33px;
  }
}
.page-voice.archive section .inner a.news-list {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -40px;
  display: block;
  width: 273px;
  margin: 0 0 0 auto;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner a.news-list {
    bottom: -32px;
    width: 170px;
    padding-left: 23px;
  }
}
.page-voice.archive section .inner a.news-list span {
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner a.news-list span {
    font-size: 16px;
  }
}
.page-voice.archive section .inner a.news-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 4px 0px 4px 40px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner a.news-list span::after {
    border-width: 3px 0px 3px 30px;
  }
}
.page-voice.archive section .inner a.news-list::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -34px;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #61B856;
  width: 83px;
  height: 50px;
  transform: rotate(55deg);
}
@media (max-width: 767px) {
  .page-voice.archive section .inner a.news-list::before {
    bottom: -10px;
    width: 64px;
    height: 20px;
    border-width: 1px;
  }
}
.page-voice.archive section .inner a.news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  width: 100%;
  height: 8px;
}
@media (max-width: 767px) {
  .page-voice.archive section .inner a.news-list::after {
    bottom: -20px;
    height: 6px;
  }
}

.page-voice.single .back-btn {
  position: absolute;
  top: 0;
  left: 35px;
}
@media (max-width: 1281px) {
  .page-voice.single .back-btn {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .page-voice.single .back-btn {
    top: -7px;
    left: 24px;
  }
}
.page-voice.single section {
  padding: 160px 12px 250px;
}
@media (max-width: 900px) {
  .page-voice.single section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-voice.single section {
    padding: 50px 0 150px;
  }
}
.page-voice.single section .inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
}
.page-voice.single section .inner .frame_top img,
.page-voice.single section .inner .frame_bottom img {
  width: 100%;
}
.page-voice.single section .inner .content {
  position: relative;
  padding: 110px 35px 25px;
}
@media (max-width: 767px) {
  .page-voice.single section .inner .content {
    padding: 20px 29px 60px 30px;
  }
}
.page-voice.single section .inner .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_left.svg) repeat-y left top/contain;
}
@media (max-width: 767px) {
  .page-voice.single section .inner .content::before {
    width: 4.8%;
    background-image: url(../images/sp__frame_left.svg);
  }
}
.page-voice.single section .inner .content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.71875%;
  background: url(../images/frame_right.svg) repeat-y right top/contain;
}
@media (max-width: 767px) {
  .page-voice.single section .inner .content::after {
    width: 4.8%;
    background-image: url(../images/sp__frame_right.svg);
  }
}
.page-voice.single section .inner p.date {
  max-width: 720px;
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1281px) {
  .page-voice.single section .inner p.date {
    text-align: right;
  }
}
.page-voice.single section .inner h2 {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #61B856;
}
@media (max-width: 1281px) {
  .page-voice.single section .inner h2 {
    padding-bottom: 27px;
  }
}
.page-voice.single section .inner h2 span {
  display: block;
  max-width: 720px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1281px) {
  .page-voice.single section .inner h2 span {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 60px;
    font-size: 18px;
    text-align: right;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .page-voice.single section .inner h2 span {
    min-height: 72px;
  }
}
.page-voice.single section .inner a.news-list {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -26px;
  display: block;
  width: 273px;
  margin: 0 0 0 auto;
  padding-left: 55px;
}
@media (max-width: 900px) {
  .page-voice.single section .inner a.news-list {
    bottom: -32px;
  }
}
@media (max-width: 767px) {
  .page-voice.single section .inner a.news-list {
    bottom: -29px;
    width: 170px;
    padding-left: 23px;
  }
}
.page-voice.single section .inner a.news-list span {
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-voice.single section .inner a.news-list span {
    font-size: 16px;
  }
}
.page-voice.single section .inner a.news-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 4px 0px 4px 40px;
}
@media (max-width: 767px) {
  .page-voice.single section .inner a.news-list span::after {
    border-width: 3px 0px 3px 30px;
  }
}
.page-voice.single section .inner a.news-list::before {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -34px;
  z-index: 2;
  background: #fff;
  border-top: 2px solid #61B856;
  width: 83px;
  height: 50px;
  transform: rotate(55deg);
}
@media (max-width: 767px) {
  .page-voice.single section .inner a.news-list::before {
    bottom: -10px;
    width: 64px;
    height: 20px;
    border-width: 1px;
  }
}
.page-voice.single section .inner a.news-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: repeating-linear-gradient(135deg, #7AC943, #7AC943 4px, #fff 0, #fff 6px);
  width: 100%;
  height: 8px;
}
@media (max-width: 767px) {
  .page-voice.single section .inner a.news-list::after {
    bottom: -20px;
    height: 6px;
  }
}
.page-voice.single section .paging {
  display: flex;
  justify-content: center;
  column-gap: 74px;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .page-voice.single section .paging {
    margin-top: 100px;
  }
}
.page-voice.single section .paging a {
  position: relative;
  display: block;
}
.page-voice.single section .paging a span {
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 900;
  transform: scaleY(1.8);
  letter-spacing: -0.13rem;
  font-size: 23px;
}
.page-voice.single section .paging a.prev {
  padding-left: 56px;
}
.page-voice.single section .paging a.prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent #61B856 transparent transparent;
  border-width: 7.5px 40px 7.5px 0px;
}
.page-voice.single section .paging a.next {
  padding-right: 56px;
}
.page-voice.single section .paging a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  border-style: solid;
  border-color: transparent transparent transparent #61B856;
  border-width: 7.5px 0px 7.5px 40px;
}
.page-voice.single article {
  max-width: 720px;
  margin: auto;
}

@media (max-width: 767px) {
  .page-voice.single article {
    padding: 0 7px;
  }
}
.page-voice.single article p {
  line-height: 1.8;
}
.page-voice.single article p a {
  border-bottom: 1px solid #61B856;
}
.page-voice.single article .ph {
  margin: 3em auto 0;
  text-align: center;
}
.page-voice.single article .ph-border {
  border: 1px solid #C1C1C1;
}
.page-voice.single article iframe {
  width: 100%;
}

.page-voice .page-voice__icon {
  padding-top: 65px;
  text-align: center;
}
.page-voice .page-voice__icon img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #61B856;
  object-fit: cover;
}

.page-voice h3 {
  color: #000;
  margin-top: 20px;
  text-align: center;
}
.page-voice h3 span {
  display: inline-block;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  transform: scaleY(1.3);
  letter-spacing: -0.13rem;
  font-size: 32px;
}

/* === オーディオプレーヤー === */
.page-voice .page-voice__player {
  margin-top: 35px;
}
.page-voice .page-voice__player-label {
  color: #61B856;
  margin-bottom: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
}
.page-voice .page-voice__player-label span {
  margin-left: 5px;
}
.page-voice .page-voice__player-button {
  width: 100%;
  height: 70px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #61B856;
  cursor: pointer;
  margin-bottom: 5px;
}
.page-voice .page-voice__player-button .player-inner {
  width: 100%;
  height: 100%;
  background: rgba(97, 184, 86, 0.39);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-voice .page-voice__player-button.is-playing .player-inner {
  background: #61B856;
}
.page-voice .page-voice__player-button .player-inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #61B856;
  transform: translateX(4px);
}
.page-voice .page-voice__player-button.is-playing .player-inner::before {
  content: "";
  width: 10px;
  height: 36px;
  background: #fff;
  transform: none;
  border: none;
  position: relative;
  box-shadow: 18px 0 0 #fff;
  transform: translateX(-7px);
}
.page-voice .page-voice__player-status {
  border-left: 1px solid #61B856;
  border-right: 1px solid #61B856;
  padding: 3px 5px;
}
.page-voice .page-voice__player-progress {
  width: 100%;
  height: 10px;
  background: rgba(97, 184, 86, 0.39);
  cursor: pointer;
  margin: 0 auto 5px;
  position: relative;
}
.page-voice .page-voice__player-progress-filled {
  height: 100%;
  width: 0%;
  background: #61B856;
}
.page-voice .page-voice__player-time {
  text-align: center;
  font-size: 14px;
  color: #61B856;
}

.page-voice .page-voice__img {
  margin-top: 20px;
}
.page-voice .page-voice__img img {
  border: 1px solid #61B856;
}

.page-voice .page-voice__news h4 {
  margin-top: 50px;
}

/* 終了画面 */
.end {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.endtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .endtext {
    max-width: 250px;
  }
}

#heroArea {
  margin-bottom: 50px;
}
/* 終了画面ここまで */