@charset "UTF-8";
/* ======================================
    Reset CSS
====================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
main,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section,
picture {
  display: block;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

/* form reset
------------------------------- */
input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE text マーク削除 */
input::-ms-clear {
  visibility: hidden;
}

/* IE password マーク削除 */
input::-ms-reveal {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  color: inherit;
  -webkit-appearance: none;
}

span {
  font-weight: inherit;
}

/* ======================================
    Base
====================================== */
html {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  background: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3a39;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fadeInAnime 1s ease 0s 1 normal;
          animation: fadeInAnime 1s ease 0s 1 normal;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.025em;
  }
}

p {
  line-height: 1.6666666667;
}
p a:link {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  p {
    line-height: 1.5625;
  }
}

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

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

a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

small {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
}

address {
  font-style: normal;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
}

sub {
  font-size: 60%;
  vertical-align: sub;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
}
a:link {
  color: #003ec7;
}
a:visited {
  color: #540082;
}
a:hover {
  color: #003ec7;
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover img, a:focus img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ==============================================
    form Reset
================================================= */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input,
select,
textarea,
label,
option,
input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  outline-offset: 0;
  outline: 2px solid #57b07a;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #3e3a39;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

#autozip {
  display: none !important;
}

/* ==============================================
   form module contactform7
================================================= */
.el_required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
  background: #d80a30;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  width: 100%;
  background: #fff;
  padding: 0.6em 0.9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #57b07a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

.el_selectWrap {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.el_selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #3e3a39;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.el_selectWrap select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #57b07a;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.el_selectWrap select:focus {
  outline: 2px solid #57b07a;
}

.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 90%;
  z-index: -1;
}
.wpcf7-checkbox label {
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 2em;
  position: relative;
  margin-right: 20px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 2px;
}
.wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label {
  color: #000;
}
.wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.wpcf7-checkbox input[type=checkbox]:focus + span::before {
  outline: 2px solid #3498db; /* Outline color when focused */
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label {
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 3em;
}

input[type=radio] + span::before,
input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=radio] + span::before {
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

input[type=radio]:focus + span::before {
  outline: 2px solid #3498db;
}

input.btn-check,
input.btn-back,
input.btn-send,
input[type=submit],
input[type=button] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  height: auto;
  padding: 8px 20px;
  background: #888;
  border: 2px solid #888;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  input.btn-check,
  input.btn-back,
  input.btn-send,
  input[type=submit],
  input[type=button] {
    padding: 9px 20px;
  }
  input.btn-check:hover,
  input.btn-back:hover,
  input.btn-send:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    background: #fff;
    opacity: 1;
    color: #888;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 20px;
  text-align: center;
}
.el_btnHamburger__animation::after {
  content: "menu";
  position: absolute;
  top: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #313131;
  white-space: nowrap;
  text-align: center;
}
.el_btnHamburger_line {
  /* 線色 */
  background: #313131;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.el_btnHamburger_line__top {
  top: 0;
}
.el_btnHamburger_line__bottom {
  top: 100%;
}

.is_btnHamburger__on .el_btnHamburger_line__top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.is_btnHamburger__on .el_btnHamburger_line__middle {
  background: transparent;
}
.is_btnHamburger__on .el_btnHamburger_line__bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.is_btnHamburger__on .el_btnHamburger__animation::after {
  content: "close";
}
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.3;
  visibility: visible;
}

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

.icon-icon_close:before {
  content: "\e90c";
  color: #eee;
}

.icon-icon_tag:before {
  content: "\e90b";
}

.icon-icon_panel__minus:before {
  content: "\e907";
}

.icon-icon_panel__plus:before {
  content: "\e908";
}

.icon-icon_tableofcontents_list:before {
  content: "\e90a";
}

.icon-icon_flow:before {
  content: "\e906";
}

.icon-icon_jump:before {
  content: "\e909";
}

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

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

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

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

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

.icon-icon_mail:before {
  content: "\e904";
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  opacity: 1;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.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);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_fadeInTrigger,
.js_fadeUpTrigger,
.js_fadeDownTrigger,
.js_fadeLeftTrigger,
.js_fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_flipDownTrigger,
.js_flipLeftTrigger,
.js_flipLeftTopTrigger,
.js_flipRightTrigger,
.js_flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  -webkit-animation-name: rotateLeftZAnime;
          animation-name: rotateLeftZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}

@keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  -webkit-animation-name: rotateRightZAnime;
          animation-name: rotateRightZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}

@keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_rotateXTrigger,
.js_rotateYTrigger,
.js_rotateLeftZTrigger,
.js_rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_zoomInTrigger,
.js_zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_blurTrigger {
  opacity: 0.1;
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_smoothTrigger {
  opacity: 0;
  opacity: 1;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.js_lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.js_lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.js_lineTrigger::before,
.js_lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.js_lineTrigger::before {
  top: 0;
  left: 0;
}

.js_lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.js_line2::before {
  top: 0;
  right: 0;
}

.js_lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.js_lineTrigger::after {
  bottom: 0;
  right: 0;
}

.js_lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.js_lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.js_lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #57b07a; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #57b07a; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_bgappearTrigger,
.js_bgUDextendTrigger,
.js_bgDUextendTrigger,
.js_bgRLextendTrigger,
.js_bgLRextendTrigger {
  opacity: 0;
}

/* =================================================
    アニメーション設定
=================================================== */
/* アニメーションの回数を決めるCSS*/
.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.hp_delay_time0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hp_delay_time1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hp_delay_time2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hp_delay_time3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.hp_delay_time4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hp_delay_time5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hp_delay_time6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.hp_delay_time7 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.hp_delay_time8 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hp_delay_time9 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.hp_delay_time10 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.hp_change_time0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

.hp_change_time1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.hp_change_time2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hp_change_time3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.hp_change_time4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.hp_change_time5 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.hp_change_time6 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.hp_change_time7 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.hp_change_time8 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.hp_change_time9 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.hp_change_time10 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

/* ======================================
    .mask
====================================== */
.js_mask {
  position: relative;
  display: block;
  overflow: hidden;
}

/* ======================================
    .js_pageTop
====================================== */
.bl_pageTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -200px;
  right: 15px;
  width: 46px;
  height: 46px;
  border-radius: 100vh;
  background: linear-gradient(120deg, rgb(87, 176, 122) 0%, rgb(191, 211, 120) 100%);
  border: 1px solid #fff;
  text-align: center;
  padding-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10010;
}
.bl_pageTop::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* ← ここを変更 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .bl_pageTop {
    cursor: pointer;
    width: 55px;
    height: 55px;
    bottom: -200px;
    right: 48px;
    z-index: 10010;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_pageTop.is_active {
    bottom: 50px;
  }
}
.bl_pageTop.is_active {
  bottom: 80px;
  opacity: 0.8;
  visibility: visible;
}

/* ======================================
    Common Class
====================================== */
/*  display
-------------------------------------- */
.hp_sp_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_none {
    display: block !important;
  }
}

.hp_sp_display {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_display {
    display: none !important;
  }
}

.hp_pc_none {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .hp_pc_none {
    display: none !important;
  }
}

.hp_pc_display {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hp_pc_display {
    display: block !important;
  }
}

/*  direction
-------------------------------------- */
.hp_row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

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

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

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

/*  margin padding
-------------------------------------- */
/* padding 部分的な設定*/
.hp_pb-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.hp_pb-5 {
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
}

.hp_pb-10 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.hp_pb-15 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.hp_pb-20 {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important;
}

.hp_pb-25 {
  padding-bottom: 25px !important;
  padding-bottom: 2.5rem !important;
}

.hp_pb-30 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.hp_pb-35 {
  padding-bottom: 35px !important;
  padding-bottom: 3.5rem !important;
}

.hp_pb-40 {
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
}

.hp_pb-45 {
  padding-bottom: 45px !important;
  padding-bottom: 4.5rem !important;
}

.hp_pb-50 {
  padding-bottom: 50px !important;
  padding-bottom: 5rem !important;
}

/* margin 部分的な設定*/
.mt-0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.mt-10 {
  margin-top: 8px !important;
}
@media screen and (min-width: 1024px) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.mt-20 {
  margin-top: 16px !important;
}
@media screen and (min-width: 1024px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

.mt-30 {
  margin-top: 24px !important;
}
@media screen and (min-width: 1024px) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 32px !important;
}
@media screen and (min-width: 1024px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

.mt-50 {
  margin-top: 40px !important;
}
@media screen and (min-width: 1024px) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

.mt-60 {
  margin-top: 48px !important;
}
@media screen and (min-width: 1024px) {
  .mt-60 {
    margin-top: 60px !important;
  }
}

.mt-70 {
  margin-top: 56px !important;
}
@media screen and (min-width: 1024px) {
  .mt-70 {
    margin-top: 70px !important;
  }
}

.mt-80 {
  margin-top: 64px !important;
}
@media screen and (min-width: 1024px) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

.mt-90 {
  margin-top: 72px !important;
}
@media screen and (min-width: 1024px) {
  .mt-90 {
    margin-top: 90px !important;
  }
}

.mt-100 {
  margin-top: 80px !important;
}
@media screen and (min-width: 1024px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.mt--0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mt--0 {
    margin-top: 0px !important;
  }
}

.mt--10 {
  margin-top: -8px !important;
}
@media screen and (min-width: 1024px) {
  .mt--10 {
    margin-top: -10px !important;
  }
}

.mt--20 {
  margin-top: -16px !important;
}
@media screen and (min-width: 1024px) {
  .mt--20 {
    margin-top: -20px !important;
  }
}

.mt--30 {
  margin-top: -24px !important;
}
@media screen and (min-width: 1024px) {
  .mt--30 {
    margin-top: -30px !important;
  }
}

.mt--40 {
  margin-top: -32px !important;
}
@media screen and (min-width: 1024px) {
  .mt--40 {
    margin-top: -40px !important;
  }
}

.mt--50 {
  margin-top: -40px !important;
}
@media screen and (min-width: 1024px) {
  .mt--50 {
    margin-top: -50px !important;
  }
}

.mt--60 {
  margin-top: -48px !important;
}
@media screen and (min-width: 1024px) {
  .mt--60 {
    margin-top: -60px !important;
  }
}

.mt--70 {
  margin-top: -56px !important;
}
@media screen and (min-width: 1024px) {
  .mt--70 {
    margin-top: -70px !important;
  }
}

.mt--80 {
  margin-top: -64px !important;
}
@media screen and (min-width: 1024px) {
  .mt--80 {
    margin-top: -80px !important;
  }
}

.mt--90 {
  margin-top: -72px !important;
}
@media screen and (min-width: 1024px) {
  .mt--90 {
    margin-top: -90px !important;
  }
}

.mt--100 {
  margin-top: -80px !important;
}
@media screen and (min-width: 1024px) {
  .mt--100 {
    margin-top: -100px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mb-0 {
    margin-bottom: 0rem !important;
  }
}

.mb-10 {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 1024px) {
  .mb-10 {
    margin-bottom: 10rem !important;
  }
}

.mb-20 {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 1024px) {
  .mb-20 {
    margin-bottom: 20rem !important;
  }
}

.mb-30 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 1024px) {
  .mb-30 {
    margin-bottom: 30rem !important;
  }
}

.mb-40 {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 1024px) {
  .mb-40 {
    margin-bottom: 40rem !important;
  }
}

.mb-50 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1024px) {
  .mb-50 {
    margin-bottom: 50rem !important;
  }
}

