@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

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

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  z-index: 999;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header {
    height: 7.14vw;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 14.58333vw;
  }
}

header .inner {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header .inner {
    padding: 0 2.86vw;
  }
}

@media screen and (max-width: 768px) {
  header .inner {
    max-width: 100%;
    margin: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
  }
}

header .fujicco_logo {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  header .fujicco_logo {
    position: absolute;
    top: 50%;
    left: 8.33333vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

header .fujicco_logo a img {
  width: 100px;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header .fujicco_logo a img {
    width: 7.14vw;
  }
}

@media screen and (max-width: 768px) {
  header .fujicco_logo a img {
    width: 18.22917vw;
  }
}

header .site_logo {
  font-size: 100%;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  header .site_logo {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

header .site_logo a img {
  width: 114px;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header .site_logo a img {
    width: 8.14vw;
  }
}

@media screen and (max-width: 768px) {
  header .site_logo a img {
    width: 16.92708vw;
  }
}

@media screen and (max-width: 768px) {
  header .menu {
    position: absolute;
    top: 50%;
    right: 5.20833vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

header nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  header nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    /* margin-top: 14.58333vw; */
    /* padding: 5.20833vw 0 26.04167vw; */
  }
}

header nav .nav_menu {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-left: 1.71%;
}

@media screen and (max-width: 768px) {
  header nav .nav_menu {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}

header nav .nav_menu li a {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #002f87;
  text-align: center;
  display: block;
  padding-bottom: 8px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header nav .nav_menu li a {
    font-size: 1.21vw;
  }
}

@media screen and (max-width: 768px) {
  header nav .nav_menu li a {
    font-size: 4.16667vw;
    line-height: 1.5;
    text-align: left;
    border-bottom: solid 0.26042vw #002f87;
    padding: 5.20833vw 0;
    position: relative;
  }
}

header nav .nav_menu li a::before {
  content: '';
  background: rgba(19, 137, 211, 0.22);
  width: 100%;
  height: 1.2rem;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 49%;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (max-width: 768px) {
  header nav .nav_menu li a::before {
    content: none;
  }
}

header nav .nav_menu li a .en {
  font-size: 1.6rem;
  line-height: 1;
  color: #1389d3;
  display: block;
  margin-top: 10px;
}

@media (min-width: 769px) and (max-width: 1400px) {
  header nav .nav_menu li a .en {
    font-size: 1.14vw;
  }
}

@media screen and (max-width: 768px) {
  header nav .nav_menu li a .en {
    font-size: 3.64583vw;
    margin-top: 1.04167vw;
  }
}

header nav .nav_menu li a:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  header.open {
    border-bottom: solid 0.26042vw #e3e3e3;
  }
}

/* -----------------------------------------------------
	menu
----------------------------------------------------- */
.menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-box-pack: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: center;
    /* Safari6.1以降 */
    justify-content: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center;
    width: 14.58333vw;
    height: 14.58333vw;
  }
  .menu .menu-trigger, .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu .menu-trigger {
    position: relative;
    width: 7.29167vw;
    height: 26px;
    z-index: 4;
  }
  .menu .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.52083vw;
    background-color: #002f87;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
      transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
      transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  .menu .menu-trigger span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    -o-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
      transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
      transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  .menu .active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
    background-color: #002f87;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
      transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(12px) rotate(45deg);
      transform: translateY(12px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(12px) rotate(0);
      transform: translateY(12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(12px) rotate(45deg);
      transform: translateY(12px) rotate(45deg);
    }
  }
  .menu .active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
    background-color: #002f87;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
      transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
      transform: translateY(-12px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-12px) rotate(0);
      transform: translateY(-12px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-12px) rotate(-45deg);
      transform: translateY(-12px) rotate(-45deg);
    }
  }
}

@media screen and (max-width: 768px) {
  .open nav {
    overflow: scroll;
    visibility: visible;
    display: block;
    opacity: 0;
    pointer-events: inherit;
    -webkit-animation: fade .5s ease-in-out .2s forwards;
    animation: fade .5s ease-in-out .2s forwards;
  }
}

@media screen and (max-width: 768px) {
  header nav {
    visibility: visible;
    display: block;
    opacity: 0;
    pointer-events: none;
    /* -webkit-animation: fadeout .2s ease-in-out 0s forwards; */
    /* animation: fadeout .2s ease-in-out 0s forwards; */
  }
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  font-weight: 400;
  /* letter-spacing: .08em; */
  letter-spacing: .14em;
  /* position: relative; */
  /* text-align: justify; */
}

footer .inner {
  max-width: 1140px;
}

footer .sitemap {
  background: #002f87;
  color: #fff;
  /* padding: 70px 0; */
}

@media screen and (max-width: 768px) {
  footer .sitemap {
    padding: 7.29167vw 0;
  }
}

footer .sitemap .inner {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner .site_logo {
    text-align: center;
  }
  footer .sitemap .inner .site_logo img {
    width: 20.83333vw;
  }
}

footer .sitemap .inner nav {
  width: 100%;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav {
    width: 80%;
    margin: 10.41667vw auto 0;
    padding-left: 0;
  }
}

footer .sitemap .inner nav .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 {
    display: block;
  }
}

