@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@900&family=Zen+Maru+Gothic:wght@700&display=swap');

/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
* {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #231815;
  text-decoration: none;
}

a:visited,
a:active {
  text-decoration: none;
}

img {
  width: 100%;
}

.indent-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.clear {
  *zoom: 1;
}

.clear:before,
.clear:after {
  content: '';
  display: table;
}

.clear:after {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
}

.red {
  color: #df3042;
}

.purple {
  color: #7e308e;
}

.note {
  margin: 0 0 30px 20px;
}

.note span {
  margin-left: -20px;
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/
header {
  border-top: 10px solid #d8041b;
  text-align: right;
}

header .inner {
  position: relative;
}

.mv-avantgardey img {
  width: 100%;
  object-fit: cover;
  padding-top: 5%;
}

.wid-800 {
  max-width: 800px;
}

.logo {
  margin: 0;
  padding: 5px 0 0 0;
}

.logo img {
  vertical-align: middle;
}

.wh-bg {
  background: #ffffff;
}

.logo-inner {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  header .inner {
    padding: 10px;
  }
}

header .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .logo {
    padding: 0;
    width: 170px;
    position: sticky;
  }
}

/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/
.mainvisual .img-box img {
  max-height: 550px;
  object-fit: contain;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .mainvisual .img-box img {
    width: 100%;
    max-height: none;
    object-fit: fill;
  }
}

/*-------------------------------------------------------
	content
-------------------------------------------------------*/
.anchor-box {
  padding: 36px 0 48px;
  background: #751485;
}

.anchor-list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  column-gap: 40px;
}

.anchor-list .anchor-list__item .anchor-list__link {
  display: grid;
  grid-template-rows: 100px 1fr;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

.anchor-list .anchor-list__item1 .anchor-list__link {
  width: 162px;
}

.anchor-list .anchor-list__item2 .anchor-list__link {
  width: 108px;
}

.anchor-list .anchor-list__item3 .anchor-list__link {
  width: 132px;
}

.anchor-list .anchor-list__item4 .anchor-list__link {
  width: 126px;
}

.anchor-list .anchor-list__item5 .anchor-list__link {
  width: 132px;
}

.anchor-list .anchor-list__item6 .anchor-list__link {
  width: 116px;
}

.anchor-list .anchor-list__item .img {
  text-align: center;
}

.anchor-list .anchor-list__item .img img  {
  width: auto;
  height: 100px;
}

.anchor-list .anchor-list__item .text  {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.section-ttl {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1000px) {
  .anchor-box {
    padding: 3.6vw 0 4.8vw;
  }

  .anchor-list {
    column-gap: 3vw;
  }

  .anchor-list .anchor-list__item .anchor-list__link {
    grid-template-rows: 10vw auto;
    row-gap: 1vw;
  }

  .anchor-list .anchor-list__item1 .anchor-list__link {
    width: 16.2vw;
  }

  .anchor-list .anchor-list__item2 .anchor-list__link {
    width: 10.8vw;
  }

  .anchor-list .anchor-list__item3 .anchor-list__link {
    width: 13.2vw;
  }

  .anchor-list .anchor-list__item4 .anchor-list__link {
    width: 12.6vw;
  }

  .anchor-list .anchor-list__item5 .anchor-list__link {
    width: 13.2vw;
  }

  .anchor-list .anchor-list__item6 .anchor-list__link {
    width: 11.6vw;
  }

  .anchor-list .anchor-list__item .img img {
    height: 10vw;
  }

  .anchor-list .anchor-list__item .text  {
    font-size: 1.8vw;
  }

  .section-ttl {
    margin-bottom: 7.2vw;
  }
}

@media screen and (min-width: 769px) {
  .anchor-list .anchor-list__item .anchor-list__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .anchor-box {
    padding: 20px 0 25px;
  }

  .anchor-list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .anchor-list .anchor-list__item {
    width: 31%;
  }

  .anchor-list .anchor-list__item .anchor-list__link {
    grid-template-rows: 90px auto;
    row-gap: 10px;
    width: 100%;
  }

  .anchor-list .anchor-list__item .img img {
    height: 80px;
  }

  .anchor-list .anchor-list__item .text {
    font-size: 1.2rem;
  }

  .section-ttl {
    margin-bottom: 20px;
  }
}

/*-------------------------------------------------------
	common frame
-------------------------------------------------------*/
.frame {
  position: relative;
  background:
    url(../images/frame_maho_top.png) top center no-repeat,
    url(../images/frame_maho_bottom.png) bottom center no-repeat;
  background-size: 100% 43px, 100% 51px;
  padding: 43px 0 51px;
}

.frame-narrow {
  background:
    url(../images/frame_maho_top.png) top center no-repeat,
    url(../images/frame_maho_bottom_narrow.png) bottom center no-repeat;
  background-size: 100% 43px, 100% 43px;
  padding: 43px 0;
}

.frame-inner {
  height: 100%;
  padding: 0 12px;
  border-left: 8px solid #231815;
  border-right: 8px solid #231815;
  background: #ffffff;
}

.frame-content {
  border-left: 4px solid #231815;
  border-right: 4px solid #231815;
}

@media screen and (max-width: 1000px) {
  .frame {
    background-size: 100% 4.3vw, 100% 5.1vw;
    padding: 4.3vw 0 5.1vw;
  }

  .frame-narrow {
    background-size: 100% 4.3vw, 100% 4.3vw;
    padding: 4.3vw 0;
  }

  .frame-inner {
    margin-top: -0.5px;
    padding: 0 1.2vw;
    border-width: 0.85vw;
  }

  .frame-content {
    border-width: 0.4vw;
  }
}

/*-------------------------------------------------------
	common video
-------------------------------------------------------*/
.video {
  position: relative;
  z-index: 0;
}

.video a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_maho_playbtn.png) no-repeat top center / contain;
  content: "";
}

