@charset "UTF-8";
/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #202020;
}

.c-bg--accent {
  background-color: #b59359;
}

.c-bg--gray {
  background-color: #f6f8fb;
}

.c-bg--white {
  background-color: white;
}

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

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP, "Noto Serif JP", serif, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Verdana, Arial, Helvetica;
  font-size: 1.6rem;
  font-weight: 300;
  color: white;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #202020;
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  width: 100%;
  height: auto;
  color: white;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 5px;
  background: #202020;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 30;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 3rem;
  }
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn {
    border-radius: 0;
  }
  .c-btn:hover, .c-btn:focus {
    background: #b59359;
    outline: none;
    box-shadow: 9px 13px 0px 0px rgba(75, 75, 75, 0.17);
    transform: translateY(-5px);
  }
}
.c-btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.c-btn {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.0909090909;
  }
}
@media screen and (min-width: 1060px) {
  .c-btn {
    min-height: inherit;
  }
}

.c-btn-nav {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .c-btn-nav {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1060px) {
  .c-btn-nav {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-btn--dark:hover, .c-btn--dark:focus {
    background: #2b5ab0;
    outline: none;
    box-shadow: 9px 13px 0px 0px rgba(137, 152, 159, 0.47);
    transform: translateY(-5px);
  }
}

.p-offer__btn-wrap {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.c-btn--offer__en {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

/*********** btn-frame ***********/
.c-btn-frame {
  border: 1px solid #b59359;
  box-shadow: 0 0 0 4px #202020;
  transition: all 0.3s;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
}
.c-btn-frame:before, .c-btn-frame:after {
  content: " ";
  display: block;
  background: #1b1b1b url(../images/btn_frame_updown.png) no-repeat;
  width: 140px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: all 0.3s;
}
.c-btn-frame:before {
  top: 5px;
}
.c-btn-frame:after {
  bottom: 4px;
}
.c-btn-frame__inner {
  display: block;
  width: 100%;
  border: 1px solid #b59359;
  padding: 2rem 1.5rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-frame__inner {
    padding: 4rem;
  }
}
.c-btn-frame__inner:before, .c-btn-frame__inner:after {
  content: " ";
  display: block;
  background: #1b1b1b url(../images/btn_frame_side.png) no-repeat;
  width: 7px;
  height: 74px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  transition: all 0.3s;
}
.c-btn-frame__inner:before {
  left: 7px;
  transform: scale(1, -1);
}
.c-btn-frame__inner:after {
  right: 7px;
  transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .c-btn-frame:hover {
    border: 1px solid #b59359;
    box-shadow: 0 0 0 4px #b59359, 14px 15px 0px 0px rgba(75, 75, 75, 0.27);
  }
  .c-btn-frame:hover:before, .c-btn-frame:hover:after, .c-btn-frame:hover:before {
    background: #b59359 url(../images/btn_frame_updown_on.png) no-repeat;
  }
  .c-btn-frame:hover .c-btn-frame__inner {
    border: 1px solid white;
  }
  .c-btn-frame:hover .c-btn-frame__inner:before, .c-btn-frame:hover .c-btn-frame__inner:after {
    background: #b59359 url(../images/btn_frame_side_on.png) no-repeat;
  }
}

.c-icon-line {
  position: relative;
}
.c-icon-line:before {
  content: " ";
  display: block;
  background: url(../images/icon_line.png) no-repeat;
  width: 49px;
  height: 47px;
  position: relative;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-icon-line:before {
    position: absolute;
    left: -55px;
    right: inherit;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.c-icon-line-nav {
  position: relative;
}
.c-icon-line-nav:before {
  content: " ";
  display: block;
  background: url(../images/icon_line.png) no-repeat;
  width: 49px;
  height: 47px;
  position: relative;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}

/*==========================================
title
===========================================*/
.c-heading {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.2rem;
    color: white;
  }
}

.c-heading-s {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-heading-s {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.2rem;
    color: white;
  }
}

/*********** line_pop ***********/
.c-title-linePop {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title-linePop {
    margin-bottom: 1rem;
  }
}
.c-title-linePop__inner {
  text-align: center;
  padding: 1.3333333333vw 2.6666666667vw;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner {
    padding: 0 3rem;
  }
}
.c-title-linePop__inner:after, .c-title-linePop__inner:before {
  content: "";
  display: block;
  background: #ca974d;
  width: 2px;
  height: 80%;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-title-linePop__inner:after, .c-title-linePop__inner:before {
    width: 2px;
    height: 100%;
    bottom: 0;
  }
}
.c-title-linePop__inner:after {
  transform: rotate(-30deg);
  left: 0;
}
.c-title-linePop__inner:before {
  transform: rotate(30deg);
  right: 0;
}

.c-title--side-deco01 {
  position: relative;
  text-align: center;
}
.c-title--side-deco01__inner {
  display: inline-block;
  position: relative;
  padding: 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco01__inner {
    padding: 0 7.5rem;
  }
}
.c-title--side-deco01__inner:before, .c-title--side-deco01__inner:after {
  content: " ";
  display: block;
  background: url(../images/title_deco01.png) no-repeat;
  background-size: contain;
  width: 8vw;
  height: 2.6666666667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco01__inner:before, .c-title--side-deco01__inner:after {
    width: 48px;
    height: 9px;
  }
}
.c-title--side-deco01__inner:before {
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco01__inner:before {
    left: 0;
  }
}
.c-title--side-deco01__inner:after {
  transform: scale(-1, 1);
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco01__inner:after {
    right: 0;
  }
}

.c-title--side-deco02 {
  position: relative;
  text-align: center;
}
.c-title--side-deco02__inner {
  display: inline-block;
  position: relative;
  padding: 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco02__inner {
    padding: 0 1.5rem;
  }
}
.c-title--side-deco02__inner:before, .c-title--side-deco02__inner:after {
  content: " ";
  display: block;
  background: url(../images/title_deco02.png) no-repeat;
  background-size: auto;
  width: 13.3333333333vw;
  height: 4vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco02__inner:before, .c-title--side-deco02__inner:after {
    width: 202px;
    height: 7px;
  }
}
.c-title--side-deco02__inner:before {
  left: -5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco02__inner:before {
    left: -210px;
  }
}
.c-title--side-deco02__inner:after {
  transform: scale(-1, 1);
  right: -5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title--side-deco02__inner:after {
    right: -210px;
  }
}

.c-title--line-deco01 {
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco01 {
    padding-bottom: 2.5rem;
  }
}
.c-title--line-deco01:after {
  content: " ";
  display: block;
  background: url(../images/title_line_deco01.png) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco01:after {
    width: 391px;
    height: 11px;
  }
}

.c-title--line-deco02 {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco02 {
    padding-bottom: 4rem;
  }
}
.c-title--line-deco02:after {
  content: " ";
  display: block;
  background: url(../images/title_line_deco02.png) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 4vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco02:after {
    width: 303px;
    height: 19px;
  }
}

.c-title--line-deco03 {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco03 {
    padding-bottom: 4rem;
  }
}
.c-title--line-deco03:after {
  content: " ";
  display: block;
  background: url(../images/title_line_deco03.png) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-title--line-deco03:after {
    width: 414px;
    height: 11px;
  }
}

.c-title--speechBubble {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2rem;
  background: #202020;
  color: white;
  text-align: center;
  padding: 1.5rem;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.5625;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title--speechBubble {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.8181818182;
  }
}
.c-title--speechBubble:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #202020 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  height: inherit;
  padding-right: 4vw;
  padding-left: 4vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (min-width: 1300px) {
  .l-inner {
    padding: 0;
  }
}
.l-inner--narrow {
  max-width: 700px;
}
.l-inner--middle {
  max-width: 1060px;
}
.l-inner--wide {
  max-width: 1400px;
}
.l-inner--full {
  padding-right: 4vw;
  padding-left: 4vw;
  max-width: 100%;
}

/* header.css */
/*==========================================
header
===========================================*/
.p-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  /*background-color: rgb(69, 69, 69);*/
  /*box-shadow: 0 0 15px rgb(0 0 0 / 8%);*/
}
@media screen and (min-width: 1060px) {
  .p-header {
    position: relative;
    background: transparent;
  }
}
.p-header__inner {
  width: 100%;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1060px) {
  .p-header__inner {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
  }
}

/*==========================================
hero
===========================================*/
picture {
  display: block;
}

.p-hero {
  position: relative;
}
.p-hero__inner {
  width: 100%;
  height: 200vw;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    height: 900px;
  }
}
.p-hero__bg {
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: -50%;
  right: -50%;
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    padding-top: 0;
    width: 1920px;
  }
}
.p-hero__logo {
  text-align: center;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__logo {
    padding-top: 4.8rem;
  }
}

/*----------------------------------------------------
header movie
----------------------------------------------------*/
.p-hero__jumbotron {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.p-hero__jumbotron img,
.p-hero__jumbotron video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero__movie {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-hero__movie-content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-hero__movie-content {
    top: 47%;
    padding: 0 24px;
  }
}
.p-hero__movie-heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: inline-block;
}
.p-hero__movie-title {
  display: inline-block;
  text-align: right;
  margin-left: -10%;
  margin-right: -10%;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-hero__movie-title {
    margin: 0;
    text-align: left;
  }
}

.fadein {
  animation: fadein 2s 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-hero {
  position: relative;
  height: 100vh;
}
.p-hero__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
}

#video-area {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.animation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 700;
}

/* ripples */
.ripples,
.ripples:before,
.ripples:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripples 1s 1;
}

