@charset "UTF-8";
/* reset css
---------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

a {
  text-decoration: none;
}

a.h-opa {
  transition: .3s ease;
}

a.h-opa:hover {
  opacity: .7;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  color: #595959;
  display: block;
  /*
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",  sans-serif;
  /* "Roboto", */
  padding: 0;
  width: 100%;
  font-weight: 700;
  /* font-feature-settings: "palt"; */
}
@media only screen and (max-width: 767.98px) {
  body {
    /*font-family: "yu-gothic-pr6n", sans-serif;
     font-weight: 400; 
    font-style: normal;*/
  }
}

.fc-gry {
  color: #595959;
}

.fc-grn {
  color: #64A70B;
}

.fc-pnk {
  color: #E06287;
}

.fc-blu {
  color: #606EB2;
}

img {
  max-width: 100%;
}

ul li, ol li {
  list-style-type: none;
}

@media screen and (min-width: 767.99px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .sp-none {
    display: none !important;
  }
}
/* Header
---------------------------------------------------------------------------------------- */
header {
  padding-top: 24px;
  height: 100px;
  position: fixed;
  top: -101px;
  left: 0;
  opacity: 0;
  transition: .5s ease-out;
  width: 100vw;
  background: #fff;
  min-width: 1000px;
  z-index: 999;
}
header.is-show {
  top: 0;
  opacity: 1;
  transition: .5s ease-out;
}
@media only screen and (max-width: 767.98px) {
  header {
    padding-top: calc(30 / 3.75 * 1vw);
    min-width: 0;
    width: 100%;
    height: calc(100 / 3.75 * 1vw);
  }
}
header .header-inner {
  display: flex;
  align-items: flex-end;
  margin-left: 60px;
}
@media screen and (max-width: 1300px) {
  header .header-inner {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-inner {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header-inner {
    margin-left: calc(20 / 3.75 * 1vw);
    align-items: center;
    position: relative;
  }
}
header .header-inner .logo {
  margin-right: 58px;
}
@media screen and (max-width: 1300px) {
  header .header-inner .logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-inner .logo {
    margin-right: 15px;
  }
}
header .header-inner .logo img {
  /* width: 239px; */
  width: 192px;
}
@media only screen and (max-width: 767.98px) {
  header .header-inner .logo {
    width: calc(55 / 3.75 * 1vw);
  }
}
header .header-inner h1 {
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 767.98px) {
  header .header-inner h1 {
    top: 0;
  }
}
header .header-inner h1 img {
  /* width: 272px; */
  width: 218px;
}
@media only screen and (max-width: 767.98px) {
  header .header-inner h1 img {
    width: calc(162 / 3.75 * 1vw);
    /* width: calc(202 / 3.75 * 1vw); */
  }
}
header .header-inner ul {
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  header .header-inner ul {
    right: -82vw;
    top: calc(70 / 3.75 * 1vw);
    position: absolute;
    transition: .3s ease;
    width: 81.33vw;
    background: #fff;
    height: calc(100svh - calc(100 / 3.75 * 1vw));
    flex-direction: column;
    align-items: flex-end;
    padding-top: calc(97 / 3.75 * 1vw);
    row-gap: calc(45 / 3.75 * 1vw);
  }
  header .header-inner ul.show {
    right: 0;
  }
}
header .header-inner ul li {
  margin-right: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 21px;
}
@media screen and (max-width: 1300px) {
  header .header-inner ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  header .header-inner ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header-inner ul li {
    margin-right: calc(20 / 3.75 * 1vw);
    font-weight: 300;
    font-size: calc(41 / 3.75 * 1vw);
  }
}
header .header-inner .sp-menu-btn {
  background: url("../images/header_sp_menu_open.png") center center/contain no-repeat;
  display: block;
  height: calc(28 / 3.75 * 1vw);
  width: calc(32 / 3.75 * 1vw);
  margin-left: auto;
  margin-right: calc(26 / 3.75 * 1vw);
  position: relative;
  bottom: calc(6 / 3.75 * 1vw);
  transition: .3s ease;
}
header .header-inner .sp-menu-btn.open {
  background: url("../images/header_sp_menu_close.png") center center/contain no-repeat;
}

/* Modal
---------------------------------------------------------------------------------------- */
.modaal-video-wrap {
  margin: auto 20px;
}

@media only screen and (max-width: 767.98px) {
  .modaal-video-wrap {
    margin: auto 0;
  }

  .modaal-inner-wrapper {
    padding: calc(10 / 3.75 * 1vw);
  }
}
.modaal-video-container {
  max-width: 1400px;
}

.modaal-close:after {
  background: #E06287;
}

.modaal-close:before {
  background: #64A70B;
}

.modaal-close:hover {
  background: #606EB2;
}

.modaal-close:hover:before {
  background: #E06287;
}

.modaal-close:hover:after {
  background: #64A70B;
}

/* Main
---------------------------------------------------------------------------------------- */
main {
  padding-top: 100px;
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: calc(100 / 3.75 * 1vw);
  }
}
main.top {
  padding-top: 0;
}

/* FOOTER
---------------------------------------------------------------------------------------- */
footer .pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: url("../images/top_btn_to_top.svg") center center/contain no-repeat;
  width: 73px;
  height: 68px;
  transition: .3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  footer .pagetop {
    width: calc(40 / 3.75 * 1vw);
    height: calc(36 / 3.75 * 1vw);
    bottom: calc(20 / 3.75 * 1vw);
    right: calc(10 / 3.75 * 1vw);
  }
}
footer .pagetop.view {
  opacity: 1;
  pointer-events: all;
}
footer .pagetop.view:hover {
  cursor: pointer;
  opacity: .7;
}

