@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/

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

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem; /*16px*/
  line-height: 1.5;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom; /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

input:focus,
select:focus {
  outline: none;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.bold {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.margin_t100 {
  margin-top: 100px;
}

.margin_t90 {
  margin-top: 90px;
}

.margin_t80 {
  margin-top: 80px;
}

.margin_t70 {
  margin-top: 70px;
}

.margin_t60 {
  margin-top: 60px;
}

.margin_t50 {
  margin-top: 50px;
}

.margin_t40 {
  margin-top: 40px;
}

.margin_t30 {
  margin-top: 30px;
}

.margin_t20 {
  margin-top: 20px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_b100 {
  margin-bottom: 100px;
}

.margin_b90 {
  margin-bottom: 90px;
}

.margin_b80 {
  margin-bottom: 80px;
}

.margin_b70 {
  margin-bottom: 70px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.padding_t100 {
  padding-top: 100px;
}

.padding_t90 {
  padding-top: 90px;
}

.padding_t80 {
  padding-top: 80px;
}

.padding_t70 {
  padding-top: 70px;
}

.padding_t60 {
  padding-top: 60px;
}

.padding_t50 {
  padding-top: 50px;
}

.padding_t40 {
  padding-top: 40px;
}

.padding_t30 {
  padding-top: 30px;
}

.padding_t20 {
  padding-top: 20px;
}

.padding_t10 {
  padding-top: 10px;
}

.padding_b100 {
  padding-bottom: 100px;
}

.padding_b90 {
  padding-bottom: 90px;
}

.padding_b80 {
  padding-bottom: 80px;
}

.padding_b70 {
  padding-bottom: 70px;
}

.padding_b60 {
  padding-bottom: 60px;
}

.padding_b50 {
  padding-bottom: 50px;
}

.padding_b40 {
  padding-bottom: 40px;
}

.padding_b30 {
  padding-bottom: 30px;
}

.padding_b20 {
  padding-bottom: 20px;
}

.padding_b10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .margin_b100 {
    margin-top: 11%;
  }
  .margin_b90 {
    margin-top: 10%;
  }
  .margin_b80 {
    margin-top: 9%;
  }
  .margin_b70 {
    margin-top: 8%;
  }
  .margin_b60 {
    margin-top: 7%;
  }
  .margin_b50 {
    margin-top: 6%;
  }
  .margin_b40 {
    margin-top: 5%;
  }
  .margin_b30 {
    margin-top: 4%;
  }
  .margin_b20 {
    margin-top: 3%;
  }
  .margin_b10 {
    margin-top: 2%;
  }
  .margin_b100 {
    margin-bottom: 11%;
  }
  .margin_b90 {
    margin-bottom: 10%;
  }
  .margin_b80 {
    margin-bottom: 9%;
  }
  .margin_b70 {
    margin-bottom: 8%;
  }
  .margin_b60 {
    margin-bottom: 7%;
  }
  .margin_b50 {
    margin-bottom: 6%;
  }
  .margin_b40 {
    margin-bottom: 5%;
  }
  .margin_b30 {
    margin-bottom: 4%;
  }
  .margin_b20 {
    margin-bottom: 3%;
  }
  .margin_b10 {
    margin-bottom: 2%;
  }
  .padding_t100 {
    padding-top: 11%;
  }
  .padding_t90 {
    padding-top: 10%;
  }
  .padding_t80 {
    padding-top: 9%;
  }
  .padding_t70 {
    padding-top: 8%;
  }
  .padding_t60 {
    padding-top: 7%;
  }
  .padding_t50 {
    padding-top: 6%;
  }
  .padding_t40 {
    padding-top: 5%;
  }
  .padding_t30 {
    padding-top: 4%;
  }
  .padding_t20 {
    padding-top: 3%;
  }
  .padding_t10 {
    padding-top: 2%;
  }
}
.visible1800,
.visible1000,
.visible900,
.visible750,
.visible600,
.visible500,
.visible400,
.visible320 {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
  z-index: 999;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none; /*リンクを無効にする*/
}

.cp {
  font-family: Verdana, "Droid Sans", "メイリオ", sans-serif;
}

.vh100 {
  height: 100%;
  min-height: 100vh;
}

/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
  animation-name: pickup;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------------
フォント設定
--------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'LineFont';
  font-style: normal;
  src: url('./../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
}
/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.contents1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

/*--------------------------------------------------------
色設定
--------------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #333;
}

.bg_black {
  background-color: #333;
}
.bg_white {
  background-color: #fff;
}
.bg_red {
  background-color: #f00;
}
.bg_clear {
  background-color: transparent;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
.privacy_wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.privacy_title {
  font-size: 4rem;
}

.privacy_head {
  font-size: 2rem;
  text-align: center;
}

.privacy_contents {
  font-size: 1.6rem;
  line-height: 1.8;
}
.privacy_contents p {
  margin-bottom: 2rem;
}

.privacy_subtitle {
  font-size: 1.25em;
}

.icon {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.icon::before {
  content: "";
  position: absolute;
  left: 0;
}

footer {
  text-align: center;
  color: #333;
  padding: 1% 0;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.footer {
  position: absolute;
  bottom: 0;
}

.copyright {
  padding: 1% 0;
}

.copyright,
.copyright a {
  color: #333;
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/

.balloon{
  top: 89%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
}
.txt1 {
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: max-content;
  font-size: 23px;
  text-align: center;
}
.txt2 {
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: max-content;
  font-size: 23px;
  text-align: center;
}
.green{
  color: #33c533;
}
.hidden{
  display: none;
}
.bg{
  background-color: #f2f2f2;
}
.btn {
  background-color: #33c533;
  width: 65%;
  margin: 0% auto;
  text-align: center;
  padding: 2.5%;
  border-radius: 26px;
  box-shadow: 0 6px 0 #006837;  /* 水平方向のオフセット 0、垂直方向のオフセット 4px、ぼかし半径 0、影の色 */
  transition: all 0.3s;
}
.btn a{
  color: #fff;
  font-size: 31px;
}
.line {
  font-family: "LineFont", sans-serif;
  font-weight: bold;
  padding-right: 3px;
}
.padding_custom{
  padding-top: 10%;
}
.alert{
  padding-top: 4%;
  
}

/* font size */
.title{
  font-size: 30px;
}
.font_large{
  font-size: 25px;
}
.font_normal{
  font-size: 19px;
}
.bg-txt{
  font-size: 20px;
}
.border {
  background: linear-gradient(transparent 50%, #ffd000 10% 90%, transparent 90%);
}
.content_style {
  background-color: #fff;
  width: 100%;
  margin: 3% auto;
  padding: 3% 5% 7% 5%;
}
.icon{
  width: 50%;
  padding: 4% 0;
  margin: 0 auto;
}
.bg-txt{
  background-color: #1a1a1a;
  color: #fff;
  margin: 2% auto;
  width: max-content;
  border-radius: 90px;
  padding: 1% 4%;
}
.txt_container {
  background-color: #ffdf00;
  padding: 3% 4%;
}
footer{
  padding-top: 10%;
}

.ref{
  overflow: hidden;
}
.btn_ref {
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

@keyframes reflection {
  0%, 80% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.z4 {
    z-index: +4;
}
.mask {
z-index: 333;
    /* -webkit-mask-image: url(../img/fsn_btn.png);
    -o-mask-image: url(../img/fsn_btn.png);
    -ms-mask-image: url(../img/fsn_btn.png);
    mask-image: url(../img/fsn_btn.png); */
    -webkit-mask-mode: alpha;
    -ms-mask-mode: alpha;
    -o-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -ms-mask-size: 100%;
    -o-mask-size: 100%;
    mask-size: 100%;
}
.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    /* transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite; */
}

.animation{
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out;
}
.mask_base {
    opacity: 0;
}
.slick-slide{
  margin-right: 1vw!important;
    margin-left: 1vw!important;
}
.sml {
  top: 73%;
  right: 8%;
  font-size: 19px;
  text-align: right;
  font-weight: 600;
}