footer .sitemap .inner nav .col3 .col {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .box {
    position: relative;
  }
  footer .sitemap .inner nav .col3 .col .box .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 15.625vw;
    height: 15.625vw;
  }
  footer .sitemap .inner nav .col3 .col .box .toggle::before, footer .sitemap .inner nav .col3 .col .box .toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 3.125vw;
    height: 0.39063vw;
    background-color: #fff;
  }
  footer .sitemap .inner nav .col3 .col .box .toggle::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -0.13021vw;
  }
  footer .sitemap .inner nav .col3 .col .box.open .toggle::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

footer .sitemap .inner nav .col3 .col .box + .box {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .box + .box {
    margin-top: 0;
  }
}

footer .sitemap .inner nav .col3 .col .box + .ttl {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .box + .ttl {
    margin-top: 0;
  }
}

footer .sitemap .inner nav .col3 .col .ttl {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .ttl {
    font-size: 3.64583vw;
    line-height: 1.5;
    margin-bottom: 0;
    border-bottom: solid 0.26042vw rgba(255, 255, 255, 0.3);
  }
  footer .sitemap .inner nav .col3 .col .ttl a {
    width: 100%;
    display: block;
    padding: 5.20833vw 0;
  }
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .ttl.ac_ttl {
    padding-right: 15.625vw;
  }
}

footer .sitemap .inner nav .col3 .col .item {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .item {
    font-size: 3.64583vw;
    background: rgba(255, 255, 255, 0.15);
    display: none;
  }
}

footer .sitemap .inner nav .col3 .col .item li {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .item li {
    padding-left: 0;
    border-bottom: solid 0.26042vw rgba(255, 255, 255, 0.3);
  }
}

footer .sitemap .inner nav .col3 .col .item li + li {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .item li + li {
    margin-top: 0;
  }
}

footer .sitemap .inner nav .col3 .col .item li a {
  position: relative;
  margin-left: -0.5em;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .item li a {
    margin-left: 0;
  }
}

footer .sitemap .inner nav .col3 .col .item li a::before {
  content: '・';
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .item li a {
    display: block;
    padding: 5.20833vw 3.125vw 5.20833vw 5.20833vw;
  }
}

footer .sitemap .inner nav .col3 .col .col2 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .col2 {
    display: none;
  }
}

footer .sitemap .inner nav .col3 .col .col2 .item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .col2 .item {
    width: 100%;
    display: block;
  }
}

footer .sitemap .inner nav .col3 .col .btn_contact {
  text-align: right;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .btn_contact {
    text-align: center;
    margin-top: 7.29167vw;
  }
}

footer .sitemap .inner nav .col3 .col .btn_contact a img {
  width: 140px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner nav .col3 .col .btn_contact a img {
    width: 34.63542vw;
  }
}

