@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

section, figure, aside, header, footer, main, nav {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object,
embed {
  vertical-align: top; }

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

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom; }

hr {
  clear: both; }

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1; }

a:hover.cssRoll img {
  opacity: 0.6; }

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

em {
  font-weight: bold; }

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden; }

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  background: #fdf9de;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

a {
  color: #333333; }

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:not([href^="tel:"]):hover {
    text-decoration: none;
    opacity: 0.4; }

a[href^="tel:"] {
  cursor: default; }

.fixed01 {
  position: fixed;
  top: 6.8vw;
  text-align: center;
  z-index: 2; }

.fixed02 {
  position: fixed;
  top: 0%;
  width: 100%;
  text-align: center;
  z-index: 2; }

.boya-01 img,
.boya-02 img,
.boya-03 img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.l-header-l {
  opacity: 0; }
  .l-header-l.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

.l-header-r {
  opacity: 0; }
  .l-header-r.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  background: url(/common/img/home/footer/bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom; }

.l-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.l-footer-copyright {
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  background: #6e411d; }

/* ---------------------------
l-wrap
--------------------------- */
.m-gnav-link03 a {
  color: #fff;
  padding: 14px;
  border-radius: 2em;
  display: block;
  text-align: center; }

/* ---------------------------
h
--------------------------- */
.m-h .label {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  line-height: 1.3;
  display: block; }

.m-h .label02 {
  font-weight: bold;
  display: block; }

.m-h02 {
  font-weight: bold;
  display: block; }
  .m-h02 small {
    font-size: 1.2rem;
    line-height: 1.3;
    display: block; }

.m-h03 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.2; }

.m-h04 {
  font-weight: bold;
  display: block; }
  .m-h04 .ico.is-scissor {
    color: #ec6c00;
    vertical-align: middle; }

.m-h05 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  .m-h05 .label {
    color: #fff;
    background: #ec6c00;
    border-radius: 2em;
    padding: 0.5em 2.5em;
    position: relative; }
    .m-h05 .label:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 10px solid transparent;
      border-top-color: #ec6c00; }

.m-h06 {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 0; }
  .m-h06 .label {
    font-weight: normal;
    display: block; }
  .m-h06 .label02 {
    display: block; }

.m-h07 {
  display: block; }
  .m-h07 .ico {
    font-family: "Roboto Condensed", sans-serif;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #ec6c00;
    font-size: 1.5rem;
    margin: 0 auto 10px; }
  .m-h07 .label {
    font-weight: bold; }
  .m-h07 .label02 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;
    display: block; }

.m-h08 {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ec6c00; }

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0; }

.slick-slide {
  height: auto !important; }

.gnavOpen {
  height: 100%;
  overflow: hidden; }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wp-pagenavi span, .wp-pagenavi a {
    font-weight: bold;
    padding: 6px 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
      margin-right: 8px; }
    .wp-pagenavi span.current, .wp-pagenavi a.current {
      color: #fff;
      background: #ec6c00;
      border-radius: 50%; }
    .wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
      font-size: 1.5rem;
      border: none;
      color: #ec6c00; }

.sec {
  background: url(/common/img/home/sec01-bg.jpg) no-repeat;
  background-size: cover;
  padding: 10px 0;
  overflow: hidden; }

.sec-in {
  text-align: center;
  position: relative; }

.m-sec-title {
  position: relative;
  opacity: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform; }
  .m-sec-title.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform; }

.m-sec-title02 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform; }
  .m-sec-title02.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform; }

.m-sec-img {
  position: absolute;
  opacity: 0;
  -webkit-perspective: 1000;
  perspective: 1000; }
  .m-sec-img.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform; }

.m-sec-img02 {
  position: absolute;
  top: 54%;
  right: -5px;
  opacity: 0;
  -webkit-perspective: 1000;
  perspective: 1000; }
  .m-sec-img02.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform; }

.mv-anis {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.mv-anis-item01 {
  position: absolute; }

.mv-anis-item02 {
  position: absolute; }

.mv-anis-item03 {
  position: absolute; }

.mv-anis-item04 {
  position: absolute; }

.mv-anis-item05 {
  position: absolute; }

.mv-anis-item06 {
  position: absolute; }

.mv-anis-item07 {
  position: absolute; }

.mv-anis-item08 {
  position: absolute; }

.mv-anis-item09 {
  top: -44px;
  right: 240px;
  position: absolute; }

.mv-anis-item10 {
  position: absolute; }

.mv-anis-item11 {
  position: absolute; }

.mv-anis-item12 {
  position: absolute; }

.mv-anis-item13 {
  position: absolute; }

.mv-anis-item14 {
  position: absolute; }

.mv-anis-item15 {
  position: absolute; }

.anim_light {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  will-change: transform;
  -webkit-animation: anim_light ease-in-out 2s infinite alternate;
  animation: anim_light ease-in-out 2s infinite alternate; }

.anim_light2 {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  will-change: transform;
  -webkit-animation: anim_light ease-in-out 2s -1.5s infinite alternate;
  animation: anim_light ease-in-out 2s -1.5s infinite alternate; }

.anim_light3 {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  will-change: transform;
  -webkit-animation: anim_light2 ease-in-out 2s -1.5s infinite alternate;
  animation: anim_light2 ease-in-out 2s -1.5s infinite alternate; }

@-webkit-keyframes anim_light {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    will-change: transform; } }

@keyframes anim_light {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    will-change: transform; } }

@-webkit-keyframes anim_light2 {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    will-change: transform; } }

@keyframes anim_light {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    will-change: transform; } }

.anim_cloud {
  -webkit-animation: anim_cloud ease-in-out 2s infinite alternate;
  animation: anim_cloud ease-in-out 2s infinite alternate; }

.anim_cloud2 {
  -webkit-animation: anim_cloud ease-in-out 2s -0.8s infinite alternate;
  animation: anim_cloud ease-in-out 2s -0.8s infinite alternate; }

@-webkit-keyframes anim_cloud {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    will-change: transform; }
  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
    will-change: transform; } }

@keyframes anim_cloud {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    will-change: transform; }
  100% {
    -webkit-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
    will-change: transform; } }

.m-sec-scroll {
  text-align: center;
  margin: 65px auto 0;
  opacity: 0; }
  .m-sec-scroll.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform; }

.sec02 {
  background: url(/common/img/home/sec02/sec02-bg.jpg) no-repeat;
  background-size: cover;
  position: relative; }

.sec02-in {
  position: relative; }

.m-sec02-map {
  position: relative;
  z-index: 0; }

.m-sec02-map-info {
  position: relative;
  z-index: 1;
  margin: -375px 0 80px 0; }

.sec02-buttons {
  padding: 0 10px; }

.sec03 {
  background: url(/common/img/home/sec03/sec03-bg.jpg) no-repeat;
  background-size: cover; }

.sec03-title02 {
  text-align: center; }

.sec03-txt {
  color: #6e411d;
  line-height: 51.56px;
  font-weight: bold;
  padding: 0 12px;
  letter-spacing: 1px;
  margin-bottom: 40px; }

.sec03-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec03-info {
  text-align: center;
  position: relative;
  z-index: 1; }

.sec03-button {
  text-align: center;
  margin: 0 auto;
  display: block; }

