@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: medium;
  font-weight: 600;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "tenor";
  font-style: normal;
  font-weight: 500;
  src: local("TenorSans-Regular"), url(../font/TenorSans-Regular.ttf) format("truetype");
  font-display: swap;
}
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html, body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
}
a:focus {
  color: #959595;
}
a:active {
  color: #00a0e9;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

img {
  width: 100%;
}

.sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .pc {
    display: none !important;
  }
}

section {
  position: relative;
}

header {
  padding: 20px 0;
}
header .header_logo {
  width: 24.6%;
  max-width: 180px;
  margin: 0 auto;
}

.drawer_menu p {
  color: #363636;
  text-align: center;
  font-size: 22px;
}

.sns_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sns_nav ul {
  width: 100%;
  text-align: center;
}
.sns_nav ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  .sns_nav ul li {
    margin-right: 30px;
  }
  .sns_nav ul li img {
    width: 100%;
  }
}
.sns_nav ul li:last-child {
  margin-right: 0;
}

.drawer_menu * {
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.drawer_menu p {
  color: #363636;
  text-align: center;
  font-size: 22px;
}
.drawer_menu .header_spcontact {
  display: block;
  width: 80%;
  min-width: 296px;
  height: 90px;
  margin: 0 auto;
  font-size: 1.6rem;
  border: 3px solid #fff;
  border-radius: 3px;
  transition: all　2s ease-in-out;
}
.drawer_menu a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}
.drawer_menu a:visited {
  color: inherit;
}
.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
@media screen and (max-width: 440px) {
  .drawer_menu .drawer_button {
    top: 14px;
  }
}
.drawer_menu .drawer_button.active {
  box-shadow: none;
}
.drawer_menu .drawer_button .drawer_bar {
  width: 40px;
}
.drawer_menu .drawer_bar {
  display: block;
  height: 4px;
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.drawer_menu .drawer_menu_text {
  display: block;
}
.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: rgb(255, 255, 255);
}
.drawer_menu .drawer_nav_wrapper .header_spcontentbox {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li {
  padding: 35px 0;
}
.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu_close_text {
  display: none;
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 30px 24px 30px;
}

.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  display: block !important;
  font-family: "midashi", Hiragino Sans, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.drawer_menu .drawer_nav li a {
  color: #fff;
  font-size: 20px;
}
.drawer_menu .drawer_nav li.choice_language a {
  padding: 0 60px 0 40px;
  position: relative;
}
.drawer_menu .drawer_nav li.choice_language a:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
  top: 15%;
  right: 35px;
}

@media screen and (max-width: 440px) {
  .drawer_nav_wrapper .inner {
    height: 100%;
  }
}

.drawer_menu .drawer_nav li span {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(2px, 2px, 0) rotate(45deg);
  transform: translate3d(2px, 2px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(23px, -9px, 0) rotate(45deg);
  transform: translate3d(13px, -3px, 0) rotate(45deg);
}

.scrollView {
  -webkit-transition: all 1.2s 0s ease;
  -moz-transition: all 1.2s 0s ease;
  -ms-transition: all 1.2s 0s ease;
  -o-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(0%, 20px);
  -moz-transform: scale(1, 1) translate(0%, 20px);
  -ms-transform: scale(1, 1) translate(0%, 20px);
  -o-transform: scale(1, 1) translate(0%, 20px);
  transform: scale(1, 1) translate(0%, 20px);
  transition-delay: 0.25s;
}
.scrollView.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0%, 0%);
  -moz-transform: scale(1, 1) translate(0%, 0%);
  -ms-transform: scale(1, 1) translate(0%, 0%);
  -o-transform: scale(1, 1) translate(0%, 0%);
  transform: scale(1, 1) translate(0%, 0%);
}

