@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

:root {
  --blu: #00BCEF;
  --blu02: #0068B6;
  --pnk:#E7437F;
  --yel:#FFF000;
  --blk:#1D2E3B;
}

#majimun-stamp {
  font-size: 15px;
  line-height: 1.6;
  color: var(--blu);
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.025rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
#majimun-stamp img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
#majimun-stamp .pc {
  display: block;
}
@media screen and (max-width: 599px) {
#majimun-stamp .pc {
  display: none;
}
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#majimun-stamp .inner {
  max-width: 480px;
  width: 94%;
  margin-inline: auto;
}
#majimun-stamp .yel {
  color: var(--yel);
}
#majimun-stamp .txt_link a {
  font-size: min(17px, 3.46vw);
  border-bottom: solid 1px;
  display: inline-flex;
  align-items: center;
}
#majimun-stamp .txt_link a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow.svg);
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
#majimun-stamp .link_btn {
  margin-inline: auto;
  text-align: center;
}
#majimun-stamp .link_btn a {
background-color: var(--yel);
    color: var(--blu02);
    text-align: center;
    font-size: min(17px, 4vw);
    font-weight: 900;
    padding: 12px 2%;
    max-width: 300px;
    width: 96%;
    margin-inline: auto;
    border-radius: 100px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#majimun-stamp .link_btn a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/circle_arrow.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 4%;
}
#majimun-stamp .note {
  font-size: min(13px, 2.88vw);
  font-weight: 600;
  line-height: 1.2;
}
#majimun-stamp .note > li {
  text-indent: -11px;
  padding-left: 11px;
  margin-bottom: 0.4rem;
}
#majimun-stamp .note > li::before {
  content: "※";
}
#majimun-stamp #special,
#majimun-stamp #exchange,
#majimun-stamp #furusato,
#majimun-stamp #faq {
    padding: min(62px, 10.53vw) 0 0;
}
#majimun-stamp .bg_blu {
  background-color: var(--blu);
  background-image: url(../img/line_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
}
/**********************

  PC Base

***********************/
#majimun-stamp .base_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--blu);
  background-image: url(../img/line_bg.png);
  background-repeat: repeat-y;
  background-size: contain;  
  }
#majimun-stamp .bg-left {
    position: sticky;
    top: 0;
    width: calc((100% - 550px) / 2);
    min-width: 10px;
    min-height: 100vh;
    flex-shrink: 0;
    order: 1;
    background-image: url(../img/pc_base.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}
#majimun-stamp .bg-right {
    position: sticky;
    top: 0;
    width: calc((100% - 550px) / 2);
    flex-shrink: 0;
    order: 3;
    min-width: 10px;
    min-height: 100vh;
    text-align: center;
    background-image: url(../img/pc_base.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
#majimun-stamp .bg-right .right__inner {
  width: 100%;
  position: relative;
}
#majimun-stamp .bg-right .nav__list {
    background-color: #fff;
    color: var(--blk);
    padding: 40px 4% 30px 8%;
    border-radius: 40px;
    text-align: left;
    font-weight: 800;
}
#majimun-stamp .bg-right nav {
    position: relative;
    max-width: 330px;
    width: 70%;
    margin-inline: auto;
}
#majimun-stamp .bg-right .nav__list .nav__item {
  margin-bottom: 8px;
}
#majimun-stamp .bg-right .nav__list .nav__item::before {
  content: "";
  display: inline-block;
  background-image: url(../img/nav-i.svg);
  width: 22px;
  height: 14px;
  margin-right: 4px ;
}
#majimun-stamp .bg-right .item01 {
    position: absolute;
    top: -40%;
    max-width: 175px;
    left: min(-40px, -12%);
    width: 40%;
    transform: rotate(35deg);
}
#majimun-stamp .bg-right nav .item02 {
    position: absolute;
    bottom: -20px;
    max-width: 54px;
    right: 0px;
    width: 20%;
}

#majimun-stamp .content_inner {
    max-width: 550px;
    min-width: 320px;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    order: 2;
    box-shadow: 0 0 16px rgba(49, 73, 118, 0.43);
    overflow: hidden;
}
@media screen and (max-width: 999px) {
  #majimun-stamp .bg-right ,
  #majimun-stamp .bg-left { 
    display: none;
  }
}

