@charset "UTF-8";
/*--------------------------------------------------
Variable
--------------------------------------------------*/
/*--------------------------------------------------
Mixin
--------------------------------------------------*/
/*---------- Responsive ----------*/
/*--------------------------------------------------
リセット
--------------------------------------------------*/
.maymay * {
  margin: 0;
  padding: 0;
}
.maymay ul, .maymay ol {
  list-style: none;
}

/*--------------------------------------------------
見出し汎用スタイル
--------------------------------------------------*/
.ttl01 {
  color: #004EA2;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.ttl01::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  background-image: url(/company/advertisement/maymay/img/wavy_line.svg), url(/company/advertisement/maymay/img/wavy_line.svg), url(/company/advertisement/maymay/img/wavy_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
}

@media all and (min-width: 768px) {
  .ttl01 {
    font-size: 2.6rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .ttl01::after {
    background-position: 0 0, 229px 0, 458px 0;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .ttl01::after {
    background-position: 0 0, 159px 0, 319px 0;
    height: 7px;
  }
}
/*--------------------------------------------------
リードテキスト
--------------------------------------------------*/
.leadTxt {
  text-align: center;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .leadTxt {
    font-size: 4.2rem;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .leadTxt {
    font-size: 2.8rem;
    margin: 0 0 35px;
    padding: 0 15px;
  }
}
/*---------------------------------------------
汎用リストスタイル
---------------------------------------------*/
/*--------------------------------------------------
ボタン
--------------------------------------------------*/
a.btn01 {
  background-color: #004EA2;
  color: #fff;
  min-width: 225px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 12px 44px 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  position: relative;
}
a.btn01::before, a.btn01::after {
  content: "";
  position: absolute;
  transition: 0.3s ease-in-out;
}
a.btn01::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
a.btn01::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #004EA2;
  border-top: 2px solid #004EA2;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
@media all and (min-width: 768px) {
  a.btn01:hover::before {
    background-color: transparent;
  }
  a.btn01:hover::after {
    border-color: #fff;
  }
}
a.btn01::before, a.btn01::after {
  top: 50%;
}
a.btn01::before {
  right: 14px;
  transform: translateY(-50%);
}
a.btn01::after {
  right: 23px;
}

@media all and (min-width: 768px) {
  a.btn01 {
    width: 225px;
  }
  a.btn01:hover {
    transform: translateY(3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  a.btn01 {
    width: 100%;
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Module
--------------------------------------------------*/
/*---------- Common style ----------*/
/*--------------------------------------------------
共通
--------------------------------------------------*/
.maymay {
  background-color: #FDF8E2;
}
.maymay .slick-slider {
  position: relative;
}
.maymay .slick-list {
  overflow: visible;
}
.maymay .slick-track {
  display: grid;
  grid-auto-flow: column;
}
.maymay .slick-dots {
  max-width: 860px;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  gap: 15px 20px;
  margin: 40px auto 0;
}
.maymay .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #004EA2;
  opacity: 0.3;
  font-size: 0;
  border: none;
}
.maymay .slick-dots li.slick-active button {
  opacity: 1;
}
.maymay .slick-arrow {
  position: relative;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  z-index: 10;
  display: flex;
  justify-self: center;
  align-items: center;
}
.maymay .slick-arrow::before, .maymay .slick-arrow::after {
  content: "";
  position: absolute;
  transition: 0.3s ease-in-out;
}
.maymay .slick-arrow::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.maymay .slick-arrow::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #004EA2;
  border-top: 2px solid #004EA2;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
@media all and (min-width: 768px) {
  .maymay .slick-arrow:hover::before {
    background-color: transparent;
  }
  .maymay .slick-arrow:hover::after {
    border-color: #fff;
  }
}
.maymay .slick-arrow::before {
  width: 64px;
  height: 64px;
  border: 1px solid #004EA2;
}
.maymay .slick-arrow::after {
  width: 20px;
  height: 20px;
  border-width: 1px;
  align-self: baseline;
}
.maymay .slick-arrow.slick-prev {
  left: 80px;
}
.maymay .slick-arrow.slick-prev::after {
  transform: translateY(-50%) rotate(-135deg);
  margin-left: 25px;
}
.maymay .slick-arrow.slick-next {
  right: 140px;
}
.maymay .slick-arrow.slick-next::after {
  margin-left: 16px;
}
.maymay .slick-arrow:hover::before {
  background-color: #fff;
}
.maymay .slick-arrow:hover::after {
  border-color: #004EA2;
}

.cont_txt {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.new-window {
  display: inline-block;
}
.new-window::after {
  content: "";
  display: inline-block;
  background: url(/company/advertisement/maymay/img/icon_new_window.svg) no-repeat center/cover;
  width: 13px;
  height: 13px;
  aspect-ratio: 1/1;
  margin-left: 7px;
}

.anchorArea {
  padding-top: 50px;
  margin-top: -50px;
}

@media all and (min-width: 768px) {
  .contentInnr,
.contentMinInnr {
    margin-left: auto;
    margin-right: auto;
  }
  .contentInnr {
    max-width: 1200px;
  }
  .contentMinInnr {
    max-width: 860px;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .contentInnr,
.contentMinInnr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc_only {
    display: none !important;
  }
  img {
    width: 100%;
  }
  .cont_txt {
    padding: 0 15px;
  }
}
.maymay_series {
  height: 100%;
  display: block;
}
.maymay_series_link {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
  position: relative;
}
.maymay_series_link::before, .maymay_series_link::after {
  content: "";
  position: absolute;
  transition: 0.3s ease-in-out;
}
.maymay_series_link::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.maymay_series_link::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #004EA2;
  border-top: 2px solid #004EA2;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
@media all and (min-width: 768px) {
  .maymay_series_link:hover::before {
    background-color: transparent;
  }
  .maymay_series_link:hover::after {
    border-color: #fff;
  }
}
.maymay_series_link::before {
  background-color: #004EA2;
  border: 1px solid #004EA2;
}
.maymay_series_link::after {
  border-color: #fff;
}
.maymay_series_link_img img {
  border-radius: 10px;
}
.maymay_series_link_vol {
  font-weight: 700;
  display: flex;
  color: #333;
}
.maymay_series_link_vol_num {
  display: flex;
  align-items: center;
}
.maymay_series_link_vol_num::before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #333;
  transform: translateY(-2px);
}
.maymay_series_link_ttl {
  color: #004EA2;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .maymay_series_link {
    padding: 20px 20px 50px 20px;
    align-items: center;
    transition: 0.3s ease-in-out;
  }
  .maymay_series_link::before {
    width: 40px;
    height: 40px;
    inset: auto 20px 20px auto;
  }
  .maymay_series_link::after {
    width: 12px;
    height: 12px;
    border-color: #fff;
    inset: auto 36px 28px auto;
  }
  .maymay_series_link_img {
    margin-bottom: 36px;
  }
  .maymay_series_link_vol {
    margin-bottom: 20px;
  }
  .maymay_series_link_vol_num {
    gap: 10px;
    margin-left: 10px;
  }
  .maymay_series_link_ttl {
    text-align: center;
  }
  .maymay_series_link:hover {
    transform: translateY(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }
  .maymay_series_link:hover::after {
    border-color: #004EA2;
  }
}
@media screen and (max-width: 767px) {
  .maymay_series {
    margin: 0 10px;
    height: 100%;
  }
  .maymay_series_link {
    padding: 14px 14px 23px 14px;
    height: 100%;
  }
  .maymay_series_link::before {
    inset: auto 14px 14px auto;
  }
  .maymay_series_link::after {
    inset: auto 23px 18px auto;
  }
  .maymay_series_link_img {
    margin-bottom: 15px;
  }
  .maymay_series_link_vol {
    font-size: 1.2rem;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 8px;
  }
  .maymay_series_link_vol_num {
    gap: 8px;
    margin-left: 8px;
  }
}
/*--------------------------------------------------
メインビジュアル
--------------------------------------------------*/
.maymay_mv {
  display: grid;
  margin-bottom: 60px;
}
.maymay_mv_img img {
  border-radius: 10px;
}
.maymay_mv_txt {
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .maymay_mv {
    grid-template-columns: auto 660px;
    grid-template-rows: auto 1fr;
    gap: 30px 34px;
    padding-top: 80px;
  }
  .maymay_mv_logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .maymay_mv_img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .maymay_mv_txt {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .maymay_mv {
    padding-top: 44px;
    row-gap: 30px;
  }
  .maymay_mv > * {
    grid-column: 1/2;
  }
  .maymay_mv_logo {
    grid-row: 1/2;
  }
  .maymay_mv_img {
    grid-row: 2/3;
  }
  .maymay_mv_txt {
    grid-row: 3/4;
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------
アンカーリンク
--------------------------------------------------*/
.maymay_ancBtn {
  display: flex;
  gap: 20px 13px;
  margin-top: 0;
}
.maymay_ancBtn_item_link {
  width: 225px;
}
.maymay_ancBtn_item a.btn01::after {
  transform: translateY(-60%) rotate(135deg);
  right: 22px;
}

@media all and (min-width: 768px) {
  .maymay_ancBtn {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .maymay_ancBtn {
    margin-bottom: 120px;
    flex-direction: column;
  }
}
/*--------------------------------------------------
メイメイちゃんって？
--------------------------------------------------*/
.maymay_about {
  position: relative;
  z-index: 1;
}
.maymay_about::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 140%;
  border-radius: 50%;
  background: #FDF8E2;
}
.maymay_about_imgArea {
  display: grid;
}

@media all and (min-width: 768px) {
  .maymay_about::before {
    height: 1000px;
    bottom: -160px;
  }
  .maymay_about_imgArea {
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (max-width: 767px) {
  .maymay_about::before {
    height: 280px;
    bottom: -65px;
  }
  .maymay_about_imgArea {
    justify-items: center;
  }
  .maymay_about_imgArea_fukidashi01, .maymay_about_imgArea_fukidashi02 {
    width: 100%;
  }
  .maymay_about_imgArea_fukidashi01 img, .maymay_about_imgArea_fukidashi02 img {
    width: 100%;
  }
  .maymay_about_imgArea_fukidashi01 {
    margin-bottom: -13.7vw;
  }
  .maymay_about_imgArea_maymay {
    z-index: 1;
  }
  .maymay_about_imgArea_maymay img {
    width: 56.2vw;
  }
  .maymay_about_imgArea_fukidashi02 {
    margin-top: -12.7vw;
  }
}
/*--------------------------------------------------
新明和のこと、みんなは知ってる？
--------------------------------------------------*/
.maymay_know {
  background: url(/company/advertisement/maymay/img/bg_blue.png) repeat left top/contain;
  color: #fff;
  font-weight: 700;
}
.maymay_know_block {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.maymay_know_block_txt {
  line-height: 2;
}
.maymay_know_block:nth-child(1) .maymay_know_block_img {
  position: relative;
}
.maymay_know_block:nth-child(1) .maymay_know_block_img::before {
  content: "";
  display: block;
  background: url(/company/advertisement/maymay/img/maymay_star.svg) no-repeat center/cover;
  position: absolute;
}
@media all and (min-width: 768px) {
  .maymay_know_block:nth-child(1) .maymay_know_block_img::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .maymay_know_block:nth-child(1) .maymay_know_block_img::before {
    width: 4.26vw;
    height: 4.26vw;
  }
}
.maymay_know_block:nth-child(2) .maymay_know_block_txt,
.maymay_know_block:nth-child(2) .maymay_know_block_img {
  position: relative;
}
.maymay_know_block:nth-child(2) .maymay_know_block_txt::before,
.maymay_know_block:nth-child(2) .maymay_know_block_img::before {
  content: "";
  display: block;
  background: url(/company/advertisement/maymay/img/maymay_star.svg) no-repeat center/cover;
  position: absolute;
}
@media all and (min-width: 768px) {
  .maymay_know_block:nth-child(2) .maymay_know_block_txt::before,
.maymay_know_block:nth-child(2) .maymay_know_block_img::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .maymay_know_block:nth-child(2) .maymay_know_block_txt::before,
.maymay_know_block:nth-child(2) .maymay_know_block_img::before {
    width: 4.26vw;
    height: 4.26vw;
  }
}
.maymay_know_lead {
  text-align: center;
}

@media all and (min-width: 768px) {
  .maymay_know {
    padding-top: 260px;
    padding-bottom: 320px;
  }
  .maymay_know_block {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 130px;
  }
  .maymay_know_block_txt {
    font-size: 1.8rem;
  }
  .maymay_know_block_img {
    padding-right: 120px;
  }
  .maymay_know_block:nth-child(1) .maymay_know_block_img::before {
    inset: auto -75px 46px auto;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_txt::before {
    inset: auto -100px -86px auto;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_img {
    padding: 0 0 0 45px;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_img::before {
    inset: 30px auto auto -80px;
  }
  .maymay_know_lead {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .maymay_know {
    padding: 120px 30px 190px;
  }
  .maymay_know_block {
    row-gap: 30px;
    padding-bottom: 80px;
    flex-direction: column;
  }
  .maymay_know_block_txt {
    font-size: 1.6rem;
  }
  .maymay_know_block:nth-child(1) .maymay_know_block_img {
    padding-right: 25px;
    text-align: right;
  }
  .maymay_know_block:nth-child(1) .maymay_know_block_img::before {
    inset: auto auto 78% 34%;
  }
  .maymay_know_block:nth-child(1) .maymay_know_block_img img {
    width: 50%;
  }
  .maymay_know_block:nth-child(2) {
    flex-direction: column-reverse;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_txt::before {
    inset: -30% auto auto 7%;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_img::before {
    inset: 8% 10% auto auto;
  }
  .maymay_know_block:nth-child(2) .maymay_know_block_img img {
    width: 60%;
  }
  .maymay_know_lead {
    font-size: 2.4rem;
  }
}
/*--------------------------------------------------
もっと知りたい！新明和
--------------------------------------------------*/
.maymay_more {
  background: url(/company/advertisement/maymay/img/bg_green.png) repeat left top/contain;
  position: relative;
  z-index: 1;
}
.maymay_more::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 140%;
  border-radius: 50% 50% 0 0;
  background: url(/company/advertisement/maymay/img/bg_green.png) repeat left top/contain;
}
.maymay_more_txt {
  line-height: 2;
}

@media all and (min-width: 768px) {
  .maymay_more {
    padding-bottom: 290px;
  }
  .maymay_more::before {
    height: 1000px;
    top: -160px;
  }
  .maymay_more_txt {
    text-align: center;
    margin-bottom: 80px;
  }
  .maymay_more_con {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .maymay_more_con_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
  .maymay_more_con_img {
    position: absolute;
    inset: auto 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .maymay_more {
    padding-bottom: 77vw;
  }
  .maymay_more::before {
    height: 280px;
    top: -65px;
  }
  .maymay_more .leadTxt {
    padding: 0 30px;
  }
  .maymay_more_txt {
    padding: 0 30px;
    margin-bottom: 35px;
  }
}
/*--------------------------------------------------
メイメイちゃん誕生秘話
--------------------------------------------------*/
.maymay_birth {
  position: relative;
  z-index: 1;
}
.maymay_birth_border {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}
.maymay_birth_box {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #004EA2;
  border-radius: 10px;
  display: grid;
  gap: 35px 30px;
  font-weight: 500;
}
.maymay_birth_box_icon {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.maymay_birth_box_icon img {
  width: 143px;
  height: 143px;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.maymay_birth_box_desc_ttl {
  font-weight: 700;
  font-size: 2rem;
}
.maymay_birth_box_desc_pf {
  color: #004EA2;
}
.maymay_birth_box_desc_pf_dott {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
.maymay_birth_box_desc_pf_dott::after {
  content: "";
  border-top: 2px dotted #004EA2;
  height: 2px;
  width: 100%;
  flex: 1;
}
.maymay_birth_box_desc_list {
  display: flex;
  flex-direction: column;
}
.maymay_birth_box_desc_list_item {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 14px;
       column-gap: 14px;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.maymay_birth_box_desc_list_item::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #5C7081;
  border-top: 1px solid #5C7081;
  z-index: 1;
  transform: rotate(45deg);
}
.maymay_birth_box_desc_list_item a.maymay_birth_box_desc_list_item_link {
  font-size: 1.6rem;
  color: #333;
  flex: 1;
}
.maymay_birth_box_desc_list_item_img {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .maymay_birth {
    padding-bottom: 324px;
  }
  .maymay_birth_border {
    inset: -130px auto auto 0;
  }
  .maymay_birth_box {
    padding: 40px 45px;
    grid-template-columns: auto 1fr;
  }
  .maymay_birth_box_icon {
    font-size: 1.8rem;
  }
  .maymay_birth_box_desc_ttl {
    margin-bottom: 26px;
  }
  .maymay_birth_box_desc_txt {
    margin-bottom: 52px;
  }
  .maymay_birth_box_desc_pf {
    margin-bottom: 40px;
  }
  .maymay_birth_box_desc_pf_dott {
    margin-bottom: 14px;
  }
  .maymay_birth_box_desc_list {
    row-gap: 20px;
  }
  .maymay_birth_box_desc_list_item_link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .maymay_birth {
    padding-bottom: 48.3vw;
  }
  .maymay_birth .maymay_more_con_img {
    position: absolute;
    z-index: 1;
    inset: -51vw 30px auto auto;
  }
  .maymay_birth .maymay_more_con_img img {
    width: 40vw;
  }
  .maymay_birth_border {
    inset: -20vw auto auto 0;
  }
  .maymay_birth .leadTxt {
    padding: 0 30px;
  }
  .maymay_birth_box {
    padding: 20px 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .maymay_birth_box_icon {
    font-size: 1.6rem;
  }
  .maymay_birth_box_desc_ttl {
    font-size: 2rem;
    margin-bottom: 17px;
    text-align: center;
  }
  .maymay_birth_box_desc_txt {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .maymay_birth_box_desc_pf {
    margin-bottom: 55px;
  }
  .maymay_birth_box_desc_pf_dott {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .maymay_birth_box_desc_list {
    row-gap: 14px;
  }
  .maymay_birth_box_desc_list_item_img {
    margin-top: 16px;
  }
}
/*--------------------------------------------------
メイメイちゃんギャラリー
--------------------------------------------------*/
.maymay_gallery {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.maymay_gallery_border {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}
.maymay_gallery_img {
  position: absolute;
  z-index: 1;
}
.maymay_gallery_ttl {
  font-weight: 700;
  color: #004EA2;
  text-align: center;
}
.maymay_gallery_sec_subTtl {
  font-weight: 700;
  color: #004EA2;
  text-align: center;
  position: relative;
}
.maymay_gallery_sec_subTtl::after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #004EA2;
  height: 2px;
}
.maymay_gallery_movie_list_item {
  display: block;
}
.maymay_gallery_movie_list_item_link {
  border-radius: 10px;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  transition: 0.3s ease-in-out;
}
.maymay_gallery_movie_list_item_link > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.maymay_gallery_movie_list_item_link_img {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.maymay_gallery_movie_list_item_link_img img {
  border-radius: 10px;
}
.maymay_gallery_movie_list_item_link::before {
  content: "";
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #004EA2;
  border: 1px solid #004EA2;
  transition: 0.3s ease-in-out;
}
.maymay_gallery_movie_list_item_link svg {
  z-index: 2;
  transform: translateX(2px);
}
.maymay_gallery_movie_list_item_link svg .playBtn_border {
  transition: 0.3s ease-in-out;
}
.maymay_gallery_poster_txt {
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .maymay_gallery {
    padding-bottom: 100px;
  }
  .maymay_gallery_border {
    inset: -174px auto auto 0;
  }
  .maymay_gallery_img {
    width: 1200px;
    inset: -202px auto auto 50%;
    transform: translateX(-50%);
  }
  .maymay_gallery_ttl {
    font-size: 4.2rem;
    margin-bottom: 58px;
  }
  .maymay_gallery_sec + .maymay_gallery_sec {
    margin-top: 80px;
  }
  .maymay_gallery_sec_subTtl {
    font-size: 3rem;
    margin-bottom: 40px;
    padding-bottom: 6px;
  }
  .maymay_gallery_sec_subTtl::after {
    width: 80px;
  }
  .maymay_gallery_movie {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .maymay_gallery_movie_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 27px;
  }
  .maymay_gallery_movie_list_item_link:hover {
    transform: translateY(5px);
  }
  .maymay_gallery_movie_list_item_link:hover .maymay_gallery_movie_list_item_link_img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .maymay_gallery_movie_list_item_link:hover::before {
    background-color: #fff;
  }
  .maymay_gallery_movie_list_item_link:hover svg .playBtn_border {
    fill: #004EA2;
  }
  .maymay_gallery_poster_txt {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 60px;
  }
  .maymay_gallery_poster_btn .btn01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .maymay_gallery {
    padding-bottom: 120px;
  }
  .maymay_gallery_border {
    inset: -18vw auto auto 0;
  }
  .maymay_gallery_img {
    inset: -31vw auto auto 30px;
  }
  .maymay_gallery_img img {
    width: 46.6vw;
  }
  .maymay_gallery_ttl {
    font-size: 2.8rem;
    margin-bottom: 27px;
  }
  .maymay_gallery_sec + .maymay_gallery_sec {
    margin-top: 60px;
  }
  .maymay_gallery_sec_subTtl {
    font-size: 1.8rem;
    padding-bottom: 2px;
    margin-bottom: 30px;
  }
  .maymay_gallery_sec_subTtl::after {
    width: 50px;
  }
  .maymay_gallery_movie_list_item {
    margin: 0 10px;
  }
  .maymay_gallery_poster_txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
/* ここから詳細ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*--------------------------------------------------
大見出し
--------------------------------------------------*/
.maymay_smooth_hdTtl {
  font-weight: 700;
  display: flex;
}
.maymay_smooth_hdTtl_main {
  color: #004EA2;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.maymay_smooth_hdTtl_main::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  background-image: url(/company/advertisement/maymay/img/wavy_line.svg), url(/company/advertisement/maymay/img/wavy_line.svg), url(/company/advertisement/maymay/img/wavy_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
}

@media all and (min-width: 768px) {
  .maymay_smooth_hdTtl {
    padding: 50px 0 75px;
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .maymay_smooth_hdTtl_main {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .maymay_smooth_hdTtl_main::after {
    background-position: 0 0, 229px 0, 458px 0;
    height: 10px;
  }
  .maymay_smooth_hdTtl_sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .maymay_smooth_hdTtl {
    padding: 38px 15px 25px;
    flex-direction: column;
    row-gap: 12px;
  }
  .maymay_smooth_hdTtl_main {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .maymay_smooth_hdTtl_main::after {
    background-position: 0 0, 159px 0, 319px 0;
    height: 7px;
  }
  .maymay_smooth_hdTtl_sub {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------
メインビジュアル
--------------------------------------------------*/
.maymay_smooth_mv {
  display: grid;
  position: relative;
  z-index: 2;
}
.maymay_smooth_mv_ttlg {
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.maymay_smooth_mv_ttlg_head {
  display: flex;
  order: 1;
}
.maymay_smooth_mv_ttlg_head_num {
  display: flex;
  align-items: center;
}
.maymay_smooth_mv_ttlg_head_num::before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #333;
}
.maymay_smooth_mv_ttlg_ttl {
  color: #004EA2;
  order: 2;
}
.maymay_smooth_mv_img img {
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  .maymay_smooth_mv {
    grid-template-columns: 1fr 682px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-bottom: 30px;
  }
  .maymay_smooth_mv_ttlg {
    row-gap: 16px;
  }
  .maymay_smooth_mv_ttlg_head {
    font-size: 2rem;
  }
  .maymay_smooth_mv_ttlg_head_num {
    gap: 12px;
    margin-left: 12px;
  }
  .maymay_smooth_mv_ttlg_ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .maymay_smooth_mv {
    padding-bottom: 234px;
    row-gap: 30px;
  }
  .maymay_smooth_mv_ttlg {
    grid-row: 2/3;
    padding: 0 15px;
  }
  .maymay_smooth_mv_img {
    grid-row: 1/2;
  }
}
/*--------------------------------------------------
詳細ページコンテンツ
--------------------------------------------------*/
.maymay_smooth_con {
  background: url(/company/advertisement/maymay/img/bg_green.png) repeat left top/contain;
  position: relative;
  z-index: 1;
}
.maymay_smooth_con::before, .maymay_smooth_con::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 140%;
  background: url(/company/advertisement/maymay/img/bg_green.png) no-repeat left top/cover;
  border-radius: 50%;
}
.maymay_smooth_con::before {
  -webkit-mask-image: linear-gradient(to bottom, #fff 60%, transparent 100%);
          mask-image: linear-gradient(to bottom, #fff 60%, transparent 100%);
}
.maymay_smooth_con::after {
  -webkit-mask-image: linear-gradient(to top, #fff 60%, transparent 100%);
          mask-image: linear-gradient(to top, #fff 60%, transparent 100%);
}
.maymay_smooth_con_char {
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.maymay_smooth_con_lead_balloon {
  position: relative;
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
}
.maymay_smooth_con_lead_balloon::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.maymay_smooth_con_lead_teacher_ttl {
  color: #004EA2;
}
.maymay_smooth_con_lead_teacher_item {
  display: grid;
  gap: 18px 24px;
}
.maymay_smooth_con_lead_teacher_item_img img {
  border-radius: 10px;
}
.maymay_smooth_con_lead_teacher_item_desc {
  display: flex;
  flex-direction: column;
}
.maymay_smooth_con_lead_teacher_item_desc_name {
  order: 2;
}
.maymay_smooth_con_lead_teacher_item_desc_pos {
  order: 1;
  font-weight: 500;
}
.maymay_smooth_con_lead_teacher_item_desc_txt {
  order: 3;
  font-weight: 500;
}
.maymay_smooth_con_faq_ttl {
  display: grid;
  justify-items: center;
  align-items: center;
  color: #004EA2;
  text-align: center;
}
.maymay_smooth_con_faq_ttl > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.maymay_smooth_con_faq_ttl::before {
  content: "";
  grid-column: 1/2;
  grid-row: 1/2;
  background: url(/company/advertisement/maymay_smooth01/img/txt_q.svg) no-repeat center/cover;
}
.maymay_smooth_con_faq_block {
  display: flex;
  align-items: flex-start;
}
.maymay_smooth_con_faq_block + .maymay_smooth_con_faq_block {
  margin-top: 20px;
}
.maymay_smooth_con_faq_block_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.maymay_smooth_con_faq_block_balloon {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 860px;
  border-radius: 10px;
  background: #fff;
}
.maymay_smooth_con_faq_block_balloon::before {
  content: "";
  position: absolute;
  border-style: solid;
}
.maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_icon {
  display: flex;
  justify-content: center;
}
.maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon {
  color: #004EA2;
  background-color: #CFEBF7;
  font-weight: 700;
}
.maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon::before {
  border-color: transparent #CFEBF7 transparent transparent;
  top: 50%;
  transform: translateY(-60%) rotate(135deg);
}
.maymay_smooth_con_faq_block.-teacher01, .maymay_smooth_con_faq_block.-teacher02 {
  justify-content: flex-end;
}
.maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon::before, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon::before {
  border-color: transparent transparent transparent #fff;
  transform: rotate(-135deg);
}
.maymay_smooth_con_faq_img {
  text-align: center;
}
.maymay_smooth_con_faq_img img {
  max-width: 860px;
}
.maymay_smooth_con_btm {
  position: relative;
}
.maymay_smooth_con_btm_img img {
  border-radius: 10px;
}
.maymay_smooth_con_btm_char {
  position: absolute;
  z-index: 1;
}
.maymay_smooth_con_related {
  position: relative;
}
.maymay_smooth_con_related::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  background-color: #004EA2;
  height: 3px;
  width: 100%;
}
.maymay_smooth_con_related_ttl {
  color: #004EA2;
  font-weight: 700;
}
.maymay_smooth_con_related_list {
  display: flex;
  flex-direction: column;
}
.maymay_smooth_con_related_list_item a.maymay_smooth_con_related_list_item_link {
  color: #333;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  text-decoration: none;
}
.maymay_smooth_con_related_list_item a.maymay_smooth_con_related_list_item_link::before {
  content: "";
  border-color: #5c7081;
  position: absolute;
  top: 0.45em;
  left: -3px;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  vertical-align: middle;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .maymay_smooth_con::before {
    height: 1000px;
    top: -160px;
  }
  .maymay_smooth_con::after {
    height: 1000px;
    bottom: -160px;
  }
  .maymay_smooth_con_char {
    inset: -226px auto auto 50%;
    width: 860px;
  }
  .maymay_smooth_con_char img {
    transform: translateX(-70px);
  }
  .maymay_smooth_con_lead {
    padding-top: 120px;
    margin-bottom: 200px;
  }
  .maymay_smooth_con_lead_balloon {
    padding: 50px 40px;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 26px;
  }
  .maymay_smooth_con_lead_balloon::after {
    left: 130px;
    bottom: -26px;
    border-width: 28px 16px 0 16px;
  }
  .maymay_smooth_con_lead_teacher_ttl {
    margin-bottom: 12px;
  }
  .maymay_smooth_con_lead_teacher_item {
    grid-template-columns: 273px 1fr;
  }
  .maymay_smooth_con_lead_teacher_item + .maymay_smooth_con_lead_teacher_item {
    margin-top: 30px;
  }
  .maymay_smooth_con_lead_teacher_item_img {
    height: 100%;
  }
  .maymay_smooth_con_lead_teacher_item_img img {
    height: 100%;
    min-height: 161px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .maymay_smooth_con_lead_teacher_item_desc_name {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .maymay_smooth_con_lead_teacher_item_desc_pos {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
  .maymay_smooth_con_lead_teacher_item_desc_txt {
    font-size: 1.4rem;
  }
  .maymay_smooth_con_faq + .maymay_smooth_con_faq {
    margin-top: 180px;
  }
  .maymay_smooth_con_faq_ttl {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
  .maymay_smooth_con_faq_ttl::before {
    width: 102px;
    height: 117px;
  }
  .maymay_smooth_con_faq_block {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .maymay_smooth_con_faq_block_icon {
    max-height: 97px;
  }
  .maymay_smooth_con_faq_block_balloon {
    padding: 36px;
  }
  .maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon {
    font-size: 2rem;
  }
  .maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon::before {
    left: -16px;
    border-width: 20px 20px 20px 0;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_icon, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_icon {
    row-gap: 10px;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon p + p, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon p + p {
    margin-top: 20px;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon::before, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon::before {
    top: 38px;
    right: -16px;
    border-width: 20px 0 20px 20px;
  }
  .maymay_smooth_con_faq_img {
    margin-top: 30px;
  }
  .maymay_smooth_con_btm {
    margin-top: 70px;
    margin-bottom: 140px;
  }
  .maymay_smooth_con_btm_char {
    inset: 106px -40px auto auto;
  }
  .maymay_smooth_con_related {
    padding-top: 30px;
  }
  .maymay_smooth_con_related_ttl {
    font-size: 2rem;
    margin-bottom: 36px;
  }
  .maymay_smooth_con_related_list {
    row-gap: 20px;
  }
  .maymay_smooth_con_related_list_item a.maymay_smooth_con_related_list_item_link::before {
    width: 9px;
    height: 9px;
  }
  .maymay_smooth_con_related_list_item a.maymay_smooth_con_related_list_item_link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .maymay_smooth_con::before {
    height: 280px;
    top: -175px;
  }
  .maymay_smooth_con::after {
    height: 280px;
    bottom: -100px;
  }
  .maymay_smooth_con_char {
    inset: -228px auto auto 50%;
  }
  .maymay_smooth_con_char img {
    width: 133px;
  }
  .maymay_smooth_con_lead {
    margin-bottom: 120px;
  }
  .maymay_smooth_con_lead_balloon {
    padding: 18px 20px;
    font-size: 2rem;
    margin-bottom: 36px;
  }
  .maymay_smooth_con_lead_balloon::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-width: 18px 10px 0 10px;
  }
  .maymay_smooth_con_lead_teacher_ttl {
    margin-bottom: 8px;
  }
  .maymay_smooth_con_lead_teacher_item + .maymay_smooth_con_lead_teacher_item {
    margin-top: 26px;
  }
  .maymay_smooth_con_lead_teacher_item_desc_name {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .maymay_smooth_con_lead_teacher_item_desc_pos {
    margin-bottom: 2px;
  }
  .maymay_smooth_con_faq + .maymay_smooth_con_faq {
    margin-top: 140px;
  }
  .maymay_smooth_con_faq_ttl {
    font-size: 2.8rem;
    margin-bottom: 45px;
  }
  .maymay_smooth_con_faq_ttl::before {
    width: 92px;
    height: 105px;
  }
  .maymay_smooth_con_faq_block {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .maymay_smooth_con_faq_block_icon img {
    width: 78px;
    height: auto;
  }
  .maymay_smooth_con_faq_block_balloon {
    padding: 18px 20px;
  }
  .maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon {
    font-size: 1.8rem;
  }
  .maymay_smooth_con_faq_block.-maymay .maymay_smooth_con_faq_block_balloon::before {
    left: -10px;
    border-width: 14px 14px 14px 0;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_icon, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_icon {
    row-gap: 2;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_icon figcaption, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_icon figcaption {
    font-size: 1.2rem;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon {
    font-size: 1.5rem;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon::before, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon::before {
    top: 28px;
    right: -10px;
    border-width: 14px 0 14px 14px;
  }
  .maymay_smooth_con_faq_block.-teacher01 .maymay_smooth_con_faq_block_balloon p + p, .maymay_smooth_con_faq_block.-teacher02 .maymay_smooth_con_faq_block_balloon p + p {
    margin-top: 15px;
  }
  .maymay_smooth_con_faq_img {
    margin: 45px 0 25px;
  }
  .maymay_smooth_con_btm {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 30px;
  }
  .maymay_smooth_con_btm_char {
    inset: 33% 10px auto auto;
  }
  .maymay_smooth_con_btm_char img {
    width: 20.8vw;
    height: auto;
  }
  .maymay_smooth_con_related {
    padding: 12px 0 0;
    margin: 0 15px;
  }
  .maymay_smooth_con_related_ttl {
    margin-bottom: 20px;
  }
  .maymay_smooth_con_related_list {
    row-gap: 8px;
  }
  .maymay_smooth_con_related_list_item .maymay_smooth_con_related_list_item_link::before {
    width: 8px;
    height: 8px;
  }
}
/*--------------------------------------------------
他のシリーズを読む
--------------------------------------------------*/
@media all and (min-width: 768px) {
  .maymay_other {
    padding-top: 300px;
    margin-bottom: 140px;
  }
  .maymay_other .ttl01 {
    margin-bottom: 70px;
  }
  .maymay_other_con_slide .maymay_series {
    margin: 0 25px;
  }
  .maymay_other_con_slide .maymay_series_link {
    padding: 13px 13px 28px;
  }
  .maymay_other_con_slide .maymay_series_link::before {
    width: 26px;
    height: 26px;
    inset: auto 13px 13px auto;
  }
  .maymay_other_con_slide .maymay_series_link::after {
    width: 8px;
    height: 8px;
    inset: auto 24px 18px auto;
  }
  .maymay_other_con_slide .maymay_series_link_img {
    margin-bottom: 20px;
  }
  .maymay_other_con_slide .maymay_series_link_vol {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .maymay_other_con_slide .maymay_series_link_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .maymay_other {
    padding-top: 200px;
    margin-bottom: 120px;
  }
  .maymay_other .ttl01 {
    margin-bottom: 40px;
  }
}
/*--------------------------------------------------
基本スタイル
--------------------------------------------------*/
.maymay_smooth_foot {
  text-align: center;
}
.maymay_smooth_foot_copy {
  font-weight: 700;
  color: #004EA2;
}

@media all and (min-width: 768px) {
  .maymay_smooth_foot {
    padding-bottom: 110px;
  }
  .maymay_smooth_foot_copy {
    font-size: 4.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .maymay_smooth_foot {
    padding-bottom: 120px;
  }
  .maymay_smooth_foot_copy {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
  .maymay_smooth_foot_logo img {
    width: 140px;
  }
}
/*# sourceMappingURL=maymay.css.map */