.scrollView {
  transition: all 1.2s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
  transition-delay: 0.25s;
}
.scrollView.view {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

.slideView {
  transition: all 0.8s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(-30px, 0px);
  transition-delay: 0.25s;
}
.slideView.slide {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

.rslideView {
  transition: all 0.8s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(30px, 0px);
  transition-delay: 0.25s;
}
.rslideView.rslide {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.members {
  justify-content: space-between;
}
.flex.members li {
  width: 18%;
}

#back101 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
}
#back101 div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  margin: 0;
}
#back101 div.bg1 {
  background-image: url(../img/bg1.jpg);
}
#back101 div.bg2 {
  background-image: url(../img/bg2.jpg);
}
#back101 div.bg3 {
  background-image: url(../img/bg3.jpg);
}
#back101 div.bg4 {
  background-image: url(../img/bg4.jpg);
}
#back101 div.bg5 {
  background-image: url(../img/bg5.jpg);
}
#back101 div.bg6 {
  background-image: url(../img/bg6.jpg);
}
#back101 div.bg7 {
  background-image: url(../img/bg7.jpg);
}
#back101 div.bg8 {
  background-image: url(../img/bg8.jpg);
}
#back101 div.bg9 {
  background-image: url(../img/bg9.jpg);
}
#back101 div.bg10 {
  background-image: url(../img/bg10.jpg);
}
#back101 div.bg11 {
  background-image: url(../img/bg11.jpg);
}
#back101 div.bg12 {
  background-image: url(../img/bg12.jpg);
}
#back101 div.bg13 {
  background-image: url(../img/bg13.jpg);
}
#back101 div.bg14 {
  background-image: url(../img/bg14.jpg);
}
#back101 div.bg15 {
  background-image: url(../img/bg15.jpg);
}
#back101 div.bg16 {
  background-image: url(../img/bg16.jpg);
}
#back101 div.bg17 {
  background-image: url(../img/bg15.jpg);
}
#back101 div.bg18 {
  background-image: url(../img/bg14.jpg);
}
#back101 div.bg19 {
  background-image: url(../img/bg13.jpg);
}
#back101 div.bg20 {
  background-image: url(../img/bg12.jpg);
}
#back101 div.bg21 {
  background-image: url(../img/bg11.jpg);
}
#back101 div.bg22 {
  background-image: url(../img/bg10.jpg);
}
#back101 div.bg23 {
  background-image: url(../img/bg9.jpg);
}
#back101 div.bg24 {
  background-image: url(../img/bg8.jpg);
}
#back101 div.bg25 {
  background-image: url(../img/bg7.jpg);
}
#back101 div.bg26 {
  background-image: url(../img/bg6.jpg);
}
#back101 div.bg27 {
  background-image: url(../img/bg5.jpg);
}
#back101 div.bg28 {
  background-image: url(../img/bg4.jpg);
}
#back101 div.bg29 {
  background-image: url(../img/bg3.jpg);
}
#back101 div.bg30 {
  background-image: url(../img/bg2.jpg);
}
#back101 div.bg31 {
  background-image: url(../img/bg1.jpg);
}

#wrapflex {
  padding-bottom: 70px;
}
@media screen and (max-width: 440px) {
  #wrapflex {
    padding-bottom: 0;
  }
}