footer .copyright {
  background: #e0e0e0;
  padding: 16px 56px;
  font-size: 1.1rem;
  line-height: 1;
  color: #000;
  letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.60417vw;
    padding: 5.20833vw;
  }
}

footer .copyright .inner {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .copyright .inner {
    display: block;
  }
}

footer .copyright ul {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

footer .copyright ul img {
  width: 70px;
}

@media screen and (max-width: 768px) {
  footer .copyright ul img {
    width: 23.4375vw;
  }
}

footer .copyright ul li + li {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  footer .copyright ul li + li {
    margin-left: 5.20833vw;
  }
}

footer .copyright p {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  footer .copyright p {
    display: block;
    margin: 1.04167vw 0 0 0;
    text-align: center;
  }
}

/* -----------------------------------------------------
	totop
----------------------------------------------------- */
.totop {
  position: absolute;
  top: -140px;
  right: 72px;
}

@media screen and (max-width: 768px) {
  .totop {
    top: -23.4375vw;
    right: 3.125vw;
  }
}

.totop img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .totop img {
    width: 20.83333vw;
  }
}

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
/* html {
  font-size: 62.5%;
} */

body {
  /* font-family: "Zen Maru Gothic", serif; */
  -webkit-text-size-adjust: 100%;
  /* font-size: 2.0rem; */
  font-weight: 700;
  line-height: 2;
  color: #000;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
  font-family: "Zen Maru Gothic", serif; /* 追記 */
  font-size: 2.0rem; /* 追記 */
}

/* #contents {
  padding-top: 100px;
} */

/* @media (min-width: 769px) and (max-width: 1400px) {
  #contents {
    padding-top: 7.14vw;
  }
} */

/* @media screen and (max-width: 768px) {
  #contents {
    padding-top: 14.58333vw;
  }
} */

.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 5.20833vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

.btn_link {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  cursor: pointer;
}

