@charset "UTF-8";
/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #211815;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  max-height: 999999px;
  //background-image: url(../img/bg_base.png);
  background-color: #f9dcdf;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #211815;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

::selection {
  background: #00AC97;
  color: #fff;
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 80px;
  }
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1000;
  animation: fadein 1s forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
.l-header {
  width: 60%;
}
}

.l-header_in {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-header ._logo {
  width: 300px;
  height: 50px;
}
.l-header nav {
  display: flex;
  height: 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.5s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    pointer-events: none;
  }
}
.l-header nav a {
  transition: opacity 0.5s;
}
.l-header nav a:hover {
  opacity: 0.8;
}
.l-header nav.open {
  opacity: 1;
  pointer-events: all;
}
.l-header ._spbtn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.l-header ._spbtn > div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 4px;
  background-color: #fff;
  transition: 0.5s;
}
.l-header ._spbtn > div:nth-of-type(1) {
  top: 26%;
}
.l-header ._spbtn > div:nth-of-type(2) {
  top: 50%;
}
.l-header ._spbtn > div:nth-of-type(3) {
  top: 74%;
}
.l-header ._spbtn.open > div:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header ._spbtn.open > div:nth-of-type(2) {
  opacity: 0;
}
.l-header ._spbtn.open > div:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header ._spbtn {
    display: block;
  }
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 40px;
      padding-top: 40px;
}


@media screen and (max-width: 768px) {
  .l-sec {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.l-sec_in {
  position: relative;
  margin: 0 auto;
}

.l-sec_in2 {
  position: relative;
  margin: 0 auto;
  padding: 3% 10% 0% 10%;
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  font-size: 1.2rem;
  color: #fff;
  background-color: #1c1c1c;
  padding: 5px 0;
}
.l-footer_copy {
  text-align: center;
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  transition: 0.2s ease-in-out;
}
.c-hover:hover {
  opacity: 0.7;
}

/* -----------------------------------
select
------------------------------------ */
/* -----------------------------------
btn
------------------------------------ */
/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
@keyframes expand {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------
secMv
------------------------------------ */
.p-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 200px;
  z-index: 10;
  animation: fadein 1s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-floating {
    width: 100%;
    height: 80px;
    right: 0;
    bottom: 0;
  }
}
.p-floating img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
.p-floating img:hover {
  opacity: 1;
  transform: scale(1.7);
}
}

/* -----------------------------------
secMv
------------------------------------ */
.p-secMv {
  width: 100%;
  height: 100vh;
  position: relative;
  //margin-bottom: 80px;
}
.p-secMv_bg {
  height: 100%;
}
.p-secMv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-secMv_img {
  position: absolute;
  width: 100%;
  left: 51%;
  top: 47%;
  padding: 5%;
  transform: translate(-50%, -50%);
  animation: expand 1s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-secMv_img {
        width: 100%;
        left: 50%;
        padding: 0%;
        top: 47%;
  }
}

/* -----------------------------------
secCol
------------------------------------ */
.p-secCol_list {
  display: flex;
  gap: 4.65%;
  padding-bottom: 40px;
}
.p-secCol_list > div, .p-secCol_list > li {
  width: 100%;
}
.p-secCol_list > div img, .p-secCol_list > li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secCol_list {
    gap: 4.44%;
  }
  .p-secCol_list:has(> :nth-of-type(3)) {
    gap: 3.33%;
  }
  .p-secCol_list:has(> :nth-of-type(4)) {
    gap: 4.44%;
    flex-wrap: wrap;
  }
  .p-secCol_list:has(> :nth-of-type(4)) > li {
    width: 47.78%;
    margin-top: 4.44%;
  }
  .p-secCol_list.-row {
    flex-direction: column;
    gap: 40px;
  }
  .p-secCol_list.-row > li {
    width: 100%;
    margin-top: 0;
  }
}

/* -----------------------------------
secSingle
------------------------------------ */
.p-secSingle_img {
  width: 100%;
  padding-bottom: 50px;
}
.p-secSingle_img img {
  width: 100%;
}

/* -----------------------------------
secCenter
------------------------------------ */
.p-secCenter_img {
  padding: 0 22.09%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-secCenter_img {
    padding: 0 5.55%;
    padding-bottom: 20px;
  }
}
.p-secCenter_img img {
  width: 100%;
}

.p-secCenter_img_a {
  padding: 20px 22.09%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-secCenter_img_a {
    padding: 0 5.55%;
    padding-bottom: 20px;
  }
}
.p-secCenter_img_a img {
  width: 100%;
    transition: 0.5s;
}

.p-secCenter_img_a img:hover {
  opacity: 0.4;
  transform: scale(1.1);
}