#wrap101 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 3px 3px 20px rgba(131, 27, 87, 0.5);
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  #wrap101 {
    max-width: inherit;
    box-shadow: none;
    margin: 0 auto;
    border-radius: 0px;
  }
}
#wrap101 #cv {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 1025px) {
  #wrap101 #cv {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  #wrap101 #cv {
    display: block;
  }
}
#wrap101 #cv a {
  pointer-events: none;
}
#wrap101 #cv p {
  font-size: 17px;
  background: linear-gradient(90deg, #EA3097, #F21369);
}
#wrap101 #cv .linkbox {
  width: 100%;
  margin: 0;
}
#wrap101 .fixbox {
  position: fixed;
  top: 40%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  #wrap101 .fixbox {
    display: none;
  }
}
#wrap101 .fixbox#f1 {
  right: calc((100vw - 400px) / 4);
  width: 245px;
  transform: translate(45%, -50%);
}
#wrap101 .fixbox#f1 .i2 {
  width: 210px;
  margin: 0 auto;
}
#wrap101 .fixbox#f2 {
  left: calc((100vw - 400px) / 4);
  width: 245px;
  transform: translate(-45%, -50%);
}
#wrap101 .fixbox#f3 {
  width: 325px;
  height: 230px;
  top: inherit;
  bottom: 30px;
  right: calc((100vw - 400px) / 4);
  transform: translate(45%, 0%);
}
#wrap101 .fixbox#f3 .box {
  display: none;
}
#wrap101 .fixbox#f3 .box .fukidashi {
  width: 230px;
  transform: translateY(0);
}
#wrap101 .fixbox#f3 .box.active {
  display: block;
}
#wrap101 .fixbox#f3 .box.active .fukidashi {
  animation: fukidashi 0.4s ease;
}
@keyframes fukidashi {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
#wrap101 .fixbox#f3 .box .bottl {
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrap101 .fixbox .linkbox {
  width: 100%;
  margin-top: 10px;
}
#wrap101 .fixbox .linkbox.pink p {
  background: linear-gradient(90deg, #EA3097, #F21369);
}
#wrap101 .fixbox .linkbox p {
  font-size: 13px;
  line-height: 42px;
}
#wrap101 section {
  padding: 60px 0;
  position: relative;
}
#wrap101 section .inner {
  width: 90%;
  margin: 0 auto;
}
#wrap101 .pink {
  color: #EA3097;
}
#wrap101 .obi {
  background: linear-gradient(90deg, #FC5EB7, #FD9ABE);
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
#wrap101 p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
#wrap101 p.attention {
  font-size: 10px;
  font-weight: 500;
  margin-top: 20px;
}
#wrap101 p.attention.mmin {
  text-align: left;
}
#wrap101 p.des {
  font-size: 20px;
  font-weight: bold;
}
#wrap101 h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 5px;
  color: #EA3097;
  font-weight: 500;
  font-family: "tenor", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#wrap101 h3 {
  font-size: 26px;
  text-align: center;
}
#wrap101 .center {
  text-align: center;
}
#wrap101 .linkbox {
  width: 90%;
  margin: 20px auto 0;
}
#wrap101 .linkbox p {
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 40px;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #96DDFC, #725CE0);
}
#wrap101 .linkbox.pink p {
  background: linear-gradient(90deg, #F57ABE, #EA3097);
}
#wrap101 .linkbox.green p {
  background: linear-gradient(90deg, #7FDE95, #28BF4B);
}
#wrap101 .linkbox.orange p {
  background: linear-gradient(90deg, #FAC4C4, #FD7D7D);
}
#wrap101 .linkbox.yellow p {
  background: linear-gradient(90deg, #FAE585, #F4B424);
}
#wrap101 .linkbox.sky p {
  background: linear-gradient(90deg, #73BEFD, #1B87E2);
}
#wrap101 .linkbox.blue p {
  background: linear-gradient(90deg, #6479DD, #1632BA);
}
#wrap101 .linkbox.fukidashi {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 30px;
}
#wrap101 .linkbox.fukidashi p {
  padding: 15px 0;
  line-height: 1.2;
  font-size: 20px;
}
#wrap101 .linkbox.fukidashi p span {
  font-size: 14px;
}
#wrap101 .pnk_r_bk {
  text-align: center;
  margin-bottom: 10px;
}
#wrap101 .pnk_r_bk p {
  background: linear-gradient(90deg, #FC5EB7, #FD9ABE);
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  padding: 5px 30px;
}
#wrap101 .dpnk_r_bk {
  text-align: center;
  margin-bottom: 20px;
}
#wrap101 .dpnk_r_bk p {
  background: #EA3097;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  padding: 5px 30px;
}
#wrap101 dl dt {
  margin-top: 25px;
}
#wrap101 dl dd p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#wrap101 #mv {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #FEF0F9;
}
#wrap101 #mv p {
  font-weight: bold;
}
#wrap101 #mv .bg-t {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
#wrap101 #mv .bg-b {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
#wrap101 #mv .logo {
  width: 196px;
  margin: 0 auto 40px;
}
#wrap101 #mv .textbox {
  position: relative;
}
#wrap101 #mv .textbox .miniicon {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -65%);
}
#wrap101 #mv .mv_link {
  margin-top: 160px;
  opacity: 0;
}
#wrap101 #mv .mv_link .title {
  width: 230px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#wrap101 #mv .mv_link .linkbox {
  margin-top: 0;
  transform: translateY(-20px);
  position: relative;
  z-index: 1;
}
#wrap101 #mv .mv_link p {
  line-height: 80px;
}
#wrap101 #mv .mvbox {
  opacity: 0;
  transition: opacity 1s;
}
#wrap101 #mv .mvbox.active {
  opacity: 1;
  transition: opacity 1s;
}
#wrap101 #mv .mvbox.active .mv_link {
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 1.5s;
}
#wrap101 #mv .mvbox .midashi {
  animation: zoom 1.2s ease forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#wrap101 #mv .bottols {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
}
#wrap101 #mv .bottols.active div {
  animation: opacity 1s ease forwards;
}
#wrap101 #mv .bottols.active div.mt1 {
  animation-delay: 0.9s;
}
#wrap101 #mv .bottols.active div.mt2 {
  animation-delay: 1s;
}
#wrap101 #mv .bottols.active div.mt3 {
  animation-delay: 1.1s;
}
#wrap101 #mv .bottols.active div.mt4 {
  animation-delay: 1.2s;
}
#wrap101 #mv .bottols.active div.mt5 {
  animation-delay: 1.3s;
}
#wrap101 #mv .bottols.active div.mt6 {
  animation-delay: 1.4s;
}
#wrap101 #mv .bottols.active div.mt7 {
  animation-delay: 1.5s;
}
#wrap101 #mv .bottols.active div.mt8 {
  animation-delay: 1.6s;
}
@keyframes opacity {
  0% {
    opacity: 0;
    transform: translate(0%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0px);
  }
}
#wrap101 #mv .bottols div {
  position: absolute;
  opacity: 0;
}
#wrap101 #mv .bottols .mt1 {
  width: 144px;
  top: 0;
  left: -23px;
}
#wrap101 #mv .bottols .mt2 {
  width: 178px;
  top: 0;
  right: -40px;
}
#wrap101 #mv .bottols .mt3 {
  width: 86px;
  top: 92px;
  left: 43%;
}
#wrap101 #mv .bottols .mt4 {
  width: 220px;
  top: 375px;
  left: -53px;
}
#wrap101 #mv .bottols .mt5 {
  width: 100px;
  top: 380px;
  left: 75px;
}
#wrap101 #mv .bottols .mt6 {
  width: 150px;
  top: 370px;
  left: 133px;
}
#wrap101 #mv .bottols .mt7 {
  width: 273px;
  top: 325px;
  right: -75px;
}
#wrap101 #mv .inner {
  position: relative;
  z-index: 3;
}
#wrap101 #mv .miniicon {
  width: 113px;
}
#wrap101 .type {
  position: relative;
  padding: 50px 0;
}
#wrap101 .type .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#wrap101 .typebox {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
#wrap101 .typebox .inner {
  width: 90%;
  margin: 0 auto;
}
#wrap101 .typebox .logo {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#wrap101 .typebox .typeimg {
  width: 90%;
  margin: -20px auto 20px;
  position: relative;
  z-index: 1;
  animation: zoom2 1s ease forwards;
}
@keyframes zoom2 {
  0% {
    transform: scale(0.86);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#wrap101 .typebox .box {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 20px;
}
#wrap101 .typebox .box .boxback {
  border-radius: 15px;
  padding: 25px 0 15px;
  background-color: #fff;
}
#wrap101 .typebox .box .boxback .imgbox {
  width: 170px;
  margin: 0 auto;
}
#wrap101 .typebox h3 {
  font-size: 34px;
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrap101 .typebox p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#wrap101 .typebox p.des {
  margin-bottom: 30px;
}
#wrap101 .typebox p.text {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}
#wrap101 .typebox.under {
  width: 100%;
}
#wrap101 .typebox.under p.midashi {
  font-size: 20px;
}
#wrap101 .typebox.under .box {
  width: 80%;
  margin: 0 auto 50px;
}
#wrap101 .typebox.under .box .boxback {
  background: #fff;
  background-image: none !important;
  padding-bottom: 25px;
}
#wrap101 .typebox.under .box .boxback .imgbox {
  width: 160px;
}
#wrap101 .typebox.under .box h3 {
  margin-top: 15px;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