.video img,
.video .vdo-body {
  border-radius: 8px;
}

.video a,
.video .vdo-body {
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .video a:hover {
    transform: translate(8px, 8px);
  }

  .video a:hover + .vdo-body {
    box-shadow: 0 0 0 !important;
    transform: translate(8px, 8px);
  }

  .is-sp {
    display: none;
  }
}

/*-------------------------------------------------------
	about
-------------------------------------------------------*/
.section-about {
  padding: 190px 0 140px;
  background: url(../images/bg_maho_about.png) no-repeat top center / cover;
}

.section-about .section-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 71.1%;
}

.about {
  position: relative;
}

.about::after {
  position: absolute;
  bottom: 126px;
  right: 106px;
  width: 120px;
  height: 156px;
  background: url(../images/img_maho_girl_blue_stand.png) no-repeat top center / contain;
  content: "";
}

.about .about-content {
  padding: 85px 0 163px;
}

.about .about-msg {
  margin-bottom: 36px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}

.about .about-msg-img {
  margin-right: 10px;
  margin-bottom: -10px;
  width: 250px;
}

.about .about-msg .question {
  display: inline-block;
  margin-top: 20px;
  font-size: 3.6rem;
  line-height: 1;
}

.about .about-msg .question .pink {
  color: #e95383;
}

.about .about-bubble {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 150px auto;
  column-gap: 20px;
}

.about .about-bubble .about-bubble__item {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 10px;
}

.about .about-bubble .about-bubble__item .item {
  position: relative;
}

.about .about-bubble .about-bubble__item .item::before {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: "";
}

.about .about-bubble .about-bubble__item .item:first-child {
  padding-left: 18px;
}

.about .about-bubble .about-bubble__item .item:first-child::before {
  width: 19px;
  background-image: url(../images/bubble_maho1.png);
}

.about .about-bubble .about-bubble__item .item:last-child {
  padding-left: 16px;
}

.about .about-bubble .about-bubble__item .item:last-child::before {
  width: 16px;
  background-image: url(../images/bubble_maho2.png);
}

.about .about-bubble .about-bubble__item span {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 60px;
  margin: 0;
  padding: 0 32px 0 27px;
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 12px;
  background: #751485;
}

.section-reason {
  position: relative;
  padding: 150px 0 300px;
  background: url(../images/bg_maho_reason.png) no-repeat top center / cover;
}

.section-reason .reason-flag {
  position: absolute;
  width: 850px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-75%);
}

.reason .reason-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
}

.reason .reason-ttl .img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.reason.frame-narrow .reason-content {
  padding: 41px 0 7px;
}

.reason .reason__item {
  position: relative;
}

.reason .reason__item + .reason__item {
  margin-top: 64px;
}

.reason .reason-box {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  padding: 0 41px;
}

.reason .reason__item1 .reason-box {
  padding: 0 36px;
}

.reason .reason__item2 .reason-box {
  padding-right: 65px;
}

.reason .reason__item3 .reason-box {
  column-gap: 55px;
}

