/* css pc ============================================================*/
html, body {
  font-size: 10px;
  height: 100%;
}
main {}
a, a:hover {
  text-decoration: none;
  color: #000;
}
a[href=""], a[href=""]:hover {
  text-decoration: none;
  pointer-events: none;
  color: #000;
  opacity: 0.1;
}
img {
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
.contents {
  padding: 0 0 15rem 0;
  position: relative;
}
.contents .flex {
  display: flex;
}
.contents .mv {
  width: 100%;
  display: none;
  text-align: center;
}
.contents .mv img {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.contents .mv.show {
  display: block;
}
.contents .pc{
  display: block;
}
.contents .sp{
  display: none;
}
/*tab============================================================*/
.contents .tab {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.contents .tab__label {
  position: sticky;
  top: 0;
  column-gap: 2.1rem;
  z-index: 2;
  background: #FFF;
  padding: 8rem 0 2rem;
  margin: 0 auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents .tab__label__column a {
  cursor: pointer;
  text-align: center;
  padding: 0.6em 0;
  border: 1px solid #000;
  box-sizing: border-box;
  font: 400 20px/1 "Roboto", sans-serif;
  background: #FFF;
  width: 28.6rem;
  display: block;
  transition: 0.5s;
}
.contents .tab__label__column a:hover {
  background: #F0ECEB;
}
.contents .tab__contents {
  width: 100%;
  max-width: 90rem;
  margin: 2rem auto 0;
}

.contents .tab__contents__column {
  display: block;
  padding:15rem 0 0;
}

.contents .tab__contents__column:first-child {
  margin:-10rem 0 0;
}

.contents .h2 {
  font: 700 3rem/1.8 "Noto Sans JP", sans-serif;
  text-align: center;
  background: #F0ECEB;
  border-bottom: none;
}

.contents .tab__contents__inner {
  position: relative;
  margin: 3rem 0 0;
}
.contents .tab__contents__column.show {
  display: block;
  box-sizing: border-box;
  animation: ani__tab__contents .9s ease-in-out forwards;
}
@keyframes ani__tab__contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*card============================================================*/
.contents .card {
  width: 100%;
  height: auto;
}
.contents .card__column {
  flex-basis: 50%;
}
.contents .card__column img {}
.contents .card__img {
  position: relative;
}
.contents .btn__viewitem {
  display: none;
}
.contents .card__img__anime:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: ani__card__img 5s 2.5s infinite;
  z-index: 1;
  opacity: 0;
}
@keyframes ani__card__img {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.contents .card__txt strong {
  font: 700 1.6rem / 1 "Roboto", sans-serif;
  color: #A2A2A2;
  position: relative;
  padding: 0;
  display: block;
  margin: 0;
}

.contents .card__txt strong:nth-of-type(2) {
  margin: 5rem 0 0;
}

/*swiper============================================================*/
.contents .swiper {
  padding: 0 0 0;
}
.contents .swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
}
.contents .swiper-pagination {
  width: 50%;
  font: 400 1.6rem/1 "Roboto", sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.contents .swiper-pagination::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  width: 2em;
  height: 1px;
  background: #000;
}
.contents .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  width: 2em;
  height: 1px;
  background: #000;
}
.contents .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -5rem;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
}
.contents .swiper-button-prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(-135deg);
  box-sizing: border-box;
  transform-origin: center;
}
.contents .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -5rem;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
}
.contents .swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
  box-sizing: border-box;
  transform-origin: center;
}
.contents .swiperThumbnail{
  cursor: pointer;
  margin:1rem 0 0;
}
.contents .swiperThumbnail .swiper-slide{
  opacity: 0.3;
  transition: opacity 0.5s;
}
.contents .swiperThumbnail .swiper-slide-thumb-active{
  opacity: 1;
}


