@charset "utf-8";
/*==============================
マヨッケコラム
==============================*/
main.page_mayokke {
  background-color: #b9e6ff;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page_header.mayokke {
  background: url(/images/personal/mayokke-journey/bg_header.png) #77d6ff;
  height: 310px;
}
.page_header.mayokke .inner {
  position: relative;
  height: 310px;
}
.page_header.mayokke .page_title {
  font-weight: 400;
  font-size: 4.4rem;
}
.page_header.mayokke .page_tag {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.page_header.mayokke .mayokke_copy {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 8px 0 0 4px;
}
.page_header.mayokke .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page_header.mayokke .page_date {
  margin-top: 12px;
  margin-bottom: 0;
}
.page_header.mayokke .tag_cat {
  display: inline-block;
  height: 32px;
  line-height: 3.2rem;
  font-weight: 400;
  background-color: #2792f2;
  font-size: 1.6rem;
  padding: 0 24px;
  margin-right: 16px;
  border-radius: 16px;
}
.page_header.mayokke .date {
  color: #000;
}
.page_header.mayokke .inner .page_title_area {
  position: inherit;
  bottom: inherit;
  padding-right: 0;
}
.mayokke_img {
  height: 100%;
  width: 440px;
  position: relative;
}
.page_header .mayokke_img img {
  position: static;
  left: inherit;
  top: inherit;
  transform: inherit;
  max-width: 100%;
  width: auto;
  height: auto;
}
.mayokke_img .mayokke_img1 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 219px;
  height: 150px;
  transform: rotate(-4deg);
}
.mayokke_img .mayokke_img2 {
  display: block;
  position: absolute;
  right: 0;
  top: 32px;
  width: 224px;
  height: 140px;
  transform: rotate(8deg);
}
@media screen and (max-width: 768px) {
  main.page_header.mayokke {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .page_header.mayokke .mayokke_copy {
    font-size: 1.4rem;
    margin: 8px 0 0 0;
  }
  .page_header.mayokke .inner {
    position: relative;
  }
  .mayokke_img {
    position: absolute;
    bottom: 0;
    right: 12px;
    height: 68px;
    display: flex;
    justify-content: flex-end;
    width: 216px;
  }
  .mayokke_img .mayokke_img1 {
    position: static;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    width: 98px;
    height: 68px;
  }
  .mayokke_img .mayokke_img2 {
    position: static;
    right: inherit;
    top: inherit;
    transform: inherit;
    width: 109px;
    height: 68px;
  }
}

/* 詳細 */
.mayokke_column_kv {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 56px;
}
.mayokke_column_kv .inner {
  padding: 32px 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.mayokke_column_contents {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 80px 44px;
  border-radius: 16px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mayokke_column_contents p a {
  display: inline;
  color: #0066c0;
  text-decoration: underline;
}
.mayokke_column_contents p a:hover {
  text-decoration: none;
}

.toc_area {
  border: 3px solid #b9e6ff;
  border-radius: 8px;
  padding: 24px 40px;
  margin-bottom: 56px;
}
.toc_head {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}
.toc_area_toggle {
  background-color: #b9e6ff;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.toc_area_content {
  margin-top: 20px;
}
.toc_list li {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}
.toc_list li:last-child {
  margin-bottom: 0;
}
.toc_list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #77d6ff;
  border-radius: 50%;
}
.toc_list2 {
  margin-top: 16px;
}
.toc_list2 > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #000;
}

.mayokke_talk_area {
  width: 100%;
  max-width: 912px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.bottom_area {
  margin-bottom: 0;
}
.talk_box {
  display: flex;
  gap: 0 35px;
}
.fuki {
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
  width: 100%;
  max-width: 662px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.fuki::before,
.fuki::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  width: 20px;
  height: 24px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.yoko .fuki {
  border: 3px solid #ff4343;
}
.yoko .fuki::before {
  background-color: #ff4343;
}
.yoko .fuki::after {
  background-color: #fff;
}
.tate .fuki {
  border: 3px solid #00a784;
}
.tate .fuki::before {
  background-color: #00a784;
}
.tate .fuki::after {
  background-color: #fff;
}

.talk_box.right {
  flex-direction: row-reverse;
}

.talk_box.right .fuki::before {
  position: absolute;
  right: -20px;
}
.talk_box.right .fuki::after {
  position: absolute;
  right: -15px;
}

.talk_box.left .fuki::before {
  position: absolute;
  left: -20px;
  transform: rotate(180deg);
}
.talk_box.left .fuki::after {
  position: absolute;
  left: -15px;
  transform: rotate(180deg);
}

.fuki p {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 24px;
}
.talk_icon {
  flex-shrink: 0;
}
.talk_icon img {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 90px;
}

.mayokke_column_contents .column_head_lv2 {
  font-size: 3rem;
  line-height: 4rem;
  background-color: #e2f4ff;
  padding: 24px 24px;
  margin: 56px 0 40px;
  border-radius: 8px;
  font-weight: 400;
}

.mayokke_column_contents .column_head_lv2.matome {
  border-radius: 0 8px 8px 8px;
  margin-top: 112px;
  position: relative;
}
.mayokke_column_contents .column_head_lv2.matome .head_accent {
  position: absolute;
  left: 0;
  top: -40px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #77d6ff;
  font-family: "Lato";
  color: #fff;
  font-size: 2.4rem;
  border-radius: 8px 8px 0 0;
  padding-left: 24px;
}
.mayokke_column_contents .column_head_lv2.matome .head_accent i {
  margin-right: 8px;
}

.mayokke_column_contents .column_head_lv3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  padding: 12px 0 12px 24px;
  margin: 56px 0 32px;
  font-weight: 400;
  position: relative;
}
.mayokke_column_contents .column_head_lv3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background-color: #7cc6ef;
  border-radius: 4px;
}

.mayokke_column_contents .column_head_lv4 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 400;
  background: none;
  color: inherit;
  padding: 0 0 0 24px;
  margin: 40px 0;
  position: relative;
  border-radius: 0;
}
.mayokke_column_contents .column_head_lv4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-image: radial-gradient(circle, #7cc6ef 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 6px;
}