footer .cal-text-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: 264px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  footer .cal-text-box {
    height: calc(100 / 3.75 * 1vw);
    padding-bottom: calc(20 / 3.75 * 1vw);
  }
}
footer .cal-text-box p {
  font-size: 146px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  white-space: pre;
  padding-left: 200px;
}
@media only screen and (max-width: 767.98px) {
  footer .cal-text-box p {
    font-size: calc(55 / 3.75 * 1vw);
    padding-left: calc(150 / 3.75 * 1vw);
  }
}
footer .cal-text-box p:first-child {
  animation: txt-tck01 60s -30s linear infinite;
}
footer .cal-text-box p:last-child {
  animation: txt-tck02 60s linear infinite;
}

@keyframes txt-tck01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes txt-tck02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
footer .footer-upper-bar {
  border-top: 2px solid #64A70B;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-upper-bar {
    margin-bottom: calc(48 / 3.75 * 1vw);
  }
}
footer .footer-upper-bar::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  border-top: 2px solid #E06287;
  position: absolute;
  top: 14px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-upper-bar::before {
    border-top: calc(2 / 3.75 * 1vw) solid #E06287;
    top: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(48 / 3.75 * 1vw);
  }
}
footer .footer-upper-bar::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  border-top: 2px solid #606EB2;
  position: absolute;
  top: 28px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-upper-bar::after {
    border-top: calc(2 / 3.75 * 1vw) solid #606EB2;
    top: calc(28 / 3.75 * 1vw);
    margin-bottom: calc(48 / 3.75 * 1vw);
  }
}
footer .footer-inner {
  background: url("../images/bg_footer.jpg") center top/1920px auto no-repeat;
  height: 824px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 45px 45px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner {
    background: url("../images/bg_footer_sp.jpg") center top/cover no-repeat;
    height: calc(766 / 3.75 * 1vw);
    padding: calc(40 / 3.75 * 1vw) 0 calc(30 / 3.75 * 1vw);
    flex-direction: column;
    justify-content: flex-end;
  }
}
footer .footer-inner p {
  width: 325px;
}
footer .footer-inner p img {
  width: 192px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner p {
    order: 2;
    width: calc(156 / 3.75 * 1vw);
    margin: 0 auto calc(60 / 3.75 * 1vw);
  }
}
footer .footer-inner figure {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
footer .footer-inner figure img {
  width: 300px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner figure {
    order: 1;
    margin: 0 auto calc(60 / 3.75 * 1vw);
  }
  footer .footer-inner figure img {
    width: calc(190 / 3.75 * 1vw);
  }
}
footer .footer-inner .right-box {
  width: 360px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner .right-box {
    order: 3;
    width: 100%;
  }
}
footer .footer-inner .right-box ul {
  display: flex;
  font-size: 16px;
  flex-direction: column;
  margin-bottom: 40px;
  row-gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner .right-box ul {
    font-size: calc(16 / 3.75 * 1vw);
    margin-top: 0;
    row-gap: calc(20 / 3.75 * 1vw);
    align-items: center;
    margin-bottom: calc(25 / 3.75 * 1vw);
  }
}
footer .footer-inner .right-box ul li {
  line-height: 33px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner .right-box ul li {
    line-height: calc(21 / 3.75 * 1vw);
  }
}
footer .footer-inner .right-box ul li::before {
  content: "";
  background: url("../images/foot_icn_link.png") center center/contain no-repeat;
  display: block;
  height: 12px;
  width: 8px;
  margin-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner .right-box ul li::before {
    height: calc(12 / 3.75 * 1vw);
    width: calc(8 / 3.75 * 1vw);
    margin-right: calc(16 / 3.75 * 1vw);
  }
}
footer .footer-inner .right-box ul li a {
  color: #595959;
}
footer .footer-inner .right-box small {
  margin: auto 0 0;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-inner .right-box small {
    order: 4;
    margin: 0;
    font-size: calc(10 / 3.75 * 1vw);
    font-weight: 500;
    text-align: center;
  }
}