.ripples {
  content: "";
}

.ripples:before {
  content: "";
  /*animation-delay: 0.25s;*/
  animation-delay: 0.4s;
}

.ripples:after {
  content: "";
  /*animation-delay: 0.5s;*/
  animation-delay: 0.6s;
}

/*
.ripples2 {
  content: "";
  animation-delay: 0.8s;
}


.ripples2:before {
  content: "";
  animation-delay: 1.0s;
}

.ripples2:after {
  content: "";
  animation-delay: 1.2s;
}
*/
@keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 6px solid rgba(189, 173, 120, 0.8);
  }
  100% {
    width: 1000px;
    height: 1000px;
    border: 6px solid rgba(189, 173, 120, 0);
  }
}
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 800;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 800;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 50%;
  height: 100%;
  background-color: #555;
  transition: all 3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleX(1);
}

/*上の画面*/
.loader_cover-up {
  position: absolute;
  left: 0;
  transform-origin: left top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  right: 0;
  transform-origin: right top;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleX(0);
  opacity: 0;
  animation-delay: 1.6s;
}

/*==========================================
header nav
===========================================*/
.p-header__nav {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  height: 100vh;
  container: inline-size/grid_wrapper;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: 300px;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1060px) {
  .p-header__nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: block !important;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 10;
  }
}
.p-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /*border-top: 1px solid $color-key;*/
  position: relative;
}
@media screen and (min-width: 1060px) {
  .p-header__nav-list {
    position: absolute;
    top: 2rem;
    right: 4rem;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
  }
}
.p-header__nav li {
  width: 100%;
  transition: all 0.3s ease-in-out;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 1060px) {
  .p-header__nav li {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1;
    width: auto;
    flex: 1 0 auto;
    padding: 0 2rem;
    border-bottom: none;
    text-align: center;
  }
}
.p-header__nav li a {
  position: relative;
  color: white;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav li a {
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1060px) {
  .p-header__nav li a {
    justify-content: center;
    padding: 1rem 0;
    transition: all 0.3s ease-in-out;
  }
  .p-header__nav li a:hover {
    transition: all 0.3s ease-in-out;
    color: black;
  }
  .p-header__nav li a:hover:before {
    opacity: 1;
  }
}
.p-header__nav li a:after {
  content: " ";
  display: block;
  background: url(../images/title_line_deco01.png) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 4vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3.3333333333vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav li a:after { /*
width: 303px;
height: 19px;
bottom: -10px;*/
    display: none;
  }
}
.p-header__nav-banner {
  padding: 1rem;
}
@media screen and (min-width: 1060px) {
  .p-header__nav-banner {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /*********** btn effect ***********/
  .hovicon {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hovicon:before {
    speak: none;
    width: 20px;
    height: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* Effect 8 */
  .hovicon.effect-8 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
  }
  .hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  .hovicon.effect-8:hover {
    opacity: 0.6;
  }
  .hovicon.effect-8:hover i {
    color: #fff;
  }
  .hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1s ease-out 75ms;
    -moz-animation: sonarEffect 1s ease-out 75ms;
    animation: sonarEffect 1s ease-out 75ms;
  }
  @-webkit-keyframes sonarEffect {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e0c18d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e0c18d, 0 0 0 10px rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes sonarEffect {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e0c18d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e0c18d, 0 0 0 10px rgba(255, 255, 255, 0.5);
      -moz-transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes sonarEffect {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 6px 6px #e0c18d, 0 0 0 6px rgba(255, 255, 255, 0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 6px 6px #e0c18d, 0 0 0 6px rgba(255, 255, 255, 0.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
}
.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1da1f2;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.pulse-btn img {
  width: 60%;
}

.pulse-btn::before,
.pulse-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.pulse-btn:hover {
  box-shadow: 0 0 20px #1da1f2;
}

.pulse-btn:hover::before,
.pulse-btn:hover::after {
  animation: pulsate 2s linear infinite;
}

.pulse-btn:hover::after {
  animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .pulse-btn {
    box-shadow: 0 0 20px #1da1f2;
  }
  .pulse-btn::before,
.pulse-btn::after {
    animation: pulsate 2s linear infinite;
  }
  .pulse-btn::after {
    animation: pulsate 2s linear infinite;
  }
}
.burger-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block !important;
  margin: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .burger-menu {
    left: auto;
  }
}
@media (min-width: 1061px) {
  .burger-menu {
    display: none !important;
  }
}

/*********** burger-btn ***********/
#burger-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  top: 0;
}

#burger-btn span {
  width: 30px;
  height: 3px;
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}

#burger-btn span:nth-of-type(1) {
  top: 13px;
}

#burger-btn span:nth-of-type(2) {
  top: 24px;
}