/**********************

  lead

***********************/
#majimun-stamp  #lead {
  position: relative;
}
#majimun-stamp  #lead:after {
    display: block;
    content: "";
    mask-image: url(../img/wave_bg.svg);
    max-width: 580px;
    height: 28px;
    background-color: #fff;
}
#majimun-stamp #lead .lead__ttl {
  text-align: center;
  padding-top: min(72px, 10.66vw);
  width: 70%;
  margin-inline: auto;
}
#majimun-stamp #lead .lead_txt {
  color: #fff;
  font-size: min(21px, 4.26vw);
  text-align: center;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 32px;
  letter-spacing: -0.05rem;
}
#majimun-stamp #lead ruby rt {
  text-align: center;
}
#majimun-stamp #lead .lead_info {
    background-color: var(--yel);
    color: var(--blu02);
    width: 90%;
    margin-inline: auto;
    border-radius: 32px;
    text-align: center;
    font-weight: 900;
    margin-top: -6%;
    margin-bottom: min(40px, 10.66vw);
    padding: 12px 4%;
    position: relative;
}
#majimun-stamp #lead .lead_info dt {
  background-color: var(--blu02);
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0 12px;
  border-radius: 100px;
}
#majimun-stamp #lead .lead_info dd {
  font-size: min(26px, 5.33vw);
  margin-bottom: 8px;
}
#majimun-stamp #lead .lead_info dd .sm {
  font-size: 60%;
}
#majimun-stamp #lead .lead_info .item03{
    position: absolute;
    top: -20px;
    max-width: 96px;
    right: 0;
    width: 19%;
}
#majimun-stamp #lead .item01 {
    position: absolute;
    top: 0%;
    max-width: 137px;
    right: -40px;
    width: 26%;
}
#majimun-stamp #lead .item02 {
    position: absolute;
    top: 21%;
    max-width: 59px;
    left: 4%;
    width: 10%;
}
#majimun-stamp  #lead .chara {
    max-width: 320px;
    width: 53.33%;
    margin-inline: auto;
    margin-top: -5%;
    position: relative;
    z-index: 1;
}
/**********************

  about_majimun

***********************/
#majimun-stamp #about_majimun {
  color: var(--blk);
  position: relative;
}
#majimun-stamp #about_majimun .ttl {
  max-width: 360px;
  width: 72%;
  margin-inline: auto;
  margin-top: min(32px, 8.53vw);
}
#majimun-stamp #about_majimun .ttl+p {
  font-size: min(17px,3.46vw);
  font-weight: bold;
  padding: 0 4%;
  text-align: center;
  margin-top: min(24px, 5.33vw);
}
#majimun-stamp #about_majimun .illust_wrap {
  background-color: #FBE3EC;
  padding: 24px 5%;
  border-radius: 40px;
  margin-top: min(32px, 6.4vw);
  width: 96%;
  margin-inline: auto;
  margin-bottom: min(40px, 10.66vw);
  position: relative;
}
#majimun-stamp #about_majimun .illust_wrap dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
#majimun-stamp #about_majimun .illust_wrap .name-img {
    max-width: 100px;
    width: 26.6%;
}
#majimun-stamp #about_majimun .illust_wrap dt { 
  font-size: min(19px, 4vw);
  color: var(--pnk);
  font-weight: 900;
  margin-left: 4%;
}
#majimun-stamp #about_majimun .illust_wrap dt > strong { 
    font-size: min(24px, 5.33vw);
    margin-top: -8px;
    display: block;
}
#majimun-stamp #about_majimun .illust_wrap dt > span { 
    font-size: 11px;
    color: var(--blk);
    display: block;
}
#majimun-stamp #about_majimun .illust_wrap .intro_txt {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
}
#majimun-stamp #about_majimun .illust_wrap .ig_btn {
  margin-top: min(24px, 5.33vw);
  margin-inline: auto;
  text-align: center;
}
#majimun-stamp #about_majimun .illust_wrap .ig_btn > a {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding: 12px 6%;
    border-radius: 12px;
    display: inline-flex;
    gap: 12px;
}
#majimun-stamp #about_majimun .illust_wrap .ig_btn > a::before { 
  content: "";
  display: inline-block;
  background-image: url(../img/ig-i.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
#majimun-stamp #about_majimun .item01 {
position: absolute;
    top: -130px;
    max-width: 125px;
    left: 0;
    width: 25%;
}
#majimun-stamp #about_majimun .item02 {
  position: absolute;
  top: 20px;
  max-width: 146px;
  right: -14%;
  width: 29%;
}
#majimun-stamp #about_majimun .item03 {
    position: absolute;
    top: -20px;
    max-width: 96px;
    right: 0;
    width: 19.2%;
}
/**********************

  flow

***********************/
#majimun-stamp #flow {
  color: #fff;
  text-align: center;
  padding: min(80px, 10.66vw) 0 0;
  position: relative;
}
#majimun-stamp #flow::after {
    display: block;
    content: "";
    mask-image: url(../img/wave_bg.svg);
    max-width: 580px;
    height: 28px;
    background-color: #fff;
}
#majimun-stamp #flow h2 { 
  margin-bottom: min(24px, 5.33vw);
  width: 40%;
  margin-inline: auto;
}
#majimun-stamp #flow .txt{ 
  font-size: min(21px, 4.26vw);
  margin-bottom: min(24px, 5.33vw);
  line-height: 1.4;
  font-weight: 700;
}
#majimun-stamp #flow .txt > strong { 
    font-size: 150%;
}
#majimun-stamp #flow .splide {
  width: 80%;
  margin-inline: auto;
}
#majimun-stamp #flow .splide .splide__slide {
  background-color: var(--yel);
  color: var(--blu02);
  border-radius: 32px;
  padding: 32px 6%;
}
#majimun-stamp #flow .splide .splide__slide .step {
  width: 22%;
  margin-inline: auto;

}
#majimun-stamp #flow .splide .splide__slide .step_img {
  max-width: 220px;
  margin-inline: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 80%;
}
#majimun-stamp #flow .splide .splide__slide .step_txt {
  font-size: min(19px, 4vw);
  line-height: 1.4;
  font-weight: 900;
}
#majimun-stamp #flow .txt_link {
  margin-top: min(24px, 5.33vw);
  margin-bottom: min(80px, 10.66vw);
}
#majimun-stamp #flow .item01 {
  position: absolute;
  top: -20px;
  max-width: 117px;
  right: 4%;
  width: 25%;
}
#majimun-stamp #flow .item02 {
  position: absolute;
  top: 4%;
  max-width: 54px;
  left: 7%;
  width: 11%;
}
/**********************

  special 

***********************/
#majimun-stamp #special {
  position: relative;
}
#majimun-stamp #special::after {
    display: block;
    content: "";
    mask-image: url(../img/wave_bg.svg);
    max-width: 580px;
    height: 28px;
    background-color: var(--blu);
    margin-top: min(80px, 10.66vw);
}
#majimun-stamp #special .sec-ttl {
  width: 40%;
  margin-inline: auto;
  margin-bottom: min(19px, 3.2vw);
}
#majimun-stamp #special .sec-ttl+p {
  font-size: min(17px, 4.26vw);
  margin-bottom: min(24px, 5.33vw);
  line-height: 1.4;
  font-weight: 700;
  color: var(--blk);
  text-align: center;
}
#majimun-stamp #special .special-item {
  background-color: var(--blu);
  background-image: url(../img/line_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  margin-inline: auto;
  border-radius: 32px;
  padding: 32px 6%;
  color: #fff;
  position: relative;
  margin-bottom: min(40px, 6.4vw);
  position: relative;
}
#majimun-stamp #special .special-item .special-copy {
  text-align: center;
  font-size: min(17px, 3.46vw);
  margin-bottom: 4px;
}
#majimun-stamp #special .special-item:first-of-type h3 {
  max-width: 374px;
  width: 100%;
}
#majimun-stamp #special .special-item:nth-of-type(2) h3 {
  max-width: 408px;
  width: 100%;
}
#majimun-stamp #special .special-item .item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  margin-top: min(16px, 3.2vw);
  margin-bottom: 12px;
}
#majimun-stamp #special .special-item .item__box > p {
  line-height: 1.5;
  font-size: min(17px, 3.46vw);
  font-weight: 900;
}
#majimun-stamp #special .special-item .special-img01 {
  max-width: 120px;
  width: 32%;
}
#majimun-stamp #special .special-item .special-img02 {
  max-width: 430px;
  margin-top: 12px;
}
#majimun-stamp #special .special-item .wappen {
  max-width: 96px;
  width: 20%;
  position: absolute;
  top: -4%;
  left: -4%;
  transform: rotate(-8deg);
}
#majimun-stamp #special .special-item .special-content {
  text-align: center;
}
#majimun-stamp #special .special-item .special-content > h4 {
  font-size: min(17px, 3.46vw);
  text-align: center;
  font-weight: 900; 
  margin-bottom: 12px;
}
#majimun-stamp #special .special-item .content__list {
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px 4%;
    margin-bottom: min(24px, 5.33vw);
}
#majimun-stamp #special .item01 {
  position: absolute;
  top: -3%;
  max-width: 175px;
  left: -2%;
  width: 31%;
}
#majimun-stamp #special .item01 {
  position: absolute;
  top: -3%;
  max-width: 175px;
  right: 8%;
  width: 29%;
}
#majimun-stamp #special .item02 {
  position: absolute;
  top: 1%;
  max-width: 54px;
  right: 8%;
  width: 11%;
}
#majimun-stamp #special .special-item .item03 {
  position: absolute;
  top: 28%;
  max-width: 121px;
  left: -8%;
  width: 24%;
}
#majimun-stamp #special .special-item .item04 {
  position: absolute;
  bottom: 14%;
  max-width: 146px;
  right: -23%;
  width: 29%;
}
@media screen and (max-width: 599px) {
#majimun-stamp #special .special-item .item04 {
  right: -18%;
}
}
#majimun-stamp #special .special-item  .item05 {
  position: absolute;
  bottom: -27px;
  max-width: 87px;
  left: -7%;
  width: 19%;
}
/**********************

  nagopass

***********************/
#majimun-stamp #special #nagopass .info__ttl {
  color: var(--pnk);
  font-size: min(30px, 5.33vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(24px, 5.33vw);
}
#majimun-stamp #special #nagopass .info__list {
    color: var(--pnk);
    width: 94%;
    margin-inline: auto;
    gap: 12px 2%;
}
#majimun-stamp #special #nagopass .info__item {
  width: 100%;
  background-color: #FBE3EC;
  border-radius: 32px;
  padding: 20px 6% 24px;
  margin-bottom: min(12px, 2.4vw);
}

