@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  margin: 0 auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

img,
input[type=image] {
  -webkit-backface-visibility: hidden;
}

_:lang(x) + _:-webkit-full-screen-document,
body {
  font-feature-settings: "palt" 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

.mediaMain {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
.mediaMain picture {
  display: block;
}
.mediaMain img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.movieMain {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
.movieMain picture {
  display: block;
}
.movieMain img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: inline-block;
  }
}

.pcD {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

.tbD {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tbD {
    display: inline-block;
  }
}

.contentsList {
  display: flex;
  justify-content: flex-start;
  gap:2vw;
  flex-wrap: wrap;
  margin:0 auto;
}
.contentsList picture,
.contentsList img {
  display: block;
  width: 100%;
}
.contentsList .item {
  width: 31.1111111111%;
}

.contentsMain .contentsList .item {
  display: none;
}
@media screen and (max-width: 768px) {
  .contentsList .item {
    width: 100%;
  }
}
.contentsList .item a:hover .thumbWrap::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contentsList .item a:hover .thumbWrap::before {
    opacity: 0;
  }
}
.contentsList .item a:hover .thumbWrap .plusIcon {
  opacity: 1;
  transition: .8s;
}
@media screen and (max-width: 768px) {
  .contentsList .item a:hover .thumbWrap .plusIcon {
    opacity: 0;
  }
}
.contentsList .item .thumbWrap {
  position: relative;
  line-height: 1;
}
.contentsList .item .thumbWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  opacity: 0;
}
.contentsList .item .thumbWrap .plusIcon {
  position: absolute;
  right: 5%;
  bottom: 24%;
  z-index: 10;
  opacity: 0;
}

.contentsList .item .thumbWrap .plusIcon span {
  display: inline-block;
  vertical-align: middle;
  color: #88DBDF;
  line-height: 1;
  width: 6em;
  height: 1.3em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

@media screen and (max-width: 900px) {
  .contentsList .item .thumbWrap .plusIcon span {
    width: 3em;
    height: .6em;
  }
}

.contentsList .item .thumbWrap .plusIcon span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.contentsList .item .thumbWrap .thumb {
  display: block;
  position: relative;
  z-index: 1;
}
.contentsList .item .thumbWrap .thumb img {
  display: block;
  width: 100%;
}
.contentsList .item .dateWrap {
  padding: 4px 0;
  position: relative;
}
.contentsList .item .dateWrap .new {
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 12px);
  left: -7px;
  z-index: 10;
  pointer-events: none;
  background-size: contain;
  background:#88DBDF;
  border:1px solid black;
  font-weight: bold;
  padding: 0px 6px 1px 6px;
  font-size:1.3vw;
  color:#000;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contentsList .item .dateWrap .new {
    font-size:5vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsList .item .dateWrap .new::after {
    width: 16vw;
    margin-right: 3.2vw;
  }
}
.contentsList .item .dateWrap .date {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 14px;
}

@media screen and (max-width: 768px) {
  .contentsList .item .dateWrap .date {
    font-size: 2.9333333333vw;
  }
}

.contentsList .item .dateWrap .date::after  {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 1px;
  height: 75%;
  background: #000;
  transform: rotate(25deg);
}

.contentsList .item .dateWrap{
  display: inline-block;
}

.contentsList .item .categoryWrap{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .contentsList .item .categoryWrap {
    font-size: 2.9333333333vw;
  }
}

.contentsList .item .textWrap__ttl {
  font-size: 16px;
  color: #000000;
  margin: 0 0 10px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する最大の行数 */
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .contentsList .item .textWrap__ttl {
    font-size: 3.7333333333vw;
    height: 11.7333333333vw;
  }
}
.contentsList .item .textWrap .keywordWrap {
  border-top: 1px solid #000;
  padding-top:5px;
}

