@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap');
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,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav 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: #3c3c3c;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #3c3c3c;
  font-style: italic;
  font-weight: 500;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
picture {
  display: block;
}

html {
  background: #ace0f6;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all 1.5s;
}
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}

a {
  color: #3c3c3c;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

svg {
  overflow: visible;
}

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

::-moz-selection {
  color: #fff;
  background: #628496;
}

::selection {
  color: #fff;
  background: #628496;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

@media screen and (min-width: 751px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
.u-txt_sm {
  font-size: 1.4rem;
}
.u-txt_center {
  text-align: center;
}
.u-txt_left {
  text-align: center;
}
sup {
  font-size: 75%;
  vertical-align: top;
}
.u-img {
  text-align: center;
}
.u-flex {
  display: flex;
}
.u-flex_jccenter {
  justify-content: center;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_spbt {
  justify-content: space-between;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
.u-flex_45 {
  width: 45%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}
.u-lists_maru,
.u-lists_kome {
  font-size: 1.2rem;
  padding-left: 1.2em;
  line-height: 1.6;
}
.u-lists_maru li,
.u-lists_kome li {
  position: relative;
}
.u-lists_kome li:before {
  content: "※";
  display: block;
  position: absolute;
  left: -1em;
}
.u-lists_maru li:before {
  content: "●";
  display: block;
  position: absolute;
  left: -1em;
}

.u-mtop-10 {
  margin-top: 10px;
}
.u-mtop-20 {
  margin-top: 20px;
}
.u-mtop-30 {
  margin-top: 30px;
}
.u-mtop-40 {
  margin-top: 40px;
}
.u-mtop-50 {
  margin-top: 50px;
}
.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 500px) {
.u-mtop-20 {
  margin-top: 15px;
}
.u-mtop-30 {
  margin-top: 20px;
}
.u-mtop-40 {
  margin-top: 30px;
}
.u-mtop-50 {
  margin-top: 40px;
}
.u-mtop-100 {
  margin-top: 50px;
} 
}

.u-hoverButton {
  display: block;
  margin: 0 auto;
  background-color: #f1bbc1;
  text-align: center;
  color: #fff;
  padding: 18px 0 18px;
  position: relative;
  border-radius: 30px;
  line-height: 1;
  font-size: 1.6rem;
  transition: all 0.3s;
  font-weight: bold;
  width: calc(500vw / 7.5);
}
.u-hoverButton_tab:after {
  content: "";
  display: block;
  width: 10.5px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 13px;
  background: url(../../../common/images/common/icn_blank_01.svg) right center no-repeat;
  background-size: 10.5px 8px;
}
@media screen and (min-width: 751px) {
  .u-hoverButton:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.u-hoverButton {
  padding: 18px 0 18px;
  font-size: 1.7rem;
  width: 300px;
}
}

a .u-hoverImg {
  overflow: hidden;
}
a .u-hoverImg > img {
  transition: 0.3s all;
}
@media screen and (min-width: 751px) {
  a:hover .u-hoverImg > img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
    opacity: 1;
  }
}

 
/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_Y30 {
  transform: translateY(30px);
  transition: all 0.5s;
}
.motion_X30 {
  transform: translateX(30px);
  transition: all 0.5s;
}
.motion_X_30 {
  transform: translateX(-30px);
  transition: all 0.5s;
}
.motion_Z8 {
  transform: scale(0.8,0.8);
}
.motion_scale {
  transform: scale(0,0);
  transform: rotate(-90deg);
}
.motion_bl {
  filter: blur(10px);
}
.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
}
.delay02 {
  transition-delay: 0.2s;
}
.delay04 {
  transition-delay: 0.4s;
}
.delay06 {
  transition-delay: 0.6s;
}

/* modal
//* -------------------------------------------------- */
/*.u-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.u-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(204, 204, 204,.5);
}
.u-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  max-width: 800px;
  background: #f9f5e8;
  padding: 20px 40px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-modal-content {
    top: 40%;
    transform: translate(-50%, -40%);
    height: 76%;
    width: 90%;
    padding: 20px;
  }
}
.u-modal-inner {
  overflow: scroll;
  padding: 5% 8%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-modal-inner {
    padding: 20px 8% 30px;
  }
}
.u-modal-btn_i {
  margin-top: 30px;
}
.u-modal-btn_b {
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 999;
  transition: all 0.3s;
}
.u-modal-btn_b a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background-color: #c65430;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-modal-btn_b {
    top: 3%;
    right: 4%;
  }
  .u-modal-btn_b a {
    width: 25px;
    height: 25px;
  }
}
.u-modal-btn_b .u-batsu {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-modal-btn_b .u-batsu {
    width: 25px;
    height: 25px;
  }
}
.u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
  height: 25px;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
    height: 14px;
  }
}
.u-modal .c-section-heading {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  top: inherit;
  left: inherit;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.u-modal .c-section-heading_en {
  font-size: 3rem;
  margin-top: 0;
  margin-right: 0.5em;
}
.u-modal .c-section-heading_jp {
  font-size: 1.4rem;
  margin-top: 0;
  letter-spacing: 0.1em;
}
.u-modal-ttl {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 0.7em;
  margin-top: 20px;
}
.u-modal-ttl:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  height: 1em;
  width: 5px;
  background: #00609d;
}
.u-modal-date {
  color: #c65430;
  font-weight: 500;
  margin-top: 0.5em;
  line-height: 1;
}
.news-btn_close {
  background: #c65430;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 108px;
  font-size: 1.4rem;
  text-indent: -1em;
}
.news-btn_close .u-batsu:before, .news-btn_close .u-batsu:after {
  width: 1px;
  height: 1em;
  background: #fff;
}
.news-btn_close .u-batsu {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1px) and (max-width: 750px) {
.u-modal .c-section-heading_en {
  font-size: 2rem;
}
.u-modal .c-section-heading_jp {
  font-size: 1.3rem;
}
.u-modal-ttl {
  font-size: 1.5rem;
  margin-top: 15px;
}
.news-btn_close {
  padding: 12px;
}
.u-modal-ttl:before {
  width: 3px;
}
}
*/


.g-body {
  color: #fff;
  display: block;
  line-height: 1.65;
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media print {
  .g-body {
    min-width: 990px;
    background-image: none;
    background-color: #fff;
  }
}
.bg-area {
  position: fixed;
  height: 100vh;
  width: 100%;
}
.bg-area:before {
  display: block;
  content: '';
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  width: 50%;
  background: url(../img/bg_pc_l.webp) center no-repeat;
  background-size: cover;
}
.bg-area:after {
  display: block;
  content: '';
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  width: 50%;
  background: url(../img/bg_pc_r.webp) left no-repeat;
  background-size: cover;
}
.g-header {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: calc(50% - 225px);
  display: flex;
  flex-direction: column;
}
.g-header-logo {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 50px;
}
.g-header-logo img {
  width: 176px;
  margin: 0 auto;
}
.g-nav {
  height: 50%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
}
.g-nav > div {
   margin-bottom: 30px;
}
.g-nav > div a {
  text-align: center;
  display: block;
  width: 184px;
  height: 94px;
  margin: 0 auto;
  background: url(../img/bg_nav.svg) no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}
.g-nav > div a span {
  display: block;
  color: #009db1;
  line-height: 1.4;
}
.g-nav > div a span:first-child {
  padding-top: 22px;
  font-size: 22px;
}
.g-nav > div a span + span {
  font-size: 14px;
}
.g-header .u-hoverButton {
  max-width: 220px;
  margin: 5% auto;
  font-size: 1.5rem;
}
@media screen and (min-width: 751px) {
  .g-nav > div a:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
.bg-area {
    display: none;
}
}



.g-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
/*  width: calc(750px * 500 / 750);*/
  width: 100%;
  margin: 0 auto;
  background: #a8d0e4 url(../../../common/images/common/bg_01.webp) 0 0 repeat;
  background-size: 120px 120px;
  animation: fade 0.2s ease-out forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.g-wrapper {
  background-size: 240px 240px;
  width: 450px;
}
}

.links {
  padding: 0 0 calc(170vw / 7.5);
  position: relative;
  z-index: 1;
}
.links .u-inner {
    width: 90%;
}
.links-heading {
  background: #fff;
  padding: 5% 0;
  text-align: center;
}
.links-heading img {
  width: 38%;
  margin: 0 auto;
}
.bnr-link {
  width: 94%;
  margin: calc(60vw / 7.5) auto 0;
}
.bnr-link a {
  margin: calc(40vw / 7.5) auto 0;
}
.links .u-lists_maru {
  margin-top: calc(100vw / 7.5);
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.links {
  padding: 0 0 100px;
}
.bnr-link {
  margin: 30px auto 0;
}
.bnr-link a {
  margin: 20px auto 0;
}
.links .u-lists_maru {
  margin-top: 80px;
}
}

.contact-info {
  width: 100%;
  background: #fff;
  border: 1px solid #eb869f;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.5;
  padding: 1em 0;
  color: #3c3c3c;
  margin-top: calc(100vw /7.5);
}
.contact-info > p + p {
  margin-top: .5em;
}
.contact-info > p + p > a {
  font-size: 1.3em;
}
.contact-info_ttl {
  color: #eb869f;
  font-size: calc(32vw / 7.5);
  font-weight: bold;
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.contact-info {
  border-width: 2px;
  margin-top: 60px;
}
.contact-info_ttl {
  font-size: 1.9rem;
}
}

.contact_tit {
  width: calc(268vw / 7.5);
  margin: calc(80vw / 7.5) auto 1em;
}
.contact_list {
  width: calc(568vw / 7.5);
  margin: 0 auto;
}
.contact_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(568vw / 7.5);
  height: calc(168vw / 7.5);
  padding: 0 calc(80vw / 7.5) 3px calc(80vw / 7.5);
  margin: 0 auto;
  background: url(../../../common/images/common/bg_mail_btn.webp) 0 0 no-repeat;
  background-size: contain;
}
.contact_btn::before {
  content: "";
  display: block;
  width: calc(37vw / 7.5);
  height: calc(27vw / 7.5);
  background: url(../../../common/images/common/icn_mail_01.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -6.75px;
  left: calc(78vw / 7.5);
}
.contact_btn span {
  display: block;
  font-size: calc(30vw / 7.5);
  font-family: 'NotoSansJP-Bold';
  /* font-weight: bold; */
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 auto;
}
.contact_btn_mail:after {
  content: "";
  display: block;
  width: calc(21vw / 7.5);
  height: calc(16vw / 7.5);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: calc(66vw / 7.5);
  background: url(../../../common/images/common/icn_blank_01.svg) right center no-repeat;
  background-size: calc(21vw / 7.5) calc(168vw / 7.5);
}
.contact_btn_tel::before {
  content: "";
  display: block;
  width: calc(36vw / 7.5);
  height: calc(37vw / 7.5);
  background: url(../../../common/images/common/icn_phone.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -9.25px;
  left: calc(68vw / 7.5);
}
.contact_txt {
  display: block;
  width: 100%;
  font-size: calc(26vw / 7.5);
  font-family: 'NotoSansJP-Bold';
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  margin: -4px auto 0;
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.contact_tit {
  width: 134px;
  margin: 60px auto 1em;
}
.contact_list {
  width: 284px;
}
.contact_btn {
  width: 284px;
  height: 84px;
  padding: 0 40px 3px 40px;
}
.contact_btn::before {
  width: 18.5px;
  height: 13.5px;
  margin-top: -6.75px;
  left: 34px;
}
.contact_btn span {
  font-size: 15px;
}
.contact_btn_mail:after {
  width: 10.5px;
  height: 8px;
  margin-top: -4px;
  right: 33px;
  background: url(../../../common/images/common/icn_blank_01.svg) right center no-repeat;
  background-size: 10.5px 8px;
}
.contact_btn_tel::before {
  width: 18px;
  height: 18.5px;
  margin-top: -9.25px;
  left: 34px;
}
.contact_txt {
  font-size: 13px;
  margin: -4px auto 0;
}
}

.g-footer {
  background: #f9eed2;
  padding: 0 0 calc(50vw / 7.5);
  color: #1d9da8;
  text-align: center;
  position: relative;
}
.g-footer-links {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: calc(60vw / 7.5) 0;
}
.g-footer-links a {
  width: 25%;
  margin: 0 10px;
}
.g-footer .u-inner {
  padding-top: calc(60vw / 7.5);
}
.g-footer-ttl {
  font-weight: 700;
  font-size: 3rem;
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  line-height: 1;
}
.g-footer-sns {
  display: flex;
  justify-content: center;
}
.g-footer-sns li {
  margin: 0;
  width: calc(100vw / 7.5);
}
.g-footer-sns a {
  transition: all 0.3s;
}
.g-footer-copy {
  text-align: center;
  margin: calc(40vw / 7.5) auto 0;
  font-size: 1.6rem;
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .g-footer-sns a:hover {
    transform: scale(1.15);
  }
  .bnr-link a:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.g-footer {
  padding: 0 0 30px;
}
.g-footer-links {
  padding: 30px 0;
}
.g-footer-links a {
  width: 20%;
  margin: 0 15px;
}
.g-footer .u-inner {
  padding-top: 30px;
}
.g-footer-ttl {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 1.8rem);
}
.g-footer-sns li {
  width: 60px;
}
.g-footer-copy {
  margin: 30px auto 0;
  font-size: 1.2rem;
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.2rem);
}
}

/* .pagetop */
.g-footer .btn_pagetop {
  display: block;
  width: 60px;
  height: 75px;
  text-indent: -9999px;
  background: url(../img/top_btn.png) left bottom no-repeat;
  background-size: 100% auto;
}
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 75px;
  overflow: hidden;
  transition : all 0.4s 0s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateY(160px);
  transform-origin: bottom center;
  z-index: 10;
}
.pagetop.show {
  transform: translateY(0);
}
.pagetop.hide {
  transform: translateY(160px);
}
.pagetop.static {
  position: absolute;
  top: -75px;
  right: 0;
}
.pagetop.static:not(#pagetop) {
  top: -235px;
}