.reason .reason-box--reverse {
  flex-direction: row-reverse;
}

.reason .reason-box .reason-box__text {
  flex: 1;
}

.reason .reason-box .reason-box__text .label {
  display: block;
  margin-bottom: 20px;
}

.reason .reason__item1 .reason-box .reason-box__text .label {
  width: 81px;
}

.reason .reason__item2 .reason-box .reason-box__text .label {
  width: 83px;
}

.reason .reason__item3 .reason-box .reason-box__text .label {
  width: 85px;
}

.reason .reason__item4 .reason-box .reason-box__text .label {
  width: 87px;
}

.reason .reason-box .reason-box__text .ttl {
  margin-bottom: 20px;
  color: #ed6d00;
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.reason .reason-box .reason-box__text .text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.reason .reason-box .reason-box__img {
  width: 328px;
}

.reason .reason-box .reason-box__img img {
  border-radius: 8px;
}

.reason .reason__girl-img {
  position: absolute;
  bottom: 0;
  width: 120px;
  z-index: 1;
}

.reason .reason__item1 .reason__girl-img {
  left: 0;
  transform: translateX(-60%) translateY(50%);
}

.reason .reason__item2 .reason__girl-img {
  right: 0;
  transform: translateX(50%) translateY(40%);
}

.reason .reason__item3 .reason__girl-img {
  left: 0;
  transform: translateX(-60%) translateY(60%);
}

.reason .reason__item4 .reason__girl-img {
  right: 0;
  width: 136px;
  transform: translateX(60%) translateY(60%);
}

@media screen and (max-width: 1100px) {
  .reason .reason__girl-img {
    width: 10vw;
  }

  .reason .reason__item1 .reason__girl-img {
    transform: translateX(-35%) translateY(70%);
  }

  .reason .reason__item2 .reason__girl-img {
    transform: translateX(30%) translateY(40%);
  }

  .reason .reason__item3 .reason__girl-img {
    transform: translateX(-35%) translateY(90%);
  }

  .reason .reason__item4 .reason__girl-img {
    width: 12vw;
    transform: translateX(22%) translateY(70%);
  }
}

@media screen and (max-width: 1000px) {
  .section-about {
    padding: 19vw 0 14vw;
  }

  .about::after {
    bottom: 12.6vw;
    width: 12vw;
    height: 15.6vw;
  }

  .about .about-content {
    padding: 8.5vw 0 16.3vw;
  }

  .about .about-msg {
    margin-bottom: 3.6vw;
    font-size: 2.4vw;
  }

  .about .about-msg-img {
    margin-right: 1vw;
    width: 25vw;
  }

  .about .about-msg .question {
    margin-top: 2vw;
    font-size: 3.6vw;
  }

  .about .about-bubble {
    grid-template-columns: 15vw auto;
    column-gap: 2vw;
  }

  .about .about-bubble .about-bubble__item {
    row-gap: 1vw;
  }

  .about .about-bubble .about-bubble__item .item::before {
    height: 2.2vw;
  }

  .about .about-bubble .about-bubble__item .item:first-child {
    padding-left: 1.7vw;
  }

  .about .about-bubble .about-bubble__item .item:first-child::before {
    width: 1.9vw;
  }

  .about .about-bubble .about-bubble__item .item:last-child {
    padding-left: 1.5vw;
  }

  .about .about-bubble .about-bubble__item .item:last-child::before {
    width: 1.6vw;
  }

  .about .about-bubble .about-bubble__item span {
    height: 6vw;
    font-size: 2vw;
    padding: 0 3.2vw 0 2.7vw;
    border-radius: 1.2vw;
  }

  .section-reason {
    padding: 15vw 0 30vw;
  }

  .section-reason .reason-flag {
    width: 85vw;
  }

  .reason .reason-ttl .img {
    width: 30vw;
  }

  .reason.frame-narrow .reason-content {
    padding: 4.1vw 0 0.7vw;
  }

  .reason .reason__item + .reason__item {
    margin-top: 6.4vw;
  }

  .reason .reason-box {
    column-gap: 4vw;
    padding: 0 4.1vw;
  }

  .reason .reason__item1 .reason-box {
    padding: 0 3.6vw;
  }

  .reason .reason__item2 .reason-box {
    padding-right: 6.5vw;
  }

  .reason .reason__item3 .reason-box {
    column-gap: 5.5vw;
  }

  .reason .reason-box .reason-box__text .label {
    margin-bottom: 2vw;
  }

  .reason .reason__item1 .reason-box .reason-box__text .label {
    width: 8.1vw;
  }

  .reason .reason__item2 .reason-box .reason-box__text .label {
    width: 8.3vw;
  }

  .reason .reason__item3 .reason-box .reason-box__text .label {
    width: 8.5vw;
  }

  .reason .reason__item4 .reason-box .reason-box__text .label {
    width: 8.7vw;
  }

  .reason .reason-box .reason-box__text .ttl {
    margin-bottom: 2vw;
    font-size: 2.8vw;
  }

  .reason .reason-box .reason-box__text .text {
    font-size: 1.8vw;
  }

  .reason .reason-box .reason-box__img {
    width: 32.8vw;
  }
}

@media screen and (max-width: 768px) {
  .section-about {
    padding: 80px 0 60px;
  }

  .section-about .section-ttl {
    margin-bottom: 0;
    width: 310px;
  }

  .about::after {
    right: 5px;
    bottom: 30px;
    width: 70px;
    height: 92px;
  }

  .about .about-content {
    padding: 40px 0 80px;
  }

  .about .about-msg {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .about .about-msg-img {
    margin-right: 5px;
    width: 150px;
  }

  .about .about-msg .question {
    margin-top: 15px;
    font-size: 2.2rem;
  }

  .about .about-bubble {
    grid-template-columns: 85px auto;
  }

  .about .about-bubble .about-bubble__item {
    row-gap: 8px;
  }

  .about .about-bubble .about-bubble__item .item::before {
    height: 22px;
  }

  .about .about-bubble .about-bubble__item .item:first-child {
    padding-left: 18px;
  }

  .about .about-bubble .about-bubble__item .item:first-child::before {
    width: 19px;
  }

  .about .about-bubble .about-bubble__item .item:last-child {
    padding-left: 16px;
  }

  .about .about-bubble .about-bubble__item .item:last-child::before {
    width: 16px;
  }

  .about .about-bubble .about-bubble__item span {
    height: 48px;
    padding: 0 15px 0 10px;
    font-size: 1.5rem;
    line-height: 1.4;
    border-radius: 12px;
  }

  .about .about-bubble .about-bubble__item .item:first-child span {
    height: 60px;
  }

  .section-reason {
    padding: 70px 0 100px;
  }

  .section-reason .reason-flag {
    width: 350px;
    transform: translateX(-50%) translateY(-70%);
  }

  .reason .reason-ttl .img {
    width: 220px;
  }

  .reason.frame-narrow .reason-content {
    padding: 40px 0 20px;
  }

  .reason .reason__item + .reason__item {
    margin-top: 70px;
  }

  .reason .reason-box {
    flex-direction: column;
    padding: 0 20px!important;
    row-gap: 15px;
  }

  .reason .reason-box .reason-box__text .label {
    margin-bottom: 5px;
  }

  .reason .reason__item1 .reason-box .reason-box__text .label {
    width: 55px;
  }

  .reason .reason__item2 .reason-box .reason-box__text .label {
    width: 56px;
  }

  .reason .reason__item3 .reason-box .reason-box__text .label {
    width: 57px;
  }

  .reason .reason__item4 .reason-box .reason-box__text .label {
    width: 59px;
  }

  .reason .reason-box .reason-box__text .ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }

  .reason .reason-box .reason-box__text .text {
    font-size: 1.6rem;
  }

  .reason .reason-box .reason-box__img {
    width: 100%;
  }

   .reason .reason__girl-img {
    width: 70px;
  }

  .reason .reason__item2 .reason__girl-img {
    transform: translateX(25%) translateY(90%);
  }

  .reason .reason__item3 .reason__girl-img {
    transform: translateX(-35%) translateY(70%);
  }

  .reason .reason__item4 .reason__girl-img {
    width: 80px;
    transform: translateX(22%) translateY(70%);
  }
}

/*-------------------------------------------------------
	lineup
-------------------------------------------------------*/
.section-lineup {
  padding: 120px 0 100px;
  background: url(../images/bg_maho_lineup.png) no-repeat top center / cover;
}

.section-lineup .section-ttl {
  width: 58.5%;
  margin-bottom: 65px;
}

.lineup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

.lineup-list .lineup-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
} 