@keyframes leftArrowAnime {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rightArrowAnime {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes textHover01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(100%, 0);
  }
  51% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* .textLink01 {
  /* position: relative;
  display: inline-block; */
  /* overflow: hidden;
}
.textLink01::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.textLink01:hover::after {
  animation-name: textHover01;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
} */

/* .textLink02 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.textLink02 .obj::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.textLink02:hover .obj::after {
  animation-name: textHover01;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}   */

.snsFix {
  padding: 22px 40px;
  background-color: rgba(255, 255, 255, 0.87);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: 0.3s;
  width: 100%;
  transform: translate(0, 100%);
}
@media screen and (max-width: 768px) {
  .snsFix {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.snsFix__inner {
  display: flex;
  justify-content: center;
}
.snsFix__inner__ttl {
  margin-right: 22px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .snsFix__inner__ttl {
    font-size: 3.4666666667vw;
  }
}
.snsFix__inner .list {
  width: 244px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .snsFix__inner .list {
    width: 52.9333333333vw;
  }
}
.snsFix__inner .item {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .snsFix__inner .item {
    width: 6.2666666667vw;
  }
}

.snsFix--active {
  transform: translateY(0);
}

.mediaTopMain {
  background-color: #ECEAE3;
  padding-top:154px;
  margin-top:0;
}
@media screen and (max-width: 768px) {
  .mediaTopMain {
    padding-top: 53px;
  }
}
.mediaTopMain__nav {
  padding: 32px 0px 35px;
  position: absolute;
  left: 40px;
  top: 8.3333333333vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mediaTopMain__nav {
    display: none;
  }
}
.mediaTopMain__nav .list {
  display: flex;
  -moz-column-gap: 1.6666666667vw;
       column-gap: 1.6666666667vw;
  justify-content: end;
}
.mediaTopMain__nav .list .item {
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.3vw, 21px);
  transition: 0.3s;
  position: relative;
}
.mediaTopMain__nav .list .item a {
  padding: 0 0 0 17px;
}
.mediaTopMain__nav .list .item::after {
  content: "";
  display: inline-block;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #88DBDF;
}
.mediaTopMain__nav .list .item:hover::after {
  width: 100%;
}
.mediaTopMain__nav .list .item::before {
  content: "";
  display: inline-block;
  transition: 0.3s;
  width: 11px;
  height: 11px;
  background-image: url(../images/top/top_nav_arrow.svg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 44%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.mediaTopMain .kv {
  padding-bottom: 40px;
  padding-top: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mediaTopMain .kv__inner {
  position: relative;
}
.mediaTopMain .kv__title {
  width: 20.0520833333vw;
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv__title {
    position: relative;
    margin: 9.3333333333vw 6.1333333333vw 4vw;
    width: 36.8vw;
  }
}
.mediaTopMain .kv__title .plusWrap {
  width: 4.7916666667vw;
  height: 4.7916666667vw;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -2.8125vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv__title .plusWrap {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    top: -2.9333333333vw;
  }
}
.mediaTopMain .kv__title .plusWrap .vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.0416666667vw;
  height: 100%;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv__title .plusWrap .vertical {
    width: 2vw;
  }
}
.mediaTopMain .kv__title .plusWrap .beside {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1.0416666667vw;
  width: 100%;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv__title .plusWrap .beside {
    height: 2vw;
  }
}
.mediaTopMain .kv .carousel {
  width: 100%;
  height: calc(29.6875vw + 65px);
  position: relative;
  opacity: 0;
  transition: 0.6s;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel {
    height: auto;
  }
}
.mediaTopMain .kv .carousel__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel__inner {
    padding-bottom:11.4666666667vw;
  }
}
.mediaTopMain .kv .carousel .list {
  padding: 0;
  display: flex;
  align-items: end;
  list-style: none;
  height: 100%;
  transition: 0.6s;
  transition-property: transform width;
}
.mediaTopMain .kv .carousel .item {
  padding: 0 1.0416666667vw;
  transition: 0.6s;
  transform: translateX(16.6666666667vw);
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .item {
    transform: translateX(0);
    padding: 0 2.5333333333vw;
  }
}
.mediaTopMain .kv .carousel .item a {
  position: relative;
  display: block;
  width: 20.3125vw;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .item a {
    width: 77.3333333333vw;
  }
}
.mediaTopMain .kv .carousel .item a .title {
  opacity: 0;
  position: absolute;
  bottom: 1.0416666667vw;
  left: -1.0416666667vw;
  line-height: 1.5;
  pointer-events: none;
  display: inline-block;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .item a .title {
    bottom: 0;
    left: 0;
    line-height: 1.54;
  }
}
.mediaTopMain .kv .carousel .item a .title span {
  background-color: #fff;
  font-size: 2.0833333333vw;
  font-weight: 500;
  border: 1px solid #000;
  position: static;
  z-index: 8;
  padding: 0 1.25vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .item a .title span {
    font-size: 3.4666666667vw;
    background-color: #fff;
    padding: 0 1.0666666667vw;
    position: static;
    box-sizing: content-box;
  }
}
.mediaTopMain .kv .carousel .item a .title span + span {
  position: relative;
  left: 0;
  top: 1px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .item a .title span + span {
    top: 0;
  }
}
.mediaTopMain .kv .carousel .item a .plusIcon {
  position: absolute;
  right: 5%;
  bottom: 30%;
  z-index: 0;
  opacity: 0;
}

.mediaTopMain .kv .carousel .item a .plusIcon span {
  display: inline-block;
  vertical-align: middle;
  color: #88DBDF;
  line-height: 1;
  width: 18vh;
  height: 2.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .mediaTopMain .kv .carousel .item a .plusIcon span {
    width: 7em;
    height: 1.6em;
  }
}

.mediaTopMain .kv .carousel .item a .plusIcon span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.mediaTopMain .kv .carousel .center {
  padding: 0 2.5vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .center {
    padding: 0 2.5333333333vw;
  }
}
.mediaTopMain .kv .carousel .center a {
  width: 52.5vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .center a {
    width: 77.3333333333vw;
  }
}
.mediaTopMain .kv .carousel .center a .title {
  opacity: 1;
  transition: 0.6s 0.6s;
  visibility: visible;
}
.mediaTopMain .kv .carousel .center a:hover .plusIcon {
  opacity: 1;
  transition: 0.4s;
}
.mediaTopMain .kv .carousel .backBtn,
.mediaTopMain .kv .carousel .nextBtn {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background-color: #88DBDF;
  position: absolute;
  top: 50%;
  transform: translateY(-67px);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .backBtn,
  .mediaTopMain .kv .carousel .nextBtn {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    transform: translateY(calc(-50% - 5.0666666667vw));
    padding: 0.6666666667vw;
  }
}
.mediaTopMain .kv .carousel .circleList {
  width: 156px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-left: 62.5vw;
  display: none;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .circleList {
    right: 0;
    margin: 0 auto;
    width: 20.8vw;
    bottom: 4vw;
  }
}
.mediaTopMain .kv .carousel .circleList li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BABABA;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .circleList li {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.mediaTopMain .kv .carousel .circleList .circleSelect {
  background-color: #88DBDF;
}
.mediaTopMain .kv .carousel .arrow {
  width: 200%;
  display: flex;
}
.mediaTopMain .kv .carousel .arrow picture {
  display: inline-block;
  width: 50%;
}
.mediaTopMain .kv .carousel .backBtn {
  right: 0;
  margin-right: 57.8125vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .backBtn {
    right: auto;
    left: 7.4666666667vw;
    margin-right: 0;
  }
}
.mediaTopMain .kv .carousel .backBtn .arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.mediaTopMain .kv .carousel .backBtn .arrow .arrow-left{
  background-image: url(../images/common/leftArrow.svg);
  width: 50%;
  padding-top:50%;
  background-position: center center;
}

.mediaTopMain .kv .carousel .backBtn:hover .arrow {
  animation-name: leftArrowAnime;
  animation-duration: 0.4s;
}
.mediaTopMain .kv .carousel .nextBtn {
  right: 0;
  margin-right: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .kv .carousel .nextBtn {
    right: 7.4666666667vw;
    margin-right: 0;
  }
}
.mediaTopMain .kv .carousel .nextBtn .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.mediaTopMain .kv .carousel .nextBtn .arrow .arrow-right{
  background-image: url(../images/common/rightArrow.svg);
  width:50%;
  padding-top: 50%;
  background-position: center center;
}
.mediaTopMain .kv .carousel .nextBtn:hover .arrow {
  animation-name: rightArrowAnime;
  animation-duration: 0.4s;
}
.mediaTopMain .kv .carousel--active {
  transform: translate(0, 0);
  opacity: 1;
}
.mediaTopMain .sec {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .sec {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .ranking.sec {
    padding-right: 5.3333333333vw;
  }
}

.mediaTopMain .sec__inner {
  position: relative;
  padding: 130px 10% 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .sec__inner {
    padding: 8vw 5.3333333333vw 13.3333333333vw 0;
  }
}
.mediaTopMain .sec__inner .plusWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.mediaTopMain .sec__inner .plusWrap .vertical {
  display: inline-block;
  width: 8px;
  height: 48px;
  margin-left: 20px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .sec__inner .plusWrap .vertical {
    width: 1.0666666667vw;
    height: 7.7333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.mediaTopMain .sec__inner .plusWrap .beside {
  display: inline-block;
  width: 48px;
  height: 8px;
  background-color: #88DBDF;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: top left;
  transform: translate(0, -50%);
  transition: 1s cubic-bezier(0.65, 0.44, 0, 1.01);
}
@media screen and (max-width: 768px) {
  .mediaTopMain .sec__inner .plusWrap .beside {
    height: 1.0666666667vw;
    width: 7.7333333333vw;
    transition: 0.5s cubic-bezier(0.65, 0.44, 0, 1.01);
  }
}
.mediaTopMain h2 {
  font-size: 50px;
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  transform-origin: bottom left;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain h2 {
    transform: none;
    position: relative;
    padding: 0;
    line-height: 1.3;
    font-size: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie__inner {
    padding-top: 8vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie h2 {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .plusWrap {
    transform: translateX(5.3333333333vw);
  }
}
.mediaTopMain .shortMovie .carousel {
  position: relative;
  z-index: 1;
  width: 87.5%;
  overflow: hidden;
  margin-left: auto;
  transition: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel {
    width: 100%;
    margin: 5.8666666667vw auto 0;
  }
}
.mediaTopMain .shortMovie .carousel__inner {
  width: 100vw;
  margin-left: -12.5vw;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel__inner {
    width: 89.3333333333vw;
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
}
.mediaTopMain .shortMovie .carousel .list {
  padding: 0;
  display: flex;
  list-style: none;
  transition-property: transform width;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .list {
    height: 112vw;
    align-items: center;
  }
}
.mediaTopMain .shortMovie .carousel .item {
  position: relative;
  padding: 0 20px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  transform: translateX(calc(12.5vw - 40px));
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item {
    padding: 0 8vw;
    transform: translateX(0);
  }
}
.mediaTopMain .shortMovie .carousel .item .linkWrap {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.mediaTopMain .shortMovie .carousel .item .linkWrap li {
  transition: 0.4s;
}
.mediaTopMain .shortMovie .carousel .item .linkList {
  transition: 0.4s;
  width: 100%;
  top: 100%;
}
.mediaTopMain .shortMovie .carousel .item .linkList li {
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item .linkList li {
    height: 9.6vw;
  }
}
.mediaTopMain .shortMovie .carousel .item .linkList li:nth-child(1) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  background-color: #fff;
  position: relative;
  line-height: 1;
  font-weight: 500;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item .linkList li:nth-child(1) span {
    font-size: 3.2vw;
  }
}
.mediaTopMain .shortMovie .carousel .item .linkList li:nth-child(1) span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 20.6572769953% auto 0;
  background-image: url(../images/common/rightArrowBlack.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item .linkList li:nth-child(1) span::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.mediaTopMain .shortMovie .carousel .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 102%;
  transition: 0.4s;
}
.mediaTopMain .shortMovie .carousel .item a {
  display: block;
  line-height: 1;
}
.mediaTopMain .shortMovie .carousel .item a:hover .linkList li span {
  background-color: #88DBDF;
}
.mediaTopMain .shortMovie .carousel .item .video {
  display: inline-block;
  position: relative;
  width: clamp(231.8541666667px, 18.6979166667vw, 359px);
  padding-top: clamp(412.6875px, 33.28125vw, 639px);
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item .video {
    width: 46vw;
    padding-top: 81.7333333333vw;
    transition: 0.4s;
    border-radius: 2.6666666667vw;
  }
}
.mediaTopMain .shortMovie .carousel .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(412.6875px, 33.28125vw, 639px);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .item iframe {
    height: 81.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .center {
    padding: 0 10.6666666667vw;
    transform: scale(1.2);
  }
}
.mediaTopMain .shortMovie .carousel .center .video .linkList {
  pointer-events: none;
  transition: 0.4s;
  width: 100%;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .center .video .linkList li span {
    background-color: #88DBDF;
  }
}
.mediaTopMain .shortMovie .carousel .center .video .thumb {
  opacity: 0;
}
.mediaTopMain .shortMovie .carousel .center .video iframe {
  transform: scale(1);
  opacity: 1;
}
.mediaTopMain .shortMovie .carousel .backBtn,
.mediaTopMain .shortMovie .carousel .nextBtn {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 50%;
  background-color: #88DBDF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .backBtn,
  .mediaTopMain .shortMovie .carousel .nextBtn {
    width: 8vw;
    height: 8vw;
  }
}
.mediaTopMain .shortMovie .carousel .arrow {
  width: 200%;
  display: flex;
}
.mediaTopMain .shortMovie .carousel .arrow picture {
  display: inline-block;
  width: 50%;
}
.mediaTopMain .shortMovie .carousel .backBtn {
  left: 0;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .backBtn {
    margin-left: 11.3333333333vw;
  }
}
.mediaTopMain .shortMovie .carousel .backBtn .arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.mediaTopMain .shortMovie .carousel .backBtn .arrow .arrow-left{
  background-image: url(../images/common/leftArrow.svg);
  width: 50%;
  padding-top:50%;
  background-position: center center;
}

.mediaTopMain .shortMovie .carousel .backBtn:hover .arrow {
  animation-name: leftArrowAnime;
  animation-duration: 0.4s;
}
.mediaTopMain .shortMovie .carousel .nextBtn {
  right: 0;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .shortMovie .carousel .nextBtn {
    margin-right: 11.3333333333vw;
  }
}
.mediaTopMain .shortMovie .carousel .nextBtn .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.mediaTopMain .shortMovie .carousel .nextBtn .arrow .arrow-right{
  background-image: url(../images/common/rightArrow.svg);
  width:50%;
  padding-top: 50%;
  background-position: center center;
}

.mediaTopMain .shortMovie .carousel .nextBtn:hover .arrow {
  animation-name: rightArrowAnime;
  animation-duration: 0.4s;
}
.mediaTopMain .shortMovie .movieCarousel--active {
  opacity: 1;
}
.mediaTopMain .contents .listWrap {
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .contents .listWrap {
    padding: 0;
  }
}
.mediaTopMain .contents .accordion {
  height: 0;
  transition: 0.4s;
  overflow: hidden;
}
.mediaTopMain .contents .list {
  row-gap: clamp(50px, 2.380952381vw, 40px);
  padding: 0 6.25%;
  max-width: 1680px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .contents .list {
    padding: 0 5.0666666667vw;
    margin-top: 8.4vw;
    row-gap: 9.3333333333vw;
  }
}
.mediaTopMain .contents .list::after {
  content: "";
  display: inline-block;
  width: 31.1111111111%;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .contents .list::after {
    display: none;
  }
}
.mediaTopMain .contents .linkWrap {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .contents .linkWrap {
    margin-top: 8vw;
  }
}
.linkBtn {
  display: inline-block;
  margin: 0 auto;
  font-family: "Akshar", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif!important;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  padding: 0 13px;
  line-height: 1.8;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linkBtn {
    font-size: 5.6vw;
  }
}
.linkBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.linkBtn:hover::after {
  animation-name: textHover01;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}

@keyframes textHover01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(100%, 0);
  }
  51% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.mediaTopMain .link__inner {
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link__inner {
    padding-bottom: 20vw;
  }
}
.mediaTopMain .link .listWrap {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link .listWrap {
    padding: 0;
  }
}
.mediaTopMain .link .listWrap .list {
  max-width: 1072px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link .listWrap .list {
    margin-top: 5.3333333333vw;
  }
}
.mediaTopMain .link .listWrap .item {
  width: 31.25%;
  transition: 0.3s;
}
.mediaTopMain .link .listWrap .item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link .listWrap .item {
    width: 40vw;
  }
}
.mediaTopMain .link .listWrap .item p {
  font-size: 14px;
  font-size: 600;
  margin-top: 8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link .listWrap .item p {
    font-size: 2.9333333333vw;
  }
}


.mediaTopMain .link .listWrap .item a[target="_blank"] p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background-image: url(./../images/common/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .link .listWrap .item a[target="_blank"] p::after {
    width: 12px;
    height: 8px;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 2.4vw;
  }
}
#footer .share {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #footer .share {
    padding:5.3333333333vw;
  }
}
#footer .share__inner {
  display: flex;
}
#footer .share__inner__ttl {
  margin-right: 22px;
  font-size: 17px;
  font-family: "Akshar", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  #footer .share__inner__ttl {
    font-size: 3.4666666667vw;
  }
}
#footer .share__inner .list {
  width: 201px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .share__inner .list {
    width: 52.9333333333vw;
  }
}
#footer .share__inner .item {
  width: 29px;
}
@media screen and (max-width: 768px) {
  #footer .share__inner .item {
    width: 6.2666666667vw;
  }
}

.foot {
  background-color: #ECEAE3;
  z-index: 200;
}
.foot__inner {
  padding: 0 40px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foot__inner {
    padding: 6vw 5.3333333333vw 5.3333333333vw;
  }
}
.share__linkedin__ttl {
  font-size: 17px;
  font-family: "Akshar", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .share__linkedin__ttl {
    font-size: 3.4666666667vw;
    padding-top:0;
  }
}
.share__linkedin__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  letter-spacing: 0.07em;
  margin-top: 4px;
  padding: 8px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .share__linkedin__btn {
    width: 180px;
  }
}
.share__linkedin__icon {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .share__linkedin__icon {
  }
}
.foot__logo {
  width: 391px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .foot__logo {
    width: 64.6666666667vw;
  }
}
.foot .pageTop {
  position: absolute;
  bottom: 0;
  right: 23px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .foot .pageTop {
    right: 5.3333333333vw;
  }
}
.foot .pageTop .arrow {
  position: absolute;
  transition: 0.3s;
  display:inline-block;
  z-index: 9;
  bottom:0;
}
.foot .pageTop .arrow::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 8px;
  height: 234px;
  background: #88DBDF;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .foot .pageTop .arrow::before{
    right:32px;
    height:200px;
    width:5px;
  }
}
.foot .pageTop .arrow::after{
  content: "";
  display: block;
  position: absolute;
  top: -235px;
  right: 26px;
  margin: auto;
  width: 32px;
  height: 32px;
  border-left: 8px solid #88DBDF;
  border-bottom: 8px solid #88DBDF;
  transform: rotate(-225deg);
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .foot .pageTop .arrow::after{
    right:22px;
    top:-203px;
    width: 24px;
    height: 24px;
    border-left: 5px solid #88DBDF;
    border-bottom: 5px solid #88DBDF;
  }
}
.foot .pageTop:hover .arrow::before{
  height: 450px;
}
.foot .pageTop:hover .arrow::after{
  top:-450px;
}