#burger-btn span:nth-of-type(3) {
  top: 35px;
}

#burger-btn.active span {
  left: calc(50% - 15px);
}

#burger-btn .burger-btn-menu {
  height: auto;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  top: 42px;
}

#burger-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  top: 8px;
}

#burger-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

#burger-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
  top: 37px;
}

#burger-btn.active span.burger-btn-menu {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

/* アニメーション前のメニューの状態 */
.p-header__nav-list li a.sp-action {
  transform: translateX(100vw);
  transition: all 0.3s linear;
}

/* アニメーション後のメニューの状態 */
.p-header__nav-list li a.sp-action.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-header__nav-list li:nth-child(2) a.sp-action.active {
  animation-delay: 0.2s;
}

.p-header__nav-list li:nth-child(3) a.sp-action.active {
  animation-delay: 0.4s;
}

.p-header__nav-list li:nth-child(4) a.sp-action.active {
  animation-delay: 0.6s;
}

.p-header__nav-list li:nth-child(5) a.sp-action.active {
  animation-delay: 0.8s;
}

.p-header__nav-list li:nth-child(6) a.sp-action.active {
  animation-delay: 1s;
}

.p-header__nav-list li:nth-child(7) a.sp-action.active {
  animation-delay: 1.2s;
}

/* footer.scss */
.p-footer {
  padding-top: 3rem;
  padding-bottom: 14rem;
  background: #202020;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.p-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 3rem;
  border-top: 1px solid #816432;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 6rem;
  }
}
.p-footer__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__row {
    flex-direction: row;
  }
}
.p-footer__sns {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    width: 50%;
  }
}
.p-footer__sns-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
  }
}
.p-footer__sns-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 1.2rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list {
    justify-content: flex-start;
  }
}
.p-footer__sns-list li {
  display: flex;
}
.p-footer__sns-list li a {
  display: block;
  max-width: 20vw;
  padding: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list li a {
    max-width: 80px;
  }
}
.p-footer__sns-list li a:before {
  content: " ";
  display: block;
  width: 100%;
  background: white;
  border-radius: 5px;
  padding-top: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list li a:before {
    border-radius: 10px;
  }
}
.p-footer__sns-list li a img {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-list li a:hover {
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.p-footer__link {
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    width: 50%;
    justify-content: flex-end;
  }
}
.p-footer p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-footer p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    text-align: left;
  }
}
.p-footer__copyright {
  width: 100%;
  margin-top: 1rem;
}
.p-footer__copyright p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #b59359;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
  }
}
.p-footer__link-list li {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5384615385;
  font-feature-settings: "palt" 1;
  /*現在地の形状の設定*/
}
.p-footer__link-list li a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  position: relative;
}
.p-footer__link-list li a:after {
  content: "";
  display: block;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.p-footer__link-list li:after {
  transform: scale(0.2, 1); /*X方向に0.2スケール拡大*/
}
@media screen and (min-width: 768px) {
  .p-footer__link-list li {
    /*現在地を含むhoverの設定*/
  }
  .p-footer__link-list li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .p-footer__link-list li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}
@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

/*==========================================
visible
===========================================*/
.u-visible-pc {
  display: none;
}
@media screen and (min-width: 1060px) {
  .u-visible-pc {
    display: inline;
  }
}

.u-visible-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-visible-tab {
    display: inline;
  }
}