#majimun-stamp #special #nagopass dl {
    display: flex;
    flex-direction: column;
}

#majimun-stamp #special #nagopass .info_box {
  border-bottom: dashed 1px #fff;
  margin-bottom: min(16px, 3.2vw);
  padding-bottom: min(16px, 3.2vw);
  flex-direction: column;
  width: 95%;
  margin-inline: auto;
}
#majimun-stamp #special #nagopass .info_box:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#majimun-stamp #special #nagopass .area {  
  background-color: var(--pnk);
  color: #fff;
  font-size: min(13px, 3.2vw);
  display: inline-block;
  border-radius: 100vw;
  padding: 2px 8px;
  margin-bottom: 8px;
  max-width: max-content; 
}
#majimun-stamp #special #nagopass .info_box .spot_name { 
  font-size: min(17px, 4vw);
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
#majimun-stamp #special #nagopass .info_content {
  color: var(--blk);
  font-weight: 700;
  line-height: 1.26;
  font-size: min(15px, 3.46vw);
}
/**********************

  exchange 

***********************/
#majimun-stamp #exchange {
  position: relative;
}
#majimun-stamp #exchange::after {
    display: block;
    content: "";
    mask-image: url(../img/wave_bg.svg);
    max-width: 580px;
    height: 28px;
    background-color: #fff;
    margin-top: min(80px, 10.66vw);
}
#majimun-stamp #exchange .sec-ttl {
  width: 81.6%;
  margin-inline: auto;
  margin-bottom: min(19px, 3.2vw);
}
#majimun-stamp #exchange .sec-ttl+p {
  color: #fff;
  text-align: center;
  font-size: min(17px, 4.26vw);
  font-weight: 900;
}
#majimun-stamp #exchange .exchange__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  gap: 24px 0;
  margin-top: min(24px, 5.33vw);
}
#majimun-stamp #exchange .exchange__item {
    width: 49%;
    background-color: #fff;
    border-radius: min(32px, 6.4vw);
    text-align: center;
    position: relative;
    color: var(--blk);
    display: flex;
    flex-direction: column;
}
#majimun-stamp #exchange .area {
    background-color: var(--blu02);
    color: #fff;
    font-size: min(13px, 3.2vw);
    display: inline-block;
    border-radius: 100vw;
    padding: 2px 8px;
    margin-bottom: 8px;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 0px);
    top: -5px;
}
#majimun-stamp #exchange .exchange-img {
    width: 94%;
    margin-inline: auto;
    margin-top: 3%;
}
#majimun-stamp #exchange .exchange-img > img {
  border-radius: 22px;
}
#majimun-stamp #exchange .exchange-spot {
  font-size: min(17px, 3.46vw);
  font-weight: 900;
  letter-spacing: -0.05rem;
  margin-top: min(12px, 2.13vw);
}
#majimun-stamp #exchange .exchange-address {
  font-size: min(13px, 3.2vw);
}
#majimun-stamp #exchange .exchange_box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
}
#majimun-stamp #exchange .exchange_box h4 {
  background-color: var(--yel);
  color: var(--blu02);
  font-size: min(13px, 3.2vw);
  font-weight: 700;
  width: 88%;
  margin-inline: auto;
  margin-top: min(12px, 2.13vw);
  border-radius: 100vw;
}
#majimun-stamp #exchange .exchange_box .exchange-txt {
  font-size: min(13px, 3.2vw);
  width: 88%;
  margin-inline: auto;
  margin-top: min(8px, 2.13vw);
  margin-bottom: min(12px, 2.13vw);
  letter-spacing: -0.03em;
}
#majimun-stamp #exchange .exchange-spot-link a {
    border-top: solid 1px #AEB4B9;
    font-size: min(15px, 3.46vw);
    width: 100%;
    padding: 10px 2% 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#majimun-stamp #exchange .exchange-spot-link a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/map-i.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#majimun-stamp #exchange .item01 {
  position: absolute;
  max-width: 59px;
  width: 11%;
  top: -2%;
  left: 4%;
}
#majimun-stamp #exchange .item02 {
    position: absolute;
    max-width: 137px;
    width: 24%;
    top: -4%;
    right: 4%;
}
/**********************

  ibasho 

***********************/
#majimun-stamp #ibasho {
  background-color: #fff;
  border-radius: 32px;
  padding: min(40px, 8.4vw) 6%;
  margin-top: min(40px, 8.53vw);
  position: relative;
}
#majimun-stamp #ibasho .ibasho_ttl {
  color: var(--blu02);
  font-size: min(30px, 5.33vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(12px, 2.13vw);
  line-height: 1;
}
#majimun-stamp #ibasho .ibasho_ttl+p {
  color: var(--blk);
  text-align: center;
  font-size: min(17px, 3.26vw);
  font-weight: 900;
}
#majimun-stamp #ibasho .note {
  text-align: center;
  color: var(--blk);
  margin-top: min(12px, 2.13vw);
  margin-bottom: 24px;
}
#majimun-stamp #ibasho .item01 {
    position: absolute;
    max-width: 91px;
    width: 17%;
    top: -2%;
    left: 2%;
}
@media screen and (max-width: 599px) {
#majimun-stamp #ibasho .ibasho_map iframe {
  height: 460px!important;
}
}