.btn_link:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@media screen and (max-width: 768px) {
  .btn_link:hover {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.js-target {
  display: block;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.js-target.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.js-text span {
  opacity: 0;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

section {
  text-align: center;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 20.83333vw 0;
  }
}

section .sec_ttl {
  font-size: 4.0rem;
  line-height: 1;
  color: #002f87;
  font-weight: 700;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  section .sec_ttl {
    font-size: 6.25vw;
    line-height: 1.5;
    margin-bottom: 7.29167vw;
  }
}

section .sec_ttl span {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1489d3;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  section .sec_ttl span {
    font-size: 4.16667vw;
    margin-bottom: 3.125vw;
  }
}

.bg {
  background: #e6f7ff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bg {
    background: inherit;
  }
}

.bg::before, .bg::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
}

.bg::before {
  height: 13.4vw;
  top: 0;
  background: url(../../assets/img/sec_secret_message_bg_top.png) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bg::before {
    height: 44.27083vw;
    background: url(../../assets/img/sp/sec_secret_message_bg_top.png) no-repeat left top;
    background-size: cover;
  }
}

.bg::after {
  height: 11.33vw;
  bottom: -11.33vw;
  background: url(../../assets/img/sec_secret_message_bg_bottom.png) no-repeat;
  background-size: cover;
}

.bg_shape {
  position: relative;
}

.bg_shape::before, .bg_shape::after {
  content: '';
  display: inline-block;
  position: absolute;
  max-width: 400px;
  max-height: 1000px;
  width: 23.81vw;
  height: 59.52vw;
}

@media screen and (max-width: 768px) {
  .bg_shape::before, .bg_shape::after {
    width: 36.45833vw;
    height: 91.14583vw;
  }
}

/* -----------------------------------------------------
  kv
----------------------------------------------------- */
.kv {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.kv img {
  width: 100%;
}

.kv.slick-initialized {
  opacity: 1;
}

/* -----------------------------------------------------
  bnr
----------------------------------------------------- */
.bnr {
  max-width: 960px;
  margin: 80px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bnr {
    width: 100%;
    margin: 15.625vw auto 7.29167vw;
  }
}

/* -----------------------------------------------------
  anc
----------------------------------------------------- */
.anc {
  margin-top: 80px;
  padding-bottom: 7vw;
}

@media screen and (max-width: 768px) {
  .anc {
    margin-top: 15.625vw;
    padding-bottom: 0;
  }
}

.anc .link {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .anc .link {
    display: block;
  }
}

.anc .link li {
  max-width: 480px;
  width: 100%;
  border-radius: 50vh;
  font-size: 2.4rem;
  color: #fff;
  line-height: 80px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
  .anc .link li {
    max-width: 100%;
    font-size: 4.16667vw;
    line-height: 14.58333vw;
  }
}

.anc .link li:nth-child(1) {
  background: #002f87;
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .anc .link li:nth-child(1) {
    margin-right: 0;
  }
}

.anc .link li:nth-child(1) .arrow::before {
  border-right: 2px solid #002f87;
  border-bottom: 2px solid #002f87;
}

@media screen and (max-width: 768px) {
  .anc .link li:nth-child(1) .arrow::before {
    border-right: 0.52083vw solid #002f87;
    border-bottom: 0.52083vw solid #002f87;
  }
}

.anc .link li:nth-child(2) {
  background: #c0a35f;
}

@media screen and (max-width: 768px) {
  .anc .link li:nth-child(2) {
    margin-top: 10.41667vw;
  }
}

.anc .link li:nth-child(2) .arrow::before {
  border-right: 2px solid #c0a35f;
  border-bottom: 2px solid #c0a35f;
}

@media screen and (max-width: 768px) {
  .anc .link li:nth-child(2) .arrow::before {
    border-right: 0.52083vw solid #c0a35f;
    border-bottom: 0.52083vw solid #c0a35f;
  }
}

.anc .link li a {
  display: block;
  position: relative;
}

.anc .link li a .arrow {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.anc .link li a .arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 36%;
  top: 32%;
  display: block;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* -----------------------------------------------------
  message
----------------------------------------------------- */
.message {
  background: #e6f7ff;
  padding-top: 80px;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 20.83333vw 0 104.16667vw;
  }
}

.message .text {
  font-size: 1.9rem;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .message .text {
    font-size: 3.64583vw;
  }
}

.message .text p + p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .message .text p + p {
    margin-top: 7.29167vw;
  }
}

.message .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message .img {
    top: inherit;
    bottom: 10.41667vw;
  }
}

.message .img img {
  max-width: 876px;
  width: 52.14vw;
}

@media screen and (max-width: 768px) {
  .message .img img {
    max-width: 100%;
    width: 89.84375vw;
  }
}

.message .inner {
  z-index: 2;
  max-width: 1480px;
}

@media screen and (max-width: 768px) {
  .message .inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .message .bg_shape::before {
    content: none;
  }
}

.message .bg_shape::after {
  bottom: -23.81vw;
  left: 0;
  background: url(../../assets/img/sec_bg_shape_left.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message .bg_shape::after {
    bottom: -119.79167vw;
  }
}

/* -----------------------------------------------------
  secret
----------------------------------------------------- */
.secret {
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .secret {
    margin-top: 15.625vw;
    padding-top: 5.20833vw;
  }
}

.secret .sec_ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .secret .sec_ttl {
    font-size: 5.20833vw;
    margin-bottom: 2.08333vw;
  }
}

.secret .sub {
  font-size: 4.0rem;
  line-height: 1;
  color: #002f87;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .sub {
    font-size: 5.20833vw;
  }
}

.secret .sub span {
  font-size: 5.0rem;
}

@media screen and (max-width: 768px) {
  .secret .sub span {
    font-size: 7.29167vw;
  }
}

.secret .sub::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url(../../assets/img/sec_secret_ttl_line.png) no-repeat center bottom;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .secret .sub::after {
    bottom: -5.20833vw;
    height: 2.60417vw;
  }
}

.secret .img_item {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .secret .img_item {
    margin-top: 10.41667vw;
  }
  .secret .img_item img {
    width: 76.82292vw;
  }
}