.lineup .lineup__img {
  margin-bottom: 5px;
}

.lineup .lineup__img img {
  margin-left: -15px;
  width: calc(100% + 15px);
}

.lineup .lineup-ttl {
  position: relative;
  margin-bottom: 30px;
  padding: 0 40px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}

.lineup .lineup-ttl::before,
.lineup .lineup-ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.lineup .lineup-ttl::before {
  left: 0;
  background-image: url(../images/img_maho_star_yellow.png);
}

.lineup .lineup-ttl::after {
  right: 0;
}

.lineup .lineup-list__item1 .lineup-ttl {
  color: #751485;
}

.lineup .lineup-list__item2 .lineup-ttl {
  color: #e95383;
}

.lineup .lineup-list__item3 .lineup-ttl {
  color: #77b322;
}

.lineup .lineup-list__item1 .lineup-ttl::after {
  background-image: url(../images/img_maho_star_pink.png);
}

.lineup .lineup-list__item2 .lineup-ttl::after {
  background-image: url(../images/img_maho_star_purple.png);
}

.lineup .lineup-list__item3 .lineup-ttl::after {
  background-image: url(../images/img_maho_star_blue.png);
}

.more-btn {
  display: block;
  width: 100%;
}

.more-btn .more-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 45px 0 30px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8;
  border-radius: 60px;
	transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