.foot .pageTop .text {
  width: 28px;
  margin-bottom: 10px;
  height:163px;
  display: inline-block;
  background-image: url(./../images/common/foot_text_pagetop.svg);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .foot .pageTop .text {
    height:125px;
    width:20px;
  }
}

@media screen and (max-width: 390px) {
  .foot .pageTop .text {
    width: 5.733333vw;
    height: 108px;
  }
}
.foot .fxb-container {
  max-width: 100%;
  background-color: #ECEAE3;
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
.foot .fxb-container .fxb-row {
  width: 100%;
}
.foot .fxb-container .footerNavigation {
  margin: 40px auto 31px;
}
@media screen and (max-width: 768px) {
  .foot .fxb-container .footerNavigation {
    margin: 40px 0 31px;
    width: 43.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .foot .fxb-container .footerNavigation ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .foot .fxb-container .footerNavigation ul li {
    width: 100%;
  }
}
.foot .fxb-container .footerNavigation a {
  background-image: url(../images/common/foot_map_arrow.svg);
  background-position: left center;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .foot .fxb-container .footerNavigation a {
    background-image: none;
    font-size: 3.2vw;
  }
}
.foot .fxb-section {
  max-width: 100%;
  background-color: #ECEAE3;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .foot .fxb-section .copyRight {
    margin-top: 0;
  }
}
.foot .fxb-section .copyRight small {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .foot .fxb-section .copyRight small {
    text-align: left;
  }
}

.movieMain {
  padding-top: 150px;
  background-color: #ECEAE3;
}
.movieMain .movieMainWrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movieMain {
    padding-top: 20vw;
  }
}
.movieMain .mainArea {
  width: calc(100% - 100px);
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  padding: 59px 40px 130px;
  margin: 0 auto 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieMain .mainArea {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 3.8666666667vw 0 17.2vw;
    margin: 0 auto 2.2666666667vw;
    position: relative;
  }
}
.movieMain .mainArea::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .movieMain .mainArea::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.movieMain .bread {
  transform: translate(-40px, -15px);
  width: calc(100% + 80px);
  padding: 0px 12px 0;
}
@media screen and (max-width: 768px) {
  .movieMain .bread {
    padding: 0 3.2vw;
    transform: translate(0);
    max-width: 100%;
  }
}
.movieMain .bread__list li {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .movieMain .bread__list li {
    font-size: 2.6666666667vw;
  }
}
.movieMain .bread__list li + li::before {
  position: relative;
  margin:0 3px;
  top: -2px;
  left: 0;
  content: ">";
}
.movieMain .bread__list li a {
  padding: 0 5px;
  color: #4D4D4D;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .movieMain .bread__list li a {
    padding: 0 0.6666666667vw;
  }
}
.movieMain .bread__list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .movieMain .bread__list li a:hover {
    opacity: 1;
  }
}
.movieMain .bread__list li span {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .movieMain .bread__list li span {
    padding: 0 0.6666666667vw;
  }
}
.movieMain__enrichinglogo {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .movieMain__enrichinglogo {
    margin-bottom: 5.3333333333vw;
  }
}
.movieMain__enrichinglogo picture {
  margin: 26px auto 0;
  display: block;
  width: 180px;
}
.movieMain__enrichinglogo picture img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .movieMain__enrichinglogo picture {
    margin: 5.3333333333vw auto 5.3333333333vw;
    display: block;
    width: 24vw;
  }
}
.movieMain h1 {
  font-size: 48px;
  text-align: center;
  margin: 90px 0 40px;
  padding: 0 60px 0;
  line-height: 1.5;
}
.movieMain h1 + p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .movieMain h1 {
    font-size: 5.8666666667vw;
    text-align: left;
    margin: 10.6666666667vw 8vw 6vw;
    padding: 0;
  }
	.movieMain h1 + p {
		font-size: 3.7333333333vw;
		text-align: left;
		margin-right: 8vw;
		margin-bottom: 30px;
		margin-left: 8vw;
	}
}
.movieMain__youtube {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 0 auto 180px;
  padding: 0 42px;
}
@media screen and (max-width: 768px) {
  .movieMain__youtube {
    margin: 0 auto 21.3333333333vw;
    padding: 0 5.6vw;
  }
}
.movieMain__youtube .iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.movieMain__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieMain__publicationDate {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .movieMain__publicationDate {
    font-size: 3.2vw;
    margin-bottom: 21.3333333333vw;
  }
}
.movieMain__publicationDate p {
  display: inline;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .movieMain__publicationDate p {
    padding: 0 2.1333333333vw;
  }
}
.movieMain__publicationDate p::before {
  position: absolute;
  top: 10px;
  right: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .movieMain__publicationDate p::before {
    top: 2.4vw;
    width: 8vw;
  }
}
.movieMain__publicationDate p::after {
  position: absolute;
  top: 10px;
  left: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .movieMain__publicationDate p::after {
    top: 2.4vw;
    width: 8vw;
  }
}
.movieMain .plusArea {
  display: none;
  position: relative;
  margin: 0 6.2666666667vw 13.0666666667vw;
}
@media screen and (max-width: 768px) {
  .movieMain .plusArea {
    display: block;
  }
}
.movieMain .plusArea .plusWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.movieMain .plusArea .plusWrap .vertical {
  display: inline-block;
  width: 8px;
  height: 48px;
  margin-left: 20px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .movieMain .plusArea .plusWrap .vertical {
    width: 1.0666666667vw;
    height: 7.7333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.movieMain .plusArea .plusWrap .beside {
  display: inline-block;
  width: 48px;
  height: 8px;
  background-color: #88DBDF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 1s cubic-bezier(0.65, 0.44, 0, 1.01);
}
@media screen and (max-width: 768px) {
  .movieMain .plusArea .plusWrap .beside {
    transition: 0.5s cubic-bezier(0.65, 0.44, 0, 1.01);
    height: 1.0666666667vw;
    width: 7.7333333333vw;
  }
}
.movieMain__relatedInfo {
  max-width: 1440px;
  width: 100%;
  border: #707070 1px solid;
  padding: 80px 170px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo {
    border: none;
    padding: 13.3333333333vw 4vw;
    margin-bottom: 19.2vw;
  }
}
.movieMain__relatedInfo h2 {
  font-size: 28px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo h2 {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 0 auto 8vw;
  }
}
.movieMain__relatedInfo__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.movieMain__relatedInfo__list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo__list li + li {
    margin-top: 5.3333333333vw;
  }
}
.movieMain__relatedInfo__list__item {
  max-width: 1100px;
  width: 100%;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo__list__item {
    padding-left: 5.0666666667vw;
  }
}
.movieMain__relatedInfo__list__item::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/common/related-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo__list__item::before {
    top: 1.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.movieMain__relatedInfo__list__item a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .movieMain__relatedInfo__list__item a {
    font-size: 3.2vw;
  }
}
.movieMain .returnBtn a {
  display: block;
  text-align: center;
  background-color: #88DBDF;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  width: 325px;
  height: 72px;
  line-height: 72px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .movieMain .returnBtn a {
    margin: 0 auto;
    width: 42.1333333333vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 3.2vw;
  }
}
.movieMain .returnBtn a:hover {
  opacity: 0.6;
}
.movieMain .recommend {
  width: calc(100% - 100px);
  margin: 0 auto 224px;
  padding: 144px 0 120px;
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 17.8666666667vw 0 17.2vw;
    margin: 0 auto 10.6666666667vw;
    position: relative;
  }
}
.movieMain .recommend::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.movieMain .recommend::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.movieMain .recommend h2 {
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 12.8vw;
  }
}
.movieMain .recommend .listWrap {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend .listWrap {
    padding: 0;
  }
}
.movieMain .recommend .accordion {
  height: 0;
  transition: 0.4s;
  overflow: hidden;
}
.movieMain .recommend .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(20px, 2.380952381vw, 40px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend .list {
    padding: 0 5.0666666667vw;
    margin-top: 8.4vw;
    row-gap: 9.3333333333vw;
  }
}
.movieMain .recommend .list::after {
  content: "";
  display: inline-block;
  width: 31.1111111111%;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend .list::after {
    display: none;
  }
}
.movieMain .recommend .linkWrap {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend .linkWrap {
    margin-top: 12vw;
  }
}
.movieMain .recommend .linkBtn {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  font-size: 24px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .movieMain .recommend .linkBtn {
    font-size: 5.6vw;
  }
}
.movieMain .recommend .linkBtn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.movieMain .share {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .movieMain .share {
    padding: 0 7.7333333333vw;
  }
}
.movieMain .share__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .movieMain .share__inner {
    justify-content: flex-start;
  }
}
.movieMain .share__inner__ttl {
  margin-right: 22px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movieMain .share__inner__ttl {
    font-size: 3.4666666667vw;
  }
}
.movieMain .share__inner .list {
  width: 244px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .movieMain .share__inner .list {
    width: 52.9333333333vw;
  }
}
.movieMain .share__inner .item {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .movieMain .share__inner .item {
    width: 6.2666666667vw;
  }
}

