@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  height: 100%;
  background: #f2e421;
}
@media (max-width: 749px) {
  html, body {
    font-size: 4.267vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: rgba(255, 255, 0, 0.4);
  color: #666;
}

::-moz-selection {
  background: rgba(255, 255, 0, 0.4);
  color: #666;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  opacity: 0.6;
}
a:active {
  color: #000;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
.flex {
  display: flex;
}

.flex-btw {
  dispay: flex;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.wrap {
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .sp-wrap {
    flex-wrap: wrap;
  }
}

.text-bold {
  font-weight: bold;
}

/* ----------------------------------------------------
title
---------------------------------------------------- */
h2 {
  margin-bottom: 42px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 749px) {
  h2 {
    margin-bottom: 11.2vw;
  }
}

/* ----------------------------------------------------
wrapper
---------------------------------------------------- */
.pc_wrapper {
  height: 100vh;
}

/* left
--------------------------- */
.pc_left_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - (375px + 204px));
  height: 100%;
}
@media (max-width: 1024px) {
  .pc_left_wrapper {
    padding-left: 1.953vw;
    padding-right: 1.953vw;
    width: calc(100% - (375px + 90px));
  }
}
@media (max-width: 749px) {
  .pc_left_wrapper {
    display: none;
  }
}
.pc_left_wrapper .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .inner {
    padding-top: 2.778vw;
    padding-bottom: 2.778vw;
  }
}
.pc_left_wrapper .pc_logo {
  margin: 0 auto 45px auto;
  width: 580px;
  line-height: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_logo {
    margin-bottom: 3.125vw;
    width: 40.278vw;
  }
  .pc_left_wrapper .pc_logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_logo {
    width: 100%;
  }
}
.pc_left_wrapper .pc_logo .pc_tomousa {
  position: absolute;
  top: -90px;
  left: -150px;
  z-index: 10;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_logo .pc_tomousa {
    top: -6.25vw;
    left: -7.639vw;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_logo .pc_tomousa {
    top: -9.115vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_logo .pc_tomousa img {
    width: 11.806vw;
    height: auto;
  }
}
.pc_left_wrapper .pc_left_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container {
    flex-wrap: wrap;
  }
}
.pc_left_wrapper .pc_left_container .pc_download {
  margin-right: 65px;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_download {
    margin-right: 4.514vw;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_download {
    margin-right: 0;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_download .ill img {
    width: 29.167vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_download .ill img {
    width: auto;
  }
}
.pc_left_wrapper .pc_left_container .pc_download .btn {
  line-height: 0;
  text-align: center;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_download .btn img {
    width: 15.833vw;
    height: auto;
  }
}
.pc_left_wrapper .pc_left_container .pc_nav {
  line-height: 0;
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav {
    margin-top: 30px;
  }
}
@media (max-width: 749px) {
  .pc_left_wrapper .pc_left_container .pc_nav {
    display: none;
  }
}
.pc_left_wrapper .pc_left_container .pc_nav .menu_title {
  margin-left: 3px;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav .menu_title {
    margin-left: 0.208vw;
  }
  .pc_left_wrapper .pc_left_container .pc_nav .menu_title img {
    width: 3.403vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav .menu_title {
    margin-left: 0;
  }
  .pc_left_wrapper .pc_left_container .pc_nav .menu_title img {
    width: 6.38vw;
  }
}
.pc_left_wrapper .pc_left_container .pc_nav_item {
  margin-bottom: 30px;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item {
    margin-bottom: 2.083vw;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item {
    margin-bottom: 2.93vw;
  }
}
.pc_left_wrapper .pc_left_container .pc_nav_item:last-child {
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item:last-child {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_1 img {
    width: 17.708vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_1 img {
    width: auto;
    height: 5.859vw;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_2 img {
    width: 16.736vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_2 img {
    width: auto;
    height: 5.859vw;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_3 img {
    width: 16.042vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_3 img {
    width: auto;
    height: 5.859vw;
  }
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_4 img {
    width: 12.708vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_container .pc_nav_item.nav_4 img {
    width: auto;
    height: 5.859vw;
  }
}
.pc_left_wrapper .pc_left_logo {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1439px) {
  .pc_left_wrapper .pc_left_logo {
    margin-top: 0.694vw;
  }
  .pc_left_wrapper .pc_left_logo img {
    width: 11.319vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .pc_left_wrapper .pc_left_logo {
    margin-top: 0;
    position: absolute;
    bottom: 2.93vw;
    right: 0;
    left: 0;
    text-align: center;
  }
  .pc_left_wrapper .pc_left_logo img {
    width: 21.224vw;
    height: auto;
  }
}

/* main
--------------------------- */
main {
  padding-bottom: 36px;
  margin-left: auto;
  margin-right: 204px;
  display: block;
  width: 375px;
  background: #fff;
}
@media (max-width: 1024px) {
  main {
    margin-right: 90px;
  }
}
@media (max-width: 749px) {
  main {
    padding-bottom: 26.667vw;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
}

section + section,
section + .section {
  margin-top: 100px;
}
@media (max-width: 749px) {
  section + section,
  section + .section {
    margin-top: 26.667vw;
  }
}

.section + section,
.section + .section {
  margin-top: 100px;
}
@media (max-width: 749px) {
  .section + section,
  .section + .section {
    margin-top: 26.667vw;
  }
}

/* right
--------------------------- */
.pc_right_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 204px;
  height: 100%;
}
@media (max-width: 1024px) {
  .pc_right_wrapper {
    width: 90px;
  }
}
@media (max-width: 749px) {
  .pc_right_wrapper {
    display: none;
  }
}
.pc_right_wrapper .pc_right_share {
  line-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.pc_right_wrapper .pc_right_share .pc_share_title {
  margin-right: 30px;
  margin-bottom: 20px;
}
.pc_right_wrapper .pc_right_share .pc_share_item {
  margin-right: 16px;
  margin-top: 6px;
}
.pc_right_wrapper .pc_right_ill {
  margin-top: 6px;
  line-height: 0;
}

/* ----------------------------------------------------
fix-navi
---------------------------------------------------- */
.fix-navi {
  display: none;
}
@media (max-width: 749px) {
  .fix-navi {
    padding: 0 2px;
    margin: 0 auto;
    display: block;
    width: 375px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    line-height: 0;
    z-index: 20;
  }
}
@media (max-width: 749px) and (max-width: 749px) {
  .fix-navi {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .fix-navi_inner {
    display: flex;
    justify-content: space-between;
  }
  .fix-navi_item img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 749px) and (max-width: 749px) {
  .fix-navi_item img {
    width: 24vw;
  }
}

/* ----------------------------------------------------
mv
---------------------------------------------------- */
.mv {
  position: relative;
  line-height: 0;
  height: 670px;
  background: url(../images/bg_mv.jpg) top center/100% no-repeat;
}
@media (max-width: 749px) {
  .mv {
    height: 178.667vw;
  }
}
.mv .logo {
  padding: 2px 0 0 12px;
}
@media (max-width: 749px) {
  .mv .logo {
    padding: 0.533vw 0 0 3.2vw;
  }
}
.mv .logo img {
  width: 178px;
  height: auto;
}
@media (max-width: 749px) {
  .mv .logo img {
    width: 47.467vw;
  }
}
.mv_icon {
  position: absolute;
  z-index: 9;
  top: 9px;
  right: -1px;
}
@media (max-width: 749px) {
  .mv_icon {
    top: 2.4vw;
    right: -0.267vw;
  }
}
.mv_icon img {
  width: 122px;
  height: auto;
}
@media (max-width: 749px) {
  .mv_icon img {
    width: 32.533vw;
  }
}
.mv_item {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
}
@media (max-width: 749px) {
  .mv_item {
    top: 10.667vw;
  }
}
.mv_item img {
  max-width: initial;
  width: 398px;
  height: auto;
}
@media (max-width: 749px) {
  .mv_item img {
    width: 100%;
  }
}
.mv_message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  text-align: center;
}
@media (max-width: 749px) {
  .mv_message {
    bottom: 24vw;
  }
}
.mv_message p {
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 749px) {
  .mv_message p {
    font-size: 4.533vw;
  }
}

/* ----------------------------------------------------
character
---------------------------------------------------- */
@media (max-width: 749px) {
  #character {
    padding-top: 16vw;
  }
}
#character h2 img {
  width: 255px;
  height: auto;
}
@media (max-width: 749px) {
  #character h2 img {
    width: 68vw;
  }
}

/* accordion
--------------------------- */
.accord + .accord {
  margin-top: 15px;
}
@media (max-width: 749px) {
  .accord + .accord {
    margin-top: 4vw;
  }
}
.accord_btn {
  text-align: center;
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.accord_btn img {
  width: 339px;
  height: auto;
}
@media (max-width: 749px) {
  .accord_btn img {
    width: 90.4vw;
  }
}
.accord_btn .switch {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 25px;
  right: 50px;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
@media (max-width: 749px) {
  .accord_btn .switch {
    width: 5.333vw;
    height: 5.333vw;
    bottom: 6.667vw;
  }
}
.accord_btn .switch:after, .accord_btn .switch:before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  border-radius: 100px;
  position: absolute;
  top: 8px;
}
@media (max-width: 749px) {
  .accord_btn .switch:after, .accord_btn .switch:before {
    width: 5.333vw;
    height: 0.8vw;
    border-radius: 26.667vw;
    top: 2.133vw;
  }
}
.accord_btn .switch:after {
  transform: rotate(-90deg);
}
.accord_btn .switch.close {
  bottom: 30px;
  transform: rotate(-45deg);
}
@media (max-width: 749px) {
  .accord_btn .switch.close {
    bottom: 8vw;
  }
}
.accord_btn p {
  font-size: 12px;
  line-height: 1.0;
  position: absolute;
  bottom: 16px;
  right: 42px;
  z-index: 8;
}
@media (max-width: 749px) {
  .accord_btn p {
    font-size: 3.2vw;
    bottom: 4.267vw;
    right: 11.2vw;
  }
}
.accord_item {
  padding: 30px 0 16px 0;
  margin: 0 auto;
  width: 288px;
  display: none;
}
@media (max-width: 749px) {
  .accord_item {
    padding: 8vw 0 4.267vw 0;
    width: 76.8vw;
  }
}
.accord_item p {
  color: #f8544f;
  line-height: 1.8;
}

/* ----------------------------------------------------
movie
---------------------------------------------------- */
#movie h2 img {
  width: 191px;
  height: auto;
}
@media (max-width: 749px) {
  #movie h2 img {
    width: 50.933vw;
  }
}

.movie_item {
  padding-top: 70px;
  margin: 0 auto;
  width: 335px;
  height: 530px;
}
@media (max-width: 749px) {
  .movie_item {
    padding-top: 18.667vw;
    width: 89.333vw;
    height: 141.333vw;
  }
}
.movie_item + .movie_item {
  margin-top: 30px;
}
@media (max-width: 749px) {
  .movie_item + .movie_item {
    margin-top: 8vw;
  }
}
.movie_title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 749px) {
  .movie_title {
    margin-bottom: 5.333vw;
  }
}
.movie_title span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
@media (max-width: 749px) {
  .movie_title span {
    font-size: 5.867vw;
  }
}
.movie_1 {
  background: url(../images/bg_movie_red.png) center top/100% no-repeat;
}
.movie_2 {
  background: url(../images/bg_movie_blue.png) center top/100% no-repeat;
}
.movie_3 {
  background: url(../images/bg_movie_pink.png) center top/100% no-repeat;
}
.movie_4 {
  background: url(../images/bg_movie_yellow.png) center top/100% no-repeat;
}
.movie_5 {
  background: url(../images/bg_movie_green.png) center top/100% no-repeat;
}
.movie_btn {
  line-height: 0;
  text-align: center;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.movie_btn img {
  margin: 0 auto;
  width: 240px;
  height: auto;
}
@media (max-width: 749px) {
  .movie_btn img {
    width: 64vw;
  }
}
.movie_share {
  margin-top: 31px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 749px) {
  .movie_share {
    margin-top: 8.267vw;
  }
}
.movie_share img {
  width: 212px;
  height: auto;
}
@media (max-width: 749px) {
  .movie_share img {
    width: 56.533vw;
  }
}
.movie_voicenon {
  margin-top: 60px;
}
@media (max-width: 749px) {
  .movie_voicenon {
    margin-top: 16vw;
  }
}
.movie_voicenon p {
  text-align: center;
}
.movie_voicenon ul {
  display: flex;
  justify-content: center;
}
.movie_voicenon ul li {
  margin: 0 6px;
}
.movie_voicenon_btn {
  margin-bottom: 30px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 749px) {
  .movie_voicenon_btn {
    margin-bottom: 8vw;
  }
}
.movie_voicenon_btn img {
  width: 338px;
  height: auto;
}
@media (max-width: 749px) {
  .movie_voicenon_btn img {
    width: 90.133vw;
  }
}

/* ----------------------------------------------------
poster
---------------------------------------------------- */
#poster h2 img {
  width: 175px;
  height: auto;
}
@media (max-width: 749px) {
  #poster h2 img {
    width: 46.667vw;
  }
}

.poster {
  padding-bottom: 63px;
  position: relative;
}
@media (max-width: 749px) {
  .poster {
    padding-bottom: 16.8vw;
  }
}
.poster_item {
  padding-top: 26px;
  width: 214px;
  height: 324px;
  text-align: center;
  line-height: 0;
  background: url(../images/bg_poster.png) center center/100% no-repeat;
}
@media (max-width: 749px) {
  .poster_item {
    padding-top: 6.933vw;
    width: 57.067vw;
    height: 86.4vw;
  }
}
.poster_item a {
  display: block;
}
.poster_item img {
  width: 160px;
  height: auto;
}
@media (max-width: 749px) {
  .poster_item img {
    width: 42.667vw;
  }
}
.poster_item p {
  margin-top: 26px;
  font-size: 15px;
  line-height: 1.0;
  color: #40aff3;
}
@media (max-width: 749px) {
  .poster_item p {
    margin-top: 6.933vw;
    font-size: 4vw;
  }
}

/* swiper
--------------------------- */
.swiper-wrapper {
  margin-left: 18px;
}
@media (max-width: 749px) {
  .swiper-wrapper {
    margin-left: 18px;
  }
}
.swiper-slide {
  width: 214px !important;
}
@media (max-width: 749px) {
  .swiper-slide {
    width: 57.067vw !important;
  }
}
.swiper-pagination {
  position: absolute;
  bottom: 0;
}
.swiper-pagination span {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #dcdcdc;
  position: relative;
}
@media (max-width: 749px) {
  .swiper-pagination span {
    width: 3.733vw;
    height: 3.733vw;
    border-radius: 26.667vw;
  }
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}
.swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  background: url(../images/icon_slide_navi.png) center center/100% no-repeat;
  width: 22px;
  height: 54px;
  position: absolute;
  bottom: -15px;
  left: -4px;
}
@media (max-width: 749px) {
  .swiper-pagination-bullet-active:before {
    width: 5.867vw;
    height: 14.4vw;
    bottom: -4vw;
    left: -1.067vw;
  }
}

/* ----------------------------------------------------
talk
---------------------------------------------------- */
.talk {
  text-align: center;
}
.talk_item {
  line-height: 0;
}
.talk_item img {
  width: 339px;
  height: auto;
}
@media (max-width: 749px) {
  .talk_item img {
    width: 90.4vw;
  }
}
.talk_1 {
  margin-bottom: 6px;
}
@media (max-width: 749px) {
  .talk_1 {
    margin-bottom: 1.6vw;
  }
}
.talk_2 {
  margin-bottom: 18px;
}
@media (max-width: 749px) {
  .talk_2 {
    margin-bottom: 4.8vw;
  }
}
.talk_3 {
  margin-bottom: 26px;
}
@media (max-width: 749px) {
  .talk_3 {
    margin-bottom: 6.933vw;
  }
}
.talk_4 {
  margin-bottom: 22px;
}
@media (max-width: 749px) {
  .talk_4 {
    margin-bottom: 5.867vw;
  }
}
.talk_5 {
  margin-bottom: 23px;
}
@media (max-width: 749px) {
  .talk_5 {
    margin-bottom: 6.133vw;
  }
}
.talk_6 {
  margin-bottom: 22px;
}
@media (max-width: 749px) {
  .talk_6 {
    margin-bottom: 5.867vw;
  }
}
.talk_7 {
  margin-bottom: 22px;
}
@media (max-width: 749px) {
  .talk_7 {
    margin-bottom: 5.867vw;
  }
}

/* ----------------------------------------------------
action
---------------------------------------------------- */
#action {
  padding-top: 200px;
  background: url(../images/bg_action.png) top center/100% no-repeat;
}
@media (max-width: 749px) {
  #action {
    padding-top: 53.333vw;
  }
}
#action h2 img {
  width: 177px;
  height: auto;
}
@media (max-width: 749px) {
  #action h2 img {
    width: 47.2vw;
  }
}

.action_thumb {
  padding-left: 18px;
  line-height: 0;
  position: relative;
}
@media (max-width: 749px) {
  .action_thumb {
    padding-left: 4.8vw;
  }
}
.action_thumb img {
  width: 276px;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 749px) {
  .action_thumb img {
    width: 73.6vw;
  }
}
.action_thumb .usako {
  position: absolute;
  bottom: 14px;
  right: 120px;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
@media (max-width: 749px) {
  .action_thumb .usako {
    bottom: 3.733vw;
    right: 32vw;
  }
}
.action_thumb .usako img {
  width: 109px;
  height: auto;
}
@media (max-width: 749px) {
  .action_thumb .usako img {
    width: 29.067vw;
  }
}
.action_btn {
  margin: 26px 0;
  line-height: 0;
  text-align: center;
}
@media (max-width: 749px) {
  .action_btn {
    margin: 6.933vw 0;
  }
}
.action_btn img {
  width: 212px;
  height: auto;
}
@media (max-width: 749px) {
  .action_btn img {
    width: 56.533vw;
  }
}
.action_text p {
  line-height: 1.8;
  color: #f8544f;
  text-align: center;
}
.action .f_share {
  margin: 80px 0 35px 0;
}
@media (max-width: 749px) {
  .action .f_share {
    margin: 21.333vw 0 9.333vw 0;
  }
}
.action .f_share_title {
  margin-bottom: 24px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 749px) {
  .action .f_share_title {
    margin-bottom: 6.4vw;
  }
}
.action .f_share_title img {
  width: 178px;
  height: auto;
}
@media (max-width: 749px) {
  .action .f_share_title img {
    width: 47.467vw;
  }
}
.action .f_share_wrap {
  display: flex;
  justify-content: center;
}
.action .f_share_item {
  line-height: 0;
}
.action .f_share_item img {
  width: 93px;
  height: auto;
}
@media (max-width: 749px) {
  .action .f_share_item img {
    width: 24.8vw;
  }
}
.action .f_share_item.line {
  margin: 0 12px;
}
@media (max-width: 749px) {
  .action .f_share_item.line {
    margin: 0 3.2vw;
  }
}
.action .f_ill {
  margin-left: -25px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 749px) {
  .action .f_ill {
    margin-left: -6.667vw;
  }
}
.action .f_ill img {
  width: 200px;
  height: auto;
}
@media (max-width: 749px) {
  .action .f_ill img {
    width: 53.333vw;
  }
}

.usaani {
  animation: animation01 0.4s forwards;
}

@keyframes animation01 {
  0% {
    right: 120px;
    @media (max-width: 749px) {
      right: 32vw;
    }
  }
  100% {
    right: 0;
  }
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */
.footer {
  margin-top: 60px;
  text-align: center;
}
@incldue sp {
  .footer {
    margin-top: 16vw;
  }
}
.footer p {
  color: #f8544f;
  line-height: 1.8;
}
.footer p.copyright {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 749px) {
  .footer p.copyright {
    margin-top: 5.333vw;
    font-size: 3.2vw;
  }
}