.more-btn .more-btn__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/arrow_maho.png) no-repeat top center / contain;
  content: "";
}

.lineup-list__item1 .more-btn .more-btn__link {
  background-color: #751485;
  box-shadow: 6px 6px 0 #da507c;
}

.lineup-list__item2 .more-btn .more-btn__link {
  background-color: #e95383;
  box-shadow: 6px 6px 0 #6d1c7c;
}

.lineup-list__item3 .more-btn .more-btn__link {
  background-color: #77b322;
  box-shadow: 6px 6px 0 #008cd6;
}

@media screen and (max-width: 1000px) {
  .section-lineup {
    padding: 12vw 0 10vw;
  }

  .section-lineup .section-ttl {
    margin-bottom: 6.5vw;
  }

  .lineup-list {
    column-gap: 3vw;
  }

  .lineup .lineup__img {
    margin-bottom: 0.5vw;
  }

  .lineup .lineup__img img {
    margin-left: -1.5vw;
    width: calc(100% + 1.5vw);
  }
  
  .lineup .lineup-ttl {
    margin-bottom: 3vw;
    padding: 0 4vw;
    font-size: 2vw;
  }

  .lineup .lineup-ttl::before,
  .lineup .lineup-ttl::after {
    width: 3vw;
    height: 2.9vw;
  }

  .more-btn .more-btn__link {
    font-size: 1.8vw;
  }

  .more-btn .more-btn__link::after {
    width: 3vw;
    height: 3vw;
  }
}

@media screen and (min-width: 769px) {
  .more-btn .more-btn__link:hover {
    box-shadow: 0 0 0!important;
    transform: translate(6px, 6px);
  }
}

@media screen and (max-width: 768px) {
  .section-lineup {
    padding: 50px 0;
  }

  .section-lineup .section-ttl {
    width: 255px;
    margin-bottom: 20px;
  }

  .lineup-list {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }

  .lineup .lineup__img {
    width: 80%;
    margin-bottom: 0;
    text-align: center;
  }

  .lineup .lineup__img img {
    margin-left: -15px;
    width: calc(100% + 15px);
  }

  .lineup .lineup-ttl {
    margin-bottom: 20px;
    padding: 0 40px;
    font-size: 1.8rem;
  }

  .lineup .lineup-ttl::before,
  .lineup .lineup-ttl::after {
    width: 30px;
    height: 29px;
  }

  .lineup-list__item .more-btn .more-btn__link {
    max-width: 320px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .more-btn .more-btn__link::after {
    width: 20px;
    height: 20px;
  }
}

/*-------------------------------------------------------
	make
-------------------------------------------------------*/
.section-make {
  padding: 100px 0 293px;
  background: url(../images/bg_maho_make.png) no-repeat top center / cover;
}

.section-make .section-ttl {
  width: 61.3%;
  margin-bottom: 50px;
}

.make-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

.make-list .make-list__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  margin-bottom: 20px;
  color: #ffffff;
}

.make-list .make-list__head .make-list__head-text {
  position: relative;
  padding: 0 28px;
  font-size: 1.6rem;
  line-height: 1;
}

