@charset "UTF-8";
/* transition */
/* ==================================================
	basic settings
================================================== */
h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 1.4;
  font-weight: inherit;
} /* basic line-height */
a {
  color: #333333;
  transition: all 0.3s ease;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* code set
-------------------------------------------------- */
pre, code, kbd, samp, var, .font_mono {
  font-size: 1.3rem;
  line-height: 1.5;
}

pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

/* ==================================================
	RWD layout settings
================================================== */
.rwd_disp_xxo,
.rwd_disp_xox,
.rwd_disp_oxx {
  display: none !important;
}

/* SP
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .rwd_disp_xxo {
    display: block !important;
  }
}
/* ========== end △ */

/* TB
-------------------------------------------------- */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .rwd_disp_xox {
    display: block !important;
  }
}
/* ========== end △ */

/* PC
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .rwd_disp_oxx {
    display: block !important;
  }
}
/* ========== end △ */

/* PC・TABのみ表示
-------------------------------------------------- */
.rwd_disp_oox {
  display: block !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .rwd_disp_oox {
    display: none !important;
  }
}
/* ========== end △ */

/* PC・SPのみ表示
-------------------------------------------------- */
.rwd_disp_oxo {
  display: block !important;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .rwd_disp_oxo {
    display: none !important;
  }
}
/* ========== end △ */

/* TAB・SPのみ表示
-------------------------------------------------- */
.rwd_disp_xoo {
  display: block !important;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .rwd_disp_xoo {
    display: none !important;
  }
}
/* ========== end △ */

/* PCのみ非表示
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}
/* ========== end △ */

/* TBのみ非表示
-------------------------------------------------- */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .tb_none {
    display: none !important;
  }
}
/* ========== end △ */

/* SPのみ非表示
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .sp_none {
    display: none !important;
  }
}
/* ========== end △ */

/* PCTBのみ非表示
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .pctb_none {
    display: none !important;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .pctb_none {
    display: none !important;
  }
}
/* ========== end △ */

/* SPTBのみ非表示
-------------------------------------------------- */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .tbsp_none {
    display: none !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tbsp_none {
    display: none !important;
  }
}
/* ========== end △ */

/* 印刷時のみ非表示
-------------------------------------------------- */
/* ▽ PRINT layout ========== */
@media print {
  .print_none {
    display: none !important;
  }
}
/* ========== end △ */

/* ==================================================
	layout
================================================== */
/* float
-------------------------------------------------- */
.flr {
  float: right;
}

.fll {
  float: left;
}

/* overflow
-------------------------------------------------- */
.ofh {
  overflow: hidden;
}

/* ==================================================
	width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ==================================================
	margin
================================================== */
/* margin-top
-------------------------------------------------- */
.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30_15 {
  margin-bottom: 30px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mb30_15 {
    margin-bottom: 15px !important;
  }
}
/* ========== end △ */

.mb50_30 {
  margin-bottom: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mb50_30 {
    margin-bottom: 30px !important;
  }
}
/* ========== end △ */

/* margin-right
-------------------------------------------------- */
.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/* margin-left
-------------------------------------------------- */
.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

/* font-size
-------------------------------------------------- */
.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs24 {
  font-size: 2.4rem;
}

/* font-weight
-------------------------------------------------- */
.bold {
  font-weight: bold !important;
}

/* text-align
-------------------------------------------------- */
.tac {
  text-align: center !important;
}

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

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

/* text-decoration
-------------------------------------------------- */
a.tdn {
  text-decoration: none;
}
a.tdn:hover {
  text-decoration: underline;
}

/* vertical-align
-------------------------------------------------- */
.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* ==================================================
	header
================================================== */
.header {
  background: #eb5a24;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  padding: 3vw 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .header {
    padding: 20px 0;
  }
}
/* ========== end △ */
.header img {
  width: 50vw;
  max-width: 200px;
}

/* ==================================================
footer
================================================== */
.footer {
  padding: 20vw 0 5vw;
} /* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .footer {
    padding: 150px 0 30px;
  }
}
/* ========== end △ */
.footer.index {
  background: #edb87e;
}
.footer-copy {
  font-size: 1.4rem;
  text-align: center;
}

.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