.mb-60 {
  margin-bottom: 48px !important;
}
@media screen and (min-width: 1024px) {
  .mb-60 {
    margin-bottom: 60rem !important;
  }
}

.mb-70 {
  margin-bottom: 56px !important;
}
@media screen and (min-width: 1024px) {
  .mb-70 {
    margin-bottom: 70rem !important;
  }
}

.mb-80 {
  margin-bottom: 64px !important;
}
@media screen and (min-width: 1024px) {
  .mb-80 {
    margin-bottom: 80rem !important;
  }
}

.mb-90 {
  margin-bottom: 72px !important;
}
@media screen and (min-width: 1024px) {
  .mb-90 {
    margin-bottom: 90rem !important;
  }
}

.mb-100 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 1024px) {
  .mb-100 {
    margin-bottom: 100rem !important;
  }
}

.mb-110 {
  margin-bottom: 88px !important;
}
@media screen and (min-width: 1024px) {
  .mb-110 {
    margin-bottom: 110rem !important;
  }
}

.mb-120 {
  margin-bottom: 96px !important;
}
@media screen and (min-width: 1024px) {
  .mb-120 {
    margin-bottom: 120rem !important;
  }
}

.mb-130 {
  margin-bottom: 104px !important;
}
@media screen and (min-width: 1024px) {
  .mb-130 {
    margin-bottom: 130rem !important;
  }
}

.mb-140 {
  margin-bottom: 112px !important;
}
@media screen and (min-width: 1024px) {
  .mb-140 {
    margin-bottom: 140rem !important;
  }
}

.mb-150 {
  margin-bottom: 120px !important;
}
@media screen and (min-width: 1024px) {
  .mb-150 {
    margin-bottom: 150rem !important;
  }
}

.mb-160 {
  margin-bottom: 128px !important;
}
@media screen and (min-width: 1024px) {
  .mb-160 {
    margin-bottom: 160rem !important;
  }
}

.mb-170 {
  margin-bottom: 136px !important;
}
@media screen and (min-width: 1024px) {
  .mb-170 {
    margin-bottom: 170rem !important;
  }
}

.mb-180 {
  margin-bottom: 144px !important;
}
@media screen and (min-width: 1024px) {
  .mb-180 {
    margin-bottom: 180rem !important;
  }
}

.mb-190 {
  margin-bottom: 152px !important;
}
@media screen and (min-width: 1024px) {
  .mb-190 {
    margin-bottom: 190rem !important;
  }
}

.mb-200 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 1024px) {
  .mb-200 {
    margin-bottom: 200rem !important;
  }
}

.mb--0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mb--0 {
    margin-bottom: 0rem !important;
  }
}

.mb--10 {
  margin-bottom: -8px !important;
}
@media screen and (min-width: 1024px) {
  .mb--10 {
    margin-bottom: -10rem !important;
  }
}

.mb--20 {
  margin-bottom: -16px !important;
}
@media screen and (min-width: 1024px) {
  .mb--20 {
    margin-bottom: -20rem !important;
  }
}

.mb--30 {
  margin-bottom: -24px !important;
}
@media screen and (min-width: 1024px) {
  .mb--30 {
    margin-bottom: -30rem !important;
  }
}

.mb--40 {
  margin-bottom: -32px !important;
}
@media screen and (min-width: 1024px) {
  .mb--40 {
    margin-bottom: -40rem !important;
  }
}

.mb--50 {
  margin-bottom: -40px !important;
}
@media screen and (min-width: 1024px) {
  .mb--50 {
    margin-bottom: -50rem !important;
  }
}

.mb--60 {
  margin-bottom: -48px !important;
}
@media screen and (min-width: 1024px) {
  .mb--60 {
    margin-bottom: -60rem !important;
  }
}