.make-list .make-list__head .make-list__head-text::before,
.make-list .make-list__head .make-list__head-text::after {
  position: absolute;
  bottom: 35%;
  background-color: #ffffff;
  border-radius: 5px;
  width: 24px;
  height: 2px;
  content: "";
}
.make-list .make-list__head .make-list__head-text::before {
  left: 0;
  transform: rotate(60deg);
}
.make-list .make-list__head .make-list__head-text::after {
  right: 0;
  transform: rotate(-60deg);
}

.make-list .make-list__head .make-list__head-text span {
  font-size: 2.4rem;
}

.make-list .make-list__head .make-list__ttl {
  font-size: 2.8rem;
  line-height: 1;
}

.make-list .make-list__vdo .vdo-body {
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.5);
}

.make-list .make-list__vdo a::before {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1000px) {
  .section-make {
    padding: 10vw 0 29.3vw;
  }

  .section-make .section-ttl {
    margin-bottom: 5vw;
  }

  .make-list {
    column-gap: 2.5vw;
  }

  .make-list .make-list__head {
    row-gap: 1.5vw;
    margin-bottom: 2dvw;
  }

  .make-list .make-list__head .make-list__head-text {
    padding: 0 2.8vw;
    font-size: 1.6vw;
  }

  .make-list .make-list__head .make-list__head-text span {
    font-size: 2.4vw;
  }

  .make-list .make-list__head .make-list__head-text::before,
  .make-list .make-list__head .make-list__head-text::after {
    width: 2.4vw;
  }

  .make-list .make-list__head .make-list__ttl {
    font-size: 2.8vw;
  }

  .make-list .make-list__vdo a::before {
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .section-make {
    padding: 30px 0 80px;
  }

  .section-make .section-ttl {
    width: 268px;
    margin-bottom: 10px;
  }

  .make-list {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .make-list .make-list__head {
    row-gap: 10px;
    margin-bottom: 20px;
  }

  .make-list .make-list__head .make-list__head-text {
    padding: 0 22px;
    font-size: 1.5rem;
  }

  .make-list .make-list__head .make-list__head-text::before,
  .make-list .make-list__head .make-list__head-text::after {
    width: 18px;
  }
  .make-list .make-list__head .make-list__head-text span {
    font-size: 1.8rem;
  }

  .make-list .make-list__head .make-list__ttl {
    font-size: 2rem;
  }

  .make-list .make-list__vdo a::before {
    width: 70px;
    height: 70px;
  }
}

/*-------------------------------------------------------
	arrange
-------------------------------------------------------*/
.section-arrange {
  position: relative;
  padding: 130px 0 120px;
  background: url(../images/bg_maho_arrange.png) no-repeat top center / cover;
}

.section-arrange .section-ttl {
  width: 60%;
}

.tab-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 15px;
  margin-bottom: 20px;
}

.tab-switch label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  order: -1;
  width: 100%;
  height: 91px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
}

.tab-switch label.tab01 {
  background-image: url(../images/bubble_maho_purple.png);
}

.tab-switch label.tab02 {
  background-image: url(../images/bubble_maho_pink.png);
}

.tab-switch label.tab03 {
  background-image: url(../images/bubble_maho_green.png);
}

.tab-switch label.tab01:hover,
.tab-switch label.tab01:has(:checked) {
  background-image: url(../images/bubble_maho_purple_checked.png);
}

.tab-switch label.tab02:hover,
.tab-switch label.tab02:has(:checked) {
  background-image: url(../images/bubble_maho_pink_checked.png);
}

.tab-switch label.tab03:hover,
.tab-switch label.tab03:has(:checked) {
  background-image: url(../images/bubble_maho_green_checked.png);
}

.tab-switch label span {
  position: absolute;
  top: 26%;
  margin-left: -4px;
  font-size: 1.8rem;
  line-height: 1;
}

.tab-switch label.tab01 span {
  color: #751485;
}

.tab-switch label.tab02 span {
  color: #e95383;
}

.tab-switch label.tab03 span {
  color: #77B322;
}

.tab-switch label:hover span,
.tab-switch label:has(:checked) span {
  color: #ffffff;
}

.tab-switch input[name="tab-item"] {
  display: none;
}

.tab-content {
  display: none;
  grid-column: 1 / 4;
}

.tab-switch label:has(:checked) + .tab-content {
  display: block;
}

.arrange .tab-content {
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  border-width: 4px;
  border-style: solid;
}

.arrange label.tab01 + .tab-content {
  border-color: #751485;
  box-shadow: 12px 12px 0 rgba(117, 20, 133, 0.25);
}

