@charset "UTF-8";
/* CSS Document */
/*------------------

リセットcss

-------------------*/
html, body, div, 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, 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.8em;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav 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;
    color: #000;
}
a:active {
  color: #000;
}
/* 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;
}
html {
    box-sizing: border-box;
}
img {
    width: 100%;
    vertical-align: bottom;
}
ul {
  padding: 0!important;
  margin: 0!important;
  list-style: none;
}
ol, ul {
  list-style-type: none;
}
/*------------------

共通の記述

-------------------*/
p {
  line-height:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  /* letter-spacing: 1px; */
  font-size: 16px;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.sponly {
  display: none;
}
.bold {
  font-weight:700;
  font-size: 18px;
}
.line {
  font-weight:700;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #ffecb9 60%);
}
ul li {
  line-height:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
}
ul li:before {
  content: '★';
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 768px){
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .flex {
    display: block;
  }
  .bold {
    font-weight:700;
    font-size: 25px;
  }
  .line {
    font-weight:700;
    font-size: 25px;
    background: linear-gradient(transparent 60%, #ffecb9 60%);
  }
  p {
    line-height: 2.4rem;
    font-size: 22px;
    width: 90%;
  }

  ul li {
    font-size: 22px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 550px){
  p {
    line-height: 1.8rem;
    font-size: 18px;
    width: 95%;
  }

  ul li {
    line-height: 1.8rem;
    font-size: 18px;
  }
  .bold {
    font-size: 20px;
  }
  .line {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px){
  p {
    font-size: 14px;
    font-weight: 500;
  }

  ul li {
    font-size: 14px;
    font-weight: 500;
  }
  .bold {
    font-size: 16px;
  }
  .line {
    font-size: 16px;
  }
}

/*------------------

全体の挙動

-------------------*/
.wrapper {
  position: relative;
}
.pc-area {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0 auto;
}
/* .pc-area img {
  width: 100vw;
  height: 100vh;
} */
.main-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px -5px rgba(119,119,119,.7);
  max-width: 700px;
}
.back-size {
  width: 100%;
  height: 100%;
  background-image:url(img/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fixed_left {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 13%;
  min-width: 200px;
  -webkit-transform: translate3d(-250.31674%, -50%, 0);
  transform: translate3d(-250.31674%, -50%, 0);
}
.fixed_right {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 13%;
  min-width: 200px;
  -webkit-transform: translate3d(250.31674%, -50%, 0);
  transform: translate3d(250.31674%, -50%, 0);
}
@media screen and (max-width: 768px){
  .pc-area {
    display: none;
  }
  .main-area {
    width: 100%;
  }
}
/*------------------

全体のデザイン

-------------------*/
/*--- ドキドキ動くボタン --*/
.dokidoki a {
	/* リンク文字を上下方向のセンタリングをするためにflexを利用 */
	display: flex;
	justify-content: center;	/* 横方向のセンタリング */
	align-items: center;		/* 縦方向のセンタリング */
	text-decoration: none;	/* リンクの下線を非表示 */
}
.dokidoki{
  display: inline-block;
	margin:50px 20px;       /* ボタンの外側の余白（上下；左右）*/
	overflow:hidden;		/* ボタンの領域外は非表示 */
  animation-name:dokidoki;	/* アニメーション名の指定 */
  animation-delay:0s;		/* アニメーションの開始時間指定 */
  animation-duration: 2s;	/* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
  0% {
      transform: scale(1);
  }
  40% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  60% {
      transform: scale(1);
  }
  70% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(1);
  }
  100% {
      transform: scale(1);
  }
}
/* CTA */
.cta1 {
  background-color:#2a2a2a;
  padding-bottom: 80px;
}
.arrow {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 10%;
}
.caption {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.cta-btn {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.cta-btn a {
  display: inline-block;
  transition: .3s;
}
.cta-btn a:hover {
  opacity: 0.7;
}
.cta-btn img {
  width: 85%;
}
/* sec2 */
.section2 {
  background-color: #f7f1e3;
}
.section2 .right{
  padding: 30px 0 80px;
  width: 95%;
  float: right;
}
.section2 .left{
  padding-bottom: 80px;
  width: 95%;
}
.gif-set {
  padding-bottom: 50px;
  text-align: center;
}
.gif {
  width: 90%;
  margin: 0 auto;
}
.gif-text1,
.gif-text4 {
  width: 45%;
}
.gif-text2 {
  width: 80%;
}
.gif-text3 {
  width: 70%;
}
.gif-set img:nth-child(2) {
  padding: 10px 0;
  margin: 0 auto;
}
.section2 .right2{
  padding: 30px 0 100px 15px;
  box-sizing: border-box;
}
/* CTA2 */
.cta2 {
  background-color:#d84c00;
  padding: 80px 0;
}
.caption2 {
  display: block;
  margin: 0 auto;
  width: 80%;
}
/* sec3 */
.section3 {
  background-color:#143d2a;
}
.section3 .ttl {
  padding-bottom: 100px;
}
.section3 .himitsu {
  padding-bottom: 50px;
}
.section3 .right{
  width: 95%;
  float: right;
}
.section3 .left{
  width: 95%;
}
.taikyuu {
  padding: 50px 0 130px;
}
/* sec4 */
.section4 {
  background-color:#f7f1e3;
  text-align: center;
}
.section4 .ttl {
  padding: 50px 0 30px;
  width: 95%;
  margin: 0 auto;
}
.section4 .case {
  width: 90%;
  margin: 0 auto;
}
.section4 .text {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 80px;
}
/* sec5 *//* sec6 */
.section5, .section6 {
  background-color:#f7f1e3;
  padding-bottom: 100px;
  text-align: center;
}
.section6 img {
  width: 90%;
}
/* sec7 */
.section7 {
  background-color: #ffffff;
  text-align: center;
}
.section7 .ttl {
  width: 85%;
  margin: 0 auto;
  padding:80px 0 50px;
}
.section7 .img {
  width: 90%;
  margin: 0 auto;
}
.section7 .hyou {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 80px;
}
/* footer */
.footer {
  background-color: #2a2a2a;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px)  {
  .cta1, .cta2 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 425px)  {
  .dokidoki {
    margin: 30px 0;
  }
  .section2 .right,
  .section2 .left {
    padding-bottom: 50px;
  }
  .gif-set {
    padding-bottom: 30px;
  }
  .section2 .right2,
  .section3 .ttl {
    padding-bottom: 70px;
  }
}
/*------------------

追従ボタン

-------------------*/
.fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: 0.3s;
  opacity: 0; /*デフォルトで非表示 */
  visibility: hidden; /*デフォルトで非表示 */
  z-index: 100;
}
.fixed-btn a img{
    max-width: 320px;
}
.active {
  opacity: 1;/* クラス付与で表示 */
  visibility: visible;/* クラス付与で表示 */
}

.fixed-btn:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    margin: 0 auto;
    position: fixed;
    bottom: 5px;
    left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    width: 90%;
  }
  .fixed-btn a img {
    max-width: 590px;
    width: 100%;
  }
  .fixed-btn:hover {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