.mb--70 {
  margin-bottom: -56px !important;
}
@media screen and (min-width: 1024px) {
  .mb--70 {
    margin-bottom: -70rem !important;
  }
}

.mb--80 {
  margin-bottom: -64px !important;
}
@media screen and (min-width: 1024px) {
  .mb--80 {
    margin-bottom: -80rem !important;
  }
}

.mb--90 {
  margin-bottom: -72px !important;
}
@media screen and (min-width: 1024px) {
  .mb--90 {
    margin-bottom: -90rem !important;
  }
}

.mb--100 {
  margin-bottom: -80px !important;
}
@media screen and (min-width: 1024px) {
  .mb--100 {
    margin-bottom: -100rem !important;
  }
}

.mb--110 {
  margin-bottom: -88px !important;
}
@media screen and (min-width: 1024px) {
  .mb--110 {
    margin-bottom: -110rem !important;
  }
}

.mb--120 {
  margin-bottom: -96px !important;
}
@media screen and (min-width: 1024px) {
  .mb--120 {
    margin-bottom: -120rem !important;
  }
}

.mb--130 {
  margin-bottom: -104px !important;
}
@media screen and (min-width: 1024px) {
  .mb--130 {
    margin-bottom: -130rem !important;
  }
}

.mb--140 {
  margin-bottom: -112px !important;
}
@media screen and (min-width: 1024px) {
  .mb--140 {
    margin-bottom: -140rem !important;
  }
}

.mb--150 {
  margin-bottom: -120px !important;
}
@media screen and (min-width: 1024px) {
  .mb--150 {
    margin-bottom: -150rem !important;
  }
}

.mb--160 {
  margin-bottom: -128px !important;
}
@media screen and (min-width: 1024px) {
  .mb--160 {
    margin-bottom: -160rem !important;
  }
}

.mb--170 {
  margin-bottom: -136px !important;
}
@media screen and (min-width: 1024px) {
  .mb--170 {
    margin-bottom: -170rem !important;
  }
}

.mb--180 {
  margin-bottom: -144px !important;
}
@media screen and (min-width: 1024px) {
  .mb--180 {
    margin-bottom: -180rem !important;
  }
}

.mb--190 {
  margin-bottom: -152px !important;
}
@media screen and (min-width: 1024px) {
  .mb--190 {
    margin-bottom: -190rem !important;
  }
}

.mb--200 {
  margin-bottom: -160px !important;
}
@media screen and (min-width: 1024px) {
  .mb--200 {
    margin-bottom: -200rem !important;
  }
}

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

.hp_scrollbarNone {
  /*Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.hp_scrollbarNone::-webkit-scrollbar {
  display: none;
}

/* =================================================
    共通設定
=================================================== */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fff176));
  background: linear-gradient(transparent 80%, #fff176 80%);
}

#bl_btmNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding: 8px 0;
  background: #fff;
  z-index: 110000;
}
@media screen and (min-width: 1024px) {
  #bl_btmNav {
    height: 77px;
    padding: 11px 0;
  }
}
#bl_btmNav .ly_sec_inner {
  height: 100%;
}
#bl_btmNav ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 28.3582089552% 28.3582089552% 37.3134328358%;
  grid-template-rows: auto;
  gap: 3.2835820896%;
}
@media screen and (min-width: 1280px) {
  #bl_btmNav ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
#bl_btmNav ul li a {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  place-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#bl_btmNav ul li a .el_icon {
  display: block;
}
@media screen and (min-width: 1024px) {
  #bl_btmNav ul li a .el_icon {
    display: none;
  }
}
#bl_btmNav ul li a .el_txt {
  display: none;
}
@media screen and (min-width: 1024px) {
  #bl_btmNav ul li a .el_txt {
    display: block;
  }
}
#bl_btmNav ul li.el_list_contact {
  background: linear-gradient(120deg, #57b07a 0%, #bfd378 100%);
}
#bl_btmNav ul li.el_list_cart {
  background: linear-gradient(-30deg, rgb(242, 150, 0) 0%, rgb(242, 156, 9) 14.69%, rgb(241, 173, 33) 38.64%, rgb(240, 199, 73) 68.87%, rgb(239, 232, 121) 100%);
}
#bl_btmNav ul li.el_list_cart .el_icon {
  width: 32.6315789474%;
  max-width: 31px;
}
#bl_btmNav ul li.el_list_cart .el_icon img {
  width: 100%;
}
#bl_btmNav ul li.el_list_melon {
  background: linear-gradient(-30deg, rgb(61, 176, 219) 0%, rgb(70, 179, 218) 16.53%, rgb(94, 188, 216) 43.5%, rgb(134, 203, 213) 77.33%, rgb(164, 214, 211) 100%);
}
#bl_btmNav ul li.el_list_melon .el_icon {
  width: 34.7368421053%;
  max-width: 33px;
}
#bl_btmNav ul li.el_list_melon .el_icon img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #bl_btmNav ul li.el_list_melon br {
    display: none;
  }
}