@media screen and (min-width: 1px) and (min-width: 901px) {
.pagetop {
  right: calc(50% - 225px);
}
.pagetop.static {
  right: calc(50% - 225px);
}
}


/* kv
//* -------------------------------------------------- */
.kv {
  background: url(../img/bg_kv.jpg) repeat-y;
  background-size: 100% auto;
  padding: 11% 0;
  position: relative;
}
.kv:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 10%;
  height: calc(449vw / 7.5);
  width: 100%;
  background: url(../img/kv_bgbottom.png) no-repeat;
  background-size: 100% auto;
}
.kv:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 12%;
  width: 100%;
  background: #00a0b8;
}
.kv-heading {
  margin: 0 auto;
/*  width: calc(697vw / 7.5);*/
  width: 94%;
  position: relative;
  z-index: 1;
  animation: logo 0.6s 0.5s ease-out forwards;
  opacity: 0;
  transform: scale(0);
}
@keyframes logo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  88% {
    opacity: 1;
    transform: scale(0.8);
  }
  95% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
.kv-img {
  margin: -3% auto 0;
/*  width: calc(445vw / 7.5);*/
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.kv-img img {
  width: 61%;
  position: relative;
  z-index: 1;
  margin-left: 10%;
  animation: kvitem 0.8s ease-out forwards;
  transform: scale(0.6);
}
@keyframes kvitem {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1.0);
  }
}
.kv-img:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0%;
  height: calc(400vw / 7.5);
  width: calc(284vw / 7.5);
  background: url(../img/tree_l.svg) no-repeat;
  background-size: 100% auto;
  animation: tree 1.5s 0.3s ease-out forwards;
  transform: scale(1.1);
}
.kv-img:after {
  display: block;
  content: '';
  position: absolute;
  right: 4%;
  bottom: 20%;
  height: calc(266vw / 7.5);
  width: calc(169vw / 7.5);
  background: url(../img/tree_r.svg) no-repeat;
  background-size: 100% auto;
  animation: tree 1s 0.3s ease-out forwards;
  transform: scale(1.1);
}
@keyframes tree {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
/*@keyframes treeR {
  0% {
    right: -36%;
  }
  98% {
    right: 5%;
  }
  100% {
    right: 4%;
  }
}*/
.kv-lead {
  margin: 5% auto 0;
/*  width: calc(661vw / 7.5);*/
  width: 90%;
  position: relative;
  z-index: 1;
}
.kv-lead:before {
  display: block;
  content: '';
  position: absolute;
  width: calc(437vw / 7.5);
  height: calc(63vw / 7.5);
  animation: lineA 0.6s 0.8s ease-out forwards;
  background: #00a0b8;
  top: calc(13vw / 7.5);
  left: calc(186vw / 7.5);
  transform: scaleX(1.0);
  transform-origin: right;
}
@keyframes lineA {
  0% {
    transform: scaleX(1.0);
  }
  100% {
    transform: scaleX(0);
  }
}
.kv-lead:after {
  display: block;
  content: '';
  position: absolute;
  width: calc(248vw / 7.5);
  height: calc(63vw / 7.5);
  animation: lineB 0.6s 1s ease-out forwards;
  background: #00a0b8;
  bottom: calc(10vw / 7.5);
  left: calc(186vw / 7.5);
  transform: scaleX(1.0);
  transform-origin: right;
}
@keyframes lineB {
  0% {
    transform: scaleX(1.0);
  }
  100% {
    transform: scaleX(0);
  }
}

@media screen and (min-width: 1px) and (min-width: 901px) {
.kv:after {
  height: 226px;
}
.kv-img img {
  width: 65%;
}
.kv-img:before {
  height: 240px;
  width: 171px;
}
.kv-img:after {
  height: 120px;
  width: 102px;
}
.kv-lead:before {
  width: 266px;
  height: 42px;
  top: 10px;
  left: 110px;
}
.kv-lead:after {
  width: 150px;
  height: 42px;
  bottom: 6px;
  left: 110px;
}
}

.info {
  background: #00a0b8;
  padding: 10px 0 30px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.info-date {
  width: 94%;
  background: #fff;
  border: 1px solid #eb869f;
  color: #eb869f;
  font-size: calc(32vw / 7.5);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0.8em 0;
}
@media screen and (min-width: 1px) and (min-width: 901px) {
.info {
  padding: 10px 0 30px;
}
.info-date {
  border-width: 2px;
  font-size: 1.9rem;
} 
}


/* about
//* -------------------------------------------------- */
.about {
  margin: 0 auto;
  position: relative;
}
.about-top {
  position: relative;
  background: #00a0b8;
  padding-top: 6%;
  margin-top: -2px;
}
.about-txt01 {
  width: 90%;
  margin-left: 2%;
  position: relative;
  z-index: 1;
}
.about-txt01:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: calc(150vw / 7.5);
  background: #00a0b8;
  top: -5%;
  left: 0;
  transform: scaleX(1.0);
  transform-origin: right;
  z-index: 2;
}
.is_animed.about-txt01:before {
  animation: lineC 1s 0.1s ease-out forwards;
}
@keyframes lineC {
  0% {
    transform: scaleX(1.0);
  }
  100% {
    transform: scaleX(0);
  }
}
.about-txt02 {
  position: absolute;
  width: 41%;
  right: 0;
  top: 11.5%;
  z-index: 3;
}
.about-img01 {
  margin-top: -3%;
  z-index: 0;
  position: relative;
}
.about-bottom {
  padding: 10% 0;
  text-align: center;
  background: url(../img/bg_about.jpg) no-repeat;
  background-size: cover;
}
.about-bottom-txt {
  line-height: 2;
  font-size: calc(32vw / 7.5);
  font-weight: bold;
}
.about-bottom-txt_line {
  display: inline-block;
  font-size: calc(40vw / 7.5);
}
.about-bottom-txt span {
  position: relative;
  z-index: 1;
  color: #f9f35a;
}
.about-bottom-txt_line:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: calc(30vw / 7.5);
  width: 100%;
  background: url(../img/text_line04.svg) left no-repeat;
  background-size: auto 100%;
  text-transform: uppercase;
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  z-index: 0;
}
.about-bottom-txt_line01:before {
  height: calc(34vw / 7.5);
  background: url(../img/text_line01.svg) left no-repeat;
  background-size: auto 100%;
  bottom: -0.2em;
}
.about-bottom-txt_line02:before {
  height: calc(22vw / 7.5);
  background: url(../img/text_line02.svg) left no-repeat;
  background-size: auto 100%;
  bottom: -0.2em;
}
.about-bottom-txt_line03:before {
  height: calc(23vw / 7.5);
  background: url(../img/text_line03.svg) left no-repeat;
  background-size: auto 100%;
  bottom: 0em;
}
.is_animed.about-bottom-txt_line:before {
  clip-path: inset(0);
}
.about-bottom-img {
  margin: calc(60vw / 7.5) auto calc(50vw / 7.5);
}
.about-star {
  position: relative;
  margin: calc(180vw / 7.5) auto calc(40vw / 7.5);
}
.about-item02 {
  width: 50%;
  margin: 0 auto;
}
.kira {
  position: absolute;
  top: -30%;
  width: 93%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.is_animed .kira {
  animation: kira 0.5s ease forwards;
}
@keyframes kira {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.is_animed .kira01 {
  animation-delay: 0.3s;
}
.is_animed .kira02 {
  animation-delay: 0.4s;
}
.is_animed .kira03 {
  animation-delay: 0.5s;
}
.is_animed .kira04 {
  animation: kira02 0.7s 0.6s ease forwards;
}
.is_animed .kira05 {
  animation: kira02 0.7s 0.8s ease forwards;
}
@keyframes kira02 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  70% {
    opacity: 1;
    filter: blur(0px);
  }
  85% {
    opacity: 0;
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@media screen and (min-width: 1px) and (min-width: 901px) {
.about-bottom-txt {
  font-size: 1.9rem;
}
.about-bottom-txt span {
  font-size: 2.4rem;
}
.about-bottom-txt_line:before {
  height: 18px;
}
.about-bottom-txt_line01:before {
  height: 20px;
}
.about-bottom-txt_line02:before {
  height: 13px;
}
.about-bottom-txt_line03:before {
  height: 14px;
}
.about-txt01:before {
  height: 100px;
}
.about-bottom-img {
  margin: 30px auto;
}
.about-star {
  margin: 120px auto 40px;
}

}

/* movie
//* -------------------------------------------------- */
.movie {
  position: relative;
  background: #69c6e5;
  padding-bottom: calc(150vw / 7.5);
  color: #3c3c3c;
}
.movie:before {
  display: block;
  content: '';
  position: absolute;
  top: -10vw;
  left: -50%;
  width: 200%;
  height: 300px;
  background: #69c6e5;
  border-radius: 50% / 100% 100% 0 0;
}
.movie-heading {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}
.movie-wrap {
  margin-top: calc(150vw / 7.5);
  position: relative;
}
.movie-txt02 {
  position: absolute;
  width: 36%;
  left: 0;
  top: -40%;
  z-index: 3;
}
.reborn_mov {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
}
.reborn_mov::before {
  content: "";
  display: block;
  width: calc(120vw /7.5);
  height: calc(120vw /7.5);
  background: url(../img/btn_play.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 2;
}
.movie-nametag {
  width: 40%;
  margin: 3vw auto 0;
}

@media screen and (min-width: 1px) and (min-width: 901px) {
.movie {
  padding-bottom: 100px;
}
.movie:before {
  height: 300px;
  top: -50px;
}
.movie-wrap {
  margin-top: 7vw;
}
.reborn_mov::before {
  width: 72px;
  height: 72px;
}
.movie-nametag {
  margin: 1vw auto 0;
}
}


/* products
//* -------------------------------------------------- */
.products {
  position: relative;
  background: #cff4ff;
  padding-bottom: calc(110vw / 7.5);
  color: #3c3c3c;
}
.products:before {
  display: block;
  content: '';
  position: absolute;
  top: -10vw;
  left: -50%;
  width: 200%;
  height: 300px;
  background: #cff4ff;
  border-radius: 50% / 100% 100% 0 0;
}
.products .info-date {
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
.products-heading {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
.products .info-date {
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
.product-ttl {
  font-size: calc(40vw / 7.5);
  text-align: center;
  font-weight: bold;
}
.product-img {
  position: relative;
  text-align: center;
  display: inline-block;
}
.product-img:before {
  position: absolute;
  content: '';
  display: block;
  width: calc(600vw / 7.5);
  height: calc(600vw / 7.5);
  background: #e7faff;
  border-radius: 50%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.product-img img {
  position: relative;
  width: 85%;
  margin: auto;
  display: block;
}
.product-img .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}

.product-ttl span {
  font-size: calc(48vw / 7.5);
}
.product-price {
  font-size: calc(40vw / 7.5);
  text-align: center;
  font-weight: bold;
}
.product-price span {
  font-size: calc(48vw / 7.5);
}
.product-att {
  text-align: center;
  font-size: calc(32vw / 7.5);
}
.product-pcs {
  font-size: calc(32vw / 7.5);
  letter-spacing: -0.04em;
  margin-top: 1em;
}
.product-item li {
  padding-top: 10vw;
}
.product-goods .product-ttl {
  color: #009db1;
  padding: 10vw 0 10vw;
  position: relative;
}
.product-goods .product-ttl:before {
  display: block;
  content: '';
  position: absolute;
  top: 0%;
  height: calc(24vw / 7.5);
  width: 100%;
  background: url(../img/line.svg) no-repeat;
  background-size: 100% auto;
}
.product-goods li {
  padding-top: 10vw;
}

.material_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1.2em;
  font-size: calc(32vw / 7.5);
  color: #595656;
  line-height: 1.2;
  letter-spacing: 0.5px;
  background: url(../../../common/images/common/icn_plus_01.svg) right center no-repeat;
  background-size: 1.2em 1.2em;
  padding-right: 1.5em;
  margin-top: 2em;
}

.special {
  margin-top: calc(126vw / 7.5);
  border-radius: 20px;
  border: 6px solid #eb869f;
  background: #fcffe0;
  padding: 10vw 4%;
  position: relative;
}
.special-cap {
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: calc(48vw / 7.5);
  color: #fff;
  background: #eb869f;
  border-radius: 20px 0 20px 0;
  padding: 0.8em 1em;
}
.special-img {
  width: 100%;
  margin: 0 auto calc(50vw / 7.5);
}
.products .u-hoverButton {
  margin-top: calc(60vw / 7.5);
}
.products .u-lists_kome {
  margin: calc(60vw / 7.5) auto 0;
  font-size: 1.6rem;
  width: 90%;
}

@media screen and (min-width: 1px) and (min-width: 901px) {
.products {
  padding-bottom: 60px;
}
.products:before {
  height: 300px;
  top: -50px;
}
.product-item .product-img {
  margin-top: -5%;
}
.product-img:before {
  width: 360px;
  height: 360px;
}
.product-img img {
  transition: opacity .3s;
}
.product-img:hover .img-hover {
  opacity: 1;
}
.product-ttl {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.product-ttl span {
  font-size: 2.9rem;
}
.product-price {
  font-size: 2.4rem;
}
.product-price span {
  font-size: 2.9rem;
}
.product-att {
  font-size: 1.9rem;
}
.product-pcs {
  font-size: 1.9rem;
}
.product-item li {
  padding-top: 30px;
}
.product-goods .product-ttl {
  padding: 50px 0 30px;
}
.product-goods .product-ttl:before {
  height: 14px;
}
.product-goods li {
  padding-top: 50px;
}
.material_btn {
  font-size: 1.9rem;
}
.special {
  margin-top: 70px;
  border-width: 4px;
  padding: 30px 4%;
}
.special-cap {
  top: -4px;
  left: -4px;
  font-size: 2.9rem;
  border-radius: 20px 0 20px 0;
}
.special-img {
  margin: 0 auto 30px;
}
.products .u-hoverButton {
  margin-top: 40px;
}
.products .u-lists_kome {
  margin-top: 30px;
  font-size: 1.6rem;
}
}



/*-------------------------------------------- */
/* Module：TOP Modal Movie
---------------------------------------------- */
.modalMovie {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0.6);
}
.modalMovie .modal_cover {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100%;
  height: -webkit-calc(100vh + 40px);
  height: calc(100vh + 40px);
  background-color: transparent;
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 0;
}
.media_sp .modalMovie .modal_cover {
  left: 0;
}
.modalMovie .modal_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modalMovie .modal_in {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  margin: auto auto;
  top: 50%;
  padding: 40px 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.modal_close_btn {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../../../common/images/common/btn_close01.svg) center center no-repeat;
  background-size: 50px 50px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 330px;
  z-index: 10;
}
.modalMovie .modal_in.is_nocenter {
  top: 0 !important;
  margin-top: 0 !important;
}
.modalMovie .modal_in iframe {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
}

/* .media_sp #mov01 */
@media screen and (max-width: 500px) {
  #mov01 {
    width: 345px !important;
    height: 194px !important;
  }
}

@media screen and (max-width: 780px) {

  .modal_close_btn {
    top: -30px;
    right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) {

  .modal_close_btn {
    width: 60px;
    height: 60px;
    background-size: 43px 43px;
    top: -25px;
  }
}

@media screen and (min-width: 751px) {

  .media_pc .modal_close_btn {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  }
  .media_pc .modal_close_btn:hover {
    transform: scale(1.1);
    opacity: 1 !important;
  }
}