.arrange label.tab02 + .tab-content {
  border-color: #e95383;
  box-shadow: 12px 12px 0 rgba(233, 83, 131, 0.25);
}

.arrange label.tab03 + .tab-content {
  border-color: #77B322;
  box-shadow: 12px 12px 0 rgba(119, 179, 34, 0.25);
}

.arrange-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

.arrange-list .arrange-list__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.arrange .tab-content .arrange-list .arrange-list__link .arrange-list__img img {
  border-radius: 8px;
}

.arrange label.tab01 + .tab-content .arrange-list .arrange-list__link .arrange-list__img img {
  box-shadow: 8px 8px 0 rgba(117, 20, 133, 0.25);
}

.arrange label.tab02 + .tab-content .arrange-list .arrange-list__link .arrange-list__img img {
  box-shadow: 8px 8px 0 rgba(233, 83, 131, 0.25);
}

.arrange label.tab03 + .tab-content .arrange-list .arrange-list__link .arrange-list__img img {
  box-shadow: 8px 8px 0 rgba(119, 179, 34, 0.25);
}

.arrange-list .arrange-list__link .arrange-list__ttl {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .section-arrange {
    padding: 13vw 0 12vw;
  }

  .tab-switch {
    column-gap: 0.8vw;
    row-gap: 1vw;
  }

  .tab-switch label {
    height: 9.5vw;
    background-size: contain;
  }

  .tab-switch label span {
    font-size: 1.95vw;
  }

  .arrange .tab-content {
    padding: 2.5vw;
  }

  .arrange-list {
    column-gap: 2.5vw;
    row-gap: 3vw;
  }

  .arrange-list .arrange-list__link .arrange-list__ttl {
    font-size: 1.9vw;
  }

  .arrange-list .arrange-list__link {
    row-gap: 2vw;
  }
}

@media screen and (min-width: 769px) {
  .arrange-list .arrange-list__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .section-arrange {
    padding: 50px 0 45px;
  }

  .section-arrange .section-ttl {
    width: 260px;
  }

  .tab-switch {
    column-gap: 2px;
    row-gap: 10px;
  }

  .tab-switch label {
    height: 15.5vw;
  }

  .tab-switch label.tab01 {
    background-image: url(../images/bubble_maho_purple_sp.png);
  }

  .tab-switch label.tab02 {
    background-image: url(../images/bubble_maho_pink_sp.png);
  }

  .tab-switch label.tab03 {
    background-image: url(../images/bubble_maho_green_sp.png);
  }

  .tab-switch label.tab01:hover,
  .tab-switch label.tab01:has(:checked) {
    background-image: url(../images/bubble_maho_purple_checked_sp.png);
  }

  .tab-switch label.tab02:hover,
  .tab-switch label.tab02:has(:checked) {
    background-image: url(../images/bubble_maho_pink_checked_sp.png);
  }

  .tab-switch label.tab03:hover,
  .tab-switch label.tab03:has(:checked) {
    background-image: url(../images/bubble_maho_green_checked_sp.png);
  }

  .tab-switch label span {
    text-align: center;
    top: 16%;
    font-size: min(3.5vw, 1.8rem);
    line-height: 1.2;
  }

  .arrange .tab-content {
    padding:  20px 15px;
  }

  .arrange-list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .arrange-list .arrange-list__link {
    row-gap: 10px;
  }

  .arrange-list .arrange-list__link .arrange-list__ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 605px) {
  .tab-switch label span {
    top: 10%;
  }
}

/*-------------------------------------------------------
	maho-chan foreword
-------------------------------------------------------*/
.section-foreword {
  padding: 100px 0 282px;
  background: url(../images/bg_maho_foreword.png) no-repeat top center / cover;
}

.section-foreword .section-ttl {
  width: 61.2%;
}

.foreword-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

.foreword-list .foreword-list__item {
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
}

.foreword-list .foreword-list__item1 {
  background-color: #751485;
  box-shadow: 8px 8px 0 #da507c;
}

.foreword-list .foreword-list__item2 {
  background-color: #e95383;
  box-shadow: 8px 8px 0 #6d1c7c;
}

.foreword-list .foreword-list__item3 {
  background-color: #77b322;
  box-shadow: 8px 8px 0 #008cd6;
}

.foreword-list .foreword-list__character {
  display: grid;
  grid-template-columns: 100px auto;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 10px;
}

.foreword-list .foreword-list__item3 .foreword-list__character {
  grid-template-columns: 95px auto;
}