/* =================================================
    .bl_description
=================================================== */
@media screen and (min-width: 1024px) {
  .bl_description .ly_img,
  .bl_description .ly_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.bl_description .el_cont {
  width: 89.3333333333%;
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_description .el_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
}
.bl_description .el_cont h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_description .el_cont h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
  }
  .bl_description .el_cont h2 br {
    display: none;
  }
}
.bl_description .el_cont p {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_description .el_cont p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.15;
    letter-spacing: 0em;
  }
}
.bl_description .el_cont p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_description .el_cont p br {
    display: inline-block;
  }
}

/* =================================================
    .bl_topAbout
=================================================== */
.bl_topAbout {
  padding-top: 75px;
  padding-bottom: 50px;
  background: url(../images/bkg_about_sp.jpg) no-repeat top center/contain;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url(../images/bkg_about.jpg) no-repeat top center/contain;
  }
}
.bl_topAbout .el_img {
  width: 74.0298507463%;
  max-width: 446px;
  height: auto;
  margin: 0 auto;
}
.bl_topAbout .el_cont {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_cont {
    margin: 40px auto 0;
  }
}
.bl_topAbout .el_cont h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(19.2px, 6.4vw, 24px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_cont h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
  }
}
.bl_topAbout .el_cont p {
  margin-top: 2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(12px, 4vw, 15px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_cont p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.15;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_topReason
=================================================== */
.bl_topReason {
  background: #f6f4e9;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topReason {
    padding-top: 115px;
    padding-bottom: 130px;
  }
}
.bl_topReason h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.4814814815;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(19.2px, 6.4vw, 24px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topReason h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
  }
  .bl_topReason h2 br {
    display: none;
  }
}
.bl_topReason .bl_row {
  max-width: 515px;
  margin: 40px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row {
    max-width: none;
  }
}
.bl_topReason .bl_row:first-of-type {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row:first-of-type {
    margin: 64px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row {
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topReason .bl_row {
    gap: 60px;
  }
}
.bl_topReason .bl_row .el_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.7638888889%;
          flex: 0 0 35.7638888889%;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont {
    padding-top: 48px;
  }
}
.bl_topReason .bl_row .el_cont h3 {
  margin-top: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 5.3333333333vw, 20px);
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont h3 {
    margin-top: 20px;
  }
}
.bl_topReason .bl_row .el_cont h3 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont h3 br {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont h3 {
    margin-top: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.bl_topReason .bl_row .el_cont h3 + p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont h3 + p {
    margin-top: 30px;
  }
}
.bl_topReason .bl_row .el_cont p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topReason .bl_row .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_topBrand
=================================================== */
.bl_topBrand {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand {
    padding-top: 115px;
    padding-bottom: 130px;
  }
}
.bl_topBrand h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(19.2px, 6.4vw, 24px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topBrand h2 br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topBrand h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
  }
}
.bl_topBrand .el_lead {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .el_lead {
    margin-top: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}
.bl_topBrand .bl_topBrand_cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 42px;
    gap: 54px;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .ly_grid {
  grid-template-columns: 61.1940298507% 1fr;
  grid-template-areas: "ttl ttl" "image text";
  gap: 10px 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap .ly_grid {
    display: block;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card {
  max-width: 600px;
  padding: 15px 14px;
  margin: 0 auto;
  border: 1px solid #b4b4b5;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card {
    padding: 34px 30px 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 108px) / 3);
            flex: 0 0 calc((100% - 108px) / 3);
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5357142857;
  letter-spacing: 0.05em;
  font-weight: 700;
  grid-area: ttl;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card h3 {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.303030303;
    letter-spacing: 0.05em;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card h3 span {
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card h3 span {
    display: block;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card p {
  grid-area: text;
}
@media screen and (min-width: 768px) {
  .bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card p {
    text-align: center;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card .el_img {
  grid-area: image;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card .el_img {
    display: block;
    margin: 16px auto 7px;
    text-align: center;
  }
}
.bl_topBrand .bl_topBrand_cardWrap .bl_topBrand_card .el_img img {
  width: 100%;
  max-width: 296px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topBrand .el_btnWrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .el_btnWrap {
    margin-top: 80px;
  }
}
.bl_topBrand .el_btnWrap .el_btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  height: auto;
  border: 2px solid;
  background: linear-gradient(120deg, rgb(87, 176, 122) 0%, rgb(191, 211, 120) 100%);
  padding: 20px;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}
.bl_topBrand .el_btnWrap .el_btn span {
  position: relative;
  z-index: 1;
}
.bl_topBrand .el_btnWrap .el_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .bl_topBrand .el_btnWrap .el_btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  .bl_topBrand .el_btnWrap .el_btn:hover {
    opacity: 1;
    -o-border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
       border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
    color: #57b07a !important;
  }
  .bl_topBrand .el_btnWrap .el_btn:hover::before {
    opacity: 1;
  }
}

/* =================================================
    .bl_topTopics
=================================================== */
.bl_topTopics {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.bl_topTopics h2 {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bl_topTopics_listWrap {
  margin-top: 15px;
  border-top: 1px solid #3e3a39;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap {
    margin-top: 30px;
  }
}
.bl_topTopics_listWrap li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3e3a39;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bl_topTopics_listWrap li time {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: #888888;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap li time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10em;
            flex: 0 0 10em;
  }
}
.bl_topTopics .el_btnWrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics .el_btnWrap {
    margin-top: 50px;
  }
}
.bl_topTopics .el_btnWrap .el_btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  height: auto;
  background: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120));
  padding: 8px;
  border: 2px solid;
  -o-border-image: transparent;
     border-image: transparent;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_topTopics .el_btnWrap .el_btn span {
  position: relative;
  z-index: 1;
}
.bl_topTopics .el_btnWrap .el_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics .el_btnWrap .el_btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  .bl_topTopics .el_btnWrap .el_btn:hover {
    opacity: 1;
    -o-border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
       border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
    color: #57b07a !important;
  }
  .bl_topTopics .el_btnWrap .el_btn:hover::before {
    opacity: 1;
  }
}

/* =================================================
    .bl_form
=================================================== */
.bl_form {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .bl_form {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
  }
}
.bl_form .ly_sec_inner {
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .bl_form .ly_sec_inner {
    max-width: 100%;
  }
}
.bl_form .bl_form_table {
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_form .bl_form_table {
    margin: 40px auto 0;
  }
}
.bl_form .bl_form_table th,
.bl_form .bl_form_table td {
  display: block;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .bl_form .bl_form_table th,
  .bl_form .bl_form_table td {
    display: table-cell;
    padding: 10px;
  }
}
.bl_form .bl_form_table th {
  padding-bottom: 5px;
  margin-top: 30px;
}
.bl_form .bl_form_table th::before {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_form .bl_form_table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_form .el_btnWrap {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_form .el_btnWrap {
    margin: 40px auto 0;
  }
}

/* =================================================
    .bl_form_send
=================================================== */
.bl_form_send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f0f0f0;
  text-align: center;
  height: 100%; /* 必須 */
  min-height: 100vh;
}
.bl_form_send header {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/bkg_header_sp.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .bl_form_send header {
    background: url(../images/bkg_header.jpg) no-repeat top center/cover;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_send header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bl_form_send .ly_sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .bl_form_send .ly_sec_inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.bl_form_send .bl_form_sendMessage {
  margin: 0 auto;
}
.bl_form_send .bl_form_sendMessage h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_form_send .bl_form_sendMessage h1 br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_send .bl_form_sendMessage h1 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
  }
}
.bl_form_send .bl_form_sendMessage p {
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.bl_form_send .el_btnWrap {
  margin-top: 60px;
}
.bl_form_send .el_btnWrap .el_btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  height: auto;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
     border-image: linear-gradient(120deg, rgb(87, 176, 122), rgb(191, 211, 120)) 1;
  background: linear-gradient(120deg, rgb(87, 176, 122) 0%, rgb(191, 211, 120) 100%);
  padding: 20px;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}
.bl_form_send .el_btnWrap .el_btn span {
  position: relative;
  z-index: 1;
}
.bl_form_send .el_btnWrap .el_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .bl_form_send .el_btnWrap .el_btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  .bl_form_send .el_btnWrap .el_btn:hover {
    opacity: 1;
    border: 2px solid;
    color: #57b07a !important;
  }
  .bl_form_send .el_btnWrap .el_btn:hover::before {
    opacity: 1;
  }
}