.u-visible-sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-visible-sp {
    display: none;
  }
}

/*==========================================
movie
===========================================*/
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: white;
  z-index: 50;
}
@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 53%;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-red {
  color: #dd2461;
}

.u-blue {
  color: #2b5ab0;
}

.u-pink {
  color: #b59359;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #f4b012;
}

.u-orange {
  color: #eb3200;
}

.u-bold {
  font-weight: 700;
}
.u-bold--s {
  font-weight: 500;
}
.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}
.u-font--s02 {
  font-size: 80%;
}
.u-font--s03 {
  font-size: 70%;
}
.u-font--l01 {
  font-size: 110%;
}
.u-font--l02 {
  font-size: 120%;
}
.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #000;
}
.u-underline--red {
  border-bottom: 1px solid red;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker--orange {
  background: linear-gradient(to bottom, rgba(255, 130, 27, 0) 82%, rgb(255, 130, 27) 82%, rgb(255, 130, 27) 95%, rgba(255, 130, 27, 0) 95%);
}

.u-marker--pink-l {
  background: rgb(249, 150, 153);
  background: linear-gradient(0deg, rgba(249, 150, 153, 0) 6%, rgba(249, 150, 153, 0.6) 6%, rgba(249, 150, 153, 0.6) 28%, rgba(249, 150, 153, 0) 28%, rgba(249, 150, 153, 0) 100%);
}

.u-marker--pink {
  background: rgb(249, 150, 153);
  background: linear-gradient(0deg, rgba(249, 150, 153, 0.5) 40%, rgba(249, 150, 153, 0) 40%);
}

.u-marker--beige {
  background: rgb(248, 197, 163);
  background: linear-gradient(0deg, rgba(248, 197, 163, 0.5) 43%, rgba(248, 197, 163, 0) 43%);
}

/*==========================================
setting
===========================================*/
.ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.c-block {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  .c-block {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1060px) {
  .c-block {
    padding: 0;
  }
}
.c-block p {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-block p {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.9411764706;
    letter-spacing: 0.2rem;
    font-feature-settings: "palt" 1;
    margin-bottom: 3rem;
  }
}

.c-contents-inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .c-contents-inner {
    padding: 0 2.4rem;
  }
}

/*********** box ***********/
.c-box {
  background: #1b1b1b;
  box-shadow: 23px 27px 24px 0px rgba(0, 0, 0, 0.44);
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .c-box {
    padding: 4rem;
  }
}

.c-box-deco {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-box-deco {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.c-box-deco:before, .c-box-deco:after {
  content: " ";
  display: block;
  background: url(../images/title_line_deco02.png) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 4vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-box-deco:before, .c-box-deco:after {
    width: 303px;
    height: 19px;
  }
}
.c-box-deco:before {
  top: 0;
}
.c-box-deco:after {
  bottom: 0;
}

/*********** frame ***********/
.c-frame-tp {
  position: relative;
  border: 1px solid #b59359;
  padding: 8px;
}
.c-frame-tp:before, .c-frame-tp:after {
  content: " ";
  display: block;
  background: #1b1b1b url(../images/corner.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -1px;
  z-index: 5;
}
.c-frame-tp:before {
  left: -1px;
}
.c-frame-tp:after {
  right: -1px;
  transform: scale(-1, 1);
}
.c-frame-bt {
  border: 1px solid #b59359;
}
.c-frame-bt:before, .c-frame-bt:after {
  content: " ";
  display: block;
  background: #1b1b1b url(../images/corner.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -1px;
  z-index: 5;
}
.c-frame-bt:before {
  left: -1px;
  transform: scale(1, -1);
}
.c-frame-bt:after {
  right: -1px;
  transform: scale(-1, -1);
}
.c-frame__inner {
  position: relative;
  z-index: 10;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-frame__inner {
    padding: 4rem;
  }
}

/*********** c-list ***********/
.c-list li {
  padding-left: 1rem;
  text-align: left;
  font-feature-settings: "pkna" 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #202020;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-list li {
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.c-list li:after {
  content: " ";
  display: block;
  background: #202020;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9.5px;
}
@media screen and (min-width: 768px) {
  .c-list li:after {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}
.c-list li .label {
  font-weight: 600;
  margin-right: 1.5rem;
  position: relative;
}
.c-list li .label:after {
  content: "：";
  color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*==========================================
introduction
===========================================*/
.c-mandala01 {
  position: absolute;
  top: -210px;
  left: calc(50% - 1300px);
  z-index: -2;
}

.c-mandala02 {
  position: absolute;
  top: 550px;
  right: calc(50% - 1530px);
}

.p-introduction {
  position: relative;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-introduction {
    padding-top: 8rem;
  }
}
.p-introduction__heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__heading {
    margin-bottom: 3rem;
  }
}

/*==========================================
profile
===========================================*/
.p-profile {
  position: relative;
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-top: 25rem;
  }
}
.p-profile__row {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-profile__row {
    flex-direction: row;
  }
}
.p-profile__contents {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-profile__contents {
    width: 55%;
    justify-content: flex-end;
  }
}
.p-profile__contents-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-profile__contents-inner {
    max-width: 700px;
    margin: 0;
  }
}
@media (min-width: 1450px) {
  .p-profile__contents-inner {
    padding: 0;
  }
}
.p-profile__heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-profile__heading {
    margin-bottom: 4rem;
  }
}
.p-profile__name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-profile__name {
    margin-bottom: 4rem;
  }
}
.p-profile__thumb {
  position: relative;
  width: 100%;
  height: 160vw;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb {
    width: 55%;
    height: auto;
  }
}
.p-profile__thumb01 {
  width: 60vw;
  position: relative;
  top: -13.3333333333vw;
  left: 13.3333333333vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb01 {
    width: auto;
    position: absolute;
    top: 75px;
    left: calc(50% - 250px);
  }
}
.p-profile__thumb01:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 215px 215px 0 0;
  border: 1px solid #b59359;
  position: absolute;
  left: 2.6666666667vw;
  bottom: -26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb01:after {
    left: 0;
    bottom: -100px;
  }
}
.p-profile__thumb-mask {
  border-radius: 215px 215px 0 0;
  overflow: hidden;
}
.p-profile__thumb02 {
  width: 50vw;
  position: relative;
  top: 6.6666666667vw;
  left: 40vw;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb02 {
    width: auto;
    position: absolute;
    top: 500px;
    left: calc(50% + 0px);
    z-index: 5;
  }
}
.p-profile__thumb02:after {
  content: " ";
  display: block;
  border: 1px solid #b59359;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4vw;
  top: 4vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb02:after {
    left: 30px;
    top: 20px;
  }
}
.p-profile__thumb02 img {
  position: relative;
  z-index: 5;
}