#wrap101 .typebox.under .box p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 72%;
  margin: 0 auto;
}
#wrap101 #t_wrap.sikkari {
  background: url("../img/tb1.jpg");
  background-size: contain;
}
#wrap101 #t_wrap.balance {
  background: url("../img/tb2.jpg");
  background-size: contain;
}
#wrap101 #t_wrap.control {
  background: url("../img/tb3.jpg");
  background-size: contain;
}
#wrap101 #t_wrap.mypase {
  background: url("../img/tb4.jpg");
  background-size: contain;
}
#wrap101 #t_wrap.super {
  background: url("../img/tb5.jpg");
  background-size: contain;
}
#wrap101 #typemv {
  padding-bottom: 0;
  padding-top: 40px;
}
#wrap101 .sikkari.bg, #wrap101 .underbox.sikkari.bg {
  background-color: #EFFDF2;
}
#wrap101 .sikkari .typebox h3, #wrap101 .underbox.sikkari .typebox h3 {
  color: #329D4A;
}
#wrap101 .sikkari .typebox p.des, #wrap101 .underbox.sikkari .typebox p.des {
  color: #329D4A;
}
#wrap101 .sikkari .typebox .box, #wrap101 .underbox.sikkari .typebox .box {
  background: linear-gradient(135deg, #7FDE95, #28BF4B);
}
#wrap101 .sikkari .typebox .box .boxback, #wrap101 .underbox.sikkari .typebox .box .boxback {
  background-image: url("../img/b1.png");
  background-size: cover;
}
#wrap101 .balance.bg, #wrap101 .underbox.balance.bg {
  background-color: #FFF8F8;
}
#wrap101 .balance .typebox h3, #wrap101 .underbox.balance .typebox h3 {
  color: #FC7575;
}
#wrap101 .balance .typebox p.des, #wrap101 .underbox.balance .typebox p.des {
  color: #FC7575;
}
#wrap101 .balance .typebox .box, #wrap101 .underbox.balance .typebox .box {
  background: linear-gradient(135deg, #FAC4C4, #FD7D7D);
}
#wrap101 .balance .typebox .box .boxback, #wrap101 .underbox.balance .typebox .box .boxback {
  background-image: url("../img/b2.png");
  background-size: cover;
}
#wrap101 .control.bg, #wrap101 .underbox.control.bg {
  background-color: #FFFCF0;
}
#wrap101 .control .typebox h3, #wrap101 .underbox.control .typebox h3 {
  color: #F2A700;
}
#wrap101 .control .typebox p.des, #wrap101 .underbox.control .typebox p.des {
  color: #F2A700;
}
#wrap101 .control .typebox .box, #wrap101 .underbox.control .typebox .box {
  background: linear-gradient(135deg, #FAE585, #F4B424);
}
#wrap101 .control .typebox .box .boxback, #wrap101 .underbox.control .typebox .box .boxback {
  background-image: url("../img/b3.png");
  background-size: cover;
}
#wrap101 .mypase.bg, #wrap101 .underbox.mypase.bg {
  background-color: #EFF8FF;
}
#wrap101 .mypase .typebox h3, #wrap101 .underbox.mypase .typebox h3 {
  color: #2F96ED;
}
#wrap101 .mypase .typebox p.des, #wrap101 .underbox.mypase .typebox p.des {
  color: #2F96ED;
}
#wrap101 .mypase .typebox .box, #wrap101 .underbox.mypase .typebox .box {
  background: linear-gradient(135deg, #73BEFD, #1B87E2);
}
#wrap101 .mypase .typebox .box .boxback, #wrap101 .underbox.mypase .typebox .box .boxback {
  background-image: url("../img/b4.png");
  background-size: cover;
}
#wrap101 .super.bg, #wrap101 .underbox.super.bg {
  background-color: #F5F7FF;
}
#wrap101 .super .typebox h3, #wrap101 .underbox.super .typebox h3 {
  color: #2843C9;
}
#wrap101 .super .typebox p.des, #wrap101 .underbox.super .typebox p.des {
  color: #2843C9;
}
#wrap101 .super .typebox .box, #wrap101 .underbox.super .typebox .box {
  background: linear-gradient(135deg, #6479DD, #1632BA);
}
#wrap101 .super .typebox .box .boxback, #wrap101 .underbox.super .typebox .box .boxback {
  background-image: url("../img/b5.png");
  background-size: cover;
}
#wrap101 .messagebox {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px 0 25px;
}
#wrap101 .messagebox .logo {
  width: 196px;
  margin: 0 auto 30px;
}
#wrap101 .messagebox p {
  color: #EA3097;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.85;
}
#wrap101 .messagebox p.attention {
  color: #000;
  margin-bottom: 0;
  width: 282px;
  text-align: left;
  margin: 0 auto;
}
#wrap101 .messagebox p.date {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
#wrap101 .babble_back {
  background: url(../img/campaign_back.jpg) center top no-repeat;
  background-size: 484px;
  background-position: 50% -2.2%;
}
@media screen and (max-width: 440px) {
  #wrap101 .babble_back {
    background-size: 482px;
  }
}
#wrap101 .snsbox {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
  width: 50px;
  margin: 0 10px;
}
#wrap101 #check {
  padding-top: 10px;
  padding-bottom: 0;
}
#wrap101 #check .imgbox {
  width: 110px;
  margin: 0 auto 10px;
}
#wrap101 #check .kekka {
  width: 234px;
  margin: 10px auto 15px;
}
#wrap101 #check .scroll {
  width: 44px;
  margin: 0 auto;
}
#wrap101 #check p {
  font-weight: bold;
}
#wrap101 #campaign {
  padding-top: 35px;
  padding-bottom: 0;
}
#wrap101 #campaign h2 {
  width: 260px;
  margin: 0 auto 15px;
}
#wrap101 #campaign .imgbox {
  margin-top: 20px;
}
#wrap101 #campaign #cpbox h3 {
  font-size: 20px;
  margin: 20px auto;
  line-height: 1.5;
}
#wrap101 #campaign #cpbox .imgbox {
  margin-bottom: 40px;
}
#wrap101 #flow ul li, #wrap101 #sns101 ul li {
  border-radius: 20px;
  background: #fff;
  padding-bottom: 30px;
  margin: 25px 0;
}
#wrap101 #flow ul li.step_li, #wrap101 #sns101 ul li.step_li {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}
#wrap101 #flow ul li .step, #wrap101 #sns101 ul li .step {
  background: #EEBCCE;
  border-radius: 20px 20px 0 0;
  margin-bottom: 25px;
}
#wrap101 #flow ul li .step p, #wrap101 #sns101 ul li .step p {
  font-size: 20px;
  line-height: 46px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "tenor", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#wrap101 #flow ul li .sns li, #wrap101 #sns101 ul li .sns li {
  margin: 0;
}
#wrap101 #flow ul li .imgbox, #wrap101 #sns101 ul li .imgbox {
  width: 86px;
  margin: 30px auto 25px;
}
#wrap101 #flow ul li .imgbox.p101, #wrap101 #sns101 ul li .imgbox.p101 {
  width: 76px;
  margin-bottom: 20px;
}
#wrap101 #flow ul li .imgbox.bf, #wrap101 #sns101 ul li .imgbox.bf {
  width: 110px;
  margin-bottom: 20px;
}
#wrap101 #flow ul li .flex, #wrap101 #sns101 ul li .flex {
  justify-content: center;
}
#wrap101 #flow ul li .flex .imgbox, #wrap101 #sns101 ul li .flex .imgbox {
  margin: 0;
}
#wrap101 #flow ul li .flex .s2box, #wrap101 #sns101 ul li .flex .s2box {
  width: 120px;
}
#wrap101 #flow ul li .flex .sns li, #wrap101 #sns101 ul li .flex .sns li {
  width: 50%;
  margin: 0;
}
#wrap101 #flow ul li p.des, #wrap101 #sns101 ul li p.des {
  font-size: 16px;
}
#wrap101 #flow ul li p span, #wrap101 #sns101 ul li p span {
  color: #EA3097;
}
#wrap101 #flow ul li .attention, #wrap101 #sns101 ul li .attention {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#wrap101 #flow ul li.step2 p.des, #wrap101 #sns101 ul li.step2 p.des {
  margin-bottom: 25px;
}
#wrap101 #flow ul li.step2 .imgbox, #wrap101 #sns101 ul li.step2 .imgbox {
  width: 314px;
  margin: 0 auto;
  transform: translate(9px, 0px);
}
#wrap101 #flow ul li.step2 .flex, #wrap101 #sns101 ul li.step2 .flex {
  align-items: center;
}
#wrap101 #flow ul li.step2 .flex .s2box, #wrap101 #sns101 ul li.step2 .flex .s2box {
  margin-left: 20px;
  margin-top: 10px;
}
#wrap101 #flow ul li.step2 .flex .s2box .imgbox, #wrap101 #sns101 ul li.step2 .flex .s2box .imgbox {
  margin: 0 auto 10px;
  width: 118px;
}
#wrap101 #flow ul li.step2 .flex .s2box .sns, #wrap101 #sns101 ul li.step2 .flex .s2box .sns {
  justify-content: center;
  text-align: center;
}
#wrap101 #flow ul li.step3 .des, #wrap101 #sns101 ul li.step3 .des {
  margin-bottom: 25px;
}
#wrap101 #flow ul li.step3 .pnk_r_bk p, #wrap101 #sns101 ul li.step3 .pnk_r_bk p {
  background: #EEBCCE;
}
#wrap101 #buy {
  background: #fff;
}
#wrap101 #buy p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrap101 #buy .imgbox {
  width: 260px;
  margin: 0 auto;
}
#wrap101 #buy .linkbox {
  margin-top: 10px;
}
#wrap101 #movie h2 {
  margin-bottom: 25px;
}
#wrap101 #movie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
}
#wrap101 #movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#wrap101 #contact {
  background: #FFF5F9;
  padding-top: 0;
  padding-bottom: 30px;
}
#wrap101 #contact .inner {
  padding: 30px 5px;
  background: #fff;
  border: 1px solid #000;
}
#wrap101 #contact .inner p.midashi {
  margin-bottom: 20px;
}
#wrap101 #contact .inner p.des {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
#wrap101 #contact .inner p.des a {
  text-decoration: underline;
}
#wrap101 #contact .inner p.attention {
  margin-top: 10px;
}
#wrap101 #kiyaku {
  padding: 30px 0;
  background: #FFF5F9;
}
#wrap101 #kiyaku .scrollbox {
  overflow: scroll;
  width: 100%;
  height: 316px;
  background: #fff;
  padding: 15px;
}
#wrap101 #kiyaku .scrollbox p {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
#wrap101 #kiyaku p {
  margin-bottom: 20px;
}
#wrap101 #sns101 {
  background: url("../img/sns_back.jpg") center top;
  background-size: cover;
  padding: 150px 0;
}
#wrap101 #sns101 .imgbox {
  width: 76px;
  margin: 0 auto;
}
#wrap101 #sns101 p {
  margin-top: 15px;
}
#wrap101 #sns101 ul {
  justify-content: center;
}
#wrap101 #sns101 ul li {
  background: transparent;
  padding-bottom: 0;
}
#wrap101 #items {
  padding-top: 0px;
  padding-bottom: 0;
}
#wrap101 #items ul li {
  width: 90%;
  margin: 0 auto 20px;
  background: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#wrap101 #items ul li .step {
  padding: 15px 0 8px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 25px;
}
#wrap101 #items ul li .step .imgbox {
  width: 214px;
  margin: 0 auto;
}
#wrap101 #items ul li .imgbox {
  width: 68px;
  margin: 0 auto 20px;
}
#wrap101 #items ul li .pbox p.sub {
  font-weight: bold;
  margin-bottom: 5px;
}
#wrap101 #items ul li .pbox p.name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#wrap101 #items ul li .pbox p.text {
  line-height: 1.8;
}
#wrap101 #items ul li.item_1 .step {
  background: #FE6DA6;
}
#wrap101 #items ul li.item_2 .step {
  background: #3E91D8;
}
#wrap101 footer {
  background: #F579BE;
  padding: 20px 0 10px;
}
#wrap101 footer p {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
#wrap101 footer p.c {
  font-size: 10px;
  margin-top: 50px;
}
#wrap101 footer .imgbox {
  width: 196px;
  margin: 0 auto 20px;
}