.contentsMain {
  background-color: #ECEAE3;
  color: #000;
  padding-top: 150px;
  margin-top:0;
}

.contentsMain .fxb-section{
  background-color: #ECEAE3;
}

.contentsMain .movieMainWrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain {
    padding-top: 20vw;
  }
}
.contentsMain .mainArea {
  width: calc(100% - 100px);
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  padding: 59px 40px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain .mainArea {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 3.8666666667vw 0 0;
    margin: 0 auto;
    position: relative;
  }
}
.contentsMain .mainArea::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .mainArea::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.contentsMain .Wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.contentsMain .bread {
  transform: translate(-40px, -15px);
  width: calc(100% + 80px);
  padding: 0px 12px 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .bread {
    padding: 0 3.2vw;
    transform: translate(0);
    max-width: 100%;
  }
}
.contentsMain .bread__list li {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 500;
  display:inline-block;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .contentsMain .bread__list li {
    font-size: 2.6666666667vw;
  }
}
.contentsMain .bread__list li + li::before {
  position: relative;
  margin:0 3px;
  top: -2px;
  left: 0;
  content: ">";
}
.contentsMain .bread__list li a {
  padding: 0 5px;
  color: #4D4D4D;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contentsMain .bread__list li a {
    padding: 0 0.6666666667vw;
  }
}
.contentsMain .bread__list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .contentsMain .bread__list li a:hover {
    opacity: 1;
  }
}
.contentsMain .bread__list li span {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .contentsMain .bread__list li span {
    padding: 0 0.6666666667vw;
  }
}
.contentsMain .pageNav {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav {
    width: 84.2666666667vw;
    margin: 0 auto;
  }
}
.contentsMain .pageNav__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.4897959184%;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__title {
    position: relative;
    margin-bottom: 6.9333333333vw;
    width: 24.9333333333vw;
  }
}
.contentsMain .pageNav__list {
  width: 70.2040816327%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__list {
    width: 100%;
  }
}
.contentsMain .pageNav__list li + li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__list li + li {
    margin-top: 1.0666666667vw;
  }
}
.contentsMain .pageNav__list li a {
  display: block;
  background-color: #F8F7F5;
  padding: 16px 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__list li a {
    padding: 3.7333333333vw 2.6666666667vw;
  }
}
.contentsMain .pageNav__list li span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 0 60px;
  padding-right: 0;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__list li span {
    font-size: 3.7333333333vw;
    padding: 0 0 0 7.4666666667vw;
  }
}
.contentsMain .pageNav__list li span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/common/btmArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contentsMain .pageNav__list li span::before {
    top: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.contentsMain picture {
  display: block;
}
.contentsMain picture img {
  display: block;
}

.contentsMain picture + picture{
  margin-top:16px;
}

.contentsMain__enrichinglogo {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contentsMain__enrichinglogo {
    margin-bottom: 5.3333333333vw;
  }
}
.contentsMain__enrichinglogo picture {
  margin: 26px auto 0;
  display: block;
  width: 180px;
}
.contentsMain__enrichinglogo picture img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentsMain__enrichinglogo picture {
    margin: 5.3333333333vw auto 5.3333333333vw;
    display: block;
    width: 24vw;
  }
}


.contentsMain p.title_date {
  font-weight: bold;
  margin: 110px 0 24px 0;
  font-size:2rem;
  padding: 0 .8vw 0 3.2vw;
  display: inline-block;
}

.contentsMain p.title_date::after {
  content: '/';
  font-size: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .contentsMain p.title_date {
    margin: 10.6666666667vw auto 0;
    font-size:1.5rem;
    padding: 0 1.8vw 0 3.2vw;
  }
}

.contentsMain p.title_category {
  font-weight: bold;
  font-size:2rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contentsMain p.title_category {
    font-size:1.5rem;
  }
}

