body{
  font-family: "Noto Sans JP", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}


/* PC逕ｨ
-------------------------------------------- */
@media screen and (min-width: 751px) {

  #wrapper-content{
    background-color: #f5c4d7;
  }
  .wrapper-content__inner{
    background-image: url(../img/main_bg_pc.png) , url(../img/main_bg_bottom_pc.png);
    background-size: 100%;
    background-repeat: no-repeat , no-repeat;
    background-position: center top , center bottom;
    padding-bottom: 70px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* 繝医ャ繝� */
  .main-top__contents{
    margin-bottom: 75px;
  }
  .main-top__block{
    position: relative;
  }
  .main-top__bg{
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .main-top__badge{
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 9px;
  }
  .main-top__title{
    text-align: center;
  }
  .main-top__area{
    margin-top: 76px;
  }
  .main-top__date{
    text-align: center;
    margin-bottom: 39px;
  }
  .main-top__text{
    text-align: center;
    margin-right: -16px;
  }
  .main-nav__list{
    display: flex;
    justify-content: center;
    align-items: end;
    list-style-type: none;
  }
  .main-nav__item{
    margin-left: 9px;
  }
  .main-nav__item.typeA{
    margin-right: -21px;
    margin-left: 0;
  }
  .main-nav__item.typeB{
    margin-left: -4px;
    margin-right: -15px;
  }


  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝亥�騾� */
  .project__contents{
    margin-bottom: 60px;
  }
  .project__contents:last-child{
    margin-bottom: 0;
  }
  .project__block{
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 20px;
    background-color: #cde5f9;
    max-width: 1000px;
    margin: 0 auto;
  }
  .project__bg{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  .project__bg::before{
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    right: 0;
    width: 100%;
    height: 103%;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 90%, rgba(205, 229, 249, 1) 100%);
    border-radius: 25px;
  }
  .project__inner{
    position: relative;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�01 */
  .project__badge.typeA{
    position: absolute;
    top: -6px;
    left: -5px;
    z-index: 1;
  }
  .project__inner.typeA{
    background-image: url(../img/project01_bg_pc.png);
    background-repeat: no-repeat;
    background-position: left 36px top 39px;
    padding: 86px 0 92px;
  }
  .project__title.typeA{
    text-align: center;
    margin-bottom: 60px;
  }
  .project__img.typeA{
    margin-left: 91px;
    margin-bottom: 24px;
  }
  .project__text.typeA{
    text-align: center;
    margin-bottom: 50px;
  }
  .project-ad__block{
    width: 800px;
    margin: 0 auto 90px;
    padding: 25px 0 56px;
    background-color: #ffeff7;
    border-radius: 16px;
  }
  .project-ad__title{
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
  }
  .project-ad__text{
    font-weight: 500;
    color: #444444;
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  .project-ad__text.typeA{
    margin-bottom: 40px;
  }
  .project-ad__btn{
    text-align: center;
    margin-right: -4px;
  }
  .project-participation__block{
    position: relative;
    width: 800px;
    margin: 0 auto 50px;
    padding: 56px 0 50px;
    background-color: #edf3fd;
    border-radius: 16px;
  }
  .project-participation__title{
    text-align: center;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
  }
  .project-participation__text{
    font-weight: 500;
    color: #444444;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 19px;
  }
  .project-participation-step__list{
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
  }
  .project-participation-step__item{
    width: 321px;
    margin-right: 6px;
    margin-bottom: 30px;
  }
  .project-participation-step__item:nth-child(2){
    width: 317px;
    margin-right: 0;
  }
  .project-participation-step__item:last-child{
    width: 660px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .project-participation-step__text{
    font-weight: 500;
    color: #444444;
    font-size: 19px;
    text-align: left;
    line-height: 1.6;
    margin-top: 14px;
    margin-left: 12px;
  }
  .project-participation-caution{
    width: 630px;
    margin: 0 auto;
  }
  .project-participation-caution__list{
    list-style-type: none;
    text-align: left;
  }
  .project-participation-caution__item{
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
  }
  .project-store__btn{
    text-align: center;
    margin-right: -6px;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�02 */
  .project__badge.typeB{
    position: absolute;
    top: -6px;
    left: -5px;
    z-index: 1;
  }
  .project__inner.typeB{
    background-image: url(../img/project02_bg_pc.png);
    background-repeat: no-repeat;
    background-position: left 26px top 39px;
    padding: 120px 0 100px;
  }
  .project__title.typeB{
    text-align: center;
    margin-bottom: 66px;
  }
  .project-photo__area{
    width: 800px;
    margin: 0 auto 40px;
  }
  .project-photo__list{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .project-photo__item{
    width: 260px;
    margin-right: 9px;
  }
  .project-photo__item:last-child{
    margin-right: 0;
  }
  .project-photo__item img{
    width: 100%;
  }
  .project-photo__caution{
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
  }
  .project__text.typeB{
    text-align: center;
    margin-bottom: 60px;
  }

  .project-event__title{
    text-align: center;
    margin-bottom: 40px;
  }
  .project-event__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-event-pickup__block{
    width: 380px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(248, 184, 225, 1) 100%);
    box-shadow: 6px 6px 6px 0px rgba(245, 196, 215, 0.65);
    padding: 23px 15px 34px;
    margin-right: 40px;
  }
  .project-event-pickup__block:last-child{
    margin-right: 0;
  }
  .project-event-pickup__title{
    text-align: center;
    margin-bottom: 27px;
  }
  .project-event-pickup__img{
    text-align: center;
    margin-bottom: 30px;
  }
  .project-event-pickup__btn{
    text-align: center;
    margin-right: -6px;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�03 */
  .project__badge.typeC{
    position: absolute;
    top: -6px;
    left: -5px;
    z-index: 1;
  }
  .project__target{
    position: absolute;
    top: -11px;
    right: 49px;
    z-index: 1;
  }
  .project__inner.typeC{
    background-image: url(../img/project03_bg_pc.png);
    background-repeat: no-repeat;
    background-position: left 24px top 36px;
    padding: 117px 0 98px;
  }
  .project__title.typeC{
    text-align: center;
    margin-bottom: 60px;
  }
  .project__desc {
    /* color: #e40077;
    text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px; */
    margin-top: -70px;
    margin-bottom: 60px;
    /* font-size: 24px;
    font-weight: bold; */
    text-align: center;
  }
  .project__text.typeC{
    text-align: center;
    margin-bottom: 40px;
  }
  .project-photo__list.typeC{
    margin-bottom: 40px;
  }
  .project-experience-caution{
    text-align: center;
    margin-bottom: 40px;
  }
  .project-experience-caution__list{
    list-style-type: none;
    text-align: left;
    display: inline-block;
  }
  .project-experience-caution__item{
    text-indent:-1em;
    padding-left: 1em;
    font-weight: 500;
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
  }
  .project-experience__read{
    text-align: center;
    margin: 0 auto 78px;
  }
  .project-experience__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-experience-pickup__block{
    position: relative;
    width: 260px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(248, 184, 225, 1) 100%);
    box-shadow: 6px 6px 6px 0px rgba(245, 196, 215, 0.65);
    padding: 39px 0 32px;
    margin-right: 11px;
  }
  .project-experience-pickup__block:last-child{
    margin-right: 0;
  }
  .project-experience-pickup__badge{
    text-align: center;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
  }
  .project-experience-pickup__title{
    text-align: center;
    margin-bottom: 20px;
  }
  .project-experience-pickup__date{
    text-align: center;
    margin-bottom: 15px;
  }
  .project-experience-pickup__area{
    /* margin-bottom: 29px; */
    margin-bottom: 10px;
  }
  .project-experience-pickup__photo{
    text-align: center;
    /* margin-bottom: 11px; */
  }
  /* .project-experience-pickup__photo.typeA{
    margin-bottom: 32px;
  } */
  .project-experience-pickup__name{
    text-align: center;
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    line-height: 1.6;
  }
  .project-experience-pickup__btn{
    text-align: center;
    margin-right: -6px;
  }

  /* 繧ｹ繝医い繝壹�繧ｸ */
  .project__block.typeD{
    background-color: #FFDEED;
  }
  .project__bg.typeD::before{
    top: -10%;
    height: 110%;
    background: #FFFCD1;
    background: linear-gradient(0deg, rgba(255, 252, 209, 1) 50%, rgba(255, 222, 237, 1) 100%);
    border-radius: 25px 25px 0 0;
  }
  .project__inner.typeD{
    background-image: url(../img/store_title_bg_pc.png);
    background-repeat: no-repeat;
    background-position: left 72px top 15px;
    padding: 84px 0 70px;
  }
  .project__title.typeD{
    text-align: center;
    margin-bottom: 87px;
  }
  .project-store-region__block{
    text-align: center;
    margin-bottom: 34px;
  }
  .project-store-region__block:last-child{
    margin-bottom: 0;
  }
  .project-store-region__btn{
    text-align: center;
    display: inline-block;
    margin-right: -6px;
  }
  .project-store-region__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 36px;
    top: calc(50% - 6px);
    transform: translateY(-50%);
    background-color: #e40077;
    border-radius: 50%;
  }
  .project-store-region__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 4px;
    background: white;
    transition: 0.2s;
  }
  .project-store-region__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 4px;
    width: 50%;
    background: white;
  }
  .project-store-region__btn.open .project-store-region__icon{
    border: 3px solid #e40077;
    background-color: #ffffff;
  }
  .project-store-region__btn.open .project-store-region__icon::before{
    background: #e40077;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .project-store-region__btn.open .project-store-region__icon::after{
    background: #e40077;
  }
  .project-store-region__inner{
    margin-top: 44px;
  }
  .project-store__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .project-store__item{
    text-align: center;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .project-store__item:nth-child(even){
    margin-right: 0;
  }
  /* .project-store__item:nth-last-child(-n+2){
    margin-bottom: 0;
  } */
  .project-store__item:last-child{
    margin-right: 0;
    margin-bottom: 0;
  }
  .project-store-prefectures__btn{
    border: 6px solid #e40077;
    border-radius: 40px;
    width: 380px;
  }
  .project-store-prefectures__area{
    text-align: center;
    border: 2px solid #ffffff;
    background-color: #e40077;
    border-radius: 40px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 20px 0;
    letter-spacing: 8px;
  }
  .project-store__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 50%;
  }
  .project-store__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 4px;
    background: #e40077;
    transition: 0.2s;
  }
  .project-store__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 4px;
    width: 50%;
    background: #e40077;
  }
  .project-store-prefectures__btn.open .project-store__icon::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .project-store__links{
    background-color: #ffffff;
    border: 2px solid #fac8e8;
    border-radius: 20px;
    padding: 20px;
  }
  .project-store__link{
    border-bottom: 1px solid #fac8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .project-store__link:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .project-store__inner{
    margin-top: 30px;
  }
  .project-store__address{
    position: relative;
    text-align: left;
    line-height: 1;
  }
  .project-store__address a{
    position: relative;
    display: block;
    font-size: 15px;
    color: #e40077;
    text-decoration: none;
  }
  .project-store__address a::after{
    content: "";
    width: 15px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/store_address_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  

  /* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢｢菫� */
  .js-accordion-btn{
    position: relative;
    cursor: pointer;
  }
  .js-accordion-content{
    display: none;
  }

  /* 繧ｳ繝斐�繝ｩ繧､繝� */
  .main_copy{
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
  }

  /* 繝壹�繧ｸ繝医ャ繝励�繧ｿ繝ｳ */
  .pagetop {
    z-index: 100;
    right: 15px;
  }

  /* 繝｢繝ｼ繝繝ｫ髢｢菫� */
  /* 繝｢繝ｼ繝繝ｫ蜈ｨ菴�(閭梧勹�区悽菴�) */
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
  }

  /* 繝｢繝ｼ繝繝ｫ閭梧勹 */
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(103, 178, 242, 0.7);
  }

  .modal-close {
    position: fixed;
    top: 4%;
    right: 1.5%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url(../img/modal_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
  }

  /* 繝｢繝ｼ繝繝ｫ譛ｬ菴� */
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll; /* 縺ｯ縺ｿ蜃ｺ縺滄Κ蛻��繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺輔○繧� */
    height: 94%;/* 縺薙ｌ縺檎┌縺�→縲経verflow:scroll縲阪′蛻ｩ縺九↑縺� */
    width: 95%;/* 縺薙ｌ縺檎┌縺�→縲経verflow:scroll縲阪′蛻ｩ縺九↑縺� */
    background: #FFFFFF;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 222, 237, 1) 100%); */
    /* padding: 3% 3%; */
    border-radius: 16px;
  }

  /* 繝｢繝ｼ繝繝ｫ繧ｦ繧｣繝ｳ繝峨え陦ｨ遉ｺ荳ｭ縺ｫ險倅ｺ区悽菴薙ｒ蝗ｺ螳� */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .modal{
    left: 0;
  }

  .modal-page__contents{
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 222, 237, 1) 100%);
    padding: 40px 0 40px;
    max-height: none;
  }
  .modal-page__bg{
    max-width: 860px;
    margin: 0 auto;
  }
  .modal-page__bg.typeA{
    background-image: url(../img/modal_page01_title_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .modal-page__bg.typeB{
    background-image: url(../img/modal_page01_title_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .modal-page__bg.typeC{
    background-image: url(../img/modal_page01_title_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
  }
  .modal-page-badge{
    text-align: center;
    padding-top: 20px;
  }
  .modal-page-target{
    position: absolute;
    left: -7%;
    top: 10px;
  }
  .modal-page-target.typeB{
    left: -8%;
  }
  .modal-page-target.typeC{
    left: -10%;
  }
  .modal-page-title{
    text-align: center;
    margin-bottom: 40px;
  }

  .modal-page__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .modal-page__list.typeA{
    align-items: stretch;
    margin-bottom: 0;
  }
  .modal-page__item:first-child{
    width: 56%;
    margin-right: 2%;
  }
  .modal-page__item:last-child{
    width: 42%;
    margin-right: 0;
  }
  .modal-page__list.typeA .modal-page__item{
    width: calc((100%/2) - 10px);
  }
  .modal-page__img{
    margin-bottom: 10px;
  }
  .modal-page__img img{
    width: 100%;
  }
  .modal-page__caution{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 40px;
  }
  .modal-page__caution.typeA{
    margin-bottom: 0;
  }
  .modal-page__text{
    position: relative;
    color: #444444;
    font-size: 24px;
    font-weight: 600;
    padding-left: 13px;
  }
  .modal-page__text.typeA{
    margin-bottom: 30px;
  }
  .modal-page__text.typeB{
    margin-bottom: 10px;
  }
  .modal-page__text::before{
    content: "";
    background-color: #e40077;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 20px;
    transform: translateY(-50%);
  }
  .modal-page__text.space{
    text-indent: -5em;
    padding-left: calc(5em + 13px);
  }
  .modal-page__text.space::before{
    top: 28%;
  }
  .modal-page__read{
    overflow-wrap: anywhere;
    text-align: left;
    font-size: 23px;
    color: #67b2f2;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 36px;
  }
  .modal-summary{
    background-color: #edf3fd;
    border-radius: 16px;
    /* margin-bottom: 6%; */
  }
  .modal-summary.typeA{
    height: 100%;
  }
  .modal-summary__title{
    padding: 25px 0 26px;
    text-align: center;
    color: #67b2f2;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 4px;
    line-height: 1;
    border-bottom: 4px solid #ffffff;
    margin: 0 20px;
  }
  .modal-summary__inner{
    padding: 26px 0 40px;
    margin: 0 16px;
  }
  .modal-summary__text{
    text-align: left;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
  }
  .modal-summary__text.typeA{
    margin-bottom: 1em;
  }
  .modal-summary__text.typeB{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #67b2f2;
  }
  .modal-store__block{
    /* width: 93%; */
    margin-left: 20px;
    margin-bottom: 17px;
  }
  .modal-store__block:last-child{
    margin-bottom: 0;
  }
  .modal-store__list{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .modal-store__list.typeA{
    justify-content: center;
  }
  .modal-store__area{
    width: 140px;
    text-align: center;
    border: 2px solid #444444;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1;
    margin-right: 20px;
  }
  .modal-store__name{
    display: inline-block;
    background-color: #e40077;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 9px;
  }
  .modal-store__name.name-icon{
    box-shadow: 3px 3px 6px 0px rgba(153, 188, 217, 0.95);
  }
  .modal-store__name.name-icon a{
    position: relative;
    color: #ffffff;
    text-decoration: none;
  }
  .modal-store__name.name-icon a::after{
    content: "";
    background-image: url(../img/modal_store_name_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
  }
  .modal-store__name.typeA{
    width: 225px;
    margin-right: 0;
    /* display: block; */
  }
  .modal-store__name.typeB{
    box-shadow: 3px 3px 6px 0px rgba(153, 188, 217, 0.95);
  }
  .modal-store__collabo{
    display: inline-block;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
  }

  .modal-store-event{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .modal-store-event__contents{
    width: calc((100%/2) - 8px);
    margin-bottom: 30px;
  }
  .modal-store-event__contents:nth-last-child(-n+2){
    margin-bottom: 0;
  }
  .modal-store-event__day{
    color: #67b2f2;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background-color: #edf3fd;
    border-radius: 16px;
    padding: 17px 0;
    margin-bottom: 30px;
    line-height: 1;
  }
  .modal-store-event__block{
    margin: 0 18px 14px;
  }
  .modal-store-event__block:last-child{
    margin-bottom: 0;
  }
  .modal-store__caution{
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
  }

  .modal-event__contents{
    margin-bottom: 54px;
  }
  .modal-event__list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .modal-event__item:first-child{
    width: 59%;
  }
  .modal-event__item:last-child{
    width: 41%;
  }
  .modal-event__title{
    text-align: center;
    margin-bottom: 40px;
  }
  .modal-event__inner{
    max-width: 600px;
    margin: 0 auto;
  }
  .modal-event__caution{
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 45px;
  }
  .modal-event__btn{
    text-align: center;
    margin-right: -4px;
  }

  .modal-instructor__title{
    text-align-last: center;
    margin-bottom: 30px;
  }
  .modal-instructor__bg{
    border-radius: 16px;
    background-color: #edf3fd;
    padding: 30px;
  }
  .modal-instructor__block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .modal-instructor__item:first-child{
    width: 34%;
  }
  .modal-instructor__item:last-child{
    width: 63%;
  }
  .modal-instructor__photo{
    margin-bottom: 3%;
  }
  .modal-instructor__photo img{
    width: 100%;
  }
  .modal-instructor__name{
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
  }
  .modal-instructor__name strong{
    font-size: 20px;
  }
  .modal-instructor__area{
    margin-bottom: 50px;
  }
  .modal-instructor__area.typeA{
    margin-bottom: 30px;
  }
  .modal-instructor__area:last-child{
    margin-bottom: 0;
  }
  .modal-instructor__text{
    color: #67b2f2;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .modal-instructor__comment{
    color: #444444;
    font-size: 16px;
    font-weight: 500;
  }
  .modal-reserve{
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .modal-reserve__title{
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-reserve__block{
    background-color: #fffcd1;
    border-radius: 16px;
    padding: 30px 0 44px;
  }
  .modal-reserve__text{
    text-align: center;
    color: #e40077;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .modal-reserve__btn{
    text-align: center;
    margin-right: -6px;
  }
  .modal-caution__btn{
    width: 650px;
    margin: 0 auto;
    text-align: center;
    border: 6px solid #ffeff7;
    border-radius: 40px;
    box-shadow: 2px 2px 4px rgba(153, 188, 217, 0.65);
  }
  .modal-caution__area{
    text-align: center;
    background-color: #ffeff7;
    border: 2px solid #e40077;
    border-radius: 40px;
    padding: 20px 0;
    line-height: 1;
  }
  .modal-caution__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e40077;
    border-radius: 50%;
  }
  .modal-caution__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 4px;
    background: white;
    transition: 0.2s;
  }
  .modal-caution__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 4px;
    width: 50%;
    background: white;
  }
  .modal-caution__area.open .modal-caution__icon::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .modal-caution__inner{
    width: 650px;
    margin: 30px auto 0;
  }
  .modal-caution__list{
    list-style-type: none;
  }
  .modal-caution__item{
    text-indent: -1em;
    padding-left: 1em;
    color: #444444;
    font-size: 16px;
    font-weight: 500;
  }


  div .visible-xs {
    display: none !important;
  }
}


/* SP逕ｨ
-------------------------------------------- */
@media screen and (max-width: 750px) {

  body {
    -webkit-touch-callout:none; /* 繝ｪ繝ｳ繧ｯ髟ｷ謚ｼ縺励�繝昴ャ繝励い繝��繧堤┌蜉ｹ蛹� */
    -webkit-user-select:none; /* 繝�く繧ｹ繝磯聞謚ｼ縺励�驕ｸ謚槭�繝�け繧ｹ繧堤┌蜉ｹ蛹� */
  }

  #wrapper-content{
    background-image: url(../img/main_bg.png) , url(../img/main_bg_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat , no-repeat;
    background-position: center top , center bottom;
    background-color: #f5c4d7;
    padding-bottom: 6%;
  }
  #wrapper-content img,
  .modal img{
    width: 100%;
    vertical-align: top;
  }

  /* 繝医ャ繝� */
  .main-top__contents{
    margin-bottom: 5%;
  }
  .main-top__block{
    position: relative;
  }
  .main-top__bg{
    background-image: url(../img/main_title_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 4%;
    padding-bottom: 2%;
  }
  .main-top__badge{
    width: 40%;
    margin-right: auto;
  }
  .main-top__title{
    width: 97%;
    margin-left: auto;
    margin-right: 0.5%;
  }
  .main-top__area{
    margin-top: 12%;
  }
  .main-top__date{
    width: 84%;
    margin: 0 auto 4%;
  }
  .main-top__text{
    width: 90%;
    margin: 0 auto;
    margin-right: 4.5%;
  }
  .main-nav__list{
    width: 98.5%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    list-style-type: none;
  }
  .main-nav__item{
    width: 35%;
    margin-left: -3%;
  }
  .main-nav__item.typeA{
    width: 36.5%;
    margin-left: 0;
  }
  .main-nav__item.typeB{
    width: 35.5%;
    margin-left: -4%;
  }


  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝亥�騾� */
  .project__contents{
    margin-bottom: 6%;
  }
  .project__contents:last-child{
    margin-bottom: 0;
  }
  .project__block{
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #cde5f9;
    width: 94%;
    margin: 0 auto;
  }
  .project__bg{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .project__bg::before{
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    right: 0;
    width: 100%;
    height: 103%;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 90%, rgba(205, 229, 249, 1) 100%);
    border-radius: 25px;
  }
  .project__inner{
    position: relative;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�01 */
  .project__badge.typeA{
    position: absolute;
    top: -0.5%;
    left: -2.5%;
    width: 32%;
    z-index: 1;
  }
  .project__inner.typeA{
    background-image: url(../img/project01_bg.png);
    background-repeat: no-repeat;
    background-size: 91%;
    background-position: center top 3.5%;
    padding: 7% 0 7%;
  }
  .project__title.typeA{
    width: 70%;
    margin: 0 auto 5%;
  }
  .project__img.typeA{
    margin-right: -2%;
    margin-left: 2.5%;
    margin-bottom: 4%;
  }
  .project__text.typeA{
    width: 67%;
    margin: 0 auto 5%;
  }
  .project-ad__block{
    width: 90%;
    margin: 0 auto 10%;
    padding: 4% 0 4%;
    background-color: #ffeff7;
    border-radius: 8px;
  }
  .project-ad__title{
    margin-bottom: 1%;
    line-height: 1;
  }
  .project-ad__inner{
    padding: 0 2% 0;
  }
  .project-ad__text{
    font-weight: 500;
    color: #444444;
    font-size: 2.53vw;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  .project-ad__text.typeA{
    margin-bottom: 3%;
  }
  .project-ad__btn{
    width: 76%;
    margin: 0 auto;
  }
  .project-participation__block{
    position: relative;
    width: 95%;
    margin: 0 auto 6%;
    padding: 4% 0 4%;
    background-color: #edf3fd;
    border-radius: 8px;
  }
  .project-participation__title{
    position: absolute;
    top: -2.5%;
    left: 0;
    right: 0;
    width: 76%;
    margin: 0 auto;
  }
  .project-participation__inner{
    padding-top: 2%;
  }
  .project-participation__text{
    font-weight: 500;
    color: #444444;
    font-size: 2.53vw;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1%;
  }
  .project-participation-step__list{
    margin-left: 0.5%;
    margin-right: 2%;
    margin-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    list-style-type: none;
  }
  .project-participation-step__item{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 3%;
  }
  .project-participation-step__item:nth-child(2){
    margin-right: 0;
  }
  .project-participation-step__item:last-child{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .project-participation-step__text{
    font-weight: 500;
    color: #444444;
    font-size: 2.36vw;
    text-align: left;
    line-height: 1.6;
    margin-top: 4%;
    margin-left: 5%;
  }
  .project-participation-caution{
    margin: 0 2%;
  }
  .project-participation-caution__list{
    list-style-type: none;
    text-align: left;
  }
  .project-participation-caution__item{
    text-indent:-1em;
    padding-left: 1em;
    font-weight: 500;
    color: #444444;
    font-size: 2.29vw;
    line-height: 1.6;
  }
  .project-store__btn{
    width: 87%;
    margin: 0 auto;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�02 */
  .project__badge.typeB{
    position: absolute;
    top: -1%;
    left: -2.5%;
    width: 32%;
    z-index: 1;
  }
  .project__inner.typeB{
    background-image: url(../img/project02_bg.png);
    background-repeat: no-repeat;
    background-size: 91%;
    background-position: left 38% top 0.5%;
    padding: 8% 0 9%;
  }
  .project__title.typeB{
    width: 74%;
    margin: 0 auto 7%;
  }
  .project-photo__area{
    width: 96%;
    margin: 0 auto 6%;
  }
  .project-photo__list{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
  }
  .project-photo__item{
    width: 33%;
  }
  .project-photo__caution{
    text-align: right;
    font-size: 2.26vw;
    font-weight: 500;
    color: #444444;
  }
  .project__text.typeB{
    width: 88%;
    margin: 0 auto 6%;
  }

  .project-event__title{
    width: 54%;
    margin: 0 auto 4%;
  }
  .project-event__inner{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .project-event-pickup__block{
    width: 49%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(248, 184, 225, 1) 100%);
    box-shadow: 3px 3px 3px 0px rgba(245, 196, 215, 0.65);
    padding: 4% 2% 4%;
  }
  .project-event-pickup__title{
    margin: 0 auto 8%;
  }
  .project-event-pickup__title.typeB{
    width: 98%;
  }
  .project-event-pickup__img{
    margin-bottom: 10%;
  }
  .project-event-pickup__btn{
    width: 86%;
    margin: 0 auto;
  }

  /* 繝励Ο繧ｸ繧ｧ繧ｯ繝�03 */
  .project__badge.typeC{
    position: absolute;
    top: -0.5%;
    left: -2.5%;
    width: 32%;
    z-index: 1;
  }
  .project__target{
    position: absolute;
    top: -1.5%;
    right: 2.5%;
    width: 16.5%;
    z-index: 1;
  }
  .project__inner.typeC{
    background-image: url(../img/project03_bg.png);
    background-repeat: no-repeat;
    background-size: 94%;
    background-position: center top 1%;
    padding: 14% 0 9%;
  }
  .project__title.typeC{
    width: 79%;
    margin: 0 auto 6%;
  }
  .project__text.typeC{
    width: 75%;
    margin: 0 auto 5%;
  }
  .project-photo__list.typeC{
    margin-bottom: 4%;
  }
  .project-experience-caution{
    margin: 0 3% 4%;
  }
  .project-experience-caution__list{
    list-style-type: none;
    text-align: left;
  }
  .project-experience-caution__item{
    text-indent:-1em;
    padding-left: 1em;
    font-weight: 500;
    color: #444444;
    font-size: 2.29vw;
    line-height: 1.6;
  }
  .project-experience__read{
    width: 97%;
    margin: 0 auto 8%;
  }
  .project-experience__inner{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .project-experience-pickup__block{
    position: relative;
    width: 32.5%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(248, 184, 225, 1) 100%);
    box-shadow: 3px 3px 3px 0px rgba(245, 196, 215, 0.65);
    padding: 6% 0 4%;
  }
  .project-experience-pickup__badge{
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
    width: 98%;
    margin: 0 auto;
  }
  .project-experience-pickup__title{
    width: 92%;
    margin: 0 auto 9%;
  }
  .project-experience-pickup__title.typeA{
    width: 90%;
  }
  .project-experience-pickup__date{
    width: 88%;
    margin: 0 auto 8%;
  }
  .project-experience-pickup__area{
    /* margin-bottom: 12%; */
    margin-bottom: 1%;
  }
  .project-experience-pickup__photo{
    width: 94%;
    margin: 0 auto;
    /* width: 70%; */
    /* margin: 0 auto 4%; */
  }
  /* .project-experience-pickup__photo.typeA{
    margin-bottom: 13%;
  } */
  .project-experience-pickup__name{
    text-align: center;
    font-weight: 500;
    color: #444444;
    font-size: 2.29vw;
    line-height: 1.6;
  }
  .project-experience-pickup__btn{
    width: 96%;
    margin: 0 auto;
  }

  /* 繧ｹ繝医い繝壹�繧ｸ */
  .project__block.typeD{
    background-color: #FFDEED;
  }
  .project__bg.typeD::before{
    top: -10%;
    height: 110%;
    background: #FFFCD1;
    background: linear-gradient(0deg, rgba(255, 252, 209, 1) 50%, rgba(255, 222, 237, 1) 100%);
    border-radius: 25px 25px 0 0;
  }
  .project__inner.typeD{
    background-image: url(../img/store_title_bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center top 0.5%;
    padding: 13% 0 9%;
  }
  .project__title.typeD{
    width: 74%;
    margin: 0 auto 9%;
  }
  .project__desc {
    /* color: #e40077;
    text-shadow: #ffffff 1px 0px 1px, #ffffff -1px 0px 1px, #ffffff 0px -1px 1px, #ffffff -1px 0px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px, #ffffff 1px 1px 1px, #ffffff -1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px -1px 1px; */
    width: 68%;
    margin: -6% auto 7%;
    /* font-size: 3.733vw;
    font-weight: bold; */
    text-align: center;
  }
  .project-store-region__block{
    text-align: center;
    width: 92%;
    margin: 0 auto 5%;
  }
  .project-store-region__block:last-child{
    margin-bottom: 0;
  }
  .project-store-region__btn{
    text-align: center;
    display: inline-block;
    margin-right: -0.5%;
  }
  .project-store-region__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5%;
    top: 48%;
    transform: translateY(-50%);
    background-color: #e40077;
    border-radius: 50%;
  }
  .project-store-region__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 2px;
    background: white;
    transition: 0.2s;
  }
  .project-store-region__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 2px;
    width: 50%;
    background: white;
  }
  .project-store-region__btn.open .project-store-region__icon{
    border: 1px solid #e40077;
    background-color: #ffffff;
  }
  .project-store-region__btn.open .project-store-region__icon::before{
    background: #e40077;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .project-store-region__btn.open .project-store-region__icon::after{
    background: #e40077;
  }
  .project-store-region__inner{
    margin-top: 6%;
  }
  .project-store__item{
    margin-bottom: 6%;
  }
  .project-store__item:last-child{
    margin-bottom: 0;
  }
  .project-store-prefectures__btn{
    border: 3px solid #e40077;
    border-radius: 20px;
    width: 84%;
    margin: 0 auto;
  }
  .project-store-prefectures__area{
    text-align: center;
    border: 2px solid #ffffff;
    background-color: #e40077;
    border-radius: 20px;
    line-height: 1;
    font-size: 3.6vw;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 3.5% 0;
    letter-spacing: 4px;
  }
  .project-store__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 50%;
  }
  .project-store__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 2px;
    background: #e40077;
    transition: 0.2s;
  }
  .project-store__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 2px;
    width: 50%;
    background: #e40077;
  }
  .project-store-prefectures__btn.open .project-store__icon::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .project-store__links{
    background-color: #ffffff;
    border: 1px solid #fac8e8;
    border-radius: 10px;
    padding: 3% 3%;
  }
  .project-store__link{
    border-bottom: 1px solid #fac8e8;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .project-store__link:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .project-store__inner{
    margin-top: 6%;
  }
  .project-store__address{
    position: relative;
    text-align: left;
  }
  .project-store__address a{
    position: relative;
    display: block;
    font-size: 3.3vw;
    font-weight: 500;
    color: #e40077;
    text-decoration: none;
  }
  .project-store__address a::after{
    content: "";
    width: 4.4%;
    height: 76%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/store_address_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  

  /* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢｢菫� */
  .js-accordion-btn{
    position: relative;
    cursor: pointer;
  }
  .js-accordion-content{
    display: none;
  }

  /* 繧ｳ繝斐�繝ｩ繧､繝� */
  .main_copy{
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 70%;
  }

  /* 繝壹�繧ｸ繝医ャ繝励�繧ｿ繝ｳ */
  .pagetop {
    z-index: 100;
    width: 18%;
    right: 2%;
  }

  /* 繝｢繝ｼ繝繝ｫ髢｢菫� */
  /* 繝｢繝ｼ繝繝ｫ蜈ｨ菴�(閭梧勹�区悽菴�) */
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
  }

  /* 繝｢繝ｼ繝繝ｫ閭梧勹 */
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(103, 178, 242, 0.7);
  }

  .modal-close {
    position: fixed;
    top: 3.5%;
    right: 1%;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url(../img/modal_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
  }

  /* 繝｢繝ｼ繝繝ｫ譛ｬ菴� */
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll; /* 縺ｯ縺ｿ蜃ｺ縺滄Κ蛻��繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺輔○繧� */
    height: 94%;/* 縺薙ｌ縺檎┌縺�→縲経verflow:scroll縲阪′蛻ｩ縺九↑縺� */
    width: 95%;/* 縺薙ｌ縺檎┌縺�→縲経verflow:scroll縲阪′蛻ｩ縺九↑縺� */
    background: #FFFFFF;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 222, 237, 1) 100%); */
    /* padding: 3% 3%; */
    border-radius: 8px;
  }

  /* 繝｢繝ｼ繝繝ｫ繧ｦ繧｣繝ｳ繝峨え陦ｨ遉ｺ荳ｭ縺ｫ險倅ｺ区悽菴薙ｒ蝗ｺ螳� */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .modal{
    left: 0;
  }

  .modal-page__contents{
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(255, 222, 237, 1) 100%);
    padding: 3% 3% 8%;
    max-height: none;
  }
  .modal-page__bg.typeA{
    background-image: url(../img/modal_page01_title_bg.png);
    background-repeat: no-repeat;
    background-position: left 15% top;
    background-size: 84%;
  }
  .modal-page__bg.typeB{
    background-image: url(../img/modal_page02_title_bg.png);
    background-repeat: no-repeat;
    background-position: left 15% top;
    background-size: 84%;
  }
  .modal-page__bg.typeC{
    background-image: url(../img/modal_page03_title_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 97%;
  }
  .modal-page-badge{
    width: 45%;
    margin: 0 auto;
    padding-top: 6%;
  }
  .modal-page-badge.typeB{
    width: 46%;
  }
  .modal-page-badge.typeC{
    width: 50%;
  }
  .modal-page-target{
    position: absolute;
    width: 18%;
    left: 5%;
    top: 2%;
  }
  .modal-page-title{
    width: 100%;
    margin: 0 auto 8%;
    padding-top: 6%;
  }
  .modal-page-title.typeB{
    width: 96%;
  }
  .modal-page-title.typeC{
    width: 55%;
    padding-top: 2%;
  }
  .modal-page-title.typeD{
    width: 59%;
    padding-top: 2%;
  }
  .modal-page-title.typeE{
    width: 62%;
    padding-top: 2%;
  }

  .modal-page__item:first-child{
    margin-bottom: 5%;
  }
  .modal-page__img{
    width: 98%;
    margin: 0 auto 1%;
  }
  .modal-page__read{
    overflow-wrap: anywhere;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    color: #67b2f2;
    line-height: 1.8;
  }
  .modal-page__list{
    margin-bottom: 4%;
  }
  .modal-page__caution{
    text-align: left;
    font-size: 2.26vw;
    font-weight: 500;
    color: #444444;
    margin-bottom: 6%;
  }
  .modal-page__caution.typeA{
    text-align: right;
    margin-bottom: 0;
  }
  .modal-page__text{
    position: relative;
    color: #444444;
    font-size: 3.77vw;
    font-weight: 600;
    padding-left: 3%;
  }
  .modal-page__text.typeA{
    margin-bottom: 5%;
  }
  .modal-page__text::before{
    content: "";
    background-color: #e40077;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 65%;
    transform: translateY(-50%);
  }
  .modal-page__text.space{
    text-indent: -5em;
    padding-left: calc(5em + 3%);
  }
  .modal-page__text.space::before{
    top: 28%;
    height: 36%;
  }
  .modal-summary{
    background-color: #edf3fd;
    border-radius: 8px;
  }
  .modal-summary__title{
    padding: 3% 0 3%;
    text-align: center;
    color: #67b2f2;
    font-weight: 600;
    font-size: 4vw;
    letter-spacing: 4px;
    border-bottom: 2px solid #ffffff;
    margin: 0 2%;
  }
  .modal-summary__inner{
    padding: 5% 1% 5%;
    margin: 0 2%;
  }
  .modal-summary__text{
    text-align: left;
    color: #444444;
    font-weight: 500;
    font-size: 2.93vw;
  }
  .modal-summary__text.typeA{
    margin-bottom: 1em;
  }
  .modal-summary__text.typeB{
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    color: #67b2f2;
  }
  .modal-store__block{
    /* width: 93%; */
    margin-left: 3.5%;
    margin: 0 auto 3%;
  }
  .modal-store__block:last-child{
    margin-bottom: 0;
  }
  .modal-store__list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .modal-store__list.typeA{
    justify-content: center;
  }
  .modal-store__item.typeA{
    width: 34%;
  }
  .modal-store__item.typeB{
    width: 62%;
  }
  .modal-store__item.typeC{
    width: 51%;
    margin-left: 4%;
  }
  .modal-store__area{
    text-align: center;
    border: 1px solid #444444;
    color: #444444;
    font-size: 3.5vw;
    padding: 3% 0;
  }
  .modal-store__name{
    position: relative;
    display: inline-block;
    background-color: #e40077;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    padding: 1.5% 6%;
    font-size: 3.5vw;
    font-weight: 500;
    margin-bottom: 1%;
  }
  .modal-store__name.name-icon{
    box-shadow: 1px 1px 3px 0px rgba(153, 188, 217, 0.95);
  }
  .modal-store__name.name-icon a{
    position: relative;
    color: #ffffff;
    text-decoration: none;
  }
  .modal-store__name.name-icon a::after{
    content: "";
    background-image: url(../img/modal_store_name_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 1vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .modal-store__name.typeA{
    display: block;
  }
  .modal-store__name.typeB{
    box-shadow: 1px 1px 3px 0px rgba(153, 188, 217, 0.95);
  }
  .modal-store__collabo{
    color: #444444;
    font-size: 3.4vw;
    font-weight: 500;
  }

  .modal-store-event__contents{
    margin-bottom: 6%;
  }
  .modal-store-event__day{
    color: #67b2f2;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    background-color: #edf3fd;
    border-radius: 8px;
    padding: 1.5% 0;
    margin-bottom: 4%;
  }
  .modal-store-event__block{
    width: 98%;
    margin: 0 auto 4%;
  }
  .modal-store-event__block:last-child{
    margin-bottom: 0;
  }
  .modal-store__caution{
    text-align: center;
    color: #444444;
    font-size: 3.2vw;
    font-weight: 500;
  }

  .modal-event__list{
    margin-bottom: 6%;
  }
  .modal-event__contents{
    margin-bottom: 6%;
  }
  .modal-event__title{
    width: 30%;
    margin: 0 auto 2%;
  }
  .modal-event__caution{
    text-indent: -1em;
    padding-left: 1em;
    color: #444444;
    font-size: 3.2vw;
    font-weight: 500;
    margin-bottom: 6%;
    text-align: center;
  }
  .modal-event__btn{
    width: 90%;
    margin: 0 auto;
  }

  .modal-instructor__title{
    width: 24%;
    margin: 0 auto 2%;
  }
  .modal-instructor__block{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #edf3fd;
    border-radius: 8px;
    padding: 4% 4% 4%;
  }
  .modal-instructor__item:first-child{
    width: 35%;
  }
  .modal-instructor__item:last-child{
    width: 60%;
  }
  .modal-instructor__photo{
    margin-bottom: 3%;
  }
  .modal-instructor__name{
    text-align: center;
    color: #444444;
    font-size: 3.2vw;
    font-weight: 500;
  }
  .modal-instructor__name strong{
    font-size: 4.2vw;
  }
  .modal-instructor__area{
    margin-bottom: 6%;
  }
  .modal-instructor__area.typeA{
    margin-bottom: 3%;
  }
  .modal-instructor__area:last-child{
    margin-bottom: 0;
  }
  .modal-instructor__text{
    color: #67b2f2;
    font-size: 3.4vw;
    font-weight: 500;
    margin-bottom: 2%;
  }
  .modal-instructor__comment{
    color: #444444;
    font-size: 2.76vw;
    font-weight: 500;
  }
  .modal-reserve{
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .modal-reserve__title{
    width: 24%;
    margin: 0 auto 2%;
  }
  .modal-reserve__block{
    background-color: #fffcd1;
    border-radius: 8px;
    padding: 4% 4% 4%;
  }
  .modal-reserve__text{
    text-align: center;
    color: #e40077;
    font-size: 3.4vw;
    font-weight: 500;
    margin-bottom: 4%;
  }
  .modal-caution__btn{
    text-align: center;
    border: 3px solid #ffeff7;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(153, 188, 217, 0.65);
  }
  .modal-caution__area{
    text-align: center;
    background-color: #ffeff7;
    border: 1px solid #e40077;
    border-radius: 20px;
    padding: 3.5% 40%;
    line-height: 1;
  }
  .modal-caution__icon{
    position: relative;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e40077;
    border-radius: 50%;
  }
  .modal-caution__icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50%;
    width: 2px;
    background: white;
    transition: 0.2s;
  }
  .modal-caution__icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 2px;
    width: 50%;
    background: white;
  }
  .modal-caution__area.open .modal-caution__icon::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  .modal-caution__inner{
    margin: 4% 2%;
  }
  .modal-caution__list{
    list-style-type: none;
  }
  .modal-caution__item{
    text-indent: -1em;
    padding-left: 1em;
    color: #444444;
    font-size: 3.2vw;
    font-weight: 500;
  }

  div .hidden-xs {
    display: none !important;
  }
}


.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* common:end */