.js-parallax {
  /*border-radius: 215px 215px 0 0;*/
}

.alpha-target {
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png");
  -webkit-mask-mode: alpha;
  mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 80%;
}

.mask-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.mask-size-target {
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png");
  -webkit-mask-size: cover;
  mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/234228/alpha-cat.png");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
}

.mask-size-half .mask-size-target {
  mask-size: 50%;
}

.mask-size-contain .mask-size-target {
  mask-size: contain;
}

/*==========================================
about
===========================================*/
.p-about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 34rem;
  }
}
.p-about__heading {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    margin-bottom: 4rem;
  }
}
.p-about__row {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-about__row {
    flex-direction: row-reverse;
  }
}
.p-about__contents {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    width: 54%;
    justify-content: flex-start;
  }
}
.p-about__contents-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about__contents-inner {
    max-width: 850px;
    margin: 0;
  }
}
@media (min-width: 1450px) {
  .p-about__contents-inner {
    padding: 0;
  }
}
.p-about__name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__name {
    margin-bottom: 4rem;
  }
}
.p-about__thumb {
  position: relative;
  width: 100%;
  height: 160vw;
}
@media screen and (min-width: 768px) {
  .p-about__thumb {
    width: 55%;
    height: auto;
  }
}
.p-about__thumb01 {
  width: 60vw;
  position: absolute;
  top: -8vw;
  left: 6.6666666667vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-about__thumb01 {
    width: auto;
    position: absolute;
    top: 167px;
    left: calc(50% - 300px);
  }
}
.p-about__thumb01:after {
  content: " ";
  display: block;
  border: 1px solid #b59359;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-about__thumb01:after {
    left: 30px;
    top: 20px;
  }
}
.p-about__thumb01 img {
  position: relative;
  z-index: 0;
}
.p-about__thumb02 {
  width: 55vw;
  position: absolute;
  top: 86.6666666667vw;
  left: 33.3333333333vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-about__thumb02 {
    width: auto;
    position: absolute;
    top: 500px;
    left: calc(50% + 0px);
  }
}
.p-about__thumb02:after {
  content: " ";
  display: block;
  border: 1px solid #b59359;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-about__thumb02:after {
    left: 30px;
    top: 20px;
  }
}
.p-about__thumb02 img {
  position: relative;
  z-index: 10;
}