.contentsMain h1 {
  font-size: 48px;
  margin: 0 0 25px;
  padding: 0 3.2vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contentsMain h1 {
    letter-spacing: 0.02em;
    font-size: 5.8666666667vw;
    text-align: left;
    margin: 0 auto 3.6666666667vw;
    padding: 0 3.2vw;
  }
}
.contentsMain .galleryTitle {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .contentsMain .galleryTitle {
    text-align: center;
  }
}
.contentsMain .specialInterview {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contentsMain .specialInterview .largeNone {
    display: none;
  }
}
.contentsMain .specialInterview .largeD {
  display: none;
}
@media screen and (max-width: 1200px) {
  .contentsMain .specialInterview .largeD {
    display: inline-block;
  }
}
.contentsMain .kv {
  max-width: 1440px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv {
    width: 84.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.contentsMain .kv__thumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__thumb {
    margin-bottom: 8vw;
  }
}
.contentsMain .kv__thumb .thumbImg + .kv__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__thumb .thumbImg + .kv__text {
    margin-top: 3.7333333333vw;
  }
}
.contentsMain .kv__annotation {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__annotation {
    margin: 0.5333333333vw;
    font-size: 3.2vw;
  }
}
.contentsMain .kv__annotation + .kv__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__annotation + .kv__text {
    margin-top: 3.7333333333vw;
  }
}
.contentsMain .kv__text {
  font-size: 16px;
  font-weight: 500;
  max-width: 1100px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__text {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.contentsMain .kv__press {
  max-width: 1100px;
  width: 100%;
  padding-left: 32px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__press {
    padding-left: 5.0666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.contentsMain .kv__press p {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__press p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.contentsMain .kv__press::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/common/related-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__press::before {
    top: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.contentsMain .kv__press a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .kv__press a {
    font-size: 3.2vw;
  }
}
.contentsMain .date {
  margin: 80px auto 80px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentsMain .date {
    font-size: 3.2vw;
    margin: 10.6666666667vw auto 10.6666666667vw;
  }
}
.contentsMain .date p {
  display: inline;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .contentsMain .date p {
    padding: 0 2.1333333333vw;
  }
}
.contentsMain .date p::before {
  position: absolute;
  top: 10px;
  right: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contentsMain .date p::before {
    top: 2.4vw;
    width: 8vw;
  }
}
.contentsMain .date p::after {
  position: absolute;
  top: 10px;
  left: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contentsMain .date p::after {
    top: 2.4vw;
    width: 8vw;
  }
}
.contentsMain h1 + .date {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .contentsMain h1 + .date {
    margin: 13.3333333333vw auto;
  }
}
.contentsMain .dateComing {
  margin: 0 auto 100px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentsMain .dateComing {
    font-size: 3.2vw;
    margin: 0vw auto 21.3333333333vw;
  }
}
.contentsMain .dateComing p {
  display: inline;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .contentsMain .dateComing p {
    padding: 0 2.1333333333vw;
  }
}
.contentsMain .dateComing p::before {
  position: absolute;
  top: 10px;
  right: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contentsMain .dateComing p::before {
    top: 2.4vw;
    width: 8vw;
  }
}
.contentsMain .dateComing p::after {
  position: absolute;
  top: 10px;
  left: 100%;
  content: "";
  display: inline-block;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contentsMain .dateComing p::after {
    top: 2.4vw;
    width: 8vw;
  }
}
.contentsMain .memberWrap {
  max-width: 1100px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap {
    width: 84.2666666667vw;
    margin: 0 auto 16vw;
  }
}
.contentsMain .memberWrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap ul {
    display: block;
  }
}
.contentsMain .memberWrap li {
  width: 22.7272727273%;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap li + li {
    margin-top: 5.3333333333vw;
  }
}
.contentsMain .memberWrap li .textWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap li .textWrap {
    width: 60vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.contentsMain .memberWrap li p {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap li p {
    margin-top: 4vw;
  }
}
.contentsMain .memberWrap picture {
  display: block;
  max-width: 180px;
  width: 72%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap picture {
    width: 16vw;
    margin: 0 5.3333333333vw 0 0;
  }
}
.contentsMain .memberWrap picture img {
  display: block;
}
.contentsMain .memberWrap .name--en {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap .name--en {
    text-align: left;
    font-size: 3.2vw;
  }
}
.contentsMain .memberWrap .name--ja {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap .name--ja {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 4px;
  }
}
.contentsMain .memberWrap02 {
  max-width: 1100px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 {
    width: 84.2666666667vw;
    margin: 0 auto 16vw;
  }
}
.contentsMain .memberWrap02 ul {
  display: flex;
  justify-content: space-evenly;
  gap:30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 ul {
    display: block;
  }
}
.contentsMain .memberWrap02 li {
  width:calc(45% - 30px);
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 li + li {
    margin-top: 5.3333333333vw;
  }
}
.contentsMain .memberWrap02 li p {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 li p {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.contentsMain .memberWrap02 picture {
  display: block;
  max-width: 180px;
  width: 72%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 picture {
    width: 16vw;
    margin: 0 5.3333333333vw 0 0;
  }
}
.contentsMain .memberWrap02 picture img {
  display: block;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 .textWrap {
    width: 62.9333333333vw;
  }
}
.contentsMain .memberWrap02 .name--en {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 .name--en {
    text-align: left;
    font-size: 3.2vw;
  }
}
.contentsMain .memberWrap02 .name--ja {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrap02 .name--ja {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 4px;
  }
}
.contentsMain .memberWrapMore {
  max-width: 1100px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore {
    width: 84.2666666667vw;
    margin: 0 auto 16vw;
  }
}
.contentsMain .memberWrapMore ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap:30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore ul {
    display: block;
  }
}
.contentsMain .memberWrapMore li {
  width:30% ;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore li + li {
    margin-top: 5.3333333333vw;
  }
}
.contentsMain .memberWrapMore li p {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore li p {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.contentsMain .memberWrapMore picture {
  display: block;
  max-width: 180px;
  width: 72%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore picture {
    width: 16vw;
    margin: 0 5.3333333333vw 0 0;
  }
}
.contentsMain .memberWrapMore picture img {
  display: block;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore .textWrap {
    width: 62.9333333333vw;
  }
}
.contentsMain .memberWrapMore .name--en {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore .name--en {
    text-align: left;
    font-size: 3.2vw;
  }
}
.contentsMain .memberWrapMore .name--ja {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .memberWrapMore .name--ja {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 4px;
  }
}

.contentsMain .plusArea {
  position: relative;
  margin-bottom: 30px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .contentsMain .plusArea {
    display: block;
    margin-bottom:5.3333333333vw;
    height: 7.7333333333vw;
  }
}
.contentsMain .plusArea .plusWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.contentsMain .plusArea .plusWrap .vertical {
  display: inline-block;
  width: 8px;
  height: 48px;
  margin-left: 20px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .plusArea .plusWrap .vertical {
    width: 1.0666666667vw;
    height: 7.7333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.contentsMain .plusArea .plusWrap .beside {
  display: inline-block;
  width: 48px;
  height: 8px;
  background-color: #88DBDF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 1s cubic-bezier(0.65, 0.44, 0, 1.01);
}
@media screen and (max-width: 768px) {
  .contentsMain .plusArea .plusWrap .beside {
    transition: 0.5s cubic-bezier(0.65, 0.44, 0, 1.01);
    height: 1.0666666667vw;
    width: 7.7333333333vw;
  }
}
.contentsMain .content {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain .content {
    width: 84.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .contentsMain .content picture{
    margin:16px 0;
  }
}

.contentsMain .content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content h2 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
  }
}
.contentsMain .content h3{
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 7.7333333333vw;
  }
}
.contentsMain .content h3::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  display: inline-block;
  width: 53px;
  height: 1px;
  background-color: #000;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content h3::before {
    width: 7.0666666667vw;
    top: 2.6666666667vw;
  }
}
/* .contentsMain .content .sec__inner {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec__inner {
    margin-top: 5.3333333333vw;
  }
} */
/* .contentsMain .sec__innerPb {
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec__innerPb {
    padding-bottom: 50px;
  }
}
.contentsMain .content .sec .innerSec + .innerSec {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .innerSec + .innerSec {
    margin-top: 10.6666666667vw;
  }
}
.contentsMain .content .sec dl + dl {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec dl + dl {
    margin-top: 5.6vw;
  }
}
.contentsMain .content .sec dt {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 58px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec dt {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 7.7333333333vw;
  }
}
.contentsMain .content .sec dt::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  display: inline-block;
  width: 53px;
  height: 1px;
  background-color: #000;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec dt::before {
    top: 3.2vw;
    width: 7.0666666667vw;
  }
}

.contentsMain .content .sec .oneColumnImg {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .oneColumnImg {
    margin-top: 8vw;
  }
}
.contentsMain .content .sec .oneColumnImg .text {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .oneColumnImg .text {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.contentsMain .content .sec .oneColumnImg + p {
  margin-top: 37px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .oneColumnImg + p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
} */


.contentsMain .content .sec {
  margin-top: 175px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 + .dlSpecial01 {
    margin-top: 5.6vw;
  }
}

/*
.contentsMain .content .sec .type01__text01 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01__text01 {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contentsMain .content .sec .type01__text02 {
  font-size: 16px;
  font-weight: 500;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01__text02 {
    font-size: 4vw;
    font-weight: bold;
    margin: 21.3333333333vw 0 0;
  }
}
.contentsMain .content .sec .type01__text03 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 80px auto 128px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01__text03 {
    text-align: left;
    font-size: 3.7333333333vw;
    margin: 10.6666666667vw auto 15.4666666667vw;
  }
}
.contentsMain .content .sec .type01 .imgPlayer {
  position: static;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .imgPlayer {
    margin: 10.6666666667vw auto 13.3333333333vw;
  }
}
/*  */

.contentsMain .content .sec .type01 .memberBox__img{
  display: block;
  margin: 0 auto 60px;
} */

.contentsMain .fxb-container{
  padding-left: 0;
  padding-right: 0;
}

.contentsMain .content p span.speaker {
  font-weight: bold;
  margin-right: 16px;
}

.contentsMain .content p {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .contentsMain .content p {
    font-size: 3.7333333333vw;
  }
}

.contentsMain .content p + p{
  margin-top: 32px;
}

@media screen and (max-width: 768px){
  .contentsMain .content p + p{
    margin-top: 5.6vw;
  }
}

.contentsMain .content p.annotation{
  font-size: 14px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .contentsMain .content .annotation{
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}

.contentsMain .content p.player {
  margin-bottom: 32px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

@media screen and (max-width: 768px){
  .contentsMain .content p.player {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.contentsMain .content p.player span {
  background-color: #88DBDF;
  padding: 4px 10px;
  font-weight: 600;
}
/*
.contentsMain .content .sec .type01 .player .fw-500 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .player {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.contentsMain .content .sec .type01 .normalBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .normalBox {
    flex-direction: column;
  }
}
.contentsMain .content .sec .type01 .reverseBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .reverseBox {
    flex-direction: column-reverse;
  }
}
.contentsMain .content .sec .type01 .otherPlayerInterview {
  position: static;
  margin-bottom: 128px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .otherPlayerInterview {
    flex-direction: column-reverse;
    margin-bottom: 0vw;
  }
}
.contentsMain .content .sec .type01 .middleText {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .middleText {
    margin-bottom: 13.3333333333vw;
  }
}
.contentsMain .content .sec .type01 .middleText .annotation {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .middleText .annotation {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.contentsMain .content .sec .type01 + dl {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 + dl {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 {
    display: block;
  }
} */

/* .contentsMain .content .sec .type02 p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 p {
    font-size: 3.7333333333vw;
  }
} */

.contentsMain .content .sec .type02 .memberBox {
  margin-top: 120px;
  padding: 4.1666666667%;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .title {
  font-weight: 700;
  font-size: 30px;
  padding-left: 134px;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .list {
    display: block;
  }
}
.contentsMain .content .sec .type02 .memberBox .item {
  width: 22.7272727273%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .item + .item {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .item + .item {
    margin-top: 8vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top {
  display: flex;
  align-items: center;
}
.contentsMain .content .sec .type02 .memberBox .top picture {
  width: 26.6666666667%;
  margin-right: 10%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name {
  width: 63.3333333333%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top .name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name {
    width: auto;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name--en {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--en {
    font-size: 3.2vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name--ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--ja {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .text {
    font-weight: 400;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox {
  margin-top: 120px;
  padding: 4.1666666667%;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .title{
  font-weight: 700;
  font-size: 30px;
  padding-left: 134px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox__img{
  display: block;
  margin: 0 auto 60px;
}
.contentsMain .content .sec .typeMore .memberBox .title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 26px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .title::before{
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .list{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  gap:30px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .list {
    display: block;
  }
}
.contentsMain .content .sec .typeMore .memberBox .item {
  width: 30.9090909091%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .item{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .item + .item {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .item + .item {
    margin-top: 8vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .top{
  display: flex;
  align-items: center;
}
.contentsMain .content .sec .typeMore .memberBox .top picture {
  width: 26.6666666667%;
  margin-right: 10%;
}
.contentsMain .content .sec .typeMore .memberBox .top picture {
  width: 17.5%;
  margin-right: 6.4%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .top picture{
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .top .name {
  width: 63.3333333333%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name {
    width: auto;
  }
}
.contentsMain .content .sec .typeMore .memberBox .top .name--en {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name--en {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name--en{
    font-size: 3.2vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .top .name--ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name--ja {
    margin-top: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .top .name--ja {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.contentsMain .content .sec .typeMore .memberBox .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .typeMore .memberBox .text {
    font-weight: 400;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .typeMore .memberBox .text {
    font-weight: 400;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.contentsMain .content .sec .type01 .memberBox {
  margin-top: 120px;
  padding: 4.1666666667%;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.contentsMain .content .sec .type01 .memberBox .title{
  font-weight: 700;
  font-size: 30px;
  padding-left: 134px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 26px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type01 .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}

.contentsMain .content .sec .type01 .memberBox .list{
  margin: 0 auto;
  width: 660px;
}

@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .list {
    display: block;
    width: 100%;
  }
}
.contentsMain .content .sec .type01 .memberBox .linkBox {
  max-width: 1040px;
  width: 100%;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .linkBox {
    width: 100%;
  }
}
.contentsMain .content .sec .type01 .memberBox .linkBox a {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .linkBox a {
    padding-left: 5.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .linkBox a::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/common/related-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .linkBox a::before {
    top: 1.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .item {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .item + .item {
    margin-top: 8vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .top {
  display: flex;
  align-items: center;
}
.contentsMain .content .sec .type01 .memberBox .top picture {
  width: 11.4285714286%;
  margin-right: 4.2857142857%;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .top .name {
  width: 63.3333333333%;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .top .name {
    width: auto;
  }
}
.contentsMain .content .sec .type01 .memberBox .top .name--en {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .top .name--en {
    font-size: 3.2vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .top .name--ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .top .name--ja {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.contentsMain .content .sec .type01 .memberBox .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type01 .memberBox .text {
    font-weight: 400;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.memberWrap01 {
	margin-bottom: 50px;
  padding: 4.1666666667%;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.memberWrap01 {
		width: 84.2666666667vw;
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .memberWrap01 .list {
    display: block;
  }
}
.memberWrap01 .item {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .item {
    width: 100%;
  }
}
.memberWrap01 .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.memberWrap01 .top picture {
  width: 11.4285714286%;
  margin-right: 4.2857142857%;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
.memberWrap01 .top .name {
  width: 63.3333333333%;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .top .name {
    width: auto;
  }
}
.memberWrap01 .top .name--en {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .top .name--en {
    font-size: 3.2vw;
  }
}
.memberWrap01 .top .name--ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .top .name--ja {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.memberWrap01 .text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .memberWrap01 .text {
    font-weight: 400;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.contentsMain .content .sec .type02 .memberBox {
  margin-top: 120px;
  padding: 4.1666666667%;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.contentsMain .content .sec .type02 .memberBox__img {
  margin: 0 auto 60px;
}
.contentsMain .content .sec .type02 .memberBox .title {
  font-weight: 700;
  font-size: 30px;
  padding-left: 134px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .title {
    padding-left: 8vw;
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 26px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .title::before {
    top: 3.4666666667vw;
    width: 7.0666666667vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap:35px;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .list {
    display: block;
  }
}
.contentsMain .content .sec .type02 .memberBox .item {
  width:calc(50% - 35px)
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .item + .item {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .item + .item {
    margin-top: 8vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top {
  display: flex;
  align-items: center;
}
.contentsMain .content .sec .type02 .memberBox .top picture {
  width: 20%;
  margin-right: 10%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top picture {
    margin-right: 5.3333333333vw;
    width: 16vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name {
  width: 63.3333333333%;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top .name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name {
    width: auto;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name--en {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--en {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--en {
    font-size: 3.2vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .top .name--ja {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--ja {
    margin-top: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .top .name--ja {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.contentsMain .content .sec .type02 .memberBox .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .contentsMain .content .sec .type02 .memberBox .text {
    font-weight: 400;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain .content .sec .type02 .memberBox .text {
    font-weight: 400;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.contentsMain .content .video {
  max-width: 767px;
  width: 100%;
  text-align: center;
  margin: 80px auto 175px;
}
@media screen and (max-width: 768px) {
  .contentsMain .content .video {
    margin: 40px auto 21.3333333333vw;
    padding: 0;
  }
}
.contentsMain .content .video .iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.contentsMain .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentsMain__publicationDate {
  text-align: center;
  margin-bottom: 80px;
}
.contentsMain__publicationDate p {
  position: relative;
  display: inline-block;
}
.contentsMain__publicationDate p::before {
  content: "";
  position: absolute;
  right: 110%;
  top: 50%;
  width: 103px;
  height: 1px;
  background-color: #000;
}
.contentsMain__publicationDate p::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  width: 103px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contentsMain__publicationDate {
    display: none;
  }
}
.contentsMain__relatedInfo {
  max-width: 1440px;
  width: 100%;
  border: #707070 1px solid;
  padding: 80px 120px;
  margin: 180px auto 0;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo {
    padding: 10.6666666667vw 4vw;
    margin-top: 21.3333333333vw;
    width: 84.2666666667vw;
    padding-top: 13.3333333333vw;
  }
}

.contentsMain__relatedInfo a[target="_blank"] p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left:7px;
  background-image: url(./../images/common/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo a[target="_blank"] p::after {
    width: 12px;
    height: 8px;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 2.4vw;
  }
}

.contentsMain__relatedInfo h2 {
  font-size: 28px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo h2 {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 0 auto 8vw;
  }
}
.contentsMain__relatedInfo__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.contentsMain__relatedInfo__list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list li + li {
    margin-top: 5.3333333333vw;
  }
}
.contentsMain__relatedInfo__list__item {
  max-width: 1100px;
  width: 100%;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item {
    padding-left: 5.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.contentsMain__relatedInfo__list__item::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/common/related-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item::before {
    top: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.contentsMain__relatedInfo__list__item a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item a {
    font-size: 3.2vw;
  }
}
.contentsMain__relatedInfo__list__item a p span:nth-child(1) {
  position: relative;
}
.contentsMain__relatedInfo__list__item a p span:nth-child(1)::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-image: url(./../images/common/external-link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item a p span:nth-child(1)::after {
    top: 1.8666666667vw;
    right: -3.2vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.contentsMain__relatedInfo__list__item a p span:nth-child(2) {
  position: relative;
}
.contentsMain__relatedInfo__list__item a p span:nth-child(2)::after {
  position: absolute;
  top: -2px;
  right: -24px;
  content: ")";
  display: block;
}
@media screen and (max-width: 768px) {
  .contentsMain__relatedInfo__list__item a p span:nth-child(2)::after {
    top: -0.2666666667vw;
    right: -6.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.contentsMain .returnBtn {
  margin: 0 auto;
  width: 325px;
  height: 72px;
  line-height: 72px;
}
.contentsMain .returnBtn a {
  display: block;
  text-align: center;
  background-color: #88DBDF;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contentsMain .returnBtn a {
    margin: 0 auto;
    width: 42.9333333333vw;
    height: 11.7333333333vw;
    line-height: 11.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.contentsMain .returnBtn a:hover {
  opacity: 0.6;
}
.contentsMain .recommend {
  width: calc(100% - 100px);
  margin: 0 auto 224px;
  padding: 130px 0 120px;
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 17.8666666667vw 0 17.2vw;
    margin: 0 auto;
    position: relative;
  }
}
.contentsMain .recommend::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.contentsMain .recommend::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}
.contentsMain .recommend h2 {
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend h2 {
    font-size: 6.3333333333vw;
    margin-bottom: 8px;
  }
}
.contentsMain .recommend .listWrap {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend .listWrap {
    padding: 0;
  }
}
.contentsMain .recommend .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: clamp(20px, 2.380952381vw, 40px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend .list {
    padding: 0 5.0666666667vw;
    margin-top: 8.4vw;
    row-gap: 9.3333333333vw;
  }
}
.contentsMain .recommend .list::after {
  content: "";
  display: inline-block;
  width: 31.1111111111%;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend .list::after {
    display: none;
  }
}
.contentsMain .recommend .linkWrap {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend .linkWrap {
    margin-top: 11vw;
  }
}
/* .contentsMain .recommend .linkBtn {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  font-size: 24px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .contentsMain .recommend .linkBtn {
    font-size: 5.6vw;
  }
}
.contentsMain .recommend .linkBtn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
} */
.contentsMain .share {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .contentsMain .share {
    padding: 0 7.7333333333vw;
  }
}
.contentsMain .share__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contentsMain .share__inner {
    justify-content: flex-start;
  }
}
.contentsMain .share__inner__ttl {
  margin-right: 22px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contentsMain .share__inner__ttl {
    font-size: 3.4666666667vw;
  }
}
.contentsMain .share__inner .list {
  width: 201px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contentsMain .share__inner .list {
    width: 52.9333333333vw;
  }
}
.contentsMain .share__inner .item {
  width: 29px;
}
@media screen and (max-width: 768px) {
  .contentsMain .share__inner .item {
    width: 6.2666666667vw;
  }
}

.link_arrow {
	text-align: left;
  max-width: 1100px;
  width: 100%;
	margin-bottom: 100px;
}
.link_arrow-a {
	text-align: center;
}
@media screen and (max-width: 768px) {
  .link_arrow {
		text-align: left;
		margin-bottom: 50px;
		padding-right: 5.3333333333vw;
		padding-left: calc(5.3333333333vw + 24px);
  }
	.link_arrow-a {
		text-align: center;
		margin-bottom: 50px;
		padding-right: 0;
		padding-left: 0;
	}
}
.link_arrow span {
  position: relative;
	padding-left: 24px;
}
@media screen and (max-width: 768px) {
	.link_arrow span {
  	position: relative;
		padding-left: 0;
	}
	.link_arrow-a span {
		padding-left: 24px;
	}
}
.link_arrow span::before {
	content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/common/related-info-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.link_arrow-a span::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .link_arrow span::before {
    top: 1.0vw;
		left: -24px;
    width: 3.2vw;
    height: 3.2vw;
  }
  .link_arrow-a span::before {
    left: 0;
  }
}


.link_arrow a[target="_blank"] span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left:7px;
  background-image: url(./../images/common/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .link_arrow a[target="_blank"] span::after {
    width: 12px;
    height: 8px;
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 2.4vw;
  }
}

.link_arrow a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .link_arrow a {
    font-size: 3.2vw;
  }
}

.icon-blank-enrich{
  background-image: url(./../images/common/icon_blank.svg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
  width: 12px;
  height: 12px;
  margin-left: 7px;
}




















/* ------------------------------------------追加開発---------------------------------------- */

/* カード */
.articleCard .textsWrap,
.articleCard .recommendtextsWrap{
  background:#F8F7F5;
  padding:13px 20px;
}

.articleCard .dateWrap{
  display: inline-block;
  margin-bottom:13px;
  position: relative;
}

.articleCard .dateWrap .date {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right:14px;
}

@media screen and (max-width: 768px) {
  .articleCard .dateWrap .date {
    font-size:2.9333333333vw;
  }
}

.articleCard .dateWrap .date::after  {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 1px;
  height: 75%;
  background: #000;
  transform: rotate(25deg);
}

.articleCard .categoryWrap{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin:0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .articleCard .categoryWrap{
    font-size:2.9333333333vw;
  }
}

.articleCard .textWrap__ttl{
  font-size: 16px;
  color: #000000;
  margin: 0 0 10px;
  height: 75px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  @media screen and (max-width: 768px) {
    .articleCard .textWrap__ttl{
      font-size:3.7333333333vw;
      height: 11.7333333333vw;
    }
  }

  .articleCard .keywordWrap,
  .item .keywordWrap{
  line-height: 1.5;
  }

  .articleCard .keywordWrap .keyword,
  .item .keywordWrap .keyword{
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}

.articleCard .keywordWrap .keyword a,
.item .keywordWrap .keyword a{
transition: .4s;
cursor: pointer;
}

.articleCard .keywordWrap .keyword:hover a,
.item .keywordWrap .keyword:hover a{
  color:#88DBDF;
}



.articleCard a:hover .thumbWrap::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .articleCard a:hover .thumbWrap::before {
    opacity: 0;
  }
}
.articleCard a:hover .thumbWrap .plusIcon {
  opacity: 1;
  transition: .8s;
}
@media screen and (max-width: 768px) {
  .articleCard a:hover .thumbWrap .plusIcon {
    opacity: 0;
  }
}
.articleCard .thumbWrap {
  position: relative;
  line-height: 1;
}
.articleCard .thumbWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  opacity: 0;
}
.articleCard .thumbWrap .plusIcon {
  position: absolute;
  right: 5%;
  bottom: 29%;
  z-index: 10;
  opacity: 0;
}

.articleCard .thumbWrap .plusIcon span {
  display: inline-block;
  vertical-align: middle;
  color: #88DBDF;
  line-height: 1;
  width: 6em;
  height: 1.3em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

@media screen and (max-width: 900px) {
  .articleCard .thumbWrap .plusIcon span {
    width: 3em;
    height: .6em;
  }
}

.articleCard .thumbWrap .plusIcon span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.articleCard .thumbWrap .count{
  position: absolute;
  bottom:15%;
  left:10px;
  color:#fff;
  font-weight: bold;
  font-size:30px;
  z-index: 1;
}

.rankinglist{
  counter-reset: number;
}

.articleCard .thumbWrap .count::after{
  counter-increment: number 1;
  content: "0" counter(number) "";
  border-bottom:solid 2px #88DBDF;
  letter-spacing: 2px;
}

.articleCard .thumbWrap .thumb {
  position: relative;
}

.articleCard .thumbWrap .thumb img {
  display: block;
  height: auto;
}

.articleCard .thumbWrap .thumb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.articleCard.recommendCard .thumbWrap .thumb::before {
  background: none!important;
}
@media screen and (max-width: 768px) {
  .swiper-slide.articleCard.recommendCard{
    margin-left:2.7vw;
    padding-right: 4.7vw;
  }
}

/* TOP日本語タイトル */
.jp-title{
  font-size:28px;
  font-weight: bold;
  margin-bottom:40px;
  color:#000
}

@media screen and (max-width: 768px) {
  .jp-title{
    font-size:16px;
    margin-bottom:24px;
  }
}

/* コンテンツページ日本語タイトル */
.jpTitleWrap{
  text-align: center;
  margin-bottom:50px;
}
@media screen and (max-width: 768px) {
  .jpTitleWrap{
    text-align: center;
    margin-bottom:30px;
  }
}

.jpTitle__text{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size:18px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .jpTitle__text{
    font-size:12px;
    font-weight: bold;
}
}
.jpTitle__text:before,
.jpTitle__text:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.jpTitle__text:before {
    left: 0;
}
.jpTitle__text:after {
    right: 0;
}


/* TOPランキングセクションのインナー余白 */
.mediaTopMain .ranking__inner{
  padding-top: 80px;
  padding-right:0;
}
@media screen and (max-width: 768px) {
  .mediaTopMain .ranking__inner{
    padding-top: 8vw;
  }
}


/* swiperSP余白 */
@media screen and (max-width: 768px) {
  .mediaTopMain .l-swiper-ranking{
  padding:0 5.0666666667vw;
}
}

/* swiper前後ボタン */
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper2-button-prev:after,
.swiper2-button-next:after{
  content: ""!important;
}

.swiper2-button-prev.backBtn,
.swiper2-button-next.nextBtn{
  width:3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #88DBDF;
  position: absolute;
  top:34%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}

.contentsMain .swiper-button-prev.backBtn,
.contentsMain .swiper-button-next.nextBtn{
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #88DBDF;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}

.mediaTopMain .swiper-button-prev.backBtn,
.mediaTopMain .swiper-button-next.nextBtn{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #88DBDF;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.backBtn,
  .swiper-button-next.nextBtn,
  .swiper2-button-prev.backBtn,
  .swiper2-button-next.nextBtn{
    display: none;
  }
}

.contentsMain .swiper-button-wrapper{
  position: relative;
  top:-140px;
}

.contentsMain .swiper2-button-wrapper{
  position: relative;
  top:-160px;
}

.swiper-button-wrapper .arrow,
.swiper2-button-wrapper .arrow {
  width: 200%;
  display: flex;
  position: absolute;
  top: 0;
}

.swiper-button-wrapper .arrow picture,
.swiper2-button-wrapper .arrow picture {
  display: inline-block;
  width: 50%;
}

.swiper-button-wrapper .swiper-button-prev.backBtn{
  left: 0;
  margin-left: 85px;
}

.swiper-button-wrapper .swiper-button-prev.backBtn .arrow,
.swiper2-button-prev.backBtn .arrow{
  left: 0;
}

.swiper-button-wrapper .swiper-button-prev.backBtn .arrow-left,
.swiper2-button-prev.backBtn .arrow-left {
  background-image: url(../images/common/leftArrow.svg);
  width: 50%;
  padding-top: 50%;
  background-position: center center;
}

.swiper-button-wrapper .swiper-button-prev.backBtn:hover .arrow,
.swiper2-button-prev.backBtn:hover .arrow {
  animation-name: leftArrowAnime;
  animation-duration: 0.4s;
}


.mediaTopMain .swiper-button-wrapper .swiper-button-next.nextBtn{
  right: 16px;
}


/* コンテンツページのSwiper　ボタン位置 */
.swiper2-button-prev.backBtn,
.contentsMain .ranking .swiper-button-prev.backBtn,
.contentsMain .ranking .swiper2-button-prev.backBtn {
  margin-left: -3% ;
}

.contentsMain .swiper-button-wrapper .swiper-button-next.nextBtn,
.swiper2-button-next.nextBtn{
  right: -3%;
}

.swiper-button-wrapper .swiper-button-next.nextBtn .arrow,
.swiper2-button-next.nextBtn .arrow {
  right: 0;
}

.swiper-button-next.nextBtn .arrow-right,
.swiper2-button-next.nextBtn .arrow-right {
  background-image: url(../images/common/rightArrow.svg);
  width: 50%;
  padding-top: 50%;
  background-position: center center;
}

.swiper-button-next.nextBtn:hover .arrow,
.swiper2-button-next.nextBtn:hover .arrow {
  animation-name: rightArrowAnime;
  animation-duration: 0.4s;
}





/* コンテンツページのSwiperSP表示　余白 */
.contentsMain .ranking__inner{
  padding:0 3.333333vw;
}

@media screen and (max-width: 768px) {
  .contentsMain .ranking__inner{
    padding: 0 8.0666666667vw;
  }
}


.contentsMain .recommend__inner{
  padding:0 3.333333vw;
}

@media screen and (max-width: 768px) {
  .contentsMain .recommend__inner{
    padding: 0 5.0666666667vw;
  }
}


/* Ranking viewmoreボタン */
.ranking .linkWrap {
  text-align: center;
  margin-top: 10px;
  display: none;
}

/* Recommend viewmoreボタン */
.recommend .linkWrap {
  text-align: center;
  margin-top: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .recommend .linkWrap {
    margin: 40px 0 0 0 ;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ranking .linkWrap {
    margin: 40px 0 0 0 ;
    display: block;
  }
}
/* .linkBtn {
  display: inline-block;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ranking .linkBtn {
    font-size: 5.6vw;
  }
}
.ranking .linkBtn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
} */

@media screen and (min-width: 769px) {
  .swiper{
    display:none;
  }
}

@media screen and (min-width: 769px) {
  .swiper.swiper-initialized{
    display: block;
  }
}

/* SwiperSP時の3件表示 */
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .articleCard {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .articleCard:nth-child(-n+3) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .articleCard.recommendCard {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .articleCard.recommendCard:nth-child(-n+4) {
    display: block;
  }
}

/* TOPMVタイトル */
.mediaTopMain_title{
    padding-top: 11px ;
    font-size:1.4vw;
    font-weight: 500;
    width: 25vw;
    color:#000;
}

@media screen and (max-width: 767px) {
  .mediaTopMain_title{
    padding-top:0;
    font-size:2.5vw;
    width: 44vw;
  }
}

/* ボタン */
a.categoryBtn{
  display: block;
  width:280px;
  height: 70px;
  color: #000;
  border: solid 2px #000;
  box-sizing: border-box;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.categoryBtn{
    width:250px;
    height: 55px;
    line-height: 48px;
    font-size: 16px;
  }
}
a.categoryBtn::before,
a.categoryBtn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.categoryBtn::before{
  right: 20px;
  width: 14px;
  height: 3px;
  background: #000;
}
a.categoryBtn::after{
  right: 21px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.categoryBtn:hover{
  background-color:  #88DBDF;
}
a.categoryBtn:hover::before{
  right: 15px;
}
a.categoryBtn:hover::after{
  right: 16px;
}

/* categoryh3 */
.mediaTopMain .category .category__inner h3{
  font-size: 30px;
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  margin-bottom:20px;
}

@media screen and (max-width: 767px) {
  .mediaTopMain .category .category__inner h3{
    font-size: 20px;
    margin-bottom:15px;
  }
}

.mediaTopMain .category .category__inner h3:nth-child(n+3) {
  margin-top:50px;
}

@media screen and (max-width: 767px) {
  .mediaTopMain .category .category__inner h3:nth-child(n+3) {
    margin-top:40px;
  }
}

.mediaTopMain .category__inner {
  padding-top:80px;
}
@media screen and (max-width: 767px) {
  .mediaTopMain .category__inner {
    padding: 8vw 5.3333333333vw 13.3333333333vw 11vw;
  }
}

.mediaTopMain .category__inner .TopCategoryWrap,
.mediaTopMain .category__inner .TopKeywordWrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .mediaTopMain .category__inner .TopCategoryWrap,
  .mediaTopMain .category__inner .TopKeywordWrap {
    flex-direction: column;
  }
}
/*
.mediaTopMain .category__inner .TopCategoryWrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mediaTopMain .category__inner .TopCategoryWrap {
    margin-bottom: 40px;
  }
} */

.categoryArea .bread__list li + li::before{
  margin:0 3px 0 7px;
}

.contentsMain .categoryArea .categoryListWrap{
  margin: 110px 0 auto;
  padding: 0 3.2vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contentsMain .categoryArea .categoryListWrap{
    margin: 65px 0 35px 0;
  }
}

.contentsMain .categoryArea .categoryListWrap h3{
  font-size: 25px;
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  display: inline-block;
  margin-right:30px;
  margin-bottom:15px;
}

@media screen and (max-width: 767px) {
  .contentsMain .categoryArea .categoryListWrap h3{
    font-size: 18px;
    margin-right:0;
  }
}

.contentsMain .categoryArea .categoryList {
  display: inline-block;
  position: relative;
}

.contentsMain .categoryArea .categoryList li{
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding:0 30px;
}
@media screen and (max-width: 767px) {
  .contentsMain .categoryArea .categoryList li{
    font-size: 16px;
    padding:0 15px;
  }
}

.contentsMain .categoryArea .categoryList li + li:before{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  width: 1px;
  height: 35px;
  background-color: #000;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .contentsMain .categoryArea .categoryList li + li:before{
    top: 5px;
    left:-3px;
    height: 20px;
  }
}

.contentsMain .categoryArea .categoryList li a{
  transition: .4s;
  cursor: pointer;
}

.contentsMain .categoryArea .categoryList li a:hover{
  opacity:0.5;
}

h1.categoryh1{
  margin:60px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h1.categoryh1{
    font-size:35px;
    margin:35px 0;
  }
}

.contentsMain .categoryArea .categoryList li a.categoryList-link.current{
  color:#88DBDF;
}

.contentsMain .categoryArea .list.contentsList{
  row-gap: clamp(50px, 2.380952381vw, 40px);
  max-width: 1680px;
}

@media screen and (max-width: 768px) {
  .contentsMain .categoryArea .list.contentsList{
    padding: 0 5.0666666667vw;
    margin-top: 8.4vw;
    row-gap: 9.3333333333vw;
  }
}


.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    width:280px;
    margin: 50px auto 0;
  }
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size:18px;
  font-weight: 600;;
  text-decoration: none;
  color: black;
  border: 1px solid #ccc;
  margin-left: -1px;
  cursor: pointer;
  transition: .4s;
}

.pagination a:hover {
  background:#88DBDF;
}

@media screen and (max-width: 768px) {
  .pagination a {
    width: 40px;
    height: 40px;
    font-size:16px;
  }
}


.pagination a.active {
  background-color: black;
  color: #fff;
}

.pagination a.next,
.pagination a.prev{
    position: relative;
}

.pagination a.next:before{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  right: 17px;
  width: 14px;
  height: 3px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .pagination a.next:before{
    right: 15px;
  }
}


.pagination a.next:after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
  right: 16px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.pagination a.prev:before{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  right: 13px;
  width: 14px;
  height: 3px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .pagination a.prev:before{
    right: 11px;
  }
}

.pagination a.prev:after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
  right: 16px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .pagination a.prev:after{
    right: 14px;
  }
}


.contentsMain .categoryArea {
  width: calc(100% - 100px);
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  padding: 59px 40px 130px;
  margin:0 auto 224px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contentsMain .categoryArea {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 3.8666666667vw 0 17.2vw;
    margin: 0 auto;
    position: relative;
  }
}
.contentsMain .categoryArea::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}

.contentsMain .categoryArea::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .categoryArea::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}

@media screen and (max-width: 768px) {
  .contentsMain .categoryArea::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}

.contentsKeywordWrap{
  margin: 0 0 100px;
  padding: 0 3.2vw;
}
@media screen and (max-width: 768px) {
  .contentsKeywordWrap{
    gap: 5px 10px;
    margin: 0 0 43px;
  }
}

.contentsRecommendwrap{
  margin-bottom:90px;
}

/* TOPキーワードエリア */
.contentsMain .keywordArea {
  width: calc(100% - 100px);
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  padding: 59px 40px 130px;
  margin:0 auto 224px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contentsMain .keywordArea {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 3.8666666667vw 0 17.2vw;
    margin: 0 auto;
    position: relative;
  }
}
.contentsMain .keywordArea::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}

.contentsMain .keywordArea::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: -34px;
  width: calc(100% + 68px);
  height: 8px;
  background-color: #88DBDF;
}
@media screen and (max-width: 768px) {
  .contentsMain .keywordArea::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}

@media screen and (max-width: 768px) {
  .contentsMain .keywordArea::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
    height: 1.0666666667vw;
    background-color: #88DBDF;
  }
}

/* キーワードページ */
.keywordArea .keywordWrap{
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .keywordArea .keywordWrap{
    padding: 0 5.0666666667vw;
  }
}

.keywordArea h1{
  font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  margin: 110px 0 24px 0;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .keywordArea h1{
    margin: 66px 15px 24px;
    font-size: 5.866667vw;
  }
}

.keywordWrap h2{
  margin:108px 0 35px;
}
@media screen and (max-width: 768px) {
  .keywordWrap h2{
    margin:49px 0 18px;
  }
}

/* キーワードエリアのタグ */
.keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .keywords {
    gap: 5px 10px;
  }
}
.keyworditem {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  font-size:16px;
  font-weight: 500;
  transition: .4s;
}

.keyworditem:hover{
  color:#88DBDF;
}

.keyworditem:hover::after {
  color:#000;
}

@media screen and (max-width: 768px) {
  .keyworditem {
    font-size:13px;
  }
}
.keyworditem::after {
  content: '/';
  font-size:20px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .keyworditem::after {
    font-size:18px;
  }
}
.keyworditem:last-of-type::after {
  content: '';
}

.fxb-section:has(.contentsMain__commentArea) {
  border-left: 8px solid #88DBDF;
  border-right: 8px solid #88DBDF;
  padding: 100px 0 190px;
  margin: 0 50px 17px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fxb-section:has(.contentsMain__commentArea) {
    width: calc(100% - 5.3333333333vw);
    border-left: 1.0666666667vw solid #88DBDF;
    border-right: 1.0666666667vw solid #88DBDF;
    padding: 19.2vw 0 34.4vw;
    margin: 0 auto 0;
    position: relative;
  }
}

.contentsMain__commentArea{
  background:#F8F7F5;
  border-radius:30px ;
  padding:60px 32px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contentsMain__commentArea{
  padding:38px;
}
}

.contentsMain__commentArea_wrapper{
  margin:0 auto;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}

.contentsMain__commentArea_wrapper p{
  text-align: center;
  font-weight: bold;
  margin-bottom:24px;
  font-size:16px;
}
@media screen and (max-width: 768px) {
  .contentsMain__commentArea_wrapper p{
  font-size:14px;
}
}

.contentsMain__commentArea_title{
    font-family: "Volkhov", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin-bottom:24px;
}

@media screen and (max-width: 768px) {
.contentsMain__commentArea_title{
  font-size: 6.3333333333vw;
}
}

.contentsMain__commentArea_form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contentsMain__commentArea_form textarea {
  padding: 16px;
  resize: vertical;
  background:#fff;
  border-radius: 4px;
  margin:0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif!important;
}

@media screen and (max-width: 768px) {
.contentsMain__commentArea_form textarea {
  min-width:100%;
}
}

.contentsMain__commentArea_form input {
  align-self: flex-start;
  padding: 16px 60px;
  background-color: #88DBDF;
  border: none;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif!important;
  cursor: pointer;
  margin:0 auto;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom:16px;
  transition: .5s transform;
}

.contentsMain__commentArea_form input:enabled:hover {
  transform: scale(0.9,0.9);
}

.contentsMain__commentArea_form input:disabled{
  opacity: .5;
  pointer-events: none;
}

.contentsMain__commentArea .link_arrow{
  margin-bottom: 0;
  text-align: center;
  max-width: 100%;
}

.contentsMain__commentArea_subTitle{
  text-align: center;
  margin-bottom: 24px;
}

.contentsMain__commentArea_subTitle_text{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
}
.contentsMain__commentArea_subTitle_text::before,
.contentsMain__commentArea_subTitle_text::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #000;
}

.contentsMain__commentArea_subTitle_text::before {
    left: 0;
}

.contentsMain__commentArea_subTitle_text::after {
  right: 0;
}

.commentArea_arrow-link{
  background-image: url(../images/common/foot_map_arrow.svg);
    background-position: left 7px;
    padding-left:16px;
    transition: opacity .5s;
}

.commentArea_arrow-link:hover{
  opacity:.5;
}

@media screen and (min-width: 769px), print {
  .custom-contactForm .contentsMain__commentArea_form .help-block, .custom-contactForm .contentsMain__commentArea_form .field-validation-valid { padding-left: 0%;}
}

.contentsMain__commentArea .hidden-page-url, .contentsMain__commentArea .hidden-page-title{
  display:none;
}

.custom-contactForm .comment-complete-section {
  display:none;
}