.secret .anc_point {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .secret .anc_point {
    margin-top: 3.125vw;
  }
}

.secret .anc_point .link {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  max-width: 992px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link {
    display: block;
  }
}

.secret .anc_point .link li {
  background: #e6f7ff;
  max-width: 47%;
  width: 100%;
  border-radius: 50vh;
  font-size: 2.2rem;
  color: #002f87;
  line-height: 1.5;
  text-align: left;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li {
    max-width: 100%;
    font-size: 4.16667vw;
  }
}

.secret .anc_point .link li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -8%;
  left: 0;
  width: 103px;
  height: 98px;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li::before {
    width: 17.44792vw;
    height: 16.66667vw;
  }
}

.secret .anc_point .link li:not(:nth-child(2n)) {
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.secret .anc_point .link li:nth-child(n+3) {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li:nth-child(n+3) {
    margin-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li + li {
    margin-top: 4.16667vw;
  }
}

.secret .anc_point .link li a {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  width: 100%;
  height: 112px;
  padding-left: 112px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li a {
    height: 19.79167vw;
    padding-left: 20.83333vw;
  }
}

.secret .anc_point .link li a .arrow {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-color: #002f87;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.secret .anc_point .link li a .arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 36%;
  top: 32%;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .secret .anc_point .link li a .arrow::before {
    border-right: 0.52083vw solid #fff;
    border-bottom: 0.52083vw solid #fff;
  }
}

.secret .anc_point .link li:nth-child(1)::before {
  background: url(../../assets/img/sec_secret_anc_icon01.png) no-repeat;
  background-size: contain;
}

.secret .anc_point .link li:nth-child(2)::before {
  background: url(../../assets/img/sec_secret_anc_icon02.png) no-repeat;
  background-size: contain;
}

.secret .anc_point .link li:nth-child(3)::before {
  background: url(../../assets/img/sec_secret_anc_icon03.png) no-repeat;
  background-size: contain;
}

.secret .anc_point .link li:nth-child(4)::before {
  background: url(../../assets/img/sec_secret_anc_icon04.png) no-repeat;
  background-size: contain;
}

.secret .point {
  background: #e6f7ff;
  margin-top: 240px;
  padding: 40px 0 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .point {
    margin-top: 20.83333vw;
    padding: 10.41667vw 0 15.625vw;
  }
}

.secret .point::before, .secret .point::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 10.74vw;
}

.secret .point::before {
  width: 100%;
  top: -10.74vw;
  background: url(../../assets/img/sec_secret_point_bg_top.png) no-repeat;
  background-size: cover;
}

.secret .point::after {
  width: 100%;
  bottom: -10.74vw;
  background: url(../../assets/img/sec_secret_point_bg_bottom.png) no-repeat;
  background-size: cover;
}

.secret .point .bg_shape::before {
  top: 400px;
  right: 0;
  background: url(../../assets/img/sec_bg_shape_right.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .secret .point .bg_shape::before {
    top: 28.64583vw;
  }
}

.secret .point .bg_shape::after {
  bottom: 160px;
  left: 0;
  background: url(../../assets/img/sec_bg_shape_left.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .secret .point .bg_shape::after {
    bottom: -10.41667vw;
  }
}

.secret .point .wrap .img_disc {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap .img_disc {
    margin-bottom: 5.20833vw;
  }
}

.secret .point .wrap .img_disc .p_text {
  position: absolute;
  font-size: 3.2rem;
  color: #fff;
  text-align: left;
  line-height: 2;  /* 追記 */
  font-size: 32px;  /* 追記 */
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap .img_disc .p_text {
    font-size: 3.64583vw;
    line-height: 1.6;
    width: 54.6875vw;
  }
}

.secret .point .wrap .img_disc .p_text br.pc {
  display: block;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap .img_disc .p_text br.pc {
    display: none;
  }
}

.secret .point .wrap .img_disc .p_text br.sp {
  display: none;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap .img_disc .p_text br.sp {
    display: block;
  }
}

.secret .point .wrap .text {
  text-align: left;
  line-height: 2; /* 追記 */
}

.secret .point .wrap .text span {
  font-size: 2.4rem;
  color: #1389d3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fffc00));
  background: -webkit-linear-gradient(transparent 70%, #fffc00 30%);
  background: -o-linear-gradient(transparent 70%, #fffc00 30%);
  background: linear-gradient(transparent 70%, #fffc00 30%);
}

@media screen and (max-width: 768px) {
  .secret .point .wrap .text span {
    font-size: 4.42708vw;
  }
}

.secret .point .wrap .col2 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap .col2 {
    display: block;
  }
}

.secret .point .wrap .col2 li {
  position: relative;
}

.secret .point .wrap .col2 li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap .col2 li + li {
    margin: 5.20833vw 0 0;
  }
}

.secret .point .wrap.point01 .p_text {
  bottom: 6%;
  left: 8%;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap.point01 .p_text {
    bottom: 4.16667vw;
    left: 3.125vw;
  }
}

.secret .point .wrap.point01 .col2 {
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point01 .col2 {
    margin-top: 5.20833vw;
  }
}

.secret .point .wrap.point02 .p_text {
  right: 8%;
  bottom: 7%;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap.point02 .p_text {
    right: 3.125vw;
    bottom: 4.16667vw;
  }
}

.secret .point .wrap.point02 .col2 {
  max-width: 1050px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point02 .col2 {
    margin-top: 15.625vw;
  }
}

.secret .point .wrap.point02 .col2 li .icon {
  position: absolute;
  top: -96px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point02 .col2 li .icon {
    top: -10.41667vw;
    left: -4.16667vw;
  }
  .secret .point .wrap.point02 .col2 li .icon img {
    width: 42.96875vw;
  }
}

.secret .point .wrap.point03 .p_text {
  bottom: 17%;
  left: 6%;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap.point03 .p_text {
    bottom: 9.375vw;
    left: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point03 .col2 {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
  }
}

.secret .point .wrap.point03 .col2 .ill {
  width: 320px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point03 .col2 .ill {
    width: inherit;
    position: inherit;
    margin-right: 3.125vw;
  }
}

.secret .point .wrap.point03 .col2 .ill div {
  position: absolute;
  top: -112px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point03 .col2 .ill div {
    width: 23.4375vw;
    position: inherit;
  }
}

.secret .point .wrap.point04 .p_text {
  right: 10%;
  bottom: 22%;
}

@media screen and (max-width: 1180px) {
  .secret .point .wrap.point04 .p_text {
    right: 0.52083vw;
    bottom: 13.02083vw;
  }
}

.secret .point .wrap.point04 .col2 .text {
  width: 54.18%;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point04 .col2 .text {
    width: 100%;
  }
}

.secret .point .wrap.point04 .col2 .img {
  width: 45.82%;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap.point04 .col2 .img {
    width: 100%;
    margin-top: 5.20833vw;
  }
}

.secret .point .wrap + .wrap {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap + .wrap {
    margin-top: 20.83333vw;
  }
}

.secret .point .wrap:last-child {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .secret .point .wrap:last-child {
    margin-top: 20.83333vw;
  }
}

/* -----------------------------------------------------
  fortune
----------------------------------------------------- */
.fortune {
  margin-top: 160px;
  padding-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: url(../../assets/img/sec_fortune_bg.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .fortune {
    margin-top: 5.20833vw;
    padding-bottom: 31.25vw;
    background: none;
  }
}

.fortune .inner {
  max-width: 1291px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .fortune .inner {
    max-width: 100%;
  }
}

.fortune .inner .wrap {
  background: url(../../assets/img/sec_fortune_cont_bg.png) no-repeat center top;
  background-size: contain;
  padding: 4.6vw 0 4vw;
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap {
    background: url(../../assets/img/sp/sec_fortune_cont_bg.png) no-repeat center top;
    background-size: contain;
    padding: 10.41667vw 6.25vw;
    position: relative;
  }
}

.fortune .inner .wrap .ttl img {
  width: 47.44vw;
  max-width: 787px;
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap .ttl img {
    width: 100%;
    max-width: 76.04167vw;
  }
}

.fortune .inner .wrap .col3 {
  max-width: 64vw;
  margin: 24px auto 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap .col3 {
    max-width: 100%;
    margin-top: 5.20833vw;
  }
}

.fortune .inner .wrap .text {
  font-size: 2.2rem;
  color: #1389d3;
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap .text {
    font-size: 2.86458vw;
  }
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap .img {
    position: absolute;
    bottom: 12.5vw;
    left: 0;
  }
}

.fortune .inner .wrap .img img {
  width: 50.6vw;
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .fortune .inner .wrap .img img {
    width: 100%;
    max-width: 100%;
  }
}

/* -----------------------------------------------------
  modal
----------------------------------------------------- */
body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

#modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#modal .modal_mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
}

#modal .modal_wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  #modal .modal_wrap {
    max-width: 89.58333vw;
  }
}

#modal .modal_wrap .cont {
  display: none;
}

#modal .modal_wrap .cont .movie {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #modal .modal_wrap .cont .movie {
    margin-bottom: inherit;
    padding-bottom: inherit;
  }
}