/*itemlist============================================================*/
.contents .itemlist {
  width: fit-content;
  padding: 3rem;
}
.contents .itemlist__gender {
  background: #999;
  border-radius: 5rem;
  color: #FFF;
  width: 7.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 700 1.4rem/1.8 "Noto Sans JP", sans-serif;
}
.contents .itemlist__wrp {
  display: flex;
}
.contents .itemlist__wrp:nth-child(n+2) {
  margin: 1.5rem 0 0;
}
.contents .itemlist__thumb {
  width:5rem;
}
.contents .itemlist__txt {
  font: 400 1.4rem/1.8 "Noto Sans JP", sans-serif;
  padding: 0 0 0 1.5em;
}
.contents .itemlist__en {
  font: 700 1.4rem/1.8 "Noto Sans JP", sans-serif;
  color: #999;
  position: relative;
}
.contents .itemlist__en::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 1em;
  height: 1px;
  border-top: 1px solid #999;
}
.contents .itemlist__date {
  font: 400 1.4rem/1.8 "Noto Sans JP", sans-serif;
  color: #EE9B5C;
  margin: 0 0 0 1em;
}
.contents .itemlist__btn {
  padding: 0 0 0 2em;
  margin: 0 0 0 auto;
}
.contents .itemlist__btn a {
  font: 400 1.2rem/1 "Roboto", sans-serif;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.2em 0 0.5em;
}
.contents .itemlist__btn a span {
  position: relative;
}
.contents .itemlist__btn a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -0.7em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
}
/*btn============================================================*/
.contents .btn {
  display: block;
  padding: 0;
}
.contents .btn a {
  border: 1px solid #707070;
  color: #000;
  margin: 0 auto;
  background: #FFF;
  transition: 0.5s;
  border-radius: 5rem;
  cursor: pointer;
}
.contents .btn a:hover, .contents .btn a:visited {
  color: #000;
}
.contents .btn a:hover {
  background: #FAFAFA;
  opacity: 0.5;
}
.contents .btn__group {
  width: 90rem;
  margin: 5rem auto;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  justify-content: center;
}
.contents .btn__l a {
  width: 52rem;
  height: 6.8rem;
  font: 700 2rem/1 "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .btn__s {
  flex: 1;
}
.contents .btn__s a {
  width: 100%;
  height: 8.4rem;
  font: 700 1.8rem/2.8rem "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.contents .btn__totop {
  margin: 0 auto;
  text-align: center;
}
.contents .btn__totop a {
  position: relative;
  color: #000;
  margin-left: 1.2rem;
  font: 700 1.8rem/1 "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.contents .btn__totop a:hover, .contents .btn__totop a:visited {
  color: #000;
}
.contents .btn__totop a span {
  position: relative;
}
.contents .btn__totop a span::before {
  font: 400 1.4em/1 'Material Symbols Outlined';
  content: '\e88a';
  position: absolute;
  top: 0;
  left: -1.2em;
}
/*css sp============================================================*/
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 0 calc(100 * (100vw / 375)) 0;
  }
  .contents .mv {
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .contents .mv img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contents .pc{
    display: none;
  }
  
  .contents .sp{
    display: block;
  }
  /*tab============================================================*/
  .contents .tab {
    width: 100%;
    margin: calc(-60 * (100vw / 375)) auto;
  }
  .contents .tab__label {
    position: sticky;
    width: 100%;
    top: 0;
    column-gap: calc(11 * (100vw / 375));
    z-index: 2;
    background: #FFF;
    padding: calc(75 * (100vw / 375)) calc(15 * (100vw / 375)) calc(15 * (100vw / 375));
    margin: 0 auto;
    display: flex;
  }
  .contents .tab__label__column{
    flex:1;
  }
  .contents .tab__label__column a {
    padding: 0.5em 0;
    font: 400 calc(14 * (100vw / 375))/1 "Roboto", sans-serif;
    width:100%;
  }
  .contents .tab__contents {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 3.2rem 0;
  }
  
  .contents .tab__contents__inner {
    position: relative;
    margin: 2rem 0 0;
  }
  
  .contents .tab__contents__column.show {
    padding: calc(0 * (100vw / 375)) 0;
  }
  .contents .tab__contents__column {
    height: auto;
    padding:5rem 0 0;
  }
  
  .contents .tab__contents__column:first-child {
    padding:5rem 0 0;
    margin:0;
  }
  
  .contents .h2 {
    font: 700 2rem/1.8 "Noto Sans JP", sans-serif;
    text-align: center;
    background: #F0ECEB;
    width:100%;
  }
  
  
  /*card============================================================*/
  .contents .card {
    flex-flow: column;
    height: auto;
  }
  .contents .card__column {
    flex: 1;
    position: relative;
  }
  .contents .btn__viewitem {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
    z-index: 3;
  }
  .contents .card__txt {
    /*height: 100vh;*/
  }
  
  
  /*swiper============================================================*/
  .contents .swiper {
    overflow: visible;
  }
  .contents .swiper-wrapper {
    position: relative;
    width: 100vw;
    max-width: 100vw;
  }
  .contents .swiper-slide {
    height: auto;
  }
  .contents .swiper-pagination {
    width: 50%;
    font: 400 1.6rem/1 "Roboto", sans-serif;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents .swiper-pagination::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13rem;
    transform: translateY(-50%);
    width: 2em;
    height: 1px;
    background: #000;
  }
  .contents .swiper-pagination::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13rem;
    transform: translateY(-50%);
    width: 2em;
    height: 1px;
    background: #000;
  }
  .contents .swiperThumbnail{
    margin:4rem 0 0;
  }
  
  /*itemlist============================================================*/
  .contents .itemlist {
    width: fit-content;
    margin:8rem 0 0;
  }
  .contents .itemlist__gender {
    background: #999;
    border-radius: 5rem;
    color: #FFF;
    width: 7.2rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 700 1.4rem/1.8 "Noto Sans JP", sans-serif;
  }
  .contents .itemlist__wrp {
    display: flex;
  }
  .contents .itemlist__wrp:nth-child(n+2) {
    margin: 2rem 0 0;
  }
  .contents .itemlist__txt {
    font: 400 1.2rem/1.4 "Noto Sans JP", sans-serif;
    padding: 0 0 0 1.5em;
  }
  .contents .itemlist__en {
    font: 700 1.2rem/1.4 "Noto Sans JP", sans-serif;
    color: #999;
    position: relative;
  }
  .contents .itemlist__en::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 1em;
    height: 1px;
    border-top: 1px solid #999;
  }
  .contents .itemlist__date {
    font: 400 1.2rem/1.4 "Noto Sans JP", sans-serif;
    color: #EE9B5C;
    margin: 0 0 0 1em;
  }
  .contents .itemlist__btn {
    padding: 0 0 0 1em;
    margin: 0 0 0 auto;
  }
  .contents .itemlist__btn a {
    font: 400 1.2rem/1 "Roboto", sans-serif;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1.2em 0 0.5em;
  }
  .contents .itemlist__btn a span {
    position: relative;
  }
  .contents .itemlist__btn a span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -0.7em;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg) translateY(-50%);
    transform-origin: top;
  }
  /*modal============================================================*/
  .contents .modal {
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
  }
  .contents .modal.show {
    opacity: 1;
    pointer-events: auto;
    z-index: 80;
    background: rgba(255,255,255,0.88);
  }
  .contents .modal_inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    height: 100vh;
  }
  .contents .modal_content {
    display: none;
  }
  .contents .modal_close {
    position: absolute;
    top: 7rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    z-index: 5;
  }
  .contents .modal_close::before, .contents .modal_close::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #707070;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .contents .modal_close::before {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .contents .modal_close::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }
  /*btn============================================================*/
  .contents .btn__group {
    margin: calc(30 * (100vw / 375)) auto 0;
    column-gap: 21px;
    flex-flow: column;
    width: calc(100% - 30px);
  }
  .contents .btn__s {
    text-align: center;
  }
  .contents .btn__s a {
    width: 100%;
    height: calc(70 * (100vw / 375));
    font: 700 calc(16 * (100vw / 375))/calc(24 * (100vw / 375)) "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents .btn__s:nth-child(n+2) {
    margin: calc(10 * (100vw / 375)) 0 0;
  }
  .contents .btn__totop {
    margin: 3rem auto 0;
    text-align: center;
  }
  .contents .btn__totop a {
    position: relative;
    color: #000;
    margin-left: calc(12 * (100vw / 375));
    font: 700 calc(18 * (100vw / 375))/1 "Roboto", sans-serif;
  }
  .contents .btn__totop a:hover, .contents .btn__totop a:valid {
    color: #000;
  }
  .contents .btn__totop a span {
    position: relative;
  }
  .contents .btn__totop a span::before {
    font: 400 1.2em/1 'Material Symbols Outlined';
    content: '\e88a';
    position: absolute;
    top: 0;
    left: -1.2em;
  }
}
/*アニメーション============================================================*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 2.5rem);
  transition: all 1s ease-out;
}
.fadeIn.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeView {
  opacity: 0;
  transition: 2s;
}
.fadeView.is-show {
  opacity: 1;
}