.c-corner {
  position: relative;
}
.c-corner:before, .c-corner:after {
  content: " ";
  display: block;
  background: url(../images/thumb_frame_deco.png) no-repeat;
  width: 32px;
  height: 33px;
  position: absolute;
  z-index: 15;
}
.c-corner:before {
  right: -15px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-corner:before {
    right: -30px;
    top: 20px;
  }
}
.c-corner:after {
  left: 15px;
  bottom: -10px;
  transform: scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .c-corner:after {
    left: 30px;
    bottom: -20px;
  }
}

/*==========================================
flow
===========================================*/
.p-flow {
  position: relative;
  padding-top: 10.6666666667vw;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 18vw;
    padding-bottom: 16rem;
  }
}
.p-flow__heading {
  margin-bottom: 3.6rem;
}
.p-flow__wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-flow__wrap {
    width: 100%;
    max-width: 1300px;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.p-flow__block {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__block {
    flex-direction: column;
    width: calc((100% - 90px) / 4);
  }
}
.p-flow__block p {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__block p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0625;
  }
}
.p-flow__title {
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.p-flow__thumb {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-flow__thumb {
    padding: 5rem 0;
  }
}
.p-flow__thumb:before, .p-flow__thumb:after {
  content: " ";
  display: block;
  background: url(../images/icon_guide_light.png) no-repeat;
  width: 1.2vw;
  height: 6.4vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__thumb:before, .p-flow__thumb:after {
    width: 9px;
    height: 48px;
  }
}
.p-flow__thumb:before {
  top: 1rem;
}
.p-flow__thumb:after {
  bottom: 1rem;
}

.c-symbol01 {
  position: absolute;
  top: -100px;
  left: calc(50% - 700px);
  z-index: -1;
}

.c-symbol02 {
  position: absolute;
  bottom: -550px;
  right: calc(50% - 1070px);
  z-index: -1;
}

.c-symbol03 {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 1050px);
  z-index: -1;
}