.mayokke_column_contents .column_tb2 {
  width: 100%;
  margin-bottom: 32px;
}
.mayokke_column_contents .column_tb2 th {
  padding: 16px 16px;
  background-color: #fff8c5;
  border: 1px solid #aaa;
  font-weight: 400;
}
.mayokke_column_contents .column_tb2 td {
  padding: 16px 16px;
  border: 1px solid #aaa;
}
.mayokke_column_contents .column_tb2 tr:first-of-type th,
.mayokke_column_contents .column_tb2 tr:first-of-type td {
  border-top: 1px solid #aaa;
}

.mayokke_column_detail {
  background-color: #fff;
  padding: 80px 0 40px;
}
.head_lv2_mayokke {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-bottom: 56px;
}

/* コラム一覧 */
.mayokke_column {
  margin-bottom: 80px;
}
.mayokke_column.list {
  padding-bottom: 80px;
}
.mayokke_column .box {
  box-shadow: rgba(26, 34, 41, 0.05) 0 6px 20px;
  border-radius: 8px;
  position: relative;
}
.mayokke_column .box a {
  flex-direction: column;
  padding: 16px 16px 40px;
}
.mayokke_column .column_img_area {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.mayokke_column .column_img_area img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mayokke_column .column_date {
  display: flex;
  align-items: center;
  gap: 16px 16px;
  margin-bottom: 8px;
}
.mayokke_column .date {
  color: #aaa;
}
.mayokke_column .tag_cat {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  background-color: #e0f4ff;
  color: #000;
  height: 20px;
  border-radius: 10px;
  padding: 0 8px;
}
.mayokke_column .box_head {
  font-weight: 400;
}
.mayokke_column .btn_detail {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #77d6ff;
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.btn_list {
  background-color: #ff4343;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 35px;
  width: 100%;
  max-width: 392px;
}
.btn_list span {
  color: #fff;
}

.mayokke_column.list .btn_list {
  margin-top: 56px;
}

.first_type {
  margin-top: 0 !important;
}

.mayokke_column .pagenate_area {
  display: flex;
  justify-content: center;
}
.mayokke_column .pagenate {
  display: inline-block;
  margin-top: 56px;
  background-color: #fff;
  height: 68px;
  border-radius: 32px;
  padding: 12px 36px;
}
.mayokke_column .pagenate_list {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
}
.mayokke_column .pagenate_list li a,
.mayokke_column .pagenate_list li .current_page {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b9e6ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mayokke_column .pagenate_list li a {
  background-color: #fff;
}
.mayokke_column .pagenate_list li a:hover {
  color: #0066c0;
}

@media screen and (max-width: 768px) {
  .page_header.mayokke {
    background-size: 50%;
    height: 200px;
  }
  .page_header.mayokke .inner {
    height: 200px;
  }
  .toc_area {
    margin-bottom: 32px;
  }
  .toc_list li {
    font-size: 1.5rem;
  }
  .page_header.mayokke .page_tag {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .page_header.mayokke .page_title {
    font-size: 2rem;
    line-height: 28px;
  }
  .page_header.mayokke .page_title.list_title {
    font-size: 2.8rem;
    line-height: 28px;
  }
  .page_header.mayokke .tag_cat {
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    font-size: 1.4rem;
    border-radius: 12px;
  }
  .mayokke_detail {
    padding: 0 16px;
  }
  .mayokke_column_contents {
    padding: 24px 16px;
  }
  .mayokke_column_kv .inner {
    padding: 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mayokke_column_kv .inner img {
    width: auto;
    max-width: 100%;
  }
  .mayokke_column_contents .column_head_lv2 {
    font-size: 2rem;
    line-height: 3rem;
    padding: 16px 12px;
  }
  .mayokke_column_contents .column_head_lv2.matome {
    margin-top: 56px;
  }
  .mayokke_column_contents .column_head_lv2.matome .head_accent {
    top: -28px;
    width: 116px;
    height: 28px;
    font-size: 1.8rem;
    padding-left: 12px;
  }
  .mayokke_column_contents .column_head_lv3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .mayokke_column_contents .column_head_lv4 {
    font-size: 1.8rem;
  }
  .toc_area {
    padding: 24px 24px;
  }
  .talk_box {
    gap: 0 24px;
  }
  .talk_icon img {
    max-width: 70px;
    max-height: 70px;
  }
  .fuki {
    padding: 15px 12px;
  }
  .fuki::before,
  .fuki::after {
    top: 20px;
  }
  .fuki p {
    line-height: 20px;
  }
  .mayokke_column_contents .column_tb2 {
    font-size: 1.4rem;
  }
  .mayokke_column_contents .column_tb2 td {
    padding: 14px 8px;
  }
  .mayokke_column {
    margin-bottom: 0;
  }
  .mayokke_column.list {
    padding-bottom: 56px;
  }
  .mayokke_column_detail .related_column {
    margin-bottom: 40px;
  }
  .mayokke_column .box {
    max-width: 420px;
  }
  .related_column .mayokke_column .box a {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    padding-bottom: 16px;
  }
  .related_column .mayokke_column .column_img_area {
    width: 100px;
    flex-shrink: 0;
    align-items: flex-start;
    align-self: inherit;
    height: auto;
    border-radius: 4px;
    margin-bottom: 0;
  }
  .related_column .mayokke_column .column_img_area img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .related_column .mayokke_column .box .txt_area {
    padding: 0;
  }
  .related_column .mayokke_column .box_head {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .related_column .mayokke_column .date {
    font-size: 1.2rem;
  }
  .related_column .mayokke_column .box .btn_detail {
    position: absolute;
  }
  .mayokke_column .btn_detail {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  .head_lv2_mayokke {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .mayokke_column .column_date {
    gap: 8px;
  }
}

.page_mayokke .breadcrumbs ol {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/*---------------------------------------------------
popup
---------------------------------------------------*/
#popup {
  position: fixed;
  right: 20px;
  bottom: 80px;
  text-decoration: none;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 20;
}

#popup.view {
  opacity: 1;
  pointer-events: auto;
}

.popup_box .close_btn {
  border: none;
  display: block;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 10;
}

.popup_box .close_btn::before,
.popup_box .close_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.popup_box .close_btn::before {
  transform: rotate(45deg);
  top: 17px;
  right: 7px;
}

.popup_box .close_btn::after {
  transform: rotate(-45deg);
  top: 17px;
  right: 7px;
}
@media screen and (max-width: 736px) {
  /*#popup {
    display: none;
    }*/
  #popup {
    right: 16px;
    max-width: 60%;
  }
  .popup_box .close_btn {
    right: -14px;
    top: -14px;
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .popup_box .close_btn::before,
  .popup_box .close_btn::after {
    width: 14px;
    height: 2px;
    background-color: #000;
  }
  .popup_box .close_btn::before {
    transform: rotate(45deg);
    top: 13px;
    right: 6px;
  }

  .popup_box .close_btn::after {
    transform: rotate(-45deg);
    top: 13px;
    right: 6px;
  }
}

/* 中身 */
.pop_box {
  width: auto;
  height: auto;
}

.pop_box_img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*---------------------------------------------------
    Know
---------------------------------------------------*/

.mayokke_column_detail .know_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.mayokke_column_detail .know_box .img_area {
  width: 100%;
  height: 184px;
  background: #a4a7aa;
  max-width: none;
  border-radius: 8px;
  position: relative;
}

.mayokke_column_detail .know_box .img_area::after {
  content: "";
  background: rgba(26, 34, 41, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.mayokke_column_detail .know_box a:hover .img_area::after {
  background: rgba(26, 34, 41, 0.6);
}

.mayokke_column_detail .img_area .txt {
  position: absolute;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.5;
  z-index: 10;
}

.head_lv2_mayokke.know {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .head_lv2_mayokke.know {
    margin-top: 40px;
  }
  .mayokke_column_detail {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .mayokke_column_detai .know_section .colsx {
    margin: 0;
    gap: 24px;
  }
  .mayokke_column_detail .img_area .txt {
    font-size: 1.8rem;
  }
}

.mayokke_start_box {
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
}
.mayokke_start_box img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mayokke_start_box {
    margin-bottom: 32px;
  }
}

/* mayokke_check_box */
.mayokke_check_box {
  border: 3px solid #b9e6ff;
  border-radius: 8px;
  padding: 40px 32px;
  margin-bottom: 40px;
}
.mayokke_check_head {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.mayokke_check_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mayokke_check_box input[type="checkbox"] {
  display: none;
}
.mayokke_check_box .ck_text span {
  display: inline-block;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
.mayokke_check_box .ck_text input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #b9e6ff;
  border-radius: 3px;
}
.mayokke_check_box .ck_text input[type="checkbox"]:checked + span:before {
  border: 2px solid #1fafff;
  background-color: #fff;
}
.mayokke_check_box .ck_text input[type="checkbox"]:checked + span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #1fafff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .mayokke_check_box {
    padding: 24px 16px;
  }
  .mayokke_check_head {
    font-size: 2rem;
    margin-bottom: 30px !important;
  }
  .mayokke_check_box .ck_text span {
    line-height: 1.6;
  }
  .mayokke_check_list {
    gap: 25px;
  }
}

/* mayokke_basic_box */
.mayokke_basic_box {
  border: 3px solid #b9e6ff;
  border-radius: 8px;
  padding: 40px 32px;
  margin-bottom: 40px;
}
.mayokke_basic_box p:not([class]) {
  margin-bottom: 30px;
}
.mayokke_basic_box p:not([class]):last-of-type {
  margin-bottom: 0;
}
.mayokke_basic_head {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .mayokke_basic_box {
    padding: 24px 16px;
  }
  .mayokke_basic_box p:not([class]) {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .mayokke_basic_head {
    font-size: 2rem;
  }
}

/* mayokke_source_box */
.mayokke_source_box {
  border: 3px solid #b9e6ff;
  border-radius: 8px;
  padding: 40px 32px;
  margin-bottom: 40px;
}
.mayokke_source_box p:not([class]) {
  margin-bottom: 24px;
}
.mayokke_source_box p:last-of-type {
  margin-bottom: 0;
}
.mayokke_source_box .source_text {
  font-size: 1.4rem !important;
  line-height: 1.6;
  color: #909090;
  margin-bottom: 0;
}
.mayokke_source_box .source_text a {
  color: #909090;
}
@media screen and (max-width: 768px) {
  .mayokke_source_box {
    padding: 24px 16px;
  }
  .mayokke_source_box p:not([class]) {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

/* mayokke_basic_list */
.mayokke_basic_list li {
  margin-bottom: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
}
.mayokke_basic_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b9e6ff;
}
.mayokke_basic_list li:last-child {
  margin-bottom: 0;
}

/*==============================
マヨッケメイン
==============================*/
.mayokke_front {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  font-feature-settings: normal;
}
.mayokke_front .inner {
  max-width: 912px;
}

/* マヨッケメイン タイトルエリア */
.page_header.mayokke_header_base {
  background-image: url(/images/mayokke/bg_mayokke_header.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.page_header.mayokke_header_base:before {
  background-color: transparent;
}
.mayokke_front .page_header.mayokke_header_base:before {
  background-image: url(/images/mayokke/bg_mayokke_header2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page_header.mayokke_header_base .inner {
  max-width: 912px;
}
.page_header.mayokke_header_base img {
  width: auto;
  right: 0;
  left: inherit;
  transform: translateY(-50%);
}
.page_header.mayokke_header_base .inner .page_title_area {
  color: #141414;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  padding: 0;
}
.page_header.mayokke_header_base .page_sub_title {
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
}
.page_header.mayokke_header_base .page_title {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1;
  text-shadow:
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
  margin-top: 16px;
}
.page_header.mayokke_header_base .page_title_image {
  position: relative;
  z-index: 2;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .mayokke_front .page_header.mayokke_header_base:before {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .page_header.mayokke_header_base .inner .page_title_area {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  .page_header.mayokke_header_base .inner {
    position: relative;
    height: 260px;
  }
  .page_header.mayokke_header_base .page_sub_title {
    font-size: 1.6rem;
  }
  .page_header.mayokke_header_base .page_title {
    font-size: 3.2rem;
    margin-top: 8px;
  }
  .page_header.mayokke_header_base .page_title_image {
    position: absolute;
    top: inherit;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page_header.mayokke_header_base img {
    position: static;
    height: 139px;
    transform: none;
  }
}

/* bgパターン */
.mayokke_bg_pt1 {
  background-color: #b9e6ff;
  padding: 76px 0 36px;
  border-radius: 0 0 40px 40px;
  margin-top: -40px;
}
.mayokke_bg_pt2 {
  background-color: #77d6ff;
  background-image: url(/images/mayokke/bg_mayokke_pt2.png);
  background-repeat: repeat;
  padding: 116px 0 36px;
  border-radius: 0 0 40px 40px;
  margin-top: -40px;
}
.mayokke_bg_pt3 {
  background-color: #fff;
  background-image: url(/images/mayokke/bg_mayokke_pt3.png);
  background-repeat: repeat;
  padding: 116px 0 96px;
  border-radius: 0;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .mayokke_bg_pt1 {
    padding: 64px 0 24px;
  }
  .mayokke_bg_pt3 {;
    padding: 86px 0 96px;
  }
}

/* コンテンツ重なり順（z-index） */
.page_header.mayokke_header_base {
  position: relative;
  z-index: 3;
}
.mayokke_history {
  position: relative;
  z-index: 2;
}
.mayokke_about {
  padding: 116px 0 62px;
  position: relative;
  z-index: 1;
}
.mayokke_character {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mayokke_about {
    padding: 82px 0 62px;
    position: relative;
    z-index: 1;
  }
}

/* 各セクション見出し */
.mayokke_head_lv2 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.mayokke_head_lv2_pt2 {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  text-shadow:
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
  margin-bottom: 60px;
}
.mayokke_head_lv2_pt3 {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.mayokke_head_dot {
  display: inline-block;
  background: radial-gradient(
    circle farthest-side,
    #b9e6ff,
    #b9e6ff 40%,
    transparent 40%,
    transparent
  );
  background-size: 16px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 16px;
}
.mayokke_basic_text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.mayokke_copy_pt1 {
  font-size: 3.2rem;
  line-height: 1.56;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mayokke_head_lv2 {
    font-size: 1.6rem;
  }
  .mayokke_head_lv2_pt2 {
    font-size: 2.4rem;
    margin-bottom: 26px;
  }
  .mayokke_head_lv2_pt3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .mayokke_basic_text {
    font-size: 1.4rem;
  }
  .mayokke_copy_pt1 {
    font-size: 2rem;
  }
}

/*------------------------------
 活動履歴 
 ------------------------------*/
.mayokke_history_area {
  background-color: #fff;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 32px 56px;
  margin-bottom: 32px;
}
.mayokke_history_box {
  border-bottom: 1px dashed #b9e6ff;
  margin-top: 10px;
}
.mayokke_history_box dt,
.mayokke_history_box dd {
  padding: 20px 8px;
  border-top: 1px dashed #b9e6ff;
  line-height: 1.2;
}
.mayokke_history_box dt:first-of-type,
.mayokke_history_box dd:first-of-type {
  border-top: none;
}
.mayokke_history_box dt {
  clear: left;
  float: left;
  width: 120px;
}
.mayokke_history_box dd {
  margin-left: 120px;
}
.mayokke_history_link a {
  color: #0084ff;
  text-decoration: underline;
}
.mayokke_history_link a:hover {
  text-decoration: none;
}
.mayokke_history .btn_list {
  max-width: 342px;
  height: 60px;
}
.mayokke_history .btn_list:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .mayokke_history_area {
    padding: 24px 10px;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .mayokke_history_box dt {
    float: none;
    padding: 8px 2px 0;
    width: 100%;
  }
  .mayokke_history_box dd {
    margin-left: 0;
    padding: 6px 2px 8px;
    border-top: none;
  }
  .mayokke_history .btn_list {
    height: 46px;
    border-radius: 23px;
    width: 100%;
    max-width: 214px;
    font-size: 1.4rem;
  }
}

/*------------------------------
 マヨッケって？ (mayokke_about)
------------------------------*/
/* テキスト+画像 */
.mayokke_col_box {
  display: flex;
  gap: 0 30px;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 24px;
}
.mayokke_col_box .col_box_text {
  font-size: 2rem;
  font-weight: 500;
}
/* コミックエリア */
.mayokke_comic {
  max-width: 720px;
  width: 100%;
  background-color: #fff;
  padding: 54px 0;
  border-radius: 30px;
  margin: 0 auto;
}
.mayokke_comic_title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.mayokke_comic img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .mayokke_comic_title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .mayokke_col_box {
    flex-direction: column;
  }
  .mayokke_col_box .col_box_text {
    font-size: 1.4rem;
    text-align: center;
  }
  .mayokke_col_box .col_box_images img {
    max-width: 170px;
  }
  .mayokke_comic {
    padding: 26px 0;
  }
}

/*------------------------------
 キャラクター紹介(mayokke_character)
------------------------------*/
.mayokke_character.mayokke_bg_pt1 {
  padding-top: 102px;
  padding-bottom: 98px;
}
.character_area {
  display: flex;
  gap: 22px 36px;
}
.character_info {
  background-color: #fff;
  padding: 32px 26px;
  border-radius: 22px;
}
.character_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.character_head .btn_sound {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b9e6ff;
  border-radius: 50%;
  cursor: pointer;
}
.character_name {
  font-size: 3.2rem;
  font-weight: 700;
}
.character_title {
  display: inline-block;
  background-color: #b9e6ff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
.character_data dt {
  clear: left;
  float: left;
  width: 48px;
}
.character_data dd {
  margin-left: 64px;
  margin-bottom: 12px;
}
.character_data dd:last-child {
  margin-bottom: 0;
}
.character_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.character_image {
  max-width: 298px;
  width: 100%;
  position: relative;
  padding-bottom: 32px;
  margin: 0 auto 16px;
}
.character_image .swiper {
  border: 3px solid #b9e6ff;
  border-radius: 22px;
  overflow: hidden;
}
.character_image img {
  width: 100%;
}

/* swiper調整 */
.character_image .swiper-pagination-bullet {
  background-color: #77d6ff;
  width: 12px;
  height: 12px;
}
.character_image .swiper-button-next,
.character_image .swiper-button-prev {
    background-color: #B9E6FF;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    margin-top: -35px;
}
.character_image .swiper-button-prev{
    left: -19px;
}
.character_image .swiper-button-next{
    right: -19px;
}
.character_image .swiper-button-next:after,
.character_image .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.character_image .swiper-button-next:after{
  margin-left: 2px;
}
.character_image .swiper-button-prev:after{
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .mayokke_character.mayokke_bg_pt1 {
    padding-top: 86px;
    padding-bottom: 30px;
  }
  .character_image {
    padding-bottom: 32px;
  }
  .character_area {
    flex-direction: column;
  }
  .character_name {
    font-size: 2.8rem;
  }
  .character_title,
  .character_text {
    font-size: 1.4rem;
  }
  .character_data dd {
    margin-left: 58px;
  }
  .character_image .swiper-button-next,
  .character_image .swiper-button-prev {
      top: 50%;
      margin-top: -35px;
  }
}

/*------------------------------
 誕生の秘密（mayokke_birth）
------------------------------*/
.mayokke_birth img {
  border-radius: 16px;
}
.mayokke_birth .mayokke_col_box {
  margin-bottom: 102px;
}
.mayokke_birth .mayokke_col_box .col_box_text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mayokke_birth .mayokke_col_box .col_box_text {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #mayokke_col_box_margin_bottom {
    margin-bottom: 60px;
  }
  #mayokke_text_area_margin_bottom {
    margin-bottom: 60px;
  }
}

/* 画像　2枚＋1枚 */
.mayokke_image_col {
  margin-bottom: 80px;
}
.mayokke_image_col img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.mayokke_image_col .col2 {
  display: flex;
  gap: 0 44px;
  margin-bottom: 56px;
}
.mayokke_image_col .col2 img,
.mayokke_image_col .col1 img{
  flex: 1;
  width: auto;
  max-width: 100%;
}
.mayokke_image_col .col1 {
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: center;
}


/* 画像　位置（中央、左、右） */
.mayokke_image {
  margin-bottom: 40px;
}
.mayokke_image img {
  width: auto;
  max-width: 100%;
}
.adjust_left {
  display: flex;
  justify-content: flex-start;
}
.adjust_right {
  display: flex;
  justify-content: flex-end;
}
.adjust_center {
  display: flex;
  justify-content: center;
}

/* テキストエリア */
.mayokke_text_area {
  margin-bottom: 70px;
  position: relative;
}
.mayokke_text_area p:not(:last-child) {
  margin-bottom: 36px;
}

/* キャラクター位置 */
.mayokke_tate {
  position: absolute;
  right: 48px;
  bottom: 70px;
}
.mayokke_yoko {
  position: absolute;
  left: 44px;
  top: -44px;
}

.mayokke_birth .mayokke_copy_pt1 {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .mayokke_image img {
    max-width: 255px;
    width: auto;
    height: auto;
  }
  .mayokke_birth .mayokke_col_box {
    flex-direction: row;
  }
  .mayokke_birth .mayokke_col_box {
    margin-left: -28px;
    gap: 0 15px;
    margin-bottom: 34px;
  }
  .mayokke_birth .col_box_images img {
    border-radius: 0 12px 12px 0;
    max-height: 132px;
  }
  .mayokke_birth .mayokke_col_box .col_box_text {
    text-align: left;
  }
  .mayokke_text_area {
    margin-bottom: 30px;
  }
  .mayokke_image_col {
    gap: 14px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .mayokke_image_col .col2{
    flex-direction: column;
    gap: 13px;
    margin-bottom: 13px;
  }
  .mayokke_image_col .col2 img,
  .mayokke_image_col .col1 img {
    max-width: 226px;
    width: 100%;
    height: auto;
  }
  .mayokke_image_col .col2 span:nth-of-type(odd) {
    align-self: flex-end;
  }
  .mayokke_image_col .col1 {
    align-self: flex-end;
    align-items: flex-end;
    margin: 0;
  }
  .mayokke_image.adjust_center img {
    max-width: 339px;
    width: auto;
    height: auto;
  }
  .mayokke_tate {
    width: 88px;
    height: auto;
    right: -20px;
    bottom: 30px;
  }
  .mayokke_yoko {
    width: 84px;
    height: auto;
    left: -10px;
    top: 40px;
  }
  .mayokke_birth .adjust_left {
    justify-content: flex-end;
  }
  .mayokke_birth .adjust_right {
    justify-content: flex-start;
  }
  .mayokke_birth .mayokke_copy_pt1 {
    margin-top: 0;
  }
  .mayokke_text_area p:not(:last-child) {
    margin-bottom: 18px;
  }
}

/* CMバナー */
.bn_mayokke_cmbox {
  margin-top: 75px;
}
.bn_mayokke_cm {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title image" "logo image" "btn image";
  gap: 0 20px;
  background-color: #ddf4ef;
  background-image: url(/images/mayokke/bg_mayokke_cm.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px;
  align-items: center;
}
.bn_mayokke_title {
  grid-area: title;
  color: #005851;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-shadow:
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;
}
.bn_mayokke_btn {
  grid-area: btn;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  background-color: #009387;
  color: #fff;
  height: 55px;
  border-radius: 5px;
  align-self: end;
}
.bn_mayokke_btn span {
  font-size: 2rem;
  font-weight: 700;
}
.bn_mayokke_images {
  grid-area: image;
  justify-self: end;
  height: 219px;
  max-width: 386px;
  width: auto;
}
.bn_mayokke_images img {
  max-width: 100%;
  width: auto;
  border-radius: 4px;
  border: 3px solid #fff;
}
.bn_mayokke_logo {
  grid-area: logo;
  background-color: #009387;
  display: flex;
  justify-self: start;
  padding: 16px 24px 8px 24px;
}
.bn_mayokke_logo img {
  width: auto;
  max-width: 315px;
  height: auto;
  border-radius: 0;
}
@media screen and (max-width: 1272px) {
  .bn_mayokke_title br.nopc{
    display: block;
  }
.bn_mayokke_logo {
    grid-area: logo;
    background-color: #009387;
    display: flex;
    justify-self: start;
    padding: 12px 16px 4px 16px;
}
}
@media screen and (max-width: 768px) {
  .bn_mayokke_cm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title image" "logo image" "btn btn";
    gap: 10px 16px;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 26px 12px;
  }
  .bn_mayokke_title {
    font-size: 1.8rem;
  }
  .bn_mayokke_images {
    height: auto;
    width: 150px;
  }
  .bn_mayokke_logo {
    padding: 8px 8px 4px;
  }
  .bn_mayokke_logo img {
    width: auto;
    max-width: 166px;
    height: auto;
    border-radius: 0;
  }
  .bn_mayokke_btn {
    height: 47px;
    margin-top: 8px;
  }
  .bn_mayokke_btn span {
    font-size: 1.6rem;
  }
}

/*------------------------------
 アニメーション設定
------------------------------*/
/* 初期リセット */
.js-animate {
  opacity: 0;
}

.js-animate.is-active {
  opacity: 1;
}

/* フェードイン（左→右） */
.js-animate[data-anim="fade-left"].is-active {
  animation: fadeInLeft 0.6s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .js-animate[data-anim="fade-left"].is-active {
    animation: fadeInLeft 0.8s ease-out forwards;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* フェードイン（右→左） */
.js-animate[data-anim="fade-right"].is-active {
  animation: fadeInRight 0.6s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .js-animate[data-anim="fade-right"].is-active {
    animation: fadeInRight 0.8s ease-out forwards;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* フェードイン（透明度） */
.js-animate[data-anim="fade-in"] {
  transition: opacity 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  .js-animate[data-anim="fade-in"] {
    transition: opacity 0.8s ease-out;
  }
}

.js-animate[data-anim="fade-in"].is-active {
  opacity: 1;
}

/* バウンス */
.js-animate[data-anim="bounce"] {
  opacity: 1;
}
.js-animate[data-anim="bounce"].is-active {
  animation: bounceSoft 0.9s cubic-bezier(0.25, 1.5, 0.5, 1);
}

@keyframes bounceSoft {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-16px);
  }
  65% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

/*==============================
　マヨッケの活動履歴
==============================*/
main.mayokke_info {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  font-feature-settings: normal;
}
.mayokke_info .inner {
  max-width: 965px;
}
.mayokke_info .mayokke_bg_pt1 {
  border-radius: 0;
  margin-top: 0;
  padding: 46px 0 96px;
}

/*------------------------------
 履歴一覧ページ
------------------------------*/
.mayokke_info_list {
  background-color: #fff;
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 50px;
}
.mayokke_info_box a {
  border-bottom: 2px dotted #a9e0ff;
  padding-bottom: 24px;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 24px;
}
.mayokke_info_title {
  font-size: 2rem;
  line-height: 1.56;
  font-weight: 700;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2行で省略 */
  overflow: hidden;
}
.mayokke_info_date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #7e9199;
}
.mayokke_info_img {
  width: 274px;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 13px;
  flex-shrink: 0;
}
.mayokke_info_img img {
  width: 100%;
  height: auto;
}
.mayokke_info .btn_list.to_mayokke {
  max-width: 380px;
  height: 66px;
  position: relative;
}
.mayokke_info .btn_list.to_mayokke::before {
  content: "←";
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.mayokke_info .btn_list.to_mayokke:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .mayokke_info .mayokke_bg_pt1 {
    padding: 24px 0 80px;
  }
  /* ページタイトルエリア */
  .mayokke_info .page_header.mayokke_header_base .page_title {
    line-height: 1.32;
  }
  .mayokke_info .page_header.mayokke_header_base .inner .page_title_area {
    top: 52px;
    left: 24px;
    transform: inherit;
    text-align: left;
    width: 100%;
  }
  .mayokke_info .page_header.mayokke_header_base .inner {
    position: relative;
    height: 200px;
  }
  .mayokke_info .page_header.mayokke_header_base .page_title_image {
    position: absolute;
    top: 60px;
    bottom: inherit;
    right: 24px;
    left: inherit;
    transform: none;
  }
  .mayokke_info .page_header.mayokke_header_base img {
    position: static;
    width: 166px;
    height: auto;
    transform: inherit;
  }
  .mayokke_info .inner {
    padding: 0 12px;
  }
  .mayokke_info_list {
    border-radius: 9px;
    padding: 16px 12px;
  }
  .mayokke_info_box a {
    padding-bottom: 14px;
    gap: 14px;
    margin-bottom: 14px;
    align-items: inherit;
  }
  .mayokke_info_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
  }
  .mayokke_info_title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 3行で省略 */
    overflow: hidden;
  }
  .mayokke_info_date {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .mayokke_info_img {
    width: 120px;
    height: 90px;
    overflow: hidden;
  }
  .mayokke_info_img img {
    height: 100%;
    width: auto;
  }
  .mayokke_info .btn_list.to_mayokke {
    height: 54px;
  }
}

/* ページネーション */
.mayokke_pagenate_area {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.mayokke_pagenate_area .pagenate {
  display: inline-block;
}
.mayokke_pagenate_area .pagenate_list {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  font-weight: 500;
}
.mayokke_pagenate_area .pagenate_list li a,
.mayokke_pagenate_area .pagenate_list li .current_page {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b9e6ff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.mayokke_pagenate_area .pagenate_list li a {
  background-color: transparent;
}
.mayokke_pagenate_area .pagenate_list li a:hover {
  text-decoration: underline;
}
.mayokke_pagenate_area .pagenate_list li .next,
.mayokke_pagenate_area .pagenate_list li .prev {
  border: 1px solid #62c7ff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
.mayokke_pagenate_area .pagenate_list li .next::before {
  content: "〉";
  display: inline-block;
  color: #62c7ff;
  position: absolute;
  left: 12px;
}
.mayokke_pagenate_area .pagenate_list li .prev::before {
  content: "〈";
  display: inline-block;
  color: #62c7ff;
  position: absolute;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .mayokke_pagenate_area .pagenate_list li .next,
  .mayokke_pagenate_area .pagenate_list li .prev {
    width: 30px;
    height: 30px;
  }
  .mayokke_pagenate_area .pagenate_list li a {
    width: 30px;
  }
  .mayokke_pagenate_area .pagenate_list {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

/*------------------------------
 履歴詳細
------------------------------*/
.mayokke_info_detail{
  padding-bottom: 96px;
}
.mayokke_detail_inner {
  max-width: 912px;
  margin: 0 auto;
  padding: 70px 0 28px;
  background-color: #fff;
}
.mayokke_detail_inner .mayokke_info_text {
  margin-bottom: 32px;
}
.mayokke_detail_inner .mayokke_info_date {
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.mayokke_detail_inner .mayokke_info_title {
  width: 100%;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 24px;
}
.mayokke_detail_inner .mayokke_info_title::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: url(/images/mayokke/info/bg_line.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mayokke_detail_inner .mayokke_info_title::after{
  content: "";
  display: inline-block;
  width: 75px;
  height: 20px;
  background: url(/images/mayokke/info/ico_mayokke.png) no-repeat #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mayokke_detail_inner p {
  line-height: 1.72;
  font-size: 1.4rem;
  margin-bottom: 36px;
}
.mayokke_detail_inner img {
  border-radius: 36px;
  margin-bottom: 36px;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* 活動履歴詳細　ボタンエリア */
.mayokke_btn_col {
  display: flex;
  justify-content: center;
  gap: 24px 36px;
}
.mayokke_btn_col .btn_list {
  max-width: 362px;
  height: 66px;
}
.mayokke_btn_col .btn_list:hover {
  opacity: 0.9;
}
.mayokke_btn_col .btn_list.to_mayokke_top {
  border: 3px solid #ff4343;
  background-color: #fff;
  height: 60px;
}
.mayokke_btn_col .btn_list.to_mayokke_top span {
  color: #ff4343;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .inner.mayokke_info_detail{
    padding-bottom: 80px;
  }
  .mayokke_detail_inner {
    padding: 32px 12px 28px;
  }
  .mayokke_detail_inner .mayokke_info_date {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .mayokke_detail_inner .mayokke_info_title {
    font-size: 2.4rem;
  }
  .mayokke_detail_inner .mayokke_info_text {
    margin-bottom: 24px;
  }
  .mayokke_detail_inner p {
    margin-bottom: 28px;
  }
  .mayokke_detail_inner img {
    border-radius: 20px;
    margin-bottom: 28px;
  }
  .mayokke_btn_col {
    flex-direction: column;
    padding: 0 12px;
  }
  .mayokke_btn_col .btn_list {
    max-width: 362px;
    height: 54px;
    font-size: 1.4rem;
  }
  .mayokke_btn_col .btn_list.to_mayokke_top {
    height: 48px;
  }
}

/*------------------------------------------
 swiper-bundle.min.css 差分対応
------------------------------------------*/
.character_image .swiper-horizontal > .swiper-pagination-bullets,
.character_image .swiper-pagination-bullets.swiper-pagination-horizontal,
.character_image .swiper-pagination-custom,
.character_image .swiper-pagination-fraction {
  transform: translateX(-50%);
}