.delay11 {
  transition-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

.slide-in {
  overflow: hidden;
  position: relative;
}
.slide-in:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(0%, 0, 0);
}
.slide-in.inview-on:after {
  animation: swipeRight 1.1s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

.slide-in-blue {
  overflow: hidden;
  position: relative;
}
.slide-in-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #edf6fa;
  transform: translate3d(0%, 0, 0);
}
.slide-in-blue.inview-on:after {
  animation: swipeRight 1.1s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/* スクロール時のアニメーション */
.laser {
  position: relative;
  overflow: hidden;
}
.laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #fff;
  transition: all 2s ease;
}
.laser .hide {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.5s !important;
}
.laser.inview-on::after {
  left: 100%;
}
.laser.inview-on .hide {
  opacity: 1;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 2s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in zoom */
.fade-in-zoom {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-zoom.inview-on {
  transform: scale(1);
  opacity: 1;
}

.inview-on .fade-in-zoom {
  transform: scale(1);
  opacity: 1;
}

/* fade in up */
.fade-in-up {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up.inview-on {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* fade in down */
.fade-in-down {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-down {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* fade in left */
.fade-in-left {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-left.inview-on {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-left {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* fade in right */
.fade-in-right {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-right.inview-on {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-right {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* fade in up left */
.fade-in-up-left {
  -webkit-transform: translateY(20px) translateX(20px);
  -ms-transform: translateY(20px) translateX(20px);
  -o-transform: translateY(20px) translateX(20px);
  transform: translateY(20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-left.inview-on {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-left {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in up right */
.fade-in-up-right {
  -webkit-transform: translateY(20px) translateX(-20px);
  -ms-transform: translateY(20px) translateX(-20px);
  -o-transform: translateY(20px) translateX(-20px);
  transform: translateY(20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-right.inview-on {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-right {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down left */
.fade-in-down-left {
  -webkit-transform: translateY(-20px) translateX(20px);
  -ms-transform: translateY(-20px) translateX(20px);
  -o-transform: translateY(-20px) translateX(20px);
  transform: translateY(-20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-left.inview-on {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-left {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down right */
.fade-in-down-right {
  -webkit-transform: translateY(-20px) translateX(-20px);
  -ms-transform: translateY(-20px) translateX(-20px);
  -o-transform: translateY(-20px) translateX(-20px);
  transform: translateY(-20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-right.inview-on {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-right {
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -o-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}

.icon-fb:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e902";
}

.icon-line:before {
  content: "\e905";
}

.icon-ig:before {
  content: "\e903";
}

/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

/* ==================================================
	共通 追加
================================================== */
img {
  width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
}

/* ==================================================
	ページ共通
================================================== */
.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.desc p:nth-child(n+2) {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .desc p:nth-child(n+2) {
    margin-top: 20px;
  }
}
/* ========== end △ */

/* ==================================================
	フォント
================================================== */
.bold {
  font-weight: bold;
}

/* サイズ
-------------------------------------------------- */
.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
/* ========== end △ */

.mt50 {
  margin-top: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt50 {
    margin-top: 30px !important;
  }
}
/* ========== end △ */

.mt80 {
  margin-top: 80px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt80 {
    margin-top: 50px !important;
  }
}
/* ========== end △ */

.mt100 {
  margin-top: 100px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
/* ========== end △ */

.mt150 {
  margin-top: 150px !important;
}

.mt3vw {
  margin-top: 3vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mt3vw {
    margin-top: 30px;
  }
}
/* ========== end △ */

.mt5vw {
  margin-top: 5vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mt5vw {
    margin-top: 30px;
  }
}
/* ========== end △ */

.mt10vw {
  margin-top: 10vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mt10vw {
    margin-top: 50px;
  }
}
/* ========== end △ */

/* カラー
-------------------------------------------------- */
.bg_lightgray {
  background: #cccccc;
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bg_lightgray {
    padding: 40px 0;
  }
}
/* ========== end △ */

.bg_lightblue {
  background: #edf6fa;
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bg_lightblue {
    padding: 40px 0;
  }
}
/* ========== end △ */

.orange {
  color: #eb5a24;
}

.white {
  color: #fff;
}/*# sourceMappingURL=base.css.map */