#modal .modal_wrap .cont .movie video {
  width: 100%;
  height: auto;
}

#modal .modal_wrap .close {
  display: block;
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal .modal_wrap .close {
    top: -5.20833vw;
    right: 5.20833vw;
  }
}

#modal .modal_wrap .close .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  #modal .modal_wrap .close .icon {
    width: 5.20833vw;
    height: 5.20833vw;
  }
}

#modal .modal_wrap .close .icon::before, #modal .modal_wrap .close .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  #modal .modal_wrap .close .icon::before, #modal .modal_wrap .close .icon::after {
    height: 0.52083vw;
  }
}

#modal .modal_wrap .close .icon::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#modal .modal_wrap .close .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

.button-cp {
  position: fixed;
  right: 3.7rem;
  bottom: 3.7rem;
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .button-cp {
    width: 100%;
    right: 0;
    left: 0;
    bottom: -10.41667vw;
    -webkit-animation: button-hidden 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    animation: button-hidden 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
  @-webkit-keyframes button-hidden {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10.41667vw);
      transform: translateY(10.41667vw);
    }
  }
  @keyframes button-hidden {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(10.41667vw);
      transform: translateY(10.41667vw);
    }
  }
}

.button-cp a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 18.6rem;
  height: 18.6rem;
}

@media screen and (max-width: 768px) {
  .button-cp a {
    display: block;
    width: 84%;
    height: auto;
    margin: 0 auto;
  }
  .button-cp img, .button-cp svg {
    width: 100%;
  }
}

.button-cp a picture {
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1);
  -o-transition: transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1);
  transition: transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1);
  transition: transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1), -webkit-transform 0.3s cubic-bezier(0.57, 1.65, 0.735, 1);
}

@media screen and (min-width: 769px) {
  .button-cp a picture {
    width: 15rem;
    height: 15rem;
  }
}

@media screen and (min-width: 769px) {
  .button-cp a:before {
    content: '';
    background: url(../../assets/img/btn_visual_cp_bg_pink.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate-text 28s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
    animation: rotate-text 28s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
  }
}

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

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

.button-cp a:hover picture {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

@media screen and (max-width: 768px) {
  .is-get-bottom .button-cp {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .is-scrolled .button-cp {
    position: fixed;
    bottom: 5.20833vw;
    -webkit-animation: button-fixed 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
    animation: button-fixed 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
  @-webkit-keyframes button-fixed {
    0% {
      -webkit-transform: translateY(10.41667vw);
      transform: translateY(10.41667vw);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes button-fixed {
    0% {
      -webkit-transform: translateY(10.41667vw);
      transform: translateY(10.41667vw);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
