@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.8em;
}
.SP {
  display: none;
}
.jost {
  font-family: "Jost", sans-serif;
}
.vm_btn {
  font-family: "Jost", sans-serif;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  display: block;
  margin: 30px auto 0 auto;
  width: fit-content;
  transition: .3s;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 0.8px;
  margin-top: 18.4px;
  border-radius: 9999px;
  background-color: #fff;
  margin-left: 10px;
  transition: .3s;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  margin-left: 10px;
}
.vm_btn:hover {
  background-color: #bc7d84;
}
.vm_btn:hover .arrow {
  transform: translateX(3px);
}
.list_cont .vm_btn {
  background-color: inherit;
  border: solid 1px #000;
  color: #000;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 15px;
}
.list_cont .arrow {
  background-color: #000;
}
.list_cont .arrow::before {
  background-color: #000;
}
.list_cont .vm_btn:hover {
  background-color: #bc7d84;
  color: #fff;
  border: solid 1px #bc7d84;
}
.list_cont .vm_btn:hover .arrow {
  background-color: #fff;
}
.list_cont .vm_btn:hover .arrow::before {
  background-color: #fff;
}
.wrapp {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}
.wide_wrapp {
  width: 1400px;
  margin: 0 auto;
}
.mv_wrapp {
  max-width: 95%;
  margin: 0 auto;
}
h2 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 80px;
  font-weight: 200;
}
.list_cont h3 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 50px;
}
.blink_txt {
  font-weight: bold;
  text-align: left;
  padding: 10px;
  border: solid 2px #000;
  width: 500px;
  margin: 0 auto;
}
.blink {
  display: inline-block;
  margin-left: 15px;
  animation: blinking .5s ease infinite alternate;
  font-weight: bold;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section {
  padding: 100px 0;
}
section.sec_mv {
  padding: 0;
}
/*header*/
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
header li a {
  color: #000;
  font-weight: bold;
  transition: .3s;
}
header div li:last-of-type a {
  font-family: "Jost", sans-serif;
  color: #fff;
  background-color: #bc7d84;
  padding: 10px 25px;
}
header div ul {
  display: flex;
  gap: 50px;
}
header div ul a:hover {
  color: #bc7d84;
}
header div li:last-of-type a:hover {
  opacity: .8;
  color: #fff;
}
/*mv*/
.sec_mv dl {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.sec_mv dt,
.sec_mv dd {
  width: 50%;
}
.sec_mv dd div {
  width: 80%;
  margin: 0 auto 0 0;
}
.sec_mv dd p {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 80px;
  text-align: center;
  line-height: 1.5em;
}
.sec_mv dd a {
  margin: 30px auto 0 auto;
}
/*about*/
.sec_about {
  background-image: url(../img/bkg_pink.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
  position: relative;
}
.sec_about h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  top: -50px;
}
.movie_cont {
  width: 1000px;
  margin: 0 auto;
}
.movie_cont video {
  width: 100%;
  border-radius: 30px;
}
.about_inner p {
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
}
/*gift*/
.sec_gift {
  background-image: url(../img/bkg_bage.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
  position: relative;
}
.sec_gift h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  top: -50px;
}
.list_cont {
  background-color: #fff;
  padding: 70px 0;
  margin: 70px 0;
}
.list_cont dd p {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.list_cont dd p span {
  font-weight: bold;
  padding-left: 1rem;
}
.list_cont ul {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.sec_gift .list_cont ul {
  width: 90%;
  margin: 0 auto;
}
.list_cont li {
  width: calc(100%/3);
}
#item_slider {
  margin-top: 80px;
}
#item_slider li {
  padding: 0 10px;
}
#item_slider li a {
  transition: .3s;
}
#item_slider li a:hover {
  opacity: .8;
}
/*cv*/
.sec_cv img {
  display: block;
  margin: 0 auto;
}
.cv_inner {
  position: relative;
}
.cv_inner a {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
/*footer*/
footer {
  background-color: #bc7d84;
  padding: 100px 0 0 0;
}
footer .wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}
.foot_l a {
  display: block;
  margin-bottom: 30px;
}
.foot_l p {
  color: #fff;
  font-size: 15px;
}
.foot_l p:first-of-type {
  font-size: 18px;
}
.foot_r a {
  font-family: "Jost", sans-serif;
  display: block;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  color: #bc7d84;
  width: fit-content;
  transition: .3s;
}
.foot_r a:hover {
  opacity: .8;
}
.foot_r div {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.foot_r div a {
  width: 50%;
}
footer .small {
  background-color: #000;
}
small {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
/*page*/
.sec_page {
  background-color: #f2e5e6;
  margin-top: 150px;
  position: relative;
}
.sec_page h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  gap: 20px;
}
.sec_page h2 .blink_txt {
  font-size: 20px;
  border: none;
  width: fit-content;
  margin-top: 20px;
}
/*page list*/
.tab_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tab_list_item {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  transition: .5s;
  font-weight: 300;
  font-size: 20px;
}
.tab_list_item.active {
  background-color: #bc7d84;
  color: #fff;
}
.tab_cont {
  margin-top: 50px;
}
.tab_cont_item {
  display: none;
  transition: .5s;
  background-color: #fff;
  padding: 70px;
}
.tab_cont_item.show {
  display: block;
}
.item_about_main {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.about_flex {
  display: flex;
  gap: 50px;
  margin: 100px 0;
  align-items: center;
}
.about_flex img,
.about_flex p {
  width: 50%;
}
.about_flex img {
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
}
.about_flex:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.tab_cont_item .list_cont {
  margin: 0;
  padding: 0;
}
.variations .list_cont {
  margin: 0;
  padding-top: 0;
}
.variations .list_cont h3 {
  text-align: left;
  border-bottom: solid 1px #000;
  max-width: 90%;
  margin: 0 auto 70px auto;
}
.gift_item_list .list_cont h3 {
  max-width: 100%;
}
.variations .list_cont dd p:nth-of-type(2) {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  margin-top: 10px;
  font-size: 20px;
}
.other_tab_list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.other_tab_list li {
  background-color: #ccc;
  color: #fff;
  padding: 5px 10px;
}
.other_tab_list li.oth_active {
  background-color: #bc7d84;
  color: #fff;
}
.other_cont_item {
  display: none;
  transition: .5s;
  background-color: #fff;
  padding: 70px 0;
}
.other_cont_item.oth_show {
  display: block;
}
.list_cont ul.other_tab_list {
  gap: 30px;
}
.list_cont ul.other_tab_list li {
  padding: 10px;
  text-align: center;
}
/*how to*/
.sec_page_howto .page_inner {
  background-color: #fff;
  padding: 70px 0;
}
.sec_page_howto .page_inner .about_inner p {
  margin-top: 0;
}
.step_list dl {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: center;
  margin: 80px 0;
  justify-content: center;
}
.step_list dl dt,
.step_list dl dd {
  width: 50%;
}
.step_list dl dt {
  max-width: 500px;
}
.step_list dl dt img {
  border-radius: 30px;
  width: 500px;
}
.step_list .step_flex {
  display: flex;
  gap: 30px;
  align-items: center;
}
.step_list .step_flex div {
  position: relative;
}
.step_list .step_flex div p {
  position: absolute;
  text-align: center;
  height: fit-content;
  color: #bc7d84;
  line-height: 1.5em;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.step_list .step_flex div p span {
  font-size: 25px;
}
.step_list .step_flex div + p {
  font-weight: bold;
  font-size: 20px;
}
.step_list .step_flex + p {
  padding-left: 30px;
  padding-top: 20px;
}
.step_list dl dd p a {
  display: block;
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 5px 10px;
  margin-top: 10px;
}
.page_top_tit h2 {
  position: static;
  margin: 70px auto 50px auto;
}
.how_tab_list p:first-of-type,
.how_play_tab_list p:first-of-type {
  text-align: center;
  background-color: #bc7d84;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  transition: .5s;
  font-weight: 300;
  color: #fff;
  font-weight: bold;
}
.how_tab_list.cstm_active p:first-of-type,
.how_play_tab_list.ply_active p:first-of-type {
  background-color: #000;
  color: #fff;
}
.how_img,
.how_play_img {
  display: none;
  transition: .5s;
  background-color: #fff;
}
.how_img.cstm_show,
.how_play_img.ply_show {
  display: block;
  margin: 0 auto;
}
.how_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 60px;
}
.how_txt.open,
.how_play_txt.open {
  display: block;
}
.how_txt,
.how_play_txt {
  display: none;
  padding: 15px;
}
.how_tab_list,
.how_play_tab_list {
  margin-bottom: 15px;
}
.how_r,
.how_l {
  width: 50%;
}
.how_tab_list p:first-of-type,
.how_play_tab_list p:first-of-type {
  text-align: center;
  background-color: #bc7d84;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  transition: .5s;
  font-weight: 300;
  color: #fff;
  font-weight: bold;
}
.how_tab_list.cstm_active p:first-of-type,
.how_play_tab_list.ply_active p:first-of-type {
  background-color: #000;
  color: #fff;
}
.download {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.download a {
  transition: .3s;
}
.download a:hover {
  opacity: .8;
}
.download + img {
  display: block;
  margin: 40px auto;
}
.download + img + p {
  text-align: center;
}
.vm_btn.gift_list_vm_btn {
  margin-top: 0;
}
.together_mov {
  width: 500px;
  height: 282px;
  margin: 0 auto;
}
.together_mov iframe {
  width: 100%;
  height: 100%;
}
/*ar*/
.ar_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 70px auto 0 auto;
}
.about_inner .ar_flex p {
  margin-top: 15px;
  margin-bottom: 0;
}
.about_inner .ar_flex + p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec_ar .list_cont {
  margin: 0;
}
/*contact*/
form {
  width: 600px;
  margin: 0 auto;
}
form dl {
  display: flex;
  gap: 30px;
  align-items: center;
}
form dt {
  width: 25%;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}
form dd {
  width: 80%;
}
form dt,
form dd {
  padding: 15px;
}
form dt span {
  color: #bc7d84;
}
form input[type="text"],
form input[type="email"],
form select,
form textarea {
  padding: 10px;
  border: solid 1px #bc7d84;
  border-radius: 5px;
  width: 90%;
  font-family: inherit;
  font-size: 15px;
}
form select {
  width: 96%;
}
input[type=checkbox] {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 15px;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #bc7d84;
  border-bottom: 3px solid #bc7d84;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .pp_check::after {
  opacity: 1;
}
.pp_check_cont {
  text-align: center;
  margin-top: 30px;
}
.pp_check_cont a {
  color: #bc7d84;
  border-bottom: solid 1px #bc7d84;
}
.submit {
  display: block;
  border: solid 1px #ccc;
  padding: 15px;
  width: 250px;
  background-color: #ccc;
  color: #fff;
  font-family: inherit;
  margin: 40px auto 0 auto;
  pointer-events: none;
  font-size: 15px;
  font-weight: bold;
}
.submit.checked {
  background-color: #bc7d84;
  border: solid 1px #bc7d84;
  cursor: pointer;
  pointer-events: all;
}
/*voice*/
.list_cont dd p.voice_txt {
  margin-top: 20px;
  font-family: inherit;
  font-weight: 400;
  display: block;
  margin: 15px auto;
  padding: 0 15px;
  line-height: 1.5em;
  width: fit-content;
  font-size: 14px;
  text-align: left;
}
.voice_txt {
  line-height: 1.6;
}
.voice_txt .more {
  margin-left: .25em;
  color: #bc7d84;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.modal {
  display: none;
}
.modal_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 999;
  opacity: 0;
  transition: opacity .2s ease;
}
.modal.is_open {
  display: grid;
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  padding: 24px;
}
.modal_dialog {
  position: relative;
  max-width: 720px;
  width: min(92vw, 720px);
  max-height: 80vh;
  overflow: visible;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  padding: 20px 24px;
}
.body_lock {
  overflow: hidden;
}
.modal__footer .vm_btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}
.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #fff;
  border: #fff;
  color: #bc7d84;
  font-size: 30px;
  cursor: pointer;
}
.modal__content h4 {
  font-size: 25px;
  border-bottom: solid 1px #000;
  margin-bottom: 15px;
}
.voice_date {
  font-size: 13px;
  color: #333;
  padding-left: 20px;
}
.voice_author {
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.voice_body {
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
}
.voice_item {
  background-color: #f2e5e6;
  padding: 20px;
  margin-bottom: 15px;
}
.modal__list {
  max-height: 65vh;
  overflow-y: scroll;
}
.modal__list::-webkit-scrollbar {
  background: #fff;
  width: 5px;
}
.modal__list::-webkit-scrollbar-thumb {
  background-color: #bc7d84;
  border: 2px solid #bc7d84;
}
.modal__list::-webkit-scrollbar-thumb:hover {
  background-color: #bc7d84;
}
.about_inner .comment-form-author,
.about_inner .comment-form-comment {
  text-align: left;
  padding-bottom: 10px;
  font-size: inherit;
}
#respond form .comment-form-author label,
#respond form .comment-form-comment label {
  display: block;
}
/*policy*/
.policy_inner dl {
  margin: 30px 0;
}
.policy_inner dt p {
  font-weight: bold;
}
.policy_inner dd a {
  color: #bc7d84;
}
/*faq*/
.foot_r a {
  width: 81%;
}
.foot_r a.faq_btn {
  margin-top: 10px;
}
.faq_cont ul {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto 50px auto;
  display: block;
}
.faq_cont ul:last-of-type {
  margin-bottom: 0;
}
.faq_cont ul dt,
.faq_cont ul dd div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
}
.faq_cont ul dd {
  display: none;
}
.faq_cont ul dd p a {
  font-weight: bold;
  color: #bc7d84;
  border-bottom: solid 1px #bc7d84;
}
.faq_cont ul dd div {
  background-color: #f2e5e6;
}
.faq_cont dt {
  cursor: pointer;
  border-bottom: solid 2px #f2e5e6;
}
.faq_cont dt p {
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq_cont dt p::after {
  content: '';
  background-image: url(../img/faq.png);
  padding: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq_cont dt.open p::after {
  transform: rotate(180deg);
}
.faq_cont dd p {
  margin-top: 0;
  text-align: left;
  font-weight: 400;
}
.faq_cont li {
  width: 100%;
}
.faq_cont h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #bc7d84;
}
/*responsive*/
@media screen and (max-width:1500px) {
  .wide_wrapp {
    width: 95%;
  }
  .list_cont ul {
    max-width: 90%;
    margin: 0 auto;
    gap: 30px;
  }
  .list_cont ul li {
    width: calc(100%/3);
  }
  h2 {
    font-size: 60px;
  }
  .sec_about h2,
  .sec_gift h2 {
    top: -30px;
  }
  .sec_page {
    margin-top: 100px;
  }
  .sec_page h2 {
    top: -40px;
  }
}
@media screen and (max-width:1200px) {
  .head_logo {
    width: 190px;
  }
  header div ul {
    gap: 35px;
  }
  body {
    font-size: 15px;
  }
  .sec_mv dd p {
    font-size: 65px;
    line-height: 1.3em;
  }
  .sec_mv dt {
    width: 60%;
  }
  .sec_mv dd {
    width: 40%;
  }
  .movie_cont {
    max-width: 90%;
  }
  .list_cont dd p span {
    display: block;
  }
}
@media screen and (max-width:1000px) {
  header div {
    padding: 15px 30px 30px 30px;
  }
  .tab_list {
    flex-wrap: wrap;
    max-width: 800px;
  }
  body {
    font-size: 14px;
  }
  .sec_mv dd p {
    font-size: 45px;
  }
  header .PC {
    display: none;
  }
  header .SP {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    z-index: 3;
  }
  .open nav {
    left: 0;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li:last-of-type {
    border-bottom: none;
    margin-top: 15px;
  }
  nav .inner ul li a {
    display: block;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    text-align: center;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -240px;
      width: 240px;
    }
  }
  @keyframes equalizer01 {
    0% {
      width: 70%;
    }
    10% {
      width: 50%;
    }
    20% {
      width: 100%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 50%;
    }
    50% {
      width: 70%;
    }
    60% {
      width: 50%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 100%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes equalizer02 {
    0% {
      width: 30%;
    }
    10% {
      width: 20%;
    }
    20% {
      width: 40%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    50% {
      width: 30%;
    }
    60% {
      width: 20%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 40%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 30%;
    }
  }
  header div.toggle_btn {
    padding: 0;
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn {
    left: 330px;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #666;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 5px;
    width: 60px;
    animation: equalizer01 7000ms infinite;
  }
  .toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
    animation: equalizer02 5000ms infinite;
    animation-delay: 0.33s;
  }
  .toggle_btn span:nth-child(3) {
    top: 25px;
    width: 20px;
    animation: equalizer02 5000ms infinite;
  }
  .open .toggle_btn span {
    background-color: #fff;
    width: 30px;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    animation: unset;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
    animation: unset;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    animation: unset;
  }
  @media screen and (max-width: 767px) {
    .open .toggle_btn {
      left: 260px;
    }
  }
  #mask {
    display: none;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    transition: all .5s;
  }
  h2 {
    font-size: 45px;
  }
  .sec_about {
    margin-top: 110px;
  }
  .sec_gift {
    margin-top: 110px;
  }
  .sec_about h2 {
    top: -30px;
  }
  .blink_txt {
    width: 400px;
  }
  #item_slider li {
    width: 250px;
  }
  .item_about_main {
    height: 450px;
  }
}
/*1000*/
@media screen and (max-width:920px) {
  .sec_mv dt {
    width: 70%;
  }
  .sec_mv dd {
    width: 30%;
  }
  .sec_mv dd p {
    font-size: 35px;
  }
  .arrow {
    width: 50px;
  }
  .list_cont {
    padding: 50px 0;
    margin: 50px 0;
  }
}
@media screen and (max-width:800px) {
  .item_about_main {
    height: 350px;
  }
  .tab_cont_item {
    padding: 50px 30px;
  }
  .other_cont_item {
    padding: 50px 0;
  }
  .sec_mv dl {
    display: block;
  }
  .sec_mv dt {
    margin: 0 auto;
  }
  .sec_mv dd {
    width: 100%;
  }
  .sec_mv dd div {
    margin: 20px auto 0 auto;
  }
  .sec_mv dd a {
    margin-top: 5px;
  }
  form dl {
    display: block;
  }
  form dt {
    text-align: left;
  }
  form {
    width: 500px;
    margin: 0 auto;
  }
  form dd {
    width: 100%;
  }
  form select {
    width: 95%;
  }
}
@media screen and (max-width:700px) {
  .variations .list_cont h3 {
    margin-bottom: 40px;
  }
  .list_cont ul.other_tab_list {
    gap: 15px;
  }
  .list_cont ul.other_tab_list li {
    width: calc(100%/3);
    margin: 0;
  }
  .foot_l p:first-of-type {
    font-size: 16px;
  }
  .foot_l p {
    font-size: 14px;
  }
  .list_cont ul li {
    width: 90%;
    margin: 0 auto;
  }
  .list_cont ul {
    flex-wrap: wrap;
  }
  .list_cont dt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .list_cont dd p {
    margin-top: 15px;
  }
  .sec_cv img {
    height: 250px;
    object-fit: cover;
  }
  .cv_inner a {
    left: 20px;
    bottom: 20px;
  }
  .sec_page_mv img {
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .about_flex {
    flex-wrap: wrap;
  }
  .about_flex img {
    height: 250px;
  }
  .about_flex img,
  .about_flex p {
    width: 100%;
  }
  .list_cont .vm_btn {
    margin-top: 10px;
  }
  .tab_cont_item .about_inner p {
    text-align: left;
    margin-bottom: 0;
  }
  .tab_list {
    gap: 10px;
  }
  .tab_cont {
    margin-top: 15px;
  }
  .sec_page_howto .page_inner {
    padding: 40px 0;
  }
  .page_inner .movie_cont {
    max-width: 100%;
  }
  .step_list dl {
    display: block;
  }
  .step_list dl dt,
  .step_list dl dd {
    width: 100%;
    max-width: 100%;
  }
  .step_list .step_flex + p {
    padding-left: 0;
  }
  .step_list .step_flex div + p {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
  }
  .step_list .step_flex div p span {
    font-size: 20px;
  }
  .step_list .step_flex div img {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .step_list .step_flex {
    display: block;
  }
  .step_list dl dt img {
    height: 200px;
    display: block;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto 20px auto;
  }
  .step_list dl dd p a {
    margin: 10px auto;
  }
  .step_list dl:last-of-type {
    margin-bottom: 0;
  }
  .page_top_tit h2 {
    margin-bottom: 30px;
  }
  .how_l {
    display: none;
  }
  .how_r {
    width: 100%;
  }
  .how_r .SP {
    display: block;
    margin: 20px auto 0 auto;
  }
  .how_r .SP.app_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .how_r .SP.app_flex a {
    width: 150px;
  }
  .how_r .SP.ar_img {
    width: 150px;
  }
  .how_flex {
    display: block;
    margin: 0 auto;
  }
  .ar_inner p {
    text-align: left;
  }
}
@media screen and (max-width:600px) {
  form dt,
  form dd {
    padding: 15px 0;
  }
  form dt {
    padding-bottom: 0;
  }
  form {
    width: 340px;
  }
  form dt {
    width: 90%;
  }
  .tab_list_item {
    font-size: 14px;
    padding: 10px;
  }
  .sec_page h2 {
    max-width: 90%;
    display: block;
  }
  .sec_page h2 .blink_txt {
    display: block;
    margin-top: 10px;
    font-size: 15px;
  }
  .about_flex {
    margin: 50px 0;
  }
  .tab_cont_item {
    padding: 50px 10px;
  }
  .wide_wrapp {
    width: 90%;
  }
  .wrapp {
    width: 90%;
  }
  section {
    padding: 50px 0;
  }
  section.sec_page {
    padding: 100px 0 50px 0;
  }
  .sec_page h2 {
    top: -30px;
  }
  footer .wrapp {
    flex-wrap: wrap;
    gap: 40px;
  }
  .blink_txt {
    width: 300px;
    max-width: 85%;
  }
  header div {
    padding: 20px 30px;
  }
  .head_logo {
    max-width: 55%;
  }
  header div.toggle_btn {
    right: 20px;
  }
  .sec_page .mv_wrapp {
    max-width: 90%;
  }
  .sec_page_mv img {
    height: 150px;
  }
  .ar_flex {
    display: block;
  }
  .about_inner .ar_flex p {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:550px) {
  .sec_mv dt {
    width: 90%;
  }
  .item_about_main,
  .about_flex img {
    height: 200px;
  }
}
@media screen and (max-width:500px) {
  .list_cont h3 {
    font-size: 30px;
  }
  .how_r .SP.ar_img {
    width: 100px;
  }
  form {
    width: 95%;
  }
  .pp_check {
    padding-right: 0;
    font-size: 14px;
  }
  .submit {
    width: 200px;
  }
  form dt {
    font-size: 14px;
  }
  h2.cv {
    font-size: 38px;
  }
}

/*animation*/
.fuwa {
  display: none;
}
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.is-empty p {
  text-align: center;
}

.about_inner .thanks_block p {
  margin: 15px 0;
}
.about_inner p.thanks_actions {
  margin-top: 40px;
}
.voice_edit_inner h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.comm_image {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#respond #reply-title {
  display: none;
}