/*==========================================
p-offer
===========================================*/
.p-offer {
  position: relative;
  padding-top: 60vw;
}
@media screen and (min-width: 768px) {
  .p-offer {
    padding-top: 0;
  }
}
.p-offer__bg {
  position: absolute;
  top: 15vw;
  overflow: hidden;
  height: 70vw;
}
@media screen and (min-width: 768px) {
  .p-offer__bg {
    position: absolute;
    top: 10%;
    height: 80%;
  }
}
.p-offer__bg img {
  width: 100%;
}
.p-offer__wrap {
  background: white;
}
.p-offer__heading {
  text-align: center;
  color: black;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-offer__heading {
    margin-bottom: 4.8rem;
  }
}
.p-offer__block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-offer__block {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.p-offer__block p {
  color: black;
}
.p-offer__info {
  background: #ede1dc;
  border-bottom: 10px solid #5a4e49;
}
.p-offer__info-title {
  text-align: center;
  color: black;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-offer__info-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    margin-bottom: 4.8rem;
  }
}
.p-offer__btn {
  margin-bottom: 2.8rem;
  width: 100%;
}

/*==========================================
contact
===========================================*/
.p-contact {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 15rem;
  }
}
.p-contact__heading {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    margin-bottom: 7rem;
  }
}

.u-positon {
  position: relative;
  z-index: 2000;
}