.sec04 {
  background: #f8eea1;
  position: relative; }
  .sec04:after {
    content: "";
    background: url(/common/img/home/sec04/line.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 68px;
    top: 165px;
    left: 0; }

.sec04-column-ani {
  position: relative;
  z-index: 1; }

.sec04-column {
  margin-bottom: 25px;
  z-index: 1;
  position: relative; }

.sec04-column-l {
  max-width: 530px;
  width: 100%; }

.sec04-txt {
  color: #6e411d;
  font-weight: bold;
  padding: 0 12px;
  letter-spacing: 1px;
  margin-bottom: 40px; }

.sec04-lists {
  display: -ms-grid;
  display: grid;
  gap: 10px 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 700px;
  margin: 0 auto; }

.sec04-list {
  position: relative; }
  .sec04-list:after {
    content: "▶";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: transform;
    color: #e0660b;
    font-size: 1.5rem; }
  .sec04-list:last-child:after {
    content: "▶";
    display: none; }

.sec05 {
  background: url(/common/img/home/sec05/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative; }

.sec05-img {
  position: relative;
  z-index: 4; }

.point-item {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 4; }

.point-ani01 {
  position: absolute;
  right: 50px;
  top: 3.6%;
  max-width: 374px; }
  .point-ani01 picture {
    width: 100%; }

.point-ani02 {
  position: absolute;
  max-width: 374px; }

.point-ani03 {
  position: absolute;
  right: 50px;
  top: 20.9%;
  max-width: 374px; }

.point-ani04 {
  position: absolute;
  left: 50px;
  top: 30.7%;
  max-width: 360px; }

.point-ani05 {
  position: absolute;
  right: 50px;
  top: 43.3%;
  max-width: 374px; }

.point-ani06 {
  position: absolute;
  left: 50px;
  top: 51.3%;
  max-width: 364px; }

.point-ani07 {
  position: absolute;
  right: 50px;
  top: 63.6%;
  max-width: 374px; }

.point-ani08 {
  position: absolute;
  left: 50px;
  top: 75.4%;
  max-width: 374px; }

.point-about {
  position: absolute;
  z-index: 3; }
  .point-about.about01 {
    position: absolute;
    left: 50px;
    top: 3.6%; }
  .point-about.about02 {
    position: absolute;
    right: 50px;
    top: 12.6%; }
  .point-about.about03 {
    position: absolute;
    left: 50px;
    top: 22%; }
  .point-about.about04 {
    position: absolute;
    right: 50px;
    top: 31%; }
  .point-about.about04-link {
    position: absolute;
    top: 138%;
    display: block;
    padding-left: 40px; }
    .point-about.about04-link video {
      position: absolute;
      left: 93px;
      width: 260px;
      top: 70px;
      height: auto; }
  .point-about.about05 {
    position: absolute;
    left: 50px;
    top: 43%; }
  .point-about.about06 {
    position: absolute;
    right: 50px;
    top: 52%;
    max-width: 40%; }
  .point-about .about06-txt {
    background: #e0660b;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 45.83px;
    position: absolute;
    right: 0px;
    top: 134%;
    padding: 45px 20px 20px 20px; }
    .point-about .about06-txt span {
      position: absolute;
      left: -10px;
      top: -50px; }
  .point-about.about07 {
    position: absolute;
    left: 0px;
    top: 70%; }
  .point-about .about07-mame {
    padding-top: 150px;
    display: block; }
  .point-about.about08 {
    position: absolute;
    right: 50px;
    top: 75%; }
  .point-about.about09 {
    position: absolute;
    left: 50px;
    top: 89%; }
    .point-about.about09 .point-about-txt {
      padding-left: 0;
      max-width: 340px; }
    .point-about.about09 a {
      padding-top: 70px;
      display: block; }

.point-about-txt {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 51.56px;
  color: #6e411d;
  max-width: 390px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 2px; }

.sec06 {
  background: url(/common/img/home/sec06/bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative; }
  .sec06:after {
    content: "";
    background: url(/common/img/home/sec06/item.png) no-repeat;
    background-size: contain;
    background-position: right;
    width: 1600px;
    height: 620px;
    right: 0;
    top: -6%;
    position: absolute;
    z-index: 0; }

.sec06-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1; }
  .sec06-img figure {
    margin: 0px auto 0;
    position: relative;
    top: -40px;
    left: 2px; }
  .sec06-img .img01 {
    width: 334px;
    position: relative;
    z-index: 1; }
  .sec06-img .img02 {
    width: 492px;
    position: relative;
    top: -84px;
    z-index: 1; }
  .sec06-img .point-about {
    z-index: 3; }
    .sec06-img .point-about.about10 {
      position: absolute;
      left: 50px;
      top: 9%;
      text-align: left; }
      .sec06-img .point-about.about10 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
      .sec06-img .point-about.about10 .about10-link10 {
        margin-top: 390px;
        display: block;
        max-width: 334px;
        width: 100%;
        position: relative; }
        .sec06-img .point-about.about10 .about10-link10 video {
          position: absolute;
          left: 46px;
          width: 260px;
          top: 64px;
          height: auto; }
    .sec06-img .point-about.about11 {
      position: absolute;
      left: 50px;
      top: 40%;
      text-align: left; }
      .sec06-img .point-about.about11 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
    .sec06-img .point-about.about12 {
      position: absolute;
      left: 50px;
      top: 54%;
      text-align: left; }
      .sec06-img .point-about.about12 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
    .sec06-img .point-about.about13 {
      position: absolute;
      left: 50px;
      top: 70%;
      text-align: left; }
      .sec06-img .point-about.about13 .point-about-txt {
        padding-left: 0;
        max-width: 348px; }
      .sec06-img .point-about.about13 .about13-link13 {
        margin-top: 390px;
        display: block;
        max-width: 334px;
        width: 100%;
        position: relative; }
        .sec06-img .point-about.about13 .about13-link13 video {
          position: absolute;
          left: 46px;
          width: 260px;
          top: 60px;
          height: auto; }

.sec07 {
  background: url(/common/img/home/sec07/bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -198px;
  position: relative; }

.sec07-img02 {
  text-align: right;
  margin: -105px 60px -185px 0px;
  display: block;
  z-index: 1;
  position: relative; }
  .sec07-img02 video {
    position: absolute;
    right: 50px;
    width: 290px;
    top: 68px;
    height: auto; }

.sec07-con02 {
  position: relative; }

.sec07-img03 {
  position: relative;
  z-index: 3; }

.sec07-img04 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 3; }

.sec07-rever {
  background: url(/common/img/home/sec07/bg02.png) no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  margin: -275px 0 0 0; }

.sec07-img05 {
  margin: 50px 0 0 100px;
  position: relative;
  z-index: 3; }

.sec07-img06 {
  text-align: center;
  margin: -85px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.sec07-img07 {
  text-align: right;
  margin: -30px 55px 0 0px;
  position: relative;
  z-index: 2; }

.sec08 {
  background: #f8eea1;
  position: relative; }

.sec08-img01 {
  position: relative;
  z-index: 1;
  top: -300px; }

.sec08-flower {
  position: absolute;
  bottom: 0;
  left: 0; }

.sec09 {
  background: #f8eea1; }

.sec09-title {
  text-align: center;
  position: relative;
  top: -90px;
  margin-bottom: -25px; }

.sec09-movie {
  text-align: center;
  display: block;
  position: relative; }
  .sec09-movie img {
    position: absolute;
    top: -60px;
    left: 0; }
  .sec09-movie iframe {
    width: 100%;
    height: 710px;
    background: url(/common/img/home/sec09/movie.png) no-repeat;
    background-size: cover;
    padding: 80px 40px 55px 40px; }

.sec09-btn01 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sec09-btn02 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.open {
  cursor: pointer;
  /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ }

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

#pop-up01, #pop-up02, #pop-up03, #pop-up04, #pop-up05, #pop-up06, #pop-up07, #pop-up08, #pop-up09, #pop-up10 {
  display: none;
  /* label でコントロールするので input は非表示に */
  overflow: scroll; }

.overlay01, .overlay02, .overlay03, .overlay04, .overlay05, .overlay06, .overlay07, .overlay08, .overlay09, .overlay10 {
  display: none;
  /* input にチェックが入るまでは非表示に */ }

#pop-up01:checked + .overlay01 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up02:checked + .overlay02 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up03:checked + .overlay03 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up04:checked + .overlay04 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up05:checked + .overlay05 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up06:checked + .overlay06 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up07:checked + .overlay07 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up08:checked + .overlay08 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up09:checked + .overlay09 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

#pop-up10:checked + .overlay10 {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: scroll; }

.window {
  width: 90vw;
  max-width: 960px;
  height: 60vh;
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  overflow: scroll;
  padding: 20px;
  border: 3px solid #e0660b; }
  .window p {
    font-size: 22px;
    line-height: 51.56px;
    letter-spacing: 1.32px;
    color: #6E411D;
    color: #6e411d; }
    .window p span {
      color: #e0660b;
      font-weight: bold; }
  .window .btn {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px; }

.anim_pon {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateX(0);
  transform: translate3d(0, 0, 0) translateX(0);
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform; }

.anim_pon2 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateX(0);
  transform: translate3d(0, 0, 0) translateX(0);
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform; }

.anim_pon.run {
  opacity: 0;
  -webkit-animation: anim_pon .5s .5s 1 forwards;
  animation: anim_pon .5s .5s 1 forwards;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0) translateX(0);
  transform: translate3d(0, 0, 0) translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes anim_pon {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
    will-change: transform; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0);
    will-change: transform; }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateX(0);
    transform: scale(0.9) translateX(0);
    will-change: transform; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1);
    will-change: transform; } }

@keyframes anim_pon {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
    will-change: transform; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0);
    will-change: transform; }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateX(0);
    transform: scale(0.9) translateX(0);
    will-change: transform; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    will-change: transform; } }

.loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8eea1;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  .loader::after {
    -webkit-animation: loader 0.5s linear infinite;
    animation: loader 0.5s linear infinite;
    border: 1px solid orange;
    border-radius: 50%;
    border-right: 1px solid rgba(255, 165, 0, 0.2);
    border-top: 1px solid rgba(255, 165, 0, 0.2);
    content: "";
    height: 70px;
    width: 70px; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    will-change: transform; } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    will-change: transform; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    will-change: transform; } }

/*==================================================
ふわっ
===================================*/
/* 下から */
.fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000; }