/**********************

  furusato 

***********************/
#majimun-stamp #furusato {
  padding-bottom: min(60px, 10.66vw);
  position: relative;
}
#majimun-stamp #furusato h4 {
  color: var(--pnk);
  font-size: min(30px, 5.33vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(12px, 2.13vw);
}
#majimun-stamp #furusato h4+p {
  font-size: min(17px,3.46vw);
  color: var(--blk);
  text-align: center;
  margin-bottom: min(32px, 6.4vw);
}
#majimun-stamp #furusato .link_btn a {
  background-color: var(--blu02);
  color: #fff;
}
#majimun-stamp #furusato .item01 {
    position: absolute;
    max-width: 134px;
    width: 24%;
    top: -8%;
    left: 2%;
}
#majimun-stamp #furusato .item02 {
    position: absolute;
    max-width: 117px;
    width: 23.4%;
    top: -12%;
    right: 2%;
}
/**********************

  faq 

***********************/
#majimun-stamp #faq {
  padding-bottom: min(40px, 8.53vw);
  position: relative;
}
#majimun-stamp #faq h3 {
  color: var(--yel);
  font-size: min(30px, 5.33vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(24px, 5.33vw);
  position: relative;
}
#majimun-stamp #faq .item01 {
    position: absolute;
    max-width: 134px;
    width: 23.4%;
    top: -2%;
    right: 2%;
}
#majimun-stamp #faq .item02 {
    position: absolute;
    max-width: 62px;
    width: 12%;
    bottom: min(-24px, 5.33vw);
    left: 7%;
}
/*--------- accordion ---------*/
.accordion{
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
}
.accordion summary {
    font-size: min(17px,3.46vw);
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.3em;
    color: #fff;
    background-color: var(--blu02);
    font-weight: 600;
    cursor: pointer;
    border-radius: 15px;
}
.accordion summary > span {
  width: 92%;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
  content: "";
  display: inline-block;
  background-image: url(../img/plus-i.svg);
  background-size: contain;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  transition: all .2s;
}
@media screen and (max-width: 599px) {
  .accordion summary::after {
    width: 18px;
    height: 18px;
  }
}
.accordion[open] summary::after {
    rotate: 45deg;
}
.accordion p {
    line-height: 1.4;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 1.3em 1.4em 1.3em;
    color: var(--blk);
    transition: transform .5s, opacity .5s;
}
.accordion[open] summary {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}
/*--------- term ---------*/
#majimun-stamp #faq .term {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 6%;
  margin-top: min(40px, 6.4vw);
}
#majimun-stamp #faq .term h4{
  color: var(--blu02);
  font-size: min(30px, 5.33vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(12px, 2.13vw);
}
#majimun-stamp #faq .term .term_box {
  height: 300px;
  overflow-y: scroll;
  font-size: 13px;
  color: var(--blk);
  line-height: 1.4;
}
#majimun-stamp #faq .term .term_box h6 {
  font-size: min(16px, 3.47vw);
  margin-bottom: 0.4rem;
  font-weight: 900;
}
#majimun-stamp #faq .term .term_box dt {
  font-size: min(15px, 3.73vw);
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
#majimun-stamp #faq .term .term_box dd {
    margin-bottom: 0.6rem;
}
#majimun-stamp #faq .term .term_box dd li {
  margin-bottom: 0.6rem;
}
/**********************

  contact

***********************/
#majimun-stamp #contact {
  position: relative;
}
#majimun-stamp #contact h3{
  color: var(--blk);
  font-size: min(24px, 4.53vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05rem;
  margin-bottom: min(12px, 2.13vw);
  margin-top: min(40px, 8.53vw);
}
#majimun-stamp #contact .contact_box {
  background-color: #E6F8FD;
  border-radius: 32px;
  width: 90%;
  margin-inline: auto;
  text-align: center;
  color: var(--blk);
  padding: 24px 6%;
}
#majimun-stamp #contact .contact_box h4 {
  font-size: min(17px, 4vw);
}
#majimun-stamp #contact .contact_box .contact-mail {
  font-size: min(24px, 4.53vw);
  color: var(--blu02);
  font-weight: 900;
}
#majimun-stamp #contact .contact_box .contact-info {
  font-size: min(13px, 3.2vw);
  line-height: 1.6;
}
#majimun-stamp .copyright {
  text-align: center;
  font-size: 10px;
  color: var(--blk);
  padding: 24px 4%;
}
#majimun-stamp #contact .item01 {
    position: absolute;
    max-width: 175px;
    width: 32%;
    top: 4%;
    left: -18%;
    transform: rotate(45deg);
}
#majimun-stamp #contact .item02 {
    position: absolute;
    max-width: 54px;
    width: 10.8%;
    bottom: 0;
    right: 4%;
}

/* fuwafuwa */
#majimun-stamp .fuwafuwa {
  animation: fuwafuwa 2.4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-8px)
  }

  100% {
    transform: translateY(0px)
  }
}
#majimun-stamp .jump  {
  animation: jump 3s infinite ease;
}

@keyframes jump {
	0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
	10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
	30% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#majimun-stamp .hide-right  {
  animation: hide-right 6s infinite ease;
}
@keyframes hide-right {
	0% {
    transform: translate(0, 0);
  }
  33.33333% {
    transform: translateX(40px)
  }
  100% {
    transform: translateX(0px)
  }
}
@media screen and (max-width: 599px) {
  #majimun-stamp .hide-right  {
  animation: hide-right 3s infinite ease;
  }
@keyframes hide-right {
	0% {
    transform: translate(0, 0);
  }
  33.33333% {
    transform: translateX(20px)
  }
  100% {
    transform: translateX(0px)
  }
}
}