/*==========================================
floating-banner
===========================================*/
.p-floating-banner {
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.65s;
  background: rgba(27, 27, 27, 0.9);
  z-index: 100;
  border-top: 1px solid #b59359;
}
@media screen and (min-width: 768px) {
  .p-floating-banner {
    width: 360px;
    padding-left: 2.5rem;
    bottom: 50px;
    border-radius: 100px 0 0 100px;
    border-top: none;
    background: rgba(27, 27, 27, 0.8);
  }
}
.p-floating-banner:before {
  content: " ";
  display: block;
  background: url(../images/floating_banner_deco_l.png) no-repeat;
  background-size: contain;
  width: 26.6666666667vw;
  height: 20vw;
  position: absolute;
  right: 0;
  top: -2.6666666667vw;
  transform: scale(-1, 1);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-floating-banner:before {
    width: 173px;
    height: 153px;
    right: inherit;
    left: -80px;
    top: 0;
    transform: scale(1, 1);
  }
}
.p-floating-banner:after {
  content: " ";
  display: block;
  background: url(../images/floating_banner_deco_r.png) no-repeat;
  background-size: contain;
  width: 20vw;
  height: 10.6666666667vw;
  position: absolute;
  right: 17.3333333333vw;
  top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-floating-banner:after {
    width: 127px;
    height: 49px;
    right: 20px;
    top: -30px;
  }
}
.p-floating-banner__inner {
  padding: 0.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-floating-banner__inner {
    padding: 2rem 2rem;
  }
}
.p-floating-banner__title {
  color: #e0ba7a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-floating-banner__title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6875;
  }
}
.p-floating-banner__line-icon {
  position: relative;
}
.p-floating-banner__line-icon:before {
  content: " ";
  display: block;
  background: url(../images/icon_line.png) no-repeat;
  background-size: contain;
  width: 39px;
  height: 37px;
  position: absolute;
  right: -44px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .p-floating-banner__line-icon:before {
    position: absolute;
    width: 46px;
    height: 45px;
    right: -50px;
    top: -25px;
  }
}
.p-floating-banner__link {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-floating-banner__link {
    margin-bottom: 0;
  }
}
.p-floating-banner__link a {
  color: #e0ba7a;
  text-decoration: none;
  position: relative;
  transition: all 0.65s;
}
.p-floating-banner__link a:after {
  content: " ";
  display: block;
  background: #e0ba7a;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.p-floating-banner p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-floating-banner p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7857142857;
  }
}
.p-floating-banner a {
  transition: 0.5s;
}
.p-floating-banner:hover .p-floating-banner__link {
  opacity: 0.5;
}
.p-floating-banner.isActive {
  opacity: 1;
  transition: all 0.65s;
  z-index: 500;
}

.u-gold {
  color: #e0ba7a;
}

.c-arrow {
  position: relative;
}
.c-arrow:after {
  content: " ";
  display: inline-block;
  background: url(../images/icon_arrow.png) no-repeat;
  width: 35px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .c-arrow:after {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.c-arrow-nav {
  position: relative;
}
.c-arrow-nav:after {
  content: " ";
  display: inline-block;
  background: url(../images/icon_arrow.png) no-repeat;
  width: 35px;
  height: 12px;
}

.c-arrow-s {
  position: relative;
}
.c-arrow-s:after {
  content: " ";
  display: block;
  background: url(../images/icon_arrow_s.png) no-repeat;
  width: 25px;
  height: 9px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}