/* -----------------------------------
secGroup
------------------------------------ */
.p-group {
  padding-top: 80px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
.p-group {
  padding-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
}

.p-group.-bg1 {
  //background-image: url(../img/img13.webp);
  //background-size: cover;
}

@media screen and (max-width: 768px) {
.p-group.-bg1 {
  //background-image: url(../img/img13_sp.webp);
  //background-size: cover;
}
}


.p-group.-bg2 {
  background-image: url(../img/img17.jpg);
  background-size: cover;
    padding-bottom: 150px;
}
.p-group.-bg3 {
  background-image: url(../img/bg_group3.png);
  background-size: cover;
}
.p-group.-bg4 {
  background-image: url(../img/bg_group4.png);
  background-size: cover;
}
.p-group.-bg5 {
  background-image: url(../img/bg_group5.png);
  background-size: cover;
}
.p-group.-bg6 {
  background-image: url(../img/bg_group6.png);
  background-size: cover;
}
.p-group.-bg7 {
  background-image: url(../img/bg_group7.png);
  background-size: cover;
}
.p-group.-bg8 {
  background-image: url(../img/bg_group8.png);
  background-size: cover;
}
.p-group.-bg9 {
  background-image: url(../img/bg_group9.png);
  background-size: cover;
}
.p-group.-bg10 {
  background-image: url(../img/bg_group10.png);
  background-size: cover;
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slidein {
  transition: 0.4s ease-out;
  opacity: 0;
  transform: translateX(-100px);
}
.js-animation.-slidein.is-animation {
  opacity: 1;
  transform: translateX(0px);
}
.js-animation.-slideup {
  transition: 0.6s ease-out;
  opacity: 0;
  transform: translateY(20px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  transform: translateY(0px);
}
.js-animation.-zoomup {
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
  opacity: 0;
  transform: scale(0.7, 0.7) translateY(40px);
}
.js-animation.-zoomup.is-animation {
  opacity: 1;
  transform: scale(1, 1) translateY(0px);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    transition-delay: 0.1s;
  }
  .js-animation.-delay2 {
    transition-delay: 0.2s;
  }
  .js-animation.-delay3 {
    transition-delay: 0.3s;
  }
  .js-animation.-delay4 {
    transition-delay: 0.4s;
  }
  .js-animation.-delay5 {
    transition-delay: 0.5s;
  }
  .js-animation.-delay6 {
    transition-delay: 0.6s;
  }
  .js-animation.-delay7 {
    transition-delay: 0.7s;
  }
  .js-animation.-delay8 {
    transition-delay: 0.8s;
  }
  .js-animation.-delay9 {
    transition-delay: 0.9s;
  }
  .js-animation.-delay10 {
    transition-delay: 1s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

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

.u-fwn {
  font-weight: normal !important;
}

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

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

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

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

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

.u-pt10 {
  padding-top: 10px !important;
}

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

.u-pr10 {
  padding-right: 10px !important;
}

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

.u-pb10 {
  padding-bottom: 10px !important;
}

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

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

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

.u-pr15 {
  padding-right: 15px !important;
}

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

.u-pb15 {
  padding-bottom: 15px !important;
}

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

.u-pl15 {
  padding-left: 15px !important;
}

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

.u-pt20 {
  padding-top: 20px !important;
}

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

.u-pr20 {
  padding-right: 20px !important;
}

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

.u-pb20 {
  padding-bottom: 20px !important;
}

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

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

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

.u-pr25 {
  padding-right: 25px !important;
}

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

.u-pb25 {
  padding-bottom: 25px !important;
}

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

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

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

.u-pr30 {
  padding-right: 30px !important;
}

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

.u-pb30 {
  padding-bottom: 30px !important;
}

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

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

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

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

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

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

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

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

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

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}

.title {
    font-size: 1em;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.title {
    font-size: 0.7em;
}
}

.bg_am {
    position: fixed;
    height: 100vh;
    animation: fadeLoop 8s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
.bg_am {
    position: fixed;
    height: 100vh;
    animation: fadeLoop 12s ease-in-out infinite;
}
}

@keyframes fadeLoop {
  0%   { opacity: 1; transform: scale(1); filter: blur(0px); }
  25%  { opacity: 0.7; transform: scale(1.05); filter: blur(1px); }
  50%  { opacity: 1; transform: scale(1); filter: blur(1px); }
  75%  { opacity: 0.7; transform: scale(1.05); filter: blur(2px); }
  100% { opacity: 1; transform: scale(1); filter: blur(0px); }
}


/* ===================================
Page
=================================== */
/*
 * _page.scss
 */
/* -----------------------------------
#top
------------------------------------ *//*# sourceMappingURL=style.css.map */