/*=======================================================
1 - Foundation
========================================================*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

@-webkit-keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #181818;
  font-weight: 400;
  scroll-behavior: smooth;
}
body:lang(ja) {
  font-family: "Noto Sans JP", sans-serif;
}

hr {
  border-bottom: 0;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-only,
  .ipad-only {
    display: none;
  }
}

/*=======================================================
2 - Layout
========================================================*/
.l-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/*=======================================================
3 - Component
========================================================*/
.c-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #181818;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4285714286;
  }
}
.c-text--white {
  color: #fff;
}
.c-text p + p {
  margin-top: 10px;
}

.c-title {
  color: #181818;
}
.c-title h1, .c-title h2, .c-title h3, .c-title h4, .c-title h5, .c-title h6 {
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 1.2962962963;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .c-title h1, .c-title h2, .c-title h3, .c-title h4, .c-title h5, .c-title h6 {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .c-title h1, .c-title h2, .c-title h3, .c-title h4, .c-title h5, .c-title h6 {
    font-size: 3.8rem;
    line-height: 1.2105263158;
  }
}
@media (max-width: 374px) {
  .c-title h1, .c-title h2, .c-title h3, .c-title h4, .c-title h5, .c-title h6 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
  }
}
.c-title h1 span, .c-title h2 span, .c-title h3 span, .c-title h4 span, .c-title h5 span, .c-title h6 span {
  font-weight: 300;
}
.c-title p {
  margin-top: 6px;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 1.21875;
  color: #181818;
}
@media (max-width: 1024px) {
  .c-title p {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .c-title p {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.c-title--white {
  color: #fff;
}
.c-title--white p {
  color: white;
}
.c-title--blue {
  color: #1475D3;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  height: 48px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #52CBC6;
  background: -webkit-gradient(linear, left top, right top, from(#52CBC6), to(#1475D3));
  background: linear-gradient(to right, #52CBC6, #1475D3);
  border-radius: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    width: 132px;
    height: 36px;
    border-radius: 20px;
  }
}
.c-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-btn span {
  position: relative;
  z-index: 2;
}
.c-btn:hover {
  color: #1475D3;
}
.c-btn:hover:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
}
.c-btn--small {
  max-width: 152px;
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
  border-radius: 20px;
}
.c-btn--small:after {
  border-radius: 20px;
}

.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 252px;
  height: 48px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn2 {
    font-size: 1.6rem;
    height: 40px;
    max-width: 303px;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .c-btn2 {
    font-size: 1.4rem;
  }
}
.c-btn2 span {
  display: inline-block;
  text-align: center;
}
.c-btn2 span:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 31px;
  height: 17px;
  position: relative;
  top: 1px;
  background: url("../images/ic_arrow_right.svg") no-repeat center;
  background-size: 31px auto;
}
@media (max-width: 767px) {
  .c-btn2 span:after {
    width: 21px;
    height: 15px;
    background-size: 21px auto;
  }
}
@media (max-width: 374px) {
  .c-btn2 span:after {
    background-size: 18px auto;
    height: 12px;
  }
}
.c-btn2:hover {
  background-color: #fff;
}
.c-btn2:hover span {
  color: #1475D3;
}
.c-btn2:hover span:after {
  background: url("../images/ic_arrow_right_blue.svg") no-repeat center;
  background-size: 31px auto;
}
@media (max-width: 767px) {
  .c-btn2:hover span:after {
    background-size: 21px auto;
  }
}
.c-btn2--blue {
  color: #1475D3;
  border-color: #1475D3;
  text-align: left;
}
.c-btn2--blue:hover {
  border-color: #fff;
}
.c-btn2--blue span:after {
  background: url("../images/ic_arrow_right_blue.svg") no-repeat center;
  background-size: 31px auto;
}
@media (max-width: 767px) {
  .c-btn2--blue span:after {
    background-size: 21px auto;
  }
}

.c-time {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url("../images/ic_time.svg");
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 19px auto;
}
@media (max-width: 767px) {
  .c-time {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 5px;
    padding-left: 20px;
    background-size: 14px auto;
  }
}

.c-addr {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 300;
  padding-left: 30px;
  background-image: url("../images/ic_map.svg");
  background-repeat: no-repeat;
  background-position: left 2.5px top 5px;
  background-size: 14px auto;
}
@media (max-width: 767px) {
  .c-addr {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-left: 20px;
    background-position: left 2px top 5px;
    background-size: 10px auto;
  }
}

.c-block {
  max-width: 370px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 30px 24px 64px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: border .3s;
  transition: border .3s;
}
@media (max-width: 767px) {
  .c-block {
    padding: 24px 20px 29px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-block:hover {
  border: 2px solid #1475D3;
}
@media (max-width: 767px) {
  .c-block:hover {
    border: 2px solid transparent;
  }
}
@media (max-width: 767px) {
  .c-block:focus {
    border: 2px solid transparent;
  }
}
.c-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-block__info {
    margin-bottom: 27px;
  }
}
.c-block__info span {
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-block__info span {
    font-size: 1.6rem;
  }
}
.c-block__info span:nth-child(1) {
  font-weight: 500;
  color: #1475D3;
  text-transform: uppercase;
}
.c-block__info span:nth-child(2) {
  font-weight: 300;
}
.c-block__thumb {
  margin: 12px 0 20px;
}
@media (max-width: 767px) {
  .c-block__thumb {
    margin: 16px 0 16px;
  }
}
.c-block__title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-block__title {
    margin-bottom: 19px;
  }
}
.c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.c-block__title h3.ellipsis, .c-block__title h4.ellipsis, .c-block__title h5.ellipsis, .c-block__title h6.ellipsis {
  height: 75px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-block__title p {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-block__title p {
    font-size: 1.8rem;
  }
}
.c-block__time {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url("../images/ic_time.svg");
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 19px auto;
}
@media (max-width: 767px) {
  .c-block__time {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 5px;
    padding-left: 20px;
    background-size: 14px auto;
  }
}
.c-block__addr {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 300;
  padding-left: 30px;
  background-image: url("../images/ic_map.svg");
  background-repeat: no-repeat;
  background-position: left 2.5px top 5px;
  background-size: 14px auto;
}
@media (max-width: 767px) {
  .c-block__addr {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-left: 20px;
    background-position: left 2px top 5px;
    background-size: 10px auto;
  }
}
.c-block__summary p.no-icon {
  padding-left: 0;
  background-image: none;
}
@media (max-width: 767px) {
  .c-block__summary p.no-icon {
    padding-left: 0;
    background-image: none;
  }
}

@media (hover: none), (hover: on-demand) {
  .c-block:hover {
    border: 2px solid transparent;
  }
}
.animation {
  position: relative;
}
.animation--fadeup.is-viewed {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible;
}
.animation--scaleVideo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.animation--scaleVideo.is-viewed {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section {
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

body {
  -webkit-transition: all 1s;
  transition: all 1s;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-video {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .c-video {
    border-radius: 12px;
  }
}
.c-video video,
.c-video iframe {
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .c-video video,
  .c-video iframe {
    border-radius: 12px;
  }
}
.c-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 100px solid #fff;
  z-index: 990;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-video .btnPlay {
  width: 98px;
  height: 98px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-video .btnPlay {
    width: 31px;
    height: 31px;
  }
}
@media (max-width: 767px) {
  .c-video .btnPlay img {
    width: 31px;
  }
}

.c-video.is-viewed .c-video__play {
  border-width: 0;
}

.section4 video::-webkit-media-controls {
  display: none !important;
}
.section4 video::-moz-controls {
  display: none !important;
}
.section4 video::--ms-media-controls {
  display: none !important;
}
@media (min-width: 768px) {
  .section4 video {
    controls: true;
  }
}

.hamburgerMenu {
  display: none;
}
@media (max-width: 767px) {
  .hamburgerMenu {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: fixed;
    top: 42px;
    right: 36px;
    z-index: 999;
  }
}
.hamburgerMenu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburgerMenu p {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.hamburgerMenu p:not(.bar002) {
  height: 3px;
  border-radius: 2px;
  background: #52CBC6;
  background: -webkit-gradient(linear, left top, right top, from(#52CBC6), to(#1475D3));
  background: linear-gradient(to right, #52CBC6, #1475D3);
  position: absolute;
}
.hamburgerMenu .bar001 {
  top: 5px;
  left: 0px;
  width: 100%;
}
.hamburgerMenu .bar002 {
  position: absolute;
  height: 3px;
  width: calc(100% - 8px);
  top: 50%;
  left: 50%;
  background: #52CBC6;
  background: -webkit-gradient(linear, left top, right top, from(#52CBC6), to(#1475D3));
  background: linear-gradient(to right, #52CBC6, #1475D3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hamburgerMenu .bar002 span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
}
.hamburgerMenu .bar002 span:before, .hamburgerMenu .bar002 span:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburgerMenu .bar002 span:before {
  top: 0;
  left: 0px;
  width: 50%;
}
.hamburgerMenu .bar002 span:after {
  top: 0;
  right: 0px;
  width: 50%;
}
.hamburgerMenu .bar003 {
  bottom: 5px;
  left: 4px;
  width: calc(100% - 8px);
}
.hamburgerMenu .is-opened {
  background: url("../images/ic_hamburger.svg") no-repeat center;
  background-size: 24px;
  overflow: hidden;
}
.hamburgerMenu .is-opened p:not(.span2) {
  width: calc(100% - 8px);
}
.hamburgerMenu .is-opened .bar001 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.hamburgerMenu .is-opened .bar003 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.hamburgerMenu .is-opened .bar002 {
  -webkit-animation: rotateLine 0.6s;
          animation: rotateLine 0.6s;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
          transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
}
.hamburgerMenu .is-opened .bar002 span {
  overflow: hidden;
}
.hamburgerMenu .is-opened .bar002 span:before {
  width: 2px;
  height: 5px;
  left: -4px;
}
.hamburgerMenu .is-opened .bar002 span:after {
  width: 2px;
  height: 5px;
  right: -4px;
}

@-webkit-keyframes rotateLine {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
            transform: translate(-50%, -50%) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
            transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
  }
}

@keyframes rotateLine {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
            transform: translate(-50%, -50%) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
            transform: translate(-50%, -50%) rotate(315deg) scale(1.5);
  }
}
.c-header {
  position: fixed;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .c-header {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .c-header {
    top: 36px;
    padding: 9.5px 0;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .c-header__inner {
    display: block;
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .c-header__logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-header__logo a {
    display: inline-block;
  }
}
.c-header__logo .c-logo {
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 767px) {
  .c-header__logo .c-logo {
    width: 79px;
    margin: 0 auto;
    display: block;
  }
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-header__main {
    display: block;
  }
}
.c-header__main .c-btn {
  margin-left: 24px;
}
@media (max-width: 992px) {
  .c-header__main .c-btn {
    margin-left: 15px;
    max-width: 132px;
  }
}
@media (max-width: 767px) {
  .c-header__main .c-btn {
    position: fixed;
    z-index: 998;
    right: 35px;
    bottom: 35px;
    font-size: 1.4rem;
    width: 132px;
    height: 36px;
    border-radius: 20px;
    font-weight: 400;
  }
}

.c-switchLanguage {
  background-color: rgba(177, 179, 196, 0.26);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  margin-left: 24px;
  min-width: 82px;
}
@media (max-width: 992px) {
  .c-switchLanguage {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .c-switchLanguage {
    position: fixed;
    left: 36px;
    top: 35px;
    z-index: 999;
    margin-left: 0;
    min-width: auto;
    padding: 3px;
  }
}
.c-switchLanguage a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-switchLanguage a {
    width: 25px;
    line-height: 25px;
    font-size: 1.2rem;
  }
}
.c-switchLanguage a.is-active {
  font-weight: 500;
  background-color: #1475D3;
  color: #fff;
}
.c-switchLanguage a + a {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .c-switchLanguage a + a {
    margin-left: 4px;
  }
}
.c-switchLanguage--black {
  color: #000;
}
.c-switchLanguage[data-color=blue] a {
  color: #181818;
}
.c-switchLanguage[data-color=blue] a.is-active {
  color: #fff;
}

.c-gnav {
  padding: 10px 50px;
  border-radius: 20px;
  position: relative;
}
.c-gnav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(177, 179, 196, 0.26);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .c-gnav {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .c-gnav {
    border-radius: 12px;
    padding: 60px 24px 25px;
    width: 188px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 998;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .c-gnav:before {
    border-top-left-radius: 90%;
    border-bottom-left-radius: 90%;
    border-bottom-right-radius: 70%;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
  }
  .c-gnav.is-opened {
    display: block;
  }
  .c-gnav.is-opened:before {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    visibility: visible;
  }
}
.c-gnav a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.c-gnav a + a {
  margin-left: 35px;
}
@media (max-width: 992px) {
  .c-gnav a + a {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .c-gnav a + a {
    margin-left: 0;
    margin-top: 30px;
  }
}
.c-gnav a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-gnav a {
    display: block;
  }
}
.c-gnav[data-color=blue] a {
  color: #181818;
}

.c-footer {
  padding: 90px 40px 0;
  color: #fff;
  background-color: #181818;
}
@media (max-width: 767px) {
  .c-footer {
    padding: 70px 20px 0;
  }
}
.c-footer__top h3 {
  display: inline-block;
}
@media (max-width: 767px) {
  .c-footer__top h3 {
    display: block;
  }
}
.c-footer__top h3 + h3 {
  margin-left: 67px;
}
@media (max-width: 767px) {
  .c-footer__top h3 + h3 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.c-footer__top h3 a {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.c-footer__top h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-footer__top h3 a {
    font-size: 1.4rem;
  }
}
.c-footer__bottom {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .c-footer__bottom {
    margin-top: 24px;
    padding-top: 12px;
    padding-left: 0;
    padding-bottom: 70px;
  }
}
.c-footer__bottom p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-footer__bottom p {
    font-size: 1.2rem;
    display: block;
  }
  .c-footer__bottom p:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px;
  }
}
.c-footer__bottom p a {
  display: inline-block;
}
.c-footer__bottom p a + a {
  margin-left: 32px;
}
.c-footer__bottom p a {
  letter-spacing: 0.75px;
  cursor: pointer;
}
.c-footer__bottom p a:hover {
  text-decoration: underline;
}
.c-footer__bottom .c-copyright {
  float: right;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0.75px;
}
@media (max-width: 767px) {
  .c-footer__bottom .c-copyright {
    float: none;
    font-size: 1.2rem;
  }
}

/*=================================
JP
=================================*/
@media (max-width: 767px) {
  .c-footer--ja {
    padding: 64px 20px 0;
  }
}
.c-footer--ja .c-footer__top h3 + h3 {
  margin-left: 64px;
}
@media (max-width: 767px) {
  .c-footer--ja .c-footer__top h3 + h3 {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .c-footer--ja .c-footer__bottom {
    position: relative;
    padding-bottom: 0;
    margin-top: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-footer--ja .c-footer__bottom p:nth-child(1) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-footer--ja .c-footer__bottom p:nth-child(1) a {
    -webkit-box-flex: 50%;
        -ms-flex: 50% 0 0px;
            flex: 50% 0 0;
    margin-bottom: 16px;
  }
  .c-footer--ja .c-footer__bottom p:nth-child(1) a:nth-child(2) {
    text-align: right;
  }
}
@media only screen and (max-width: 370px) {
  .c-footer--ja .c-footer__bottom p:nth-child(1) a {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
  .c-footer--ja .c-footer__bottom p:nth-child(1) a:nth-child(2) {
    text-align: left;
  }
}
.c-footer--ja .c-footer__bottom p:nth-child(1) a + a {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-footer--ja .c-footer__bottom p:nth-child(1) a + a {
    margin-left: 0px;
  }
}
.c-footer--ja .c-copyright {
  margin-top: 3px;
}
@media only screen and (max-width: 920px) {
  .c-footer--ja .c-copyright {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-footer--ja .c-copyright {
    position: absolute;
    right: 0;
    bottom: 18px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 370px) {
  .c-footer--ja .c-copyright {
    position: static;
    padding-bottom: 30px;
  }
}

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