.fade.run {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.fade-left {
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000; }

.fade-left.run {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.fade-right {
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000; }

.fade-right.run {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.delay-time02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-time04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.u-c-bk {
  color: #333333 !important; }

.u-c-gy {
  color: #616161 !important; }

.u-c-c1 {
  color: #ec6c00 !important; }

.u-c-c2 {
  color: #2b7bb9 !important; }

.u-c-c3 {
  color: #c62828 !important; }

.u-c-c4 {
  color: #00a99d !important; }

.u-c-c9_1 {
  color: #f2f2f2 !important; }

.u-c-c9_2 {
  color: #e0e0e0 !important; }

.u-c-c9_3 {
  color: #5f5f5f !important; }

.u-c-c9_4 {
  color: #464646 !important; }

.u-c-wh {
  color: #fff !important; }

.u-c-pk {
  color: #EEA295 !important; }

.u-bg-bk {
  background: #333333 !important; }

.u-bg-gy {
  background: #616161 !important; }

.u-bg-c0 {
  background: #333333 !important; }

.u-bg-c1 {
  background: #ec6c00 !important; }

.u-bg-c2 {
  background: #2b7bb9 !important; }

.u-bg-c3 {
  background: #c62828 !important; }

.u-bg-c4 {
  background: #00a99d !important; }

.u-bg-c9_1 {
  background: #f2f2f2 !important; }

.u-bg-c9_2 {
  background: #e0e0e0 !important; }

.u-bg-c9_3 {
  background: #5f5f5f !important; }

.u-bg-c9_4 {
  background: #464646 !important; }

.u-bg-c4 {
  background: #00a99d !important; }

.u-bg-wh {
  background: #fff !important; }

.u-bg-pk {
  background: #EEA295 !important; }

.u-bg-grid {
  background: #fff url(../img/base/grid_01.svg) center/20px; }

.u-bg-c1g {
  background: -webkit-gradient(linear, left top, right top, from(#ffb600), to(#ec6c00));
  background: -webkit-linear-gradient(left, #ffb600 0%, #ec6c00 100%);
  background: -o-linear-gradient(left, #ffb600 0%, #ec6c00 100%);
  background: linear-gradient(90deg, #ffb600 0%, #ec6c00 100%); }

.u-bd-bk {
  border-color: #333333 !important; }

.u-bd-gy {
  border-color: #616161 !important; }

.u-bd-c0 {
  border-color: #333333 !important; }

.u-bd-c1 {
  border-color: #ec6c00 !important; }

.u-bd-c2 {
  border-color: #2b7bb9 !important; }

.u-bd-c3 {
  border-color: #c62828 !important; }

.u-bd-c4 {
  border-color: #00a99d !important; }

.u-bd-wh {
  border-color: #fff !important; }

.u-bd-pk {
  border-color: #EEA295 !important; }

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important; }

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

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

.u-valign-t {
  vertical-align: top !important; }

.u-valign-m {
  vertical-align: middle !important; }

.u-valign-b {
  vertical-align: bottom !important; }

/* margin */
.u-ml-2xs {
  margin-left: 5px !important; }

.u-ml-xs {
  margin-left: 10px !important; }

.u-ml-s {
  margin-left: 20px !important; }

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

.u-ml-l {
  margin-left: 40px !important; }

.u-ml-xl {
  margin-left: 60px !important; }

.u-ml-2xl {
  margin-left: 80px !important; }

.u-ml-3xl {
  margin-left: 100px !important; }

/* margin */
.u-mr-2xs {
  margin-right: 5px !important; }

.u-mr-xs {
  margin-right: 10px !important; }

.u-mr-s {
  margin-right: 20px !important; }

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

.u-mr-l {
  margin-right: 40px !important; }

.u-mr-xl {
  margin-right: 60px !important; }

.u-mr-2xl {
  margin-right: 80px !important; }

.u-mr-3xl {
  margin-right: 100px !important; }

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

.u-mb-15 {
  margin-bottom: 15px !important; }

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

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-1e {
  margin-bottom: 1em !important; }

.u-mb-2e {
  margin-bottom: 2em !important; }

.u-mb-3e {
  margin-bottom: 3em !important; }

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

.u-ml-15 {
  margin-left: 15px !important; }

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

.u-ml-25 {
  margin-left: 25px !important; }

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

.u-mr-15 {
  margin-right: 15px !important; }

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

.u-mr-25 {
  margin-right: 25px !important; }

.u-fwb {
  font-weight: bold !important; }

.u-fwm {
  font-weight: 500 !important; }

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

.align-c {
  text-align: center !important; }

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

.u-lh200 {
  line-height: 2; }

.u-tab-trigger {
  cursor: pointer; }

.u-tab-target {
  display: none; }
  .u-tab-target.is-active {
    display: block; }

@media screen and (min-width: 1399px) {
  /* ==========================================================================
   Large
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  .fixed01 {
    position: fixed;
    top: 6.8vw;
    text-align: center;
    z-index: 2; }
  .fixed02 {
    position: fixed;
    top: 0%;
    width: 100%;
    text-align: center;
    z-index: 2; }
  .boya-01 img,
  .boya-02 img,
  .boya-03 img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-header {
    margin: 0px -25px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-link {
    margin: 0 10px 30px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
    .l-wrap-760 {
      max-width: calc(760px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-800 {
      max-width: calc(800px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-960 {
      max-width: calc(960px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
  .m-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .m-gnav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: 0.2em 2em; }
    .m-gnav-link-head .ico {
      font-size: 16px; }
    .m-gnav-links02 {
      display: none !important; }
    .m-gnav-links03 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 30px; }
    .m-gnav-link03:not(:last-child) {
      margin-right: 10px; }
    .m-gnav-link03 a {
      min-width: 150px; }
    .m-gnav-btn {
      display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h .label {
    font-size: 4.5rem; }
  .m-h .label02 {
    font-size: 1.5rem; }
  .m-h02 {
    font-size: 2rem; }
  .m-h03 {
    font-size: 4.5rem; }
  .m-h04 {
    font-size: 1.5rem; }
    .m-h04 .ico.is-scissor {
      font-size: 46px; }
  .m-h05 {
    font-size: 1.2rem; }
  .m-h06 {
    font-size: 2rem; }
    .m-h06 .label {
      font-size: 0.85rem; }
    .m-h06 .label02 {
      font-size: 1.8rem; }
  .m-h07 .label {
    font-size: 2rem; }
  .m-h08 {
    font-size: 1.7rem; }
  .tbspOnly {
    display: none; }
  .spOnly {
    display: none; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  .gnavOpen {
    height: 100%;
    overflow: hidden; }
  .m-sec-title02 {
    margin: -60px 0 0 0; }
  .m-sec-img {
    top: 48%;
    left: 26px; }
  .mv-anis-item01 {
    top: -95px;
    left: 185px; }
  .mv-anis-item02 {
    top: 8px;
    left: 103px; }
  .mv-anis-item03 {
    top: 95px;
    left: 10px; }
  .mv-anis-item04 {
    top: 330px;
    left: -87px; }
  .mv-anis-item05 {
    top: 460px;
    left: -44px; }
  .mv-anis-item06 {
    top: 570px;
    left: -19px; }
  .mv-anis-item07 {
    top: 500px;
    left: 128px; }
  .mv-anis-item08 {
    top: -130px;
    right: 378px; }
  .mv-anis-item10 {
    top: -44px;
    right: 108px; }
  .mv-anis-item11 {
    top: 90px;
    right: 41px; }
  .mv-anis-item12 {
    top: 262px;
    right: -97px; }
  .mv-anis-item13 {
    top: 450px;
    right: -80px; }
  .mv-anis-item14 {
    top: 555px;
    right: 20px; }
  .mv-anis-item15 {
    top: 558px;
    right: 160px; }
  .anim_light {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s infinite alternate;
    animation: anim_light ease-in-out 2s infinite alternate; }
  .anim_light2 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light ease-in-out 2s -1.5s infinite alternate; }
  .anim_light3 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light2 ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light2 ease-in-out 2s -1.5s infinite alternate; }
  @-webkit-keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @-webkit-keyframes anim_light2 {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  .anim_cloud {
    -webkit-animation: anim_cloud ease-in-out 2s infinite alternate;
    animation: anim_cloud ease-in-out 2s infinite alternate; }
  .anim_cloud2 {
    -webkit-animation: anim_cloud ease-in-out 2s -0.8s infinite alternate;
    animation: anim_cloud ease-in-out 2s -0.8s infinite alternate; }
  @-webkit-keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  @keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  .m-sec02-map {
    margin: -177px 0 0 -38px; }
  .sec02-buttons {
    display: -ms-grid;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .sec03 {
    padding-top: 145px; }
  .sec03-title {
    margin-bottom: 45px; }
  .sec03-title02 {
    margin-bottom: 25px; }
  .sec03-txt {
    font-size: 1.375rem; }
  .sec03-list.item {
    margin: 0 10px 0 130px; }
  .sec03-info {
    margin: -107px 0 71px 37px; }
  .sec04-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .sec04-column-r {
    width: 48%;
    padding: 0px 0 0 25px; }
  .sec04-txt {
    font-size: 1.375rem;
    line-height: 51.56px; }
  .point-item-sp {
    display: none; }
  .point-ani02 {
    left: 50px;
    top: 11.8%; }
  .point-about-txt {
    padding-left: 115px; }
  .point-about-boya-sp {
    display: none; }
  .sec07-img09 {
    position: relative;
    left: -100px; }
  .sec08-flower {
    width: 100%; }
    .sec08-flower img {
      width: 100%; }
  .open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%; }
  #pop-up01, #pop-up02, #pop-up03, #pop-up04, #pop-up05, #pop-up06, #pop-up07, #pop-up08, #pop-up09, #pop-up10 {
    display: none;
    /* label でコントロールするので input は非表示に */
    overflow: scroll; }
  .overlay01, .overlay02, .overlay03, .overlay04, .overlay05, .overlay06, .overlay07, .overlay08, .overlay09, .overlay10 {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
  .anim_pon {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon2 {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @-webkit-keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1);
      will-change: transform; } }
  @keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1) translateX(0);
      will-change: transform; } }
  .loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8eea1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999; }
    .loader::after {
      -webkit-animation: loader 0.5s linear infinite;
      animation: loader 0.5s linear infinite;
      border: 1px solid orange;
      border-radius: 50%;
      border-right: 1px solid rgba(255, 165, 0, 0.2);
      border-top: 1px solid rgba(255, 165, 0, 0.2);
      content: "";
      height: 70px;
      width: 70px; }
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  /*==================================================
ふわっ
===================================*/
  /* 下から */
  .fade {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade.run {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fade-left {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-left.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .fade-right {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-right.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .delay-time02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .delay-time04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* 上から */
  .fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  /* 左から */
  .fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; } }

@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ==========================================================================
   PC
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  .fixed01 {
    position: fixed;
    top: 6.8vw;
    text-align: center;
    z-index: 2; }
  .fixed02 {
    position: fixed;
    top: 0%;
    width: 100%;
    text-align: center;
    z-index: 2; }
  .boya-01 img,
  .boya-02 img,
  .boya-03 img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-header {
    margin: 0px -25px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-link {
    margin: 0 10px 30px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
    .l-wrap-760 {
      max-width: calc(760px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-800 {
      max-width: calc(800px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-960 {
      max-width: calc(960px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
  .m-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .m-gnav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: 0.2em 2em; }
    .m-gnav-link-head .ico {
      font-size: 16px; }
    .m-gnav-links02 {
      display: none !important; }
    .m-gnav-links03 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 30px; }
    .m-gnav-link03:not(:last-child) {
      margin-right: 10px; }
    .m-gnav-link03 a {
      min-width: 150px; }
    .m-gnav-btn {
      display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h .label {
    font-size: 4.5rem; }
  .m-h .label02 {
    font-size: 1.5rem; }
  .m-h02 {
    font-size: 2rem; }
  .m-h03 {
    font-size: 4.5rem; }
  .m-h04 {
    font-size: 1.5rem; }
    .m-h04 .ico.is-scissor {
      font-size: 46px; }
  .m-h05 {
    font-size: 1.2rem; }
  .m-h06 {
    font-size: 2rem; }
    .m-h06 .label {
      font-size: 0.85rem; }
    .m-h06 .label02 {
      font-size: 1.8rem; }
  .m-h07 .label {
    font-size: 2rem; }
  .m-h08 {
    font-size: 1.7rem; }
  .tbspOnly {
    display: none; }
  .tbOnly {
    display: none; }
  .spOnly {
    display: none; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  .gnavOpen {
    height: 100%;
    overflow: hidden; }
  .m-sec-title02 {
    margin: -60px 0 0 0; }
  .m-sec-img {
    top: 48%;
    left: 26px; }
  .mv-anis-item01 {
    top: -95px;
    left: 185px; }
  .mv-anis-item02 {
    top: 8px;
    left: 103px; }
  .mv-anis-item03 {
    top: 95px;
    left: 10px; }
  .mv-anis-item04 {
    top: 330px;
    left: -87px; }
  .mv-anis-item05 {
    top: 460px;
    left: -44px; }
  .mv-anis-item06 {
    top: 570px;
    left: -19px; }
  .mv-anis-item07 {
    top: 500px;
    left: 128px; }
  .mv-anis-item08 {
    top: -130px;
    right: 378px; }
  .mv-anis-item10 {
    top: -44px;
    right: 108px; }
  .mv-anis-item11 {
    top: 90px;
    right: 41px; }
  .mv-anis-item12 {
    top: 262px;
    right: -97px; }
  .mv-anis-item13 {
    top: 450px;
    right: -80px; }
  .mv-anis-item14 {
    top: 555px;
    right: 20px; }
  .mv-anis-item15 {
    top: 558px;
    right: 160px; }
  .anim_light {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s infinite alternate;
    animation: anim_light ease-in-out 2s infinite alternate; }
  .anim_light2 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light ease-in-out 2s -1.5s infinite alternate; }
  .anim_light3 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light2 ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light2 ease-in-out 2s -1.5s infinite alternate; }
  @-webkit-keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @-webkit-keyframes anim_light2 {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  .anim_cloud {
    -webkit-animation: anim_cloud ease-in-out 2s infinite alternate;
    animation: anim_cloud ease-in-out 2s infinite alternate; }
  .anim_cloud2 {
    -webkit-animation: anim_cloud ease-in-out 2s -0.8s infinite alternate;
    animation: anim_cloud ease-in-out 2s -0.8s infinite alternate; }
  @-webkit-keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  @keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  .m-sec02-map {
    margin: -177px 0 0 -38px; }
  .sec02-buttons {
    display: -ms-grid;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .sec03 {
    padding-top: 145px; }
  .sec03-title {
    margin-bottom: 45px; }
  .sec03-title02 {
    margin-bottom: 25px; }
  .sec03-txt {
    font-size: 1.375rem; }
  .sec03-list.item {
    margin: 0 10px 0 130px; }
  .sec03-info {
    margin: -107px 0 71px 37px; }
  .sec04-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .sec04-column-r {
    width: 48%;
    padding: 0px 0 0 25px; }
  .sec04-txt {
    font-size: 1.375rem;
    line-height: 51.56px; }
  .point-item-sp {
    display: none; }
  .point-ani02 {
    left: 50px;
    top: 11.8%; }
  .point-about-txt {
    padding-left: 115px; }
  .point-about-boya-sp {
    display: none; }
  .sec07-img09 {
    position: relative;
    left: -100px; }
  .sec08-flower {
    width: 100%; }
    .sec08-flower img {
      width: 100%; }
  .open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%; }
  #pop-up01, #pop-up02, #pop-up03, #pop-up04, #pop-up05, #pop-up06, #pop-up07, #pop-up08, #pop-up09, #pop-up10 {
    display: none;
    /* label でコントロールするので input は非表示に */
    overflow: scroll; }
  .overlay01, .overlay02, .overlay03, .overlay04, .overlay05, .overlay06, .overlay07, .overlay08, .overlay09, .overlay10 {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
  .anim_pon {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon2 {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @-webkit-keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1);
      will-change: transform; } }
  @keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1) translateX(0);
      will-change: transform; } }
  .loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8eea1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999; }
    .loader::after {
      -webkit-animation: loader 0.5s linear infinite;
      animation: loader 0.5s linear infinite;
      border: 1px solid orange;
      border-radius: 50%;
      border-right: 1px solid rgba(255, 165, 0, 0.2);
      border-top: 1px solid rgba(255, 165, 0, 0.2);
      content: "";
      height: 70px;
      width: 70px; }
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  /*==================================================
ふわっ
===================================*/
  /* 下から */
  .fade {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade.run {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fade-left {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-left.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .fade-right {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-right.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .delay-time02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .delay-time04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* 上から */
  .fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  /* 左から */
  .fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ==========================================================================
   TB
   ========================================================================== */
  .wrapin {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  .fixed01 {
    position: fixed;
    top: 6.8vw;
    text-align: center;
    z-index: 2; }
  .fixed02 {
    position: fixed;
    top: 0%;
    width: 100%;
    text-align: center;
    z-index: 2; }
  .boya-01 img,
  .boya-02 img,
  .boya-03 img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-header {
    margin: 0px -25px;
    margin: 10px 0; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-link {
    margin: 0 10px 30px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc(1160px + 80px);
    margin: 0 auto;
    padding: 0 40px; }
    .l-wrap-760 {
      max-width: calc(760px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-800 {
      max-width: calc(800px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-960 {
      max-width: calc(960px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 100px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
  .m-gnav {
    position: fixed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: #ec6c00;
    width: 100vw;
    height: calc(100vh - 56px);
    left: 0;
    top: 56px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .m-gnav.on {
      pointer-events: auto;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .m-gnav-link {
      font-size: 1.2rem;
      font-weight: bold; }
      .m-gnav-link-head {
        background-color: #ec6c00;
        position: relative;
        display: block; }
        .m-gnav-link-head > a {
          color: #fff;
          display: block;
          padding: 12px 30px;
          padding-right: 50px; }
        .is-noFolding .m-gnav-link-head > a:after {
          content: 'arrow_forward';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: "Material Icons Outlined";
          line-height: 1;
          -webkit-font-feature-settings: "liga";
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-weight: normal;
          font-size: 20px;
          position: absolute;
          right: 0;
          top: 0;
          width: 50px;
          height: 100%; }
      .m-gnav-link-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%; }
        .m-gnav-link-btn:after {
          content: 'add';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: "Material Icons Outlined";
          line-height: 1;
          -webkit-font-feature-settings: "liga";
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-weight: normal;
          font-size: 28px; }
        .m-gnav-link-btn.is-active:after {
          content: 'remove'; }
    .m-gnav-links02 {
      display: none; }
    .m-gnav-link02 > a {
      background-color: #f2f2f2;
      display: block;
      padding: 10px 40px;
      position: relative;
      font-size: 1rem; }
      .m-gnav-link02 > a:after {
        content: 'arrow_forward';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Material Icons Outlined";
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        color: #ec6c00;
        font-weight: normal;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%; }
    .m-gnav-links03 {
      display: none; }
    .m-gnav-btn {
      width: 64px;
      height: 64px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m-gnav-btn-lines {
        width: 32px;
        height: 18px;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .on .m-gnav-btn-lines {
          -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
      .m-gnav-btn-line {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 2px;
        background: #333333;
        border-radius: 2px; }
        .m-gnav-btn-line:nth-child(1), .m-gnav-btn-line:nth-child(2) {
          position: absolute;
          left: 0;
          top: 50%; }
        .m-gnav-btn-line:nth-child(1) {
          -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
          transform: translateY(-200%); }
        .m-gnav-btn-line:nth-child(2) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%); }
        .m-gnav-btn.on .m-gnav-btn-line:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .m-gnav-btn.on .m-gnav-btn-line:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  /* ---------------------------
h
--------------------------- */
  .m-h .label {
    font-size: 4.5rem;
    font-size: 6.4vw; }
  .m-h .label02 {
    font-size: 1.5rem;
    font-size: 2.4vw; }
  .m-h02 {
    font-size: 2rem;
    font-size: 3.4vw; }
  .m-h03 {
    font-size: 4.5rem;
    font-size: 5.3vw; }
  .m-h04 {
    font-size: 1.5rem; }
    .m-h04 .ico.is-scissor {
      font-size: 46px; }
  .m-h05 {
    font-size: 1.2rem; }
  .m-h06 {
    font-size: 2rem; }
    .m-h06 .label {
      font-size: 0.85rem; }
    .m-h06 .label02 {
      font-size: 1.8rem; }
  .m-h07 .label {
    font-size: 2rem; }
  .m-h07 .ico {
    width: 6vw;
    height: 6vw; }
  .m-h08 {
    font-size: 1.7rem; }
  .pcOnly {
    display: none; }
  .spOnly {
    display: none;
    display: none; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  .gnavOpen {
    height: 100%;
    overflow: hidden; }
  .m-sec-title02 {
    margin: -60px 0 0 0; }
  .m-sec-img {
    top: 48%;
    left: 26px;
    max-width: 200px;
    top: 60%; }
  .m-sec-img02 {
    max-width: 450px; }
  .mv-anis-item01 {
    top: -95px;
    left: 185px; }
  .mv-anis-item02 {
    top: 8px;
    left: 103px; }
  .mv-anis-item03 {
    top: 95px;
    left: 10px; }
  .mv-anis-item04 {
    top: 330px;
    left: -87px; }
  .mv-anis-item05 {
    top: 460px;
    left: -44px; }
  .mv-anis-item06 {
    top: 570px;
    left: -19px; }
  .mv-anis-item07 {
    top: 500px;
    left: 128px; }
  .mv-anis-item08 {
    top: -130px;
    right: 378px; }
  .mv-anis-item10 {
    top: -44px;
    right: 108px; }
  .mv-anis-item11 {
    top: 90px;
    right: 41px; }
  .mv-anis-item12 {
    top: 262px;
    right: -97px; }
  .mv-anis-item13 {
    top: 450px;
    right: -80px; }
  .mv-anis-item14 {
    top: 555px;
    right: 20px; }
  .mv-anis-item15 {
    top: 558px;
    right: 160px; }
  .anim_light {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s infinite alternate;
    animation: anim_light ease-in-out 2s infinite alternate; }
  .anim_light2 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light ease-in-out 2s -1.5s infinite alternate; }
  .anim_light3 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light2 ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light2 ease-in-out 2s -1.5s infinite alternate; }
  @-webkit-keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @-webkit-keyframes anim_light2 {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  .anim_cloud {
    -webkit-animation: anim_cloud ease-in-out 2s infinite alternate;
    animation: anim_cloud ease-in-out 2s infinite alternate; }
  .anim_cloud2 {
    -webkit-animation: anim_cloud ease-in-out 2s -0.8s infinite alternate;
    animation: anim_cloud ease-in-out 2s -0.8s infinite alternate; }
  @-webkit-keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  @keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  .m-sec02-map {
    margin: -177px 0 0 -38px;
    margin: -100px 0 0 -38px; }
  .m-sec02-map-info {
    margin: -218px 0 80px 0; }
  .sec02-buttons {
    display: -ms-grid;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .sec03 {
    padding-top: 145px; }
  .sec03-title {
    margin-bottom: 45px; }
  .sec03-title02 {
    margin-bottom: 25px; }
  .sec03-txt {
    font-size: 1.375rem; }
  .sec03-list.item {
    margin: 0 10px 0 130px; }
  .sec03-info {
    margin: -107px 0 71px 37px; }
  .sec04:after {
    content: "";
    background: url(/common/img/home/sec04/line.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 68px;
    top: 30px;
    left: 0; }
  .sec04-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .sec04-column-l {
    max-width: 400px;
    width: 100%; }
  .sec04-column-r {
    width: 48%;
    padding: 0px 0 0 25px; }
  .sec04-title {
    max-width: 400px; }
  .sec04-txt {
    font-size: 1.375rem;
    line-height: 51.56px; }
  .point-item-sp {
    display: none; }
  .point-ani01 {
    max-width: 252px; }
  .point-ani02 {
    left: 50px;
    top: 11.8%;
    max-width: 250px; }
  .point-ani03 {
    max-width: 254px; }
  .point-ani04 {
    max-width: 254px; }
  .point-ani05 {
    max-width: 258px; }
  .point-ani06 {
    max-width: 252px; }
  .point-ani07 {
    max-width: 264px; }
  .point-about.about01 {
    position: absolute;
    left: 0px;
    top: 3.6%; }
  .point-about.about02 {
    position: absolute;
    right: 0px;
    top: 12.6%; }
  .point-about.about03 {
    position: absolute;
    left: 0px;
    top: 22%; }
  .point-about.about04 {
    position: absolute;
    right: 0px;
    top: 31%; }
  .point-about.about04-link {
    position: absolute;
    top: 138%;
    display: block;
    padding-left: 40px; }
    .point-about.about04-link video {
      position: absolute;
      left: 93px;
      width: 260px;
      top: 70px;
      height: auto; }
  .point-about.about05 {
    position: absolute;
    left: 0px;
    top: 43%; }
  .point-about.about06 {
    position: absolute;
    right: 0px;
    top: 52%;
    max-width: 60%; }
  .point-about .about06-txt {
    background: #e0660b;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 45.83px;
    position: absolute;
    right: 0px;
    top: 120%;
    padding: 45px 20px 20px 20px;
    max-width: 76%; }
    .point-about .about06-txt span {
      position: absolute;
      left: -10px;
      top: -50px; }
  .point-about.about07 {
    position: absolute;
    left: 0px;
    top: 63%; }
  .point-about .about07-mame {
    padding-top: 20px;
    display: block;
    width: 84%; }
  .point-about.about08 {
    position: absolute;
    right: 0px;
    top: 75%; }
  .point-about.about09 {
    position: absolute;
    left: 0px;
    top: 89%;
    max-width: 38%; }
    .point-about.about09 .point-about-txt {
      padding-left: 0;
      max-width: 340px;
      margin-bottom: 20px; }
    .point-about.about09 a {
      padding-top: 70px;
      display: block; }
  .point-about-txt {
    padding-left: 115px; }
  .point-about-boya-sp {
    display: none; }
  .sec06-img .img01 {
    width: 334px;
    margin: 0 0 0 3px; }
  .sec06-img .point-about.about10 {
    position: absolute;
    left: 0px;
    top: 9%;
    text-align: left;
    max-width: 36%; }
    .sec06-img .point-about.about10 .point-about-txt {
      padding-left: 0;
      max-width: 320px; }
    .sec06-img .point-about.about10 .about10-link10 {
      margin-top: 390px;
      display: block;
      max-width: 334px;
      width: 100%;
      position: relative; }
      .sec06-img .point-about.about10 .about10-link10 video {
        position: absolute;
        left: 46px;
        width: 192px;
        top: 64px;
        height: auto; }
  .sec06-img .point-about.about11 {
    position: absolute;
    left: 0px;
    top: 40%;
    text-align: left;
    max-width: 36%; }
    .sec06-img .point-about.about11 .point-about-txt {
      padding-left: 0;
      max-width: 320px; }
  .sec06-img .point-about.about12 {
    position: absolute;
    left: 0px;
    top: 54%;
    text-align: left;
    max-width: 36%; }
    .sec06-img .point-about.about12 .point-about-txt {
      padding-left: 0;
      max-width: 320px; }
  .sec06-img .point-about.about13 {
    position: absolute;
    left: 0px;
    top: 70%;
    text-align: left;
    max-width: 36%; }
    .sec06-img .point-about.about13 .point-about-txt {
      padding-left: 0;
      max-width: 348px; }
    .sec06-img .point-about.about13 .about13-link13 {
      margin-top: 390px;
      display: block;
      max-width: 334px;
      width: 100%;
      position: relative;
      width: 190px; }
      .sec06-img .point-about.about13 .about13-link13 video {
        position: absolute;
        left: 46px;
        width: 260px;
        top: 60px;
        height: auto; }
  .sec07-img02 {
    margin: -105px 0px -185px 0px; }
  .sec07-img04 {
    max-width: 46%; }
  .sec07-img05 {
    margin: 124px 0 0 30px; }
  .sec07-img07 {
    text-align: right;
    position: relative;
    z-index: 2;
    max-width: 70%;
    margin: 0px 0 0 auto; }
  .sec07-img09 {
    position: relative;
    left: -100px; }
  .sec08-img01 {
    position: relative;
    z-index: 1;
    top: -250px;
    max-width: 78%; }
  .sec08-flower {
    width: 100%; }
    .sec08-flower img {
      width: 100%; }
  .sec09-movie {
    width: 100%;
    height: auto;
    background: url(/common/img/home/sec09/movie.png) no-repeat;
    background-size: contain;
    padding: 54px 40px 46px 40px; }
  .open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%; }
  #pop-up01, #pop-up02, #pop-up03, #pop-up04, #pop-up05, #pop-up06, #pop-up07, #pop-up08, #pop-up09, #pop-up10 {
    display: none;
    /* label でコントロールするので input は非表示に */
    overflow: scroll; }
  .overlay01, .overlay02, .overlay03, .overlay04, .overlay05, .overlay06, .overlay07, .overlay08, .overlay09, .overlay10 {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
  .anim_pon {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon2 {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @-webkit-keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1);
      will-change: transform; } }
  @keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1) translateX(0);
      will-change: transform; } }
  .loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8eea1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999; }
    .loader::after {
      -webkit-animation: loader 0.5s linear infinite;
      animation: loader 0.5s linear infinite;
      border: 1px solid orange;
      border-radius: 50%;
      border-right: 1px solid rgba(255, 165, 0, 0.2);
      border-top: 1px solid rgba(255, 165, 0, 0.2);
      content: "";
      height: 70px;
      width: 70px; }
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  /*==================================================
ふわっ
===================================*/
  /* 下から */
  .fade {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade.run {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fade-left {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-left.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .fade-right {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-right.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .delay-time02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .delay-time04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* 上から */
  .fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  /* 左から */
  .fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: calc(5vw * 0.07) !important; }
  .u-mt-xs {
    margin-top: calc(10vw * 0.07) !important; }
  .u-mt-s {
    margin-top: calc(20vw * 0.07) !important; }
  .u-mt {
    margin-top: calc(30vw * 0.07) !important; }
  .u-mt-l {
    margin-top: calc(40vw * 0.07) !important; }
  .u-mt-xl {
    margin-top: calc(60vw * 0.07) !important; }
  .u-mt-2xl {
    margin-top: calc(80vw * 0.07) !important; }
  .u-mt-3xl {
    margin-top: calc(100vw * 0.07) !important; }
  .u-mb-2xs {
    margin-bottom: calc(5vw * 0.07) !important; }
  .u-mb-xs {
    margin-bottom: calc(10vw * 0.07) !important; }
  .u-mb-s {
    margin-bottom: calc(20vw * 0.07) !important; }
  .u-mb {
    margin-bottom: calc(30vw * 0.07) !important; }
  .u-mb-l {
    margin-bottom: calc(40vw * 0.07) !important; }
  .u-mb-xl {
    margin-bottom: calc(60vw * 0.07) !important; }
  .u-mb-2xl {
    margin-bottom: calc(80vw * 0.07) !important; }
  .u-mb-3xl {
    margin-bottom: calc(100vw * 0.07) !important; }
  .u-ml-1em {
    margin-left: calc(1em * 0.6) !important; }
  .u-mr-1em {
    margin-right: calc(1em * 0.6) !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: calc(5vw * 0.07) !important; }
  .u-pt-xs {
    padding-top: calc(10vw * 0.07) !important; }
  .u-pt-s {
    padding-top: calc(20vw * 0.07) !important; }
  .u-pt {
    padding-top: calc(30vw * 0.07) !important; }
  .u-pt-l {
    padding-top: calc(40vw * 0.07) !important; }
  .u-pt-xl {
    padding-top: calc(60vw * 0.07) !important; }
  .u-pt-2xl {
    padding-top: calc(80vw * 0.07) !important; }
  .u-pt-3xl {
    padding-top: calc(100vw * 0.07) !important; }
  .u-pb-2xs {
    padding-bottom: calc(5vw * 0.07) !important; }
  .u-pb-xs {
    padding-bottom: calc(10vw * 0.07) !important; }
  .u-pb-s {
    padding-bottom: calc(20vw * 0.07) !important; }
  .u-pb {
    padding-bottom: calc(30vw * 0.07) !important; }
  .u-pb-l {
    padding-bottom: calc(40vw * 0.07) !important; }
  .u-pb-xl {
    padding-bottom: calc(60vw * 0.07) !important; }
  .u-pb-2xl {
    padding-bottom: calc(80vw * 0.07) !important; }
  .u-pb-3xl {
    padding-bottom: calc(100vw * 0.07) !important; }
  .u-p-xs {
    padding: calc(10vw * 0.07) !important; }
  .u-p-s {
    padding: calc(20vw * 0.07) !important; }
  .u-p {
    padding: calc(30vw * 0.07) !important; }
  .u-p-l {
    padding: calc(40vw * 0.07) !important; }
  .u-p-xl {
    padding: calc(60vw * 0.07) !important; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; } }

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  .fixed01 {
    position: fixed;
    top: 6.8vw;
    text-align: center;
    z-index: 2; }
  .fixed02 {
    position: fixed;
    top: 0%;
    width: 100%;
    text-align: center;
    z-index: 2; }
  .boya-01 img,
  .boya-02 img,
  .boya-03 img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-header {
    margin: 10px 0px 0;
    position: relative;
    z-index: 1; }
  .l-header-l {
    width: 100px; }
  .l-header-r {
    width: 64px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 !important;
    position: relative; }
  .l-footer-links {
    padding: 20px 0 0; }
  .l-footer-link {
    margin: 0 20px 30px;
    width: 23%; }
    .l-footer-link img {
      width: 100%; }
  .l-footer-copyright {
    color: #FFF;
    text-align: center;
    padding: 7px 0;
    width: 100%;
    background: #6e411d;
    font-size: 10px;
    position: absolute;
    bottom: 0; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap-sp {
    padding: 0 20px; }
  .m-gnav {
    position: fixed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: #ec6c00;
    width: 100vw;
    height: calc(100vh - 56px);
    left: 0;
    top: 56px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .m-gnav.on {
      pointer-events: auto;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .m-gnav-link {
      font-size: 1.2rem;
      font-weight: bold; }
      .m-gnav-link-head {
        background-color: #ec6c00;
        position: relative;
        display: block; }
        .m-gnav-link-head > a {
          color: #fff;
          display: block;
          padding: 12px 30px;
          padding-right: 50px; }
        .is-noFolding .m-gnav-link-head > a:after {
          content: 'arrow_forward';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: "Material Icons Outlined";
          line-height: 1;
          -webkit-font-feature-settings: "liga";
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-weight: normal;
          font-size: 20px;
          position: absolute;
          right: 0;
          top: 0;
          width: 50px;
          height: 100%; }
      .m-gnav-link-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%; }
        .m-gnav-link-btn:after {
          content: 'add';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-family: "Material Icons Outlined";
          line-height: 1;
          -webkit-font-feature-settings: "liga";
          -webkit-font-smoothing: antialiased;
          color: #fff;
          font-weight: normal;
          font-size: 28px; }
        .m-gnav-link-btn.is-active:after {
          content: 'remove'; }
    .m-gnav-links02 {
      display: none; }
    .m-gnav-link02 > a {
      background-color: #f2f2f2;
      display: block;
      padding: 10px 40px;
      position: relative;
      font-size: 1rem; }
      .m-gnav-link02 > a:after {
        content: 'arrow_forward';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Material Icons Outlined";
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        color: #ec6c00;
        font-weight: normal;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%; }
    .m-gnav-links03 {
      display: none; }
    .m-gnav-btn {
      width: 64px;
      height: 64px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m-gnav-btn-lines {
        width: 32px;
        height: 18px;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .on .m-gnav-btn-lines {
          -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
      .m-gnav-btn-line {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 2px;
        background: #333333;
        border-radius: 2px; }
        .m-gnav-btn-line:nth-child(1), .m-gnav-btn-line:nth-child(2) {
          position: absolute;
          left: 0;
          top: 50%; }
        .m-gnav-btn-line:nth-child(1) {
          -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
          transform: translateY(-200%); }
        .m-gnav-btn-line:nth-child(2) {
          -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
          transform: translateY(200%); }
        .m-gnav-btn.on .m-gnav-btn-line:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .m-gnav-btn.on .m-gnav-btn-line:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  /* ---------------------------
h
--------------------------- */
  .m-h .label {
    font-size: 3rem; }
  .m-h .label02 {
    font-size: 1.2rem; }
  .m-h02 {
    font-size: 1.5rem; }
  .m-h03 {
    font-size: 2rem; }
  .m-h04 {
    font-size: 1.2rem; }
    .m-h04 .ico.is-scissor {
      font-size: 27px; }
  .m-h06 {
    font-size: 1.4rem; }
    .m-h06 .label {
      font-size: 0.85rem; }
    .m-h06 .label02 {
      font-size: 1.4rem; }
  .m-h07 .label {
    font-size: 1.5rem; }
  .m-h08 {
    font-size: 1.3rem; }
  .lapctbOnly {
    display: none; }
  .pcOnly {
    display: none; }
  .tbOnly {
    display: none; }
  .m-mainContent-bg01 {
    padding-bottom: 40px; }
  .m-mainContentMargin {
    height: 50px; }
  .gnavOpen {
    height: 100%;
    overflow: hidden; }
  .wp-pagenavi span, .wp-pagenavi a {
    min-height: 2.4rem; }
  .m-sec-title {
    max-width: 270px;
    margin: 0 auto 15px; }
  .m-sec-title02 {
    max-width: 334px;
    margin: -68px auto 0 auto; }
  .m-sec-img {
    position: absolute;
    left: 7px;
    top: 56%;
    max-width: 110px;
    z-index: 1; }
  .m-sec-img02 {
    position: absolute;
    top: 58%;
    right: 0px;
    max-width: 283px;
    z-index: 1; }
  .mv-anis li {
    width: 25px; }
  .mv-anis-item01 {
    top: -45px;
    left: 105px;
    width: 34px !important; }
  .mv-anis-item02 {
    top: 0px;
    left: 24px; }
  .mv-anis-item03 {
    top: 45px;
    left: -5px; }
  .mv-anis-item04 {
    top: 124px;
    left: -24px;
    width: 44px !important; }
  .mv-anis-item05 {
    top: 360px;
    left: -10px; }
  .mv-anis-item06 {
    top: 460px;
    left: 95px; }
  .mv-anis-item07 {
    top: 480px;
    right: 40px;
    width: 14px !important; }
  .mv-anis-item08 {
    top: -74px;
    right: 130px; }
  .mv-anis-item09 {
    top: -44px;
    right: 78px;
    position: absolute;
    width: 18px !important; }
  .mv-anis-item10 {
    top: 475px;
    left: 4px;
    right: auto; }
  .mv-anis-item11 {
    top: 45px;
    right: 20px; }
  .mv-anis-item12 {
    top: 215px;
    right: -7px;
    width: 42px !important; }
  .mv-anis-item13 {
    top: 460px;
    right: -10px;
    width: 14px !important; }
  .mv-anis-item14 {
    top: 460px;
    right: 90px; }
  .mv-anis-item15 {
    top: 324px;
    right: -18px;
    width: 36px !important; }
  .anim_light {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s infinite alternate;
    animation: anim_light ease-in-out 2s infinite alternate; }
  .anim_light2 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light ease-in-out 2s -1.5s infinite alternate; }
  .anim_light3 {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    -webkit-animation: anim_light2 ease-in-out 2s -1.5s infinite alternate;
    animation: anim_light2 ease-in-out 2s -1.5s infinite alternate; }
  @-webkit-keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-6deg);
      transform: rotate(-6deg);
      will-change: transform; } }
  @-webkit-keyframes anim_light2 {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  @keyframes anim_light {
    0% {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      will-change: transform; } }
  .anim_cloud {
    -webkit-animation: anim_cloud ease-in-out 2s infinite alternate;
    animation: anim_cloud ease-in-out 2s infinite alternate; }
  .anim_cloud2 {
    -webkit-animation: anim_cloud ease-in-out 2s -0.8s infinite alternate;
    animation: anim_cloud ease-in-out 2s -0.8s infinite alternate; }
  @-webkit-keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  @keyframes anim_cloud {
    0% {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      will-change: transform; }
    100% {
      -webkit-transform: translate(0%, -20px);
      transform: translate(0%, -20px);
      will-change: transform; } }
  .m-sec-scroll {
    margin: 55px auto 65px;
    width: 80px; }
  .m-sec02-map {
    margin: -116px auto 0; }
  .m-sec02-map-info {
    margin: -37% 0 10px 14px; }
  .sec02-buttons {
    display: -ms-grid;
    display: grid;
    gap: 17px 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .sec02-button {
    max-width: 295px;
    margin: 0 auto; }
  .sec03 {
    padding-top: 70px; }
  .sec03-title {
    margin: 0 auto 20px;
    max-width: 354px; }
  .sec03-title02 {
    max-width: 300px;
    margin: 0 auto 20px; }
  .sec03-txt {
    font-size: 0.875rem;
    line-height: 35px;
    padding: 0;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 2px; }
  .sec03-list {
    width: 48%; }
  .sec03-info {
    max-width: 340px;
    margin: -15px auto 35px auto; }
  .sec03-button {
    max-width: 322px; }
  .sec04-title {
    max-width: 310px;
    margin: 0 auto 15px; }
  .sec04-txt {
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    margin-bottom: 20px; }
  .sec05-img figure {
    width: 234px;
    margin: 30px 0px 0 auto; }
  .sec05-map02-sp {
    position: relative;
    top: -5px;
    right: 0px; }
  .point-item {
    display: none; }
  .point-item-sp {
    position: absolute;
    top: 0%;
    left: auto;
    right: 17%;
    /* margin: 0 auto; */
    text-align: center;
    z-index: 4;
    max-width: 295px; }
  .point-ani01 {
    position: absolute;
    right: -2px;
    top: 1.85%;
    max-width: 218px; }
  .point-ani02 {
    position: absolute;
    left: auto;
    top: 11.35%;
    max-width: 210px;
    right: 0; }
  .point-ani03 {
    right: 8px;
    top: 21.6%;
    max-width: 197px; }
  .point-ani04 {
    position: absolute;
    left: auto;
    top: 32.2%;
    max-width: 208px;
    right: 5px; }
  .point-ani05 {
    position: absolute;
    right: 31px;
    top: 45.8%;
    max-width: 190px; }
  .point-ani06 {
    position: absolute;
    left: auto;
    top: 54.3%;
    max-width: 200px;
    right: 29px; }
  .point-ani07 {
    position: absolute;
    right: 19px;
    top: 67%;
    max-width: 210px; }
  .point-ani08 {
    position: absolute;
    left: auto;
    top: 79.4%;
    max-width: 229px;
    right: 13px; }
  .point-about.about01 {
    position: absolute;
    left: 0px;
    top: 4.4%; }
  .point-about.about02 {
    position: absolute;
    right: 0px;
    top: 14%; }
  .point-about.about03 {
    position: absolute;
    left: 0px;
    top: 25%; }
  .point-about.about04 {
    position: absolute;
    right: auto;
    top: 34.5%; }
  .point-about.about04-link {
    position: absolute;
    top: 100%;
    display: block;
    padding-left: 0px;
    max-width: 210px;
    margin-top: 30px; }
    .point-about.about04-link video {
      position: absolute;
      left: 29px;
      width: 160px;
      top: 40px;
      height: auto; }
  .point-about.about05 {
    position: absolute;
    right: auto;
    top: 48.3%;
    max-width: 334px;
    left: 0; }
  .point-about.about06 {
    position: absolute;
    right: auto;
    top: 57%;
    max-width: 100%; }
  .point-about .about06-txt {
    background: #e0660b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    position: absolute;
    right: auto;
    top: 107%;
    padding: 40px 15px 15px 15px;
    max-width: 55%;
    left: 0; }
    .point-about .about06-txt span {
      position: absolute;
      left: 1px;
      top: -32px;
      width: 158px; }
  .point-about.about07 {
    position: absolute;
    left: 0px;
    top: 70% !important; }
  .point-about .about07-mame {
    padding-top: 20px;
    display: block;
    width: 55%; }
  .point-about.about08 {
    position: absolute;
    right: auto;
    left: 0;
    top: 81%; }
  .point-about.about09 {
    position: absolute;
    left: 0px;
    top: 89%;
    max-width: 48%; }
    .point-about.about09 .point-about-txt {
      padding-left: 0;
      max-width: 340px;
      margin-bottom: 20px; }
    .point-about.about09 a {
      padding-top: 20px;
      display: block;
      width: 53%; }
  .point-about.about10 {
    position: absolute;
    left: 0px;
    top: 2%;
    text-align: left;
    max-width: 54% !important; }
    .point-about.about10 video {
      position: absolute;
      left: 30px;
      width: 150px;
      top: 40px;
      height: auto; }
  .point-about.about11 {
    position: absolute;
    left: 0px;
    top: 35.5%;
    text-align: left;
    max-width: 55% !important; }
  .point-about.about12 {
    position: absolute;
    left: 0px;
    text-align: left;
    top: 61% !important;
    max-width: 40%; }
  .point-about-txt {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 36px;
    color: #6e411d;
    max-width: 54%;
    padding-left: 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 1px;
    margin: 18px 0 22px 0; }
  .point-about-boya-sp {
    max-width: 176px;
    padding-top: 10px; }
  .sec06-img {
    position: relative;
    text-align: right;
    z-index: 1; }
    .sec06-img figure {
      position: relative;
      left: auto;
      right: 18px;
      top: -4px; }
    .sec06-img .img01 {
      max-width: 184px;
      position: relative;
      top: -35px !important;
      z-index: 1;
      margin: 0 0 0 172px; }
    .sec06-img .img02 {
      max-width: 184px;
      position: relative;
      top: -35px !important;
      z-index: 1;
      margin: 0 0 0 172px; }
    .sec06-img .point-about.about10 {
      position: absolute;
      left: 0px;
      top: 2%;
      text-align: left;
      max-width: 50%; }
      .sec06-img .point-about.about10 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
      .sec06-img .point-about.about10 .about10-link10 {
        margin-top: 15px;
        display: block;
        max-width: 334px;
        width: 100%;
        position: relative; }
        .sec06-img .point-about.about10 .about10-link10 video {
          position: absolute;
          left: 30px;
          width: 137px;
          top: 40px;
          height: auto; }
    .sec06-img .point-about.about11 {
      position: absolute;
      left: 0px;
      top: 32%;
      text-align: left;
      max-width: 55% !important; }
      .sec06-img .point-about.about11 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
    .sec06-img .point-about.about12 {
      position: absolute;
      left: 0px;
      text-align: left;
      top: 53% !important;
      max-width: 40%; }
      .sec06-img .point-about.about12 .point-about-txt {
        padding-left: 0;
        max-width: 320px; }
    .sec06-img .point-about.about13 {
      position: absolute;
      left: 0px;
      top: 70% !important;
      text-align: left;
      max-width: 36%; }
      .sec06-img .point-about.about13 .point-about-txt {
        padding-left: 0;
        max-width: 348px; }
      .sec06-img .point-about.about13 .about13-link13 {
        margin-top: 5px;
        display: block;
        max-width: 334px;
        width: 100%;
        position: relative;
        width: 190px; }
        .sec06-img .point-about.about13 .about13-link13 video {
          position: absolute;
          left: 27px;
          width: 146px;
          top: 34px;
          height: auto; }
  .sec07 {
    z-index: 1; }
  .sec07-img02 {
    text-align: right;
    margin: -40px auto;
    display: block;
    z-index: 1;
    position: relative;
    max-width: 218px; }
    .sec07-img02 video {
      position: absolute;
      right: 0;
      width: 140px;
      top: 38px;
      height: auto;
      left: 0;
      margin: 0 auto; }
  .sec07-img03-step01 {
    width: 174px;
    margin: 32px 0 20px 0; }
  .sec07-img04 {
    width: 48%;
    top: 31%; }
  .sec07-img05 {
    margin: 200px 0 0 15px;
    position: relative;
    z-index: 3;
    width: 58%; }
  .sec07-img06 {
    text-align: center;
    margin: -71px 0 0 78px;
    width: 79%;
    z-index: 3; }
  .sec07-img07 {
    width: 50%;
    margin: 0 0 0 173px;
    position: relative;
    z-index: 2;
    top: -48px; }
  .sec07-img09 {
    position: relative;
    left: -50px;
    z-index: 4; }
  .sec08-img01 {
    position: relative;
    z-index: 1;
    top: -86px;
    width: 100%;
    margin: -56px -20px 0 -20px; }
  .sec09-title {
    text-align: center;
    position: relative;
    top: -40px;
    margin-bottom: 10px; }
  .sec09-movie {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0px !important; }
    .sec09-movie img {
      position: absolute;
      top: -30px;
      left: 0;
      width: 68%; }
    .sec09-movie iframe {
      width: 100%;
      max-height: auto;
      height: 268px;
      background: url(/common/img/home/sec09/movie-sp.png) no-repeat;
      background-size: contain;
      padding: 42px 20px 48px 20px; }
  .open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */ }
  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%; }
  #pop-up01, #pop-up02, #pop-up03, #pop-up04, #pop-up05, #pop-up06, #pop-up07, #pop-up08, #pop-up09, #pop-up10 {
    display: none;
    /* label でコントロールするので input は非表示に */
    overflow: scroll; }
  .overlay01, .overlay02, .overlay03, .overlay04, .overlay05, .overlay06, .overlay07, .overlay08, .overlay09, .overlay10 {
    display: none;
    /* input にチェックが入るまでは非表示に */ }
  .window p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.32px;
    color: #6E411D;
    color: #6e411d; }
    .window p span {
      color: #e0660b;
      font-weight: bold; }
  .anim_pon {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon2 {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform; }
  .anim_pon.run {
    opacity: 0;
    -webkit-animation: anim_pon .5s .5s 1 forwards;
    animation: anim_pon .5s .5s 1 forwards;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @-webkit-keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1);
      will-change: transform; } }
  @keyframes anim_pon {
    0% {
      opacity: 1;
      -webkit-transform: scale(0) translateX(0);
      transform: scale(0) translateX(0);
      will-change: transform; }
    50% {
      opacity: 1;
      -webkit-transform: scale(1.1) translateX(0);
      transform: scale(1.1) translateX(0);
      will-change: transform; }
    70% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateX(0);
      transform: scale(0.9) translateX(0);
      will-change: transform; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(0);
      transform: scale(1) translateX(0);
      will-change: transform; } }
  .loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8eea1;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999; }
    .loader::after {
      -webkit-animation: loader 0.5s linear infinite;
      animation: loader 0.5s linear infinite;
      border: 1px solid orange;
      border-radius: 50%;
      border-right: 1px solid rgba(255, 165, 0, 0.2);
      border-top: 1px solid rgba(255, 165, 0, 0.2);
      content: "";
      height: 70px;
      width: 70px; }
  @-webkit-keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      will-change: transform; }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      will-change: transform; } }
  /*==================================================
ふわっ
===================================*/
  /* 下から */
  .fade {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade.run {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fade-left {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-left.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .fade-right {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000; }
  .fade-right.run {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .delay-time02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .delay-time04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  /* 上から */
  .fadeDown {
    -webkit-animation-name: fadeDownAnime;
    animation-name: fadeDownAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  /* 左から */
  .fadeLeft {
    -webkit-animation-name: fadeLeftAnime;
    animation-name: fadeLeftAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  @-webkit-keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px); }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 10px !important; }
  .u-mt {
    margin-top: 15px !important; }
  .u-mt-l {
    margin-top: 20px !important; }
  .u-mt-xl {
    margin-top: 30px !important; }
  .u-mt-2xl {
    margin-top: 40px !important; }
  .u-mt-3xl {
    margin-top: 60px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 10px !important; }
  .u-mb {
    margin-bottom: 15px !important; }
  .u-mb-l {
    margin-bottom: 20px !important; }
  .u-mb-xl {
    margin-bottom: 30px !important; }
  .u-mb-2xl {
    margin-bottom: 40px !important; }
  .u-mb-3xl {
    margin-bottom: 60px !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 10px !important; }
  .u-pt {
    padding-top: 15px !important; }
  .u-pt-l {
    padding-top: 20px !important; }
  .u-pt-xl {
    padding-top: 30px !important; }
  .u-pt-2xl {
    padding-top: 40px !important; }
  .u-pt-3xl {
    padding-top: 60px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 10px !important; }
  .u-pb {
    padding-bottom: 15px !important; }
  .u-pb-l {
    padding-bottom: 20px !important; }
  .u-pb-xl {
    padding-bottom: 30px !important; }
  .u-pb-2xl {
    padding-bottom: 40px !important; }
  .u-pb-3xl {
    padding-bottom: 60px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 10px !important; }
  .u-p {
    padding: 15px !important; }
  .u-p-l {
    padding: 20px !important; }
  .u-p-xl {
    padding: 20px !important; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3; } }