/* =================================================
    .bl_form_error
=================================================== */
.bl_form_error {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
.bl_form_error .ly_sec_inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bl_form_error h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.bl_form_error .bl_form_errorTxt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}
.bl_form_error .bl_form_errorTxt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: red;
}
.bl_form_error .el_btnWrap {
  text-align: center;
}
.bl_form_error .el_btnWrap .el_btn {
  width: 200px;
}

/* =================================================
    bl_page
=================================================== */
.bl_page .ly_sec .ly_sec_inner {
  max-width: 1260px;
}
.bl_page .ly_sec h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.025em;
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(20px, 6.6666666667vw, 25px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page .ly_sec h2 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.bl_page .ly_sec .el_lead {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .bl_page .ly_sec .el_lead {
    margin-top: 33px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.025em;
    text-align: center;
  }
}
.bl_page .bl_page_header {
  width: 100%;
  height: 72px;
  background: url(../images/page/header_sp.jpg) no-repeat center center/cover;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_page .bl_page_header {
    height: 340px;
    padding-top: 0;
    background: url(../images/page/header.jpg) no-repeat center center/cover;
    display: grid;
    place-items: center;
  }
}
.bl_page .bl_page_header_logo {
  width: 75.223880597%;
  max-width: 252px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_page .bl_page_header_logo {
    width: 390px;
    max-width: 390px;
  }
}
.bl_page .bl_page_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_page #sec_pageFv {
  background: url(../images/page/fv_bkg_sp.png) no-repeat top center/cover;
  padding-top: 112px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_pageFv {
    padding-top: 371px;
    padding-bottom: 120px;
    background: url(../images/page/fv_bkg.png) no-repeat top center/cover;
  }
}
.bl_page #sec_pageFv .el_logo {
  width: 95.5223880597%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_pageFv .el_logo {
    width: 505px;
    max-width: 505px;
  }
}
.bl_page #sec_pageFv .el_fvList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_pageFv .el_fvList {
    margin-top: 80px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 74px;
  }
}
.bl_page #sec_pageFv .el_fvList li {
  width: 49.552238806%;
  max-width: 250px;
}
.bl_page #sec_introduction {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #f6f4e9;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction {
    padding-top: 105px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_introduction h3 {
  margin-top: 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction h3 {
    margin-top: 79px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
}
.bl_page #sec_introduction ul {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px 12px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction ul {
    margin-top: 22px;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 77px;
  }
}
.bl_page #sec_introduction ul li figcaption {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction ul li figcaption {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
.bl_page #sec_introduction .el_img {
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction .el_img {
    margin: 50px auto 0;
    max-width: 780px;
  }
}
.bl_page #sec_introduction .el_img figcaption {
  margin-top: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_introduction .el_img figcaption {
    margin-top: 50px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
.bl_page #sec_method {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_method .el_method {
  margin-top: 20px;
  display: grid;
  grid-template-rows: auto;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .bl_page #sec_method .el_method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method {
    margin-top: 80px;
    gap: 87px;
  }
}
.bl_page #sec_method .el_method .el_cont {
  background: #fff495;
  padding: 22px 46px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.5%;
            flex: 0 0 39.5%;
    padding: 40px;
  }
}
.bl_page #sec_method .el_method .el_cont figcaption {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont figcaption {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
}
.bl_page #sec_method .el_method .el_cont p {
  margin-top: 6px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont p {
    margin-top: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
.bl_page #sec_method .el_method .el_cont.el_machida figure {
  max-width: 270px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont.el_machida figure {
    width: 270px;
    margin: 0 auto;
  }
}
.bl_page #sec_method .el_method .el_cont.el_machida p {
  color: #ea5514;
}
.bl_page #sec_method .el_method .el_cont.el_conventionally {
  padding: 22px 15px;
  background: #dbdcdc;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont.el_conventionally {
    padding: 40px;
  }
}
.bl_page #sec_method .el_method .el_cont.el_conventionally figure {
  max-width: 335px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_method .el_method .el_cont.el_conventionally figure {
    width: 335px;
    margin: 0 auto;
  }
}
.bl_page #sec_tank {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #f6f4e9;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_tank .el_note {
  margin-top: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_note {
    text-align: center;
  }
}
.bl_page #sec_tank .el_tank {
  margin-top: 69px;
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .bl_page #sec_tank .el_tank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank {
    margin-top: 78px;
    gap: 13%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.8333333333%;
            flex: 0 0 40.8333333333%;
  }
}
.bl_page #sec_tank .el_tank .el_cont h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.48;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont .el_note {
    text-align: left;
  }
}
.bl_page #sec_tank .el_tank .el_cont .el_cont_lead {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont .el_cont_lead {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}
.bl_page #sec_tank .el_tank .el_cont .el_tank_note {
  margin-top: 6px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0em;
}
.bl_page #sec_tank .el_tank .el_cont + .el_cont {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .bl_page #sec_tank .el_tank .el_cont + .el_cont {
    margin-top: 0;
  }
}
.bl_page #sec_tank .el_tank .el_cont .el_img {
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont .el_img {
    margin: 50px auto 0;
    max-width: 347px;
  }
}
.bl_page #sec_tank .el_tank .el_cont .el_img_method1 {
  width: 66.8656716418%;
  max-width: 222px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont .el_img_method1 {
    width: 100%;
    max-width: 347px;
  }
}
.bl_page #sec_tank .el_tank .el_cont .el_img_method2 {
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_tank .el_cont .el_img_method2 {
    max-width: 468px;
  }
}
.bl_page #sec_tank .el_note_btm {
  margin-top: 22px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_tank .el_note_btm {
    margin-top: 41px;
    text-align: center;
  }
}
.bl_page #sec_harvest {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_harvest {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_harvest .el_img {
  margin: 22px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_harvest .el_img {
    margin: 84px auto 0;
  }
}
.bl_page #sec_harvest .el_img picture {
  max-width: 991px;
  margin: 0 auto;
}
.bl_page #sec_example {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #f6f4e9;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_example {
    padding-top: 103px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_example .el_note {
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_example .el_note {
    text-align: center;
  }
}
.bl_page #sec_example h3 {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_example h3 {
    margin-top: 75px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