.foreword-list .foreword-list__name p {
  font-size: 2.4rem;
  line-height: 1.5;
}

.foreword-list .foreword-list__text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.foreword-list .foreword-list__text p {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .section-foreword {
    padding: 10vw 0 28.2vw;
  }

  .foreword-list {
    column-gap: 2vw;
  }

  .foreword-list .foreword-list__item {
    column-gap: 1.5vw;
    padding: 2vw;
  }

  .foreword-list .foreword-list__character {
    grid-template-columns: 10vw auto;
    column-gap: 2vw;
    margin-bottom: 1vw;
  }

  .foreword-list .foreword-list__item3 .foreword-list__character {
    grid-template-columns: 9.5vw auto;
  }

  .foreword-list .foreword-list__name p {
    font-size: 2.4vw;
  }

  .foreword-list .foreword-list__text {
    row-gap: 1vw;
  }

  .foreword-list .foreword-list__text p {
    font-size: 1.8vw
  }
}

@media screen and (max-width: 768px) {
  .section-foreword {
    padding: 40px 0 80px;
  }

  .section-foreword .section-ttl {
    width: 267px;
  }

  .foreword-list {
    grid-template-columns: 90%;
    justify-content: center;
    row-gap: 30px;
  }

  .foreword-list .foreword-list__item {
    column-gap: 20px;
    padding: 20px;
  }

  .foreword-list .foreword-list__character {
    grid-template-columns: 100px auto;
    column-gap: 20px;
    margin-bottom: 10px;
  }

  .foreword-list .foreword-list__item3 .foreword-list__character {
    grid-template-columns: 95px auto;
  }

  .foreword-list .foreword-list__name p {
    font-size: 2rem;
  }

  .foreword-list .foreword-list__text {
    row-gap: 10px;
  }

  .foreword-list .foreword-list__text p {
    font-size: 1.6rem
  }
}

/*-------------------------------------------------------
	cm
-------------------------------------------------------*/
.section-cm {
  padding: 120px 0;
  background: url(../images/bg_maho_cm.png) no-repeat top center / cover;
}

.section-cm .section-ttl {
  width: 59.2%;
}

.cm-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.cm-list .cm-list__vdo a::before {
  width: 100px;
  height: 100px;
}

.cm-list .cm-list__vdo .vdo-body {
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1000px) {
  .section-cm {
    padding: 12vw 0;
  }

  .cm-list {
    gap: 4vw;
  }

  .cm-list .cm-list__vdo a::before {
    width: 10vw;
    height: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .section-cm {
    padding: 45px 0;
  }

  .section-cm .section-ttl {
    width: 259px;
  }

  .cm-list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .cm-list .cm-list__vdo a::before {
    width: 70px;
    height: 70px;
  }
}

/*-------------------------------------------------------
	animation
-------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fade-in.is-animated {
  opacity: 1;
}

/*-------------------------------------------------------
	kumo
-------------------------------------------------------*/
.kumo-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}

.kumo {
  width: 100%;
  display: block;
}

.kumo-wrap.is-absolute {
  position: absolute;
}

/*-------------------------------------------------------
	cake-s
-------------------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.wid-800 {
  max-width: 800px;
}

header .logo {
  text-align: left;
  max-width: 150px;
}

@media screen and (max-width: 768px) {
  header .logo {
    position: sticky;
  }
}

/*-------------------------------------------------------
	maho
-------------------------------------------------------*/

.wid-1240 {
  max-width: 1240px !important;
}

.logo-right {
  top: 15px !important;
  right: 50px !important;
}

.mv-maho {
  margin: 0;
}

/* .bg-okonomi {
  background: url(/images/dummy_photo.png) no-repeat;
  background-size: contain;
  padding: 0 0 400px;
} */

.img-pc {
  display: inline;
}

.img-sp {
  display: none;
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  /*logoトップにつける仕様*/
  header .inner {
    overflow: visible;
    padding: 0 10px;
  }

  .logo-right {
    text-align: right !important;
    top: -10px !important;
    right: 10px !important;
  }

  .img-pc {
    display: none;
  }

  .img-sp {
    display: inline;
  }

  .sp-mb-20 {
    margin-bottom: 20px;
  }

  .sp-mb-40 {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/
.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  /*.copy {
  	margin-top: 20px;
  	font-size: 12px;
  	color: #fff;
  	padding: 20px;
  	background: #d8041b;
  }*/
}

@media screen and (max-width: 768px) {
  footer img {
    width: 200px;
  }
}
