@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

/* -------------------------------------------
   general style
---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
  width: 100%;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic Pro", "Helvetica Neue" , Helvetica , "Noto-Sans", -apple-system, YuGothic, "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "Work Sans", "Avenir Next", "Helvetica Neue", Helvetica, Verdana,
     "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--- link ---*/
a {
  text-decoration: none;
  color: #222;
  transition: all 0.2s;
}
.link {
    text-decoration: underline;
  }
/*
a:link {
  text-decoration: none;
  color: #222;
}
*/
a:visited {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: none;
  color: #222;
  opacity: 0.8;
}
a:active {
  text-decoration: none;
}
.form-control {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.img-fluid {
    max-width: 100%;
    height: auto;
  }
.section {
  margin: 0;
  padding: 0;
}
.section .section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pointer-none{
  pointer-events: none;
}
/*--- Typography ---*/

.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 14px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 2.85rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h4 {
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
li{
  list-style: none;
}
.font--bold{
	font-wight: bold;
}
/*--- Position ---*/
.flex-center{
  display: flex;
  justify-content: center;
}

/*--- Color ---*/
.pink {
  color: #FF2376;
}
.pink-bg {
  background: #FF2376;
}
.pinkl {
  background: #FF84B2;
}
.pinkl-bg {
  color: #FF84B2;
}
.pinkll {
  background: #FFD3E4;
}
.pinkll-bg {
  color: #FFD3E4;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.black-22 {
  color: #222;
}
.black-22-bg {
  background: #222;
}
.black-44 {
  color: #444;
}
.black-44-bg {
  background: #444;
}
.black-88 {
  background: #888;
}
.black-88-bg {
  color: #888;
}
.black-dd {
  background: #ddd;
}
.black-dd-bg {
  color: #ddd;
}
.black-ef {
  background: #efefef;
}
.black-ef-bg {
  background: #efefef;
}
.black-fa {
  background: #fafafa;
}
.black-fa-bg {
  background: #fafafa;
}
.white {
  background: #fff;
}
.white-gb{
  background: #fff;
}
/*--- Effect ---*/
.txt-shadow{
  text-shadow: 3px 3px 2px #2a2a2a;
}
/*--- line ---*/
.title-bar-wrap{
  width: 100%;
  margin: 0 auto;
}
.title-bar{
  position: relative;
	background-color: #907CFF;
	color: #fff;
	overflow: hidden;
	padding: .3em;
  height: 55px;
  display: flex;
  align-items: center;
}
.title-bar::before{
  background-color: rgba(27, 37, 56, 1);
	content: '';
	display: block;
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}
.title-bar p{
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 17%;
  left: 0;
  display: block;
  color: #fff;
  white-space: nowrap;
}
.title-bar p::before{
  content: "";
  display: inline-block;
  width: 3em;
  border-top: 2px solid;
  vertical-align: middle;
  margin-right: 1em;
  padding-bottom:4px;
}
/* -----------------------------------
   loader
-------------------------------------- */
#lottie{
  width:60%;
  height:60%;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top:-40px;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 999999;
}
#lottie {
  -webkit-animation: lotties 2s forwards;
          animation: lotties 2s forwards;
}
@keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.loader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:99999;
}
.loader {
  -webkit-animation: loaderbg 2.2s forwards;
          animation: loaderbg 2.2s forwards;
}
@keyframes loaderbg {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
/* -----------------------------------
   animation
-------------------------------------- */
.fade{
  opacity:0;
  transform: translateY(16px);
}
.fadeIn{
  transition: all 0.5s ease-in;
  transform: translateY(0);
  opacity: 1 !important;
}




/* -----------------------------------
   header
-------------------------------------- */

#header {
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  -webkit-transition: 0.15s;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-wrap{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo{
  display: none;
}
.header-logo img{
  width: auto;
  height: 16px;
  margin-left: 24px;
}
.header-cap p{
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
  letter-spacing: 1px;
}
.header-menu{
  display: none;
}
/* -----------------------------------
    hamburger
-------------------------------------- */
.hamburger-menu{
  display:block;
}
.menu-btn {
  position: fixed;
  top: 19px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 31px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}
.menu-content ul {
  padding: 50px 10px 0;
}
.menu-content ul li a {
  display: block;
  width: 45%;
  font-size: 16px;
  color:#2a2a2a;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin: 0 auto;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
.menu-content ul li img
{
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.hamburger-logo img{
  width: auto;
  height: 70px;
  position: relative;
  top: 32px;
  display: block;
  margin: 0 auto;
}
.ja_sp{
  width: 30px !important;
  text-align: center !important;
  background-color: #333;
  color: #fff !important;
}
.en_sp{
  text-align: center !important;
}
/* -----------------------------------
   top
-------------------------------------- */
/*--- kv ---*/
.kv{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kv-wrap{
  width: calc(100% - 48px);
  height: calc(100vh - 80px);
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left:24px;
  right: 24px;
  z-index: 99;
  margin: auto;
}
.kv-ph{
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(../images/kv_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv-ph-under{
  height: 50vh;
  background-image: url(../images/kv_sp_under.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  margin-top: auto;
  padding-top: 90px;
}
.kv-title img{
  width: 85%;
  margin-bottom: 18px;
}
.kv-title h1{
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
.kv-title p{
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 1.5px;
}
.kv-cta{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
}
.kv-cta img{
  width: 327px;
  height: 72px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}
.kv-sub{
  width: auto;
  height: auto;
  margin-bottom: 24px;
  text-align: center;
}
.kv-sub p{
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
.kv-sub img{
  width: 100px;
  height: auto;
}
/*--- page title ---*/
.page-title{
  text-align: center;
}
.page-title h1{
  letter-spacing: 2px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "Helvetica Neue" , "Montserrat", sans-serif;
  font-weight: 600;
}
.page-title h6{
  font-size: 1.42rem;
  color:#2a2a2a;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 12px;
}
.page-title p{
  margin-top: 16px;
  letter-spacing: 2px;
}
.page-title img{
  height: auto;
  margin-bottom: 8px;
  position: relative;
  opacity: 0.7;
  width: 100%;
}


/*--- intro ---*/
.intro{
  padding: 64px 0 32px;
}
.intro p{
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 16px;
}
.intro-about{
  margin-bottom: 40px;
}
.intro-about-txt{
  margin-bottom: 24px !important;
  opacity: 1 !important;
  windth: 100%;
}
.intro h1{
  font-size: 1rem;
  margin-bottom: 12px;
}
.intro h6{
  font-size: 1.2rem;
}
.intro-message{
  position: relative;
  display: block;
  width: 100%;
}
.intro-message-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding-bottom: 24px;
}
.intro-message-copy{
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
}
.intro-message-copy img{
  width:auto;
  height: 48px;
  margin-bottom: 8px;
}
.intro-message-copy h2{
  font-weight: 400;
  font-size: 1.28rem;
  letter-spacing: 6px;
  line-height: 1.75;
}
.intro-message-ph, .intro-message-ph-b{
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.intro-message-ph img:first-child{
  width: auto;
  height: 160px;
  padding-left: 0;
  z-index: 1;
  margin-bottom: -24px;
  margin-right: -50px;
}
.intro-message-ph img:nth-child(2){
  width: auto;
  height: 192px;
}

.intro-message-ph-b img:first-child{
  width: auto;
  height: 192px;
  z-index: 0;
}
.intro-message-ph-b img:nth-child(2){
  width: auto;
  height: 180px;
  z-index: 1;
  margin-left: -50px;
  margin-bottom: 24px;
}
/*--- cta ---*/
.cta{
  background: #E8F9FA;
}
.cta-contents{
  display: block;
  padding: 24px;
}
.cta-title{
  text-align: center;
  margin-bottom: 24px;;
}
.cta-title h2{
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 16px;
}
.cta-title h6{
  padding-top: 5px;
}
.cta-title img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.cta .cta-btn{
  text-align: center;
}
.cta-btn{
  margin-bottom: 24px;;
}
.cta-btn a{
  display: flex;
  justify-content: center;
}
.cta-btn a img{
  width: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  cursor: pointer;
}
.cta-btn a p{
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}
.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  }
   
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  }
   
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }

.lesson-btn{
  padding: 10px;
  background-color: white;
  color: #2a2a2a;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.sns{
  display: flex;
  justify-content: space-evenly;
}
.sns-list{
  text-align: center;
}
.cta-cap{
  font-size: 0.85rem;
  font-weight: 400;
}
.comparison{
  padding: 64px 0 24px;
}
.comparison-contents{
  padding: 32px 0;
  position: relative;
}
.comparison-contents-graph img{
  width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.comparison-contents-txt{
  width: 75%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
}
.comparison-contents-txt img{
  position: absolute;
  left: 0;
  top: -40px;
  width: 56px;
  height: auto;
}
.comparison-contents-txt p span{
  color: #FF2376;
}
/*--- point ---*/
.point{
  padding: 24px 0;
  background-color: #E8F9FA;
}
.point-contents{
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}
.point-contents-wrap{
  width: 100%;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: left;
}

.point-contents-wrap img{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.point-contents-wrap p{
  line-height: 2;
  margin-right: 10px;
}
.point-contents-container{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.point-btn img{
display:block;
height: 100px;
margin: 0 auto;
width: 300px;
}
/*--- howto ---*/
.howto{
  padding: 48px 0 0;
  width: 100%;
  height: auto;
  background-image: url(../images/howto_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.howto_en{
  padding: 48px 0 0;
  width: 100%;
  height: auto;
  background-image: url(../images/howto_bg_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.howto-contents{
  padding: 24px 0 0;
  position: relative;
}
.howto-contents-wrap{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.howto-contents-step{
	position: relative;
}
.howto-cta{
  height: 180px;
}
.howto-contents-wrap img{
  width: 80%;
  height: auto;
  position: absolute;
  top: 38% ;
  left: 20%;
}
.howto-contents-txt{
  background: #fff;
  width: calc(90% - 48px);
  margin: 0 auto;
  padding: 24px;
  margin-top: -80px;
  z-index: 1;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
}
.howto-contents-txt h4{
  letter-spacing: 4px;
  line-height: 1.75;
  margin-bottom: 16px;
  text-align: center;
}
.howto-contents-txt p{
  color: #888;
  text-align: justify;
  margin-bottom: 24px;
}
.howto-contents-txt-sub{
  text-align: right;
  color: #888;
  letter-spacing: 2px;
  font-family: 'Work Sans';
  line-height: 1.5;
}
.howto-contents-txt-sub span{
  display: block;
  font-size: 0.85rem;
}
.howto-subimg{
  width: 100%;
  height: auto;
}
.howto-subimg img{
  width: 100%;
  height: auto;
  margin-bottom: -40px;
}
.photo-wrapper{
    width: 100%;
}
.cmm {
  margin-bottom: 24px;
}
.cmm img{
  width: 60%;
  display: block;
  margin: 0 auto;
}
.step-box{
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 10px;
}
.step-box h6:before{
  content: none;
  background-image: url('../images/step_icon.svg');
  background-size: cover;
  display: inline-block;
  height: 34px;
  width: 50px;
  vertical-align: middle;
}
.howto-contents-wrap h6{
  text-align: center;
}
.howto-contents-wrap p{
  padding-bottom: 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.howto h1,
.howto_en h1{
  color: #fff;
  text-shadow: 3px 3px 2px #2a2a2a;
}
.howto h6,
.howto_en h6{
  color: #fff;
}
.howto-contents-wrap h6{
  background:#fff;
  color: #2a2a2a;
  font-weight: bold;
  text-align: center;
}
.before-howto:before{
  background-image:url('../images/step_icon.svg');
  background-size: cover;
  content: '';
  display: inline-block;
  height: 100px;
  vertical-align: middle;
  width: 150px;
}
/*--- lesson ---*/
.lesson{
  padding: 24px 0;
}
.lesson-contents-container{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.lesson-contents-wrap{
  width: 100%;
  display: block;
  margin-bottom: 24px;
  align-items: center;
  justify-content: left;
}
.lesson-contents-wrap img{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.lesson-contents-wrap p{
  line-height: 2;
  margin-right: 10px;
}
.lesson-contents-mov{
  width: 100%;
}
/*--- voice ---*/
.voice{
  padding: 64px 0 0;
}
.voice-contents{
  padding: 24px 0;
}
.voice-contents-wrap{
  margin-bottom: 24px;
}
.voice-contents-ph {
  width: 100%;
  height: 174px;
  overflow: hidden;
}
.voice-contents-ph img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-contents-txt{
  padding: 16px 0;
}
.voice-contents-txt h6{
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.voice-contents-txt h4{
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.voice-contents-txt p{
  padding-top: 8px;
  text-align: justify;
  color:#888;
}
/*--- step ---*/
.step{
  padding: 16px 0 24px;
}
.step-contents{
  padding: 24px 0;
  position: relative;
}
.step-contents-wrap{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.step-contents-wrap img{
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.step-contents-wrap p{
  line-height: 1.5;
}
.step-contents-wrap p span{
  color: #F39CC3;
  display: block;
  font-family: 'Work Sans';
  line-height: 1.8;
}
/*--- notice ---*/

.notice{
  position: relative;
  padding: 0 0 24px;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/howto_bg_sp.jpg); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background: #fff;
}
.notice-contents-wrap{
  position: relative;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 85%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0,0,0,0.1); 
  background: linear-gradient(to right, #FFE9E9, #FCEEFD );
  background:#fff;
  opacity: 0.8;
}
.notice-contents-wrap:nth-child(2){
  margin-bottom: 0;
}
.notice-contents-wrap .notice-catch{
  position: absolute;
  width: 100px;
  height: auto;
  top: -16px;
  left: -16px;
}
.notice-contents-wrap p{
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 400;
  color: #222;
}
.notice-contents-wrap p span{
  color: #FF2376;
}
.notice-contents-wrap .notice-line{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: -12px;
  margin: auto;

}

.pc-visible {
  display: block;
}
.sp-visible {
  display: none;
}

.section-service {
    background-image: url("../images/bottom-contact.png");
    background-size: cover;
    background-position: left top;
    padding-top: 110px;
    padding-bottom: 70px;
    position: relative; }
.section-service .section-title {
    text-align: center; }
.section-service .section-title .img-fluid {
    margin-left: auto;
    margin-right: auto; }
.section-service .line-text {
    display: block;
    margin-left: auto;
    margin-right: auto; }
.section-service .contact-block {
    max-width: 716px;
    border: 4px solid #eeeeee;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
    margin-bottom: 0; }
.section-service .contact-block .contact-title {
    margin-bottom: 0; }
.section-service .contact-block .contact-text {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.7;
    margin-bottom: -5px; }
.section-service .contact-block .amazon-banner {
    margin-bottom: 0; }
.section-service .contact-block .amazon-text {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
.section-service .contact-block .contact-btn {
    margin-bottom: 10px; }
.section-service .contact-block .text-note {
    line-height: 1.5; }

.contact-block {
    text-align: center;
    margin-bottom: 60px;
    }
.contact-block .contact-btn {
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #31ae36;
    color: #fff;
    border-radius: 80px;
    min-height: 86px;
    box-shadow: 0px 7px 0 0 #1f6f22;
    width: 100%;
    max-width: 472px;
    }

.btn{
  font-weight: 400;
  position: relative;
  display: block;
  padding: 10px 30px ;
  width: 175px;
  height: 45px;
  text-align: center;
  border-radius: 4em !important;
  white-space: normal;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background: #5bbee5;
  background: linear-gradient(to right, #5bbee5, #52ddae);
}

.btn::after{
 content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}
.btn:hover:after{
  right: 1em;
}
    .modal-warp {
        position: fixed;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 30px;
        z-index: 100;
        top: 0;
        left: 0; }
        .modal-warp .bg-close {
          display: block;
          z-index: 1;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .modal-warp .modal-container {
          background-color: #fff;
          border-radius: 5px;
          padding: 40px 0 55px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 1;
          max-width: 714px;
          width: calc(100% - 40px); }
          .modal-warp .modal-container .inner {
            padding: 0 40px; }
          .modal-warp .modal-container .close {
            position: absolute;
            bottom: 30px;
            right: 40px; }
/* -----------------------------------
   footer
-------------------------------------- */
.footer{
  padding: 24px 0 100px;
  background: #fff;
}
.footer-wrap{
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-logo img{
  width: 40%;
  display: block;
  margin: 0 auto 24px;
}
.footer-txt{
  width: 80%;
  min-height: 200px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer-txt h6{
  color: #888;
  margin-bottom:8px;
  letter-spacing: 2px;
  text-align: left;
}
.footer-txt p{
  text-align: left;
  font-size: 0.85rem;
  color: #888;
  margin-bottom:8px;
  letter-spacing: 0;
}
.footer-copy p{
  text-align: center;
  font-size: 0.85rem;
  color: #ddd;
  font-family: 'Work Sans';
}
.footer-title{
  width: 50%;
  min-width: 340px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.footer-title img{
  width: 80%;
  display: block;
  margin: 0 auto 1rem;
  margin: 24px;
}
.footer-menu{
  display: flex;
  justify-content: space-evenly;
}
.footer-menu a{
  position: relative;
  color: #2a2a2a;
}
.footer-menu a p{
  font-size: 11px;
}
.line-right{
  display: block;
  position: absolute;
  top: 0.4rem;
  right: -1.5rem;
  width: 1px;
  height: 1rem;
  background-color: #000;
}
/* =========================================
   SP landscape max-width:767px
============================================ */
@media (orientation: landscape) and (max-width:767px) {
  .wrap{
    width: calc(100% - 160px);
  }
  .menu-content{
    overflow-y: scroll;
  }
  .kv-ph{
    background-image: url(../images/kv_pc.svg);
  }
  .howto-contents-wrap p{
    font-size: 10px;
    font-weight: normal;
    -webkit-font-size: 10px;
    -webkit-font-weight: normal;
  }
  
}
/* =========================================
   PC min-width:768px
============================================ */
@media only screen and (min-width:768px) {
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.wrap {
  width: calc(100% - 160px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding:0;
}
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 15px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 16px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 4.57rem;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
h4 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
#lottie{
  width:40%;
  height:40%;
}
.font--bold{
	font-weight: bold;
}
/*--- header ---*/
#header{
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
}
.header-wrap{
  display: flex;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding:0;
  justify-content: space-between;
}
.header-logo{
  display: block;
}
.header-logo img{
  width: auto;
  height: 100px;
  margin-left: 0;
  margin-top: 50px;
}
.hamburger-menu{
  display:none;
}
.header-menu{
  width: 600px;
  display: flex;
  justify-content: space-between;
}
.header-menu a{
  color: #fff;
  font-weight: bold;
}
.ja{
  width: 30px;
  text-align: center;
  background-color: #fff;
  color: #333 !important;
}
.en{
  width: 30px;
  padding-left: 20px;
  text-align: center;
  border-left: 1px solid #fff;
}
/*--- kv ---*/
.kv-wrap{
  width: calc(100% - 160px);
  height: 100vh;
  left:80px;
  right: 80px;
}
.kv-ph{
  height: 100vh;
  background-image: url(../images/kv_pc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv-ph-under{
  height: 50vh;
  background-image: url(../images/kv_pc_under.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv-title{
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
}
.kv-title img{
  width: 20vw;
  margin-bottom: 22px;
}
.kv-title h1{
  font-size: 1.5vw;
  letter-spacing: 6px;
  margin-bottom: 14px;
  text-align: left;
}
.kv-title p{
  font-size: 1vw;
  line-height: 2;
  text-align: left;
  letter-spacing: 4px;
}
.kv-cta{
  right: 24px;
  bottom: 24px;
}
.kv-sub{
  margin-bottom: 0;
  text-align: right;
  position: fixed;
  right: 120px;
  bottom: 28px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.kv-sub p{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 6px;
}
.kv-sub img{
  width: 140px;
  height: auto;
}
/*--- page title ---*/
.page-title h1{
  font-weight: bold;
}
.page-title h2{
  margin-bottom: 24px;
}
.page-title h6{
  margin-bottom: 17px;
}

/*--- intro ---*/
.intro{
  padding: 120px 0 40px;
}
.intro-about{
  max-width: 640px;
  margin-bottom: 80px;
}
.intro .page-title h1{
  font-size: 3.3rem;
}
.intro p{
  line-height: 2;
  letter-spacing: 1px;
  padding-top: 16px;
  font-weight: bold;
}

.intro-message{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.intro-message-wrap{
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 80px;
  max-width: 960px;
  overflow: hidden;
}
.intro-message-copy{
  padding-left: 0;
  align-items: center;
  text-align: left;
}
.intro-message-copy img{
  width:auto;
  height: 64px;
  margin-bottom: 8px;
  margin-left: -80px;
}
.intro-message-copy h2{
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 10px;
}
.intro-message-ph, .intro-message-ph-b{
  align-items: flex-end;
  justify-content: center;
}
.intro-message-ph img:first-child{
  width: auto;
  height: 25vw;
  max-height: 400px;
  margin-bottom: -24px;
  margin-right: -50px;
}
.intro-message-ph img:nth-child(2){
  width: auto;
  height: 30vw;
  max-height: 480px;
}
.intro-message-ph-b img:first-child{
  height: 30vw;
  max-height: 450px;
}
.intro-message-ph-b img:nth-child(2){
  height: 25vw;
  max-height: 400px;
  margin-left: -50px;
  margin-bottom: 24px;
}

/*--- cta ---*/
.cta{
  padding: 24px 0;
}
.cta-contents{
  padding: 40px;
}
.cta-title h2{
  letter-spacing: 6px;
  margin-bottom: 24px;
}
.cta-title h6{
  padding-top: 20px;
}
.cta-title img{
  width: 70%;
  height: auto;
}
.cta-btn{
  width: 100%;
  margin: 50px auto;
}
.cta-btn a{
  display: flex;
  align-items: normal;
  justify-content: center;
}
.cta-btn a img{
  width: auto;
  height: 72px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.cta-btn a img:hover{
  opacity: 0,5;
}
.cta-btn a p{
  font-size: 1.14rem;
}
.cta-cap{
  text-align: center;
}
.cta-contents h6{
  font-size: 1.42rem;
  color: #2a2a2a;
  letter-spacing: 4px;
  font-weight: 600;
  text-align: center;
}
.sns{
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
.sns-list a{
  display: block;
  text-align: center;
}
/*--- comparison pc ---*/
.comparison{
  padding: 120px 0 40px;
}
.comparison-contents{
  padding: 40px 0;
}
.comparison-contents-graph img{
  width: 590px;
  margin-bottom: 30px;
}
.comparison-contents-txt{
  width: 40%;
}
.comparison-contents-txt img{
  top: -48px;
  width: 72px;
}
/*--- point ---*/
.point{
  padding: 90px 0;
  background-color:#E8EBFA;
}
.point-contents{
  width: auto;
  padding: 40px 0 0;
  display: block;
  justify-content: center;
}
.point-contents-wrap{
  width: 34%;
  flex-direction: row;
  padding: 0 24px 0 0;
  display: block;
  margin: 0 24px 24px 24px;
  margin-bottom: 0;
}
.point-contents-wrap img{
  width: 67px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.point-contents-wrap p{
  font-size: 15px;
  text-align: center;
  margin-right: 0;
}
.point-contents-container{
  display: flex;
  justify-content: center;
}
/*--- howto ---*/
.howto{
  height: auto;
  padding: 0;
  background-image: url(../images/howto_bg_pc.png);
}
.howto-contents{
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
}
.howto-contents-wrap{
  margin-bottom: 0;
  width: 35%;
}
.howto-contents-wrap img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 57% ;
  left: 13%;
}
.howto-contents-txt{
  width: calc(90% - 80px);
  padding: 40px;
  margin-top: -100px;
}
.howto-subimg{
  display: flex;
  justify-content: center;
}
.howto-subimg img{
  width: 100%;
  margin-bottom: -40px;
}
.photo-wrapper{
    width: 100%;
}
.cmm img{
  width: 20%;
}
.step-box{
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 10px;
}
.step-box h6:before{
  content: '';
  background-image: url('../images/step_icon.svg');
  background-size: cover;
  display: inline-block;
  height: 34px;
  width: 50px;
  vertical-align: middle;
}

.howto-contents-wrap h6{
  background: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/*--- lesson ---*/
.lesson-contents-container{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.lesson-contents-wrap{
  width: 34%;
  flex-direction: row;
  padding: 0 24px 24px 0;
  display: block;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 24px 24px 24px;
}
.lesson-contents-wrap img{
  width: 67px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.lesson-contents-wrap p{
  font-size: 15px;
  text-align: center;
  margin-right: 0;
}
.lesson-contents-mov{
  width: 100%;
}
/*--- voice ---*/
.voice{
  padding: 120px 0 0;
}
.voice-contents{
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.voice-contents-wrap{
  width: 31%;
}
.voice-contents-txt{
  padding: 16px;
}
.voice-contents-txt h4{
  font-size:1.14rem ;
  letter-spacing: 4px;
}
/*--- step ---*/
.step{
  padding: 40px 0 60px;
}
.step-contents{
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.step-contents-wrap{
  flex-direction: column;
  margin-bottom: 24px;
  width: 31%;
}
.step-contents-wrap img{
  width: 100px;
  height: 100px;
  margin-right: 0;
  margin-bottom: 24px;
}
.step-contents-wrap p{
  text-align: center;
  width: 80%;
}
.step-contents-wrap p span{
  line-height: 2.5;
}
.howto-contents-step{
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
}
.howto-cta{
  height: auto;
}
.howto-contents-step p{
  width: 80%;
  height: auto;
  min-height: 200px;
  color: #2a2a2a;
  font-weight: normal;
  margin: 0 auto;
  padding-top: 10px;
  line-height: 2;
  text-align: left;
}
.howto-wrap .page-title{
  padding-top: 130px;
}
/*--- notice ---*/
.notice{
  padding: 24px 0 40px;
  background: linear-gradient(to right, #FF8E91, #F39CC3, #E648A5); 
  background: #fff;
}
.notice-contents-wrap{
  width: 50%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.lesson-btn{
  padding: 20px;
  background-color: white;
  color: #2a2a2a;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.footer-copy p{
  text-align: center;
}
}

@media only screen and (max-width: 767px) {
    .pc-visible {
        display: none; }
    .sp-visible {
        display: block; } 
    .section-service {
      padding-top: 50px;
      padding-bottom: 50px; }
    .section-service .container {
      padding-left: 10px;
      padding-right: 10px; }
    .section-service .contact-block {
      padding: 20px 15px 15px; }
    .section-service .contact-block .amazon-banner {
      margin-left: -26px;
      margin-right: -26px; }
    .contact-block .contact-btn {
      font-size: 1.25rem;
      font-weight: 500;
      color: #fff;
      min-height: 60px; }
    .section .section-inner {
      padding-top: 30px;
      padding-bottom: 30px;}
    .modal-warp {
      padding: 20px; }
    .modal-warp .modal-container {
      padding: 25px 0 40px; }
    .modal-warp .inner {
      padding: 0 20px;
      overflow: scroll;
      max-height: calc(100vh - 120px); }
    .modal-warp .close {
      position: absolute;
      bottom: 10px;
      right: 20px; }
    .modal-warp .modal-container {
        left: 45%;
    }
  }

@media only screen and (max-width: 991px) {
    .container {
      max-width: 100%; }
    .container-small {
      max-width: 100%; }
    .row, .row-10 {
      margin-left: -5px;
      margin-right: -5px; }
    .row > [class*="col-"], .row .col, .row-10 > [class*="col-"], .row-10 .col {
      padding-left: 5px;
      padding-right: 5px; }
    .row-0 {
      margin-left: 0;
      margin-right: 0; }
    .row-0 > [class*="col-"], .row-0 .col {
      padding-left: 0;
      padding-right: 0; }
    .btn {
        min-width: 100%;
        font-size: 0.75rem;
        font-weight: normal;
        padding: 0; }
    .section .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;}


}

/*--- PC ---*/
@media only screen and (min-width:768px) {
  .footer-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 48px 0 24px;
  }
  .footer-txt{
    width: auto;
    min-width: 300px;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-txt h6{
    margin-right: 16px;
    font-size: 0.85rem;
    margin-bottom:8px;
    text-align: left;
  }
  .footer-txt p{
    margin-right: 16px;
    margin-bottom:8px;
    letter-spacing: 1px;
    text-align: left;
  }
  .footer-title img{
    width: 154px;
    display: block;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
  }
  .footer-copy p{
    text-align: center;
  }
  .footer{
    padding: 64px;
    background: #fff;
  }

  .footer-menu{
    width: 320px;
    margin-top: 1rem;
  }
  .footer-menu{
    display: block;
  }
  .footer-menu a{
    position: relative;
    color: #2a2a2a;
  }
  .footer-menu a p{
    font-size: 15px;
    margin: 10px;
    }
  .line-right{
    display: block;
    position: absolute;
    top: 0.25rem;
    right: -1rem;
    width: 1px;
    height: 20px;
    background-color: #000;
  }
2