.bl_page #sec_example .el_example {
  margin-top: 15px;
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .bl_page #sec_example .el_example {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_example .el_example li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.5833333333%;
            flex: 0 0 33.5833333333%;
  }
}
.bl_page #sec_example .el_example li figure {
  margin: 0 auto;
  max-width: 403px;
}
.bl_page #sec_example .el_example li figure figcaption {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0.025em;
  text-align: center;
}
.bl_page #sec_faq {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.bl_page #sec_faq h2 {
  max-width: 714px;
  padding: 4px;
  margin: 0 auto;
  color: #009944;
  border: 1px solid #009944;
  border-radius: 100vh;
}
.bl_page #sec_faq .el_faqlist dt {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0em;
  color: #009944;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_faq .el_faqlist dt {
    margin-top: 80px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.72;
    letter-spacing: 0em;
  }
}
.bl_page #sec_faq .el_faqlist dd {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_faq .el_faqlist dd {
    padding-left: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}
.bl_page #sec_faq .el_faqlist dd .el_answer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_faq .el_faqlist dd .el_answer {
    margin-bottom: 3px;
  }
}
.bl_page #sec_faq .el_faqlist dd + dt {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .bl_page #sec_faq .el_faqlist dd + dt {
    margin-top: 75px;
  }
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  padding-top: 45px;
  padding-bottom: 43px;
  background: url(../images/bkg_header_sp.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .bl_header {
    background: url(../images/bkg_header.jpg) no-repeat top center/cover;
  }
}
@media screen and (min-width: 1024px) {
  .bl_header {
    padding-top: 67px;
    padding-bottom: 80px;
  }
}
.bl_header_inner {
  width: 89.3333333333%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_header_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_header_inner {
    width: 94.7368421053%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_header .ly_grid {
    grid-template-columns: 1fr 633px; /* 左:画像 右:テキスト */
    grid-template-areas: "ttl image" "text image";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 1420px;
    margin: 0 auto;
  }
  .bl_header .ly_grid .el_ttl {
    grid-area: ttl;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .bl_header .ly_grid .el_cont {
    grid-area: text;
  }
  .bl_header .ly_grid .el_img {
    grid-area: image;
  }
  .bl_header .ly_grid .el_img img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bl_header_logo {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56.7164179104%;
  max-width: 336px;
  height: auto;
  margin: 0 auto;
}
.bl_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_header h1 {
  margin: 45px auto 0;
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(24px, 8vw, 30px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px rgb(21, 42, 6);
}
@media screen and (min-width: 1024px) {
  .bl_header h1 {
    font-size: 41px;
    font-size: 4.1rem;
    font-size: clamp(32.8px, 4.00390625vw, 41px);
    margin: 0;
    text-align: left;
  }
  .bl_header h1 br {
    display: none;
  }
}
.bl_header .el_img {
  width: 69.8507462687%;
  max-width: 500px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_header .el_img {
    width: 100%;
    max-width: 633px;
    margin: 0;
  }
  .bl_header .el_img img {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
.bl_header .el_cont {
  margin-top: 15px;
}
.bl_header .el_cont p {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(13.6px, 4.5333333333vw, 17px);
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgb(21, 42, 6);
}
@media screen and (min-width: 1024px) {
  .bl_header .el_cont p {
    font-size: 21px;
    font-size: 2.1rem;
    font-size: clamp(16.8px, 2.05078125vw, 21px);
    line-height: 2;
    text-align: left;
  }
}
.bl_header .el_cont p .el_txt {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 132px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_header .el_cont p .el_txt {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 180px;
    margin: 0;
  }
}

/* =================================================
    main
=================================================== */
/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_sec_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .ly_sec_inner {
    width: 96.875%;
    max-width: 1500px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  padding-top: 40px;
  padding-bottom: 100px;
  background: url(../images/bkg_footer_sp.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .bl_footer {
    background: url(../images/bkg_footer.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
.bl_footer_inner {
  width: 89.3333333333%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  min-width: none;
}
@media screen and (min-width: 768px) {
  .bl_footer_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer_inner {
    width: 96.875%;
    max-width: 1500px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.bl_footer_logo {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_footer_logo {
    text-align: left;
  }
}
.bl_footer_logo span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_footer address {
  margin: 15px auto 0;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .bl_footer address {
    margin: 0;
    margin-top: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer .el_tel {
    text-align: left;
  }
}
.bl_footer .el_tel a {
  color: #fff;
  text-decoration: none !important;
}
.bl_footer_Nav {
  max-width: 500px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_footer_Nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: none;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer_Nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.bl_footer_Nav ul {
  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;
  gap: 0.6em 0;
}
@media screen and (min-width: 1024px) {
  .bl_footer_Nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer_Nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bl_footer_Nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: 1.2em;
}
@media screen and (min-width: 1024px) {
  .bl_footer_Nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1em;
  }
}
.bl_footer_Nav ul li:first-of-type {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .bl_footer_Nav ul li:nth-of-type(2) {
    border-right: 1px solid #fff;
  }
}
.bl_footer_Nav ul li:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .bl_footer_Nav ul li:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.bl_footer_Nav ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5em;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
}
.bl_footer .bl_footer_btm.ly_flex {
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm.ly_flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bl_footer .el_sns {
  margin-top: 30px;
}
.bl_footer .el_sns a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.bl_footer_copyright {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .bl_footer_copyright {
    margin-top: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    text-align: right;
  }
}

/* =================================================
    layout Flex
=================================================== */
.ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .ly_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ly_flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_flex_btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_flex_ard {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ly_flex_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ly_flex_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ly_flex_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ly_flex .ly_flexBox50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* =================================================
    layout grid
=================================================== */
.ly_grid {
  display: grid;
}/*# sourceMappingURL=style.css.map */