@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* =======  ドラッグした時のカラーを指定 ======= */
::selection {
  background: #1a3260;
  color: #f6f6f6;
}
::-moz-selection {
  background: #1a3260;
  color: #f6f6f6;
}
:root {
  --container-desktop: 1280px;
  --grid-gutter: 40px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #474747;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a,
a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
}
h1 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
h5 {
  font-size: 1.7rem;
  font-weight: bold;
}
h6 {
  font-size: 1.6rem;
  font-weight: bold;
}
p {
  font-size: 1.6rem;
}
a {
  font-size: 1.6rem;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: calc(1280px + 40px);
  padding: 0 calc(40px / 2);
}
@media only screen and (max-width: 767px) {
  .l-container {
    max-width: calc(100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-container .l-full,
  .l-container .l-laid {
    margin-left: calc(40px / -2);
    margin-right: calc(40px / -2);
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(40px / -2);
  margin-right: calc(40px / -2);
}
.l-full,
.l-laid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="-grid-"] {
  position: relative;
  font-size: 1rem;
}
.l-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 1)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 1)) - 40px);
}
.l-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 2)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 2)) - 40px);
}
.l-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 3)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 3)) - 40px);
}
.l-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 4)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 4)) - 40px);
}
.l-grid-4x {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 4)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 4)) - 40px);
}
.l-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 5)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 5)) - 40px);
}
.l-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 6)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 6)) - 40px);
}
.l-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 7)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 7)) - 40px);
}
.l-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 8)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 8)) - 40px);
}
.l-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 9)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 9)) - 40px);
}
.l-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 10)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 10)) - 40px);
}
.l-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 11)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 11)) - 40px);
}
.l-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 12)) - 40px - 0.1px);
  margin: 0 calc(40px / 2);
  max-width: calc((100% / (12 / 12)) - 40px);
}
.l-grid-auto {
  flex: 1;
  margin: 0 calc(40px / 2);
}
.l-tile-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 1)) - 0.1px);
  max-width: calc((100% / (12 / 1)));
}
.l-tile-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 2)) - 0.1px);
  max-width: calc((100% / (12 / 2)));
}
.l-tile-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 3)) - 0.1px);
  max-width: calc((100% / (12 / 3)));
}
.l-tile-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 4)) - 0.1px);
  max-width: calc((100% / (12 / 4)));
}
.l-tile-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 5)) - 0.1px);
  max-width: calc((100% / (12 / 5)));
}
.l-tile-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 6)) - 0.1px);
  max-width: calc((100% / (12 / 6)));
}
.l-tile-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 7)) - 0.1px);
  max-width: calc((100% / (12 / 7)));
}
.l-tile-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 8)) - 0.1px);
  max-width: calc((100% / (12 / 8)));
}
.l-tile-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 9)) - 0.1px);
  max-width: calc((100% / (12 / 9)));
}
.l-tile-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 10)) - 0.1px);
  max-width: calc((100% / (12 / 10)));
}
.l-tile-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 11)) - 0.1px);
  max-width: calc((100% / (12 / 11)));
}
.l-tile-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% / (12 / 12)) - 0.1px);
  max-width: calc((100% / (12 / 12)));
}
.l-tile-grid-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc((100% / (12 / 1)));
}
.l-offset-left-2 {
  margin-left: calc((100% / (12 / 2)));
}

.l-offset-left-3 {
  margin-left: calc((100% / (12 / 3)));
}

.l-offset-left-4 {
  margin-left: calc((100% / (12 / 4)));
}

.l-offset-left-5 {
  margin-left: calc((100% / (12 / 5)));
}

.l-offset-left-6 {
  margin-left: calc((100% / (12 / 6)));
}

.l-offset-left-7 {
  margin-left: calc((100% / (12 / 7)));
}

.l-offset-left-8 {
  margin-left: calc((100% / (12 / 8)));
}

.l-offset-left-9 {
  margin-left: calc((100% / (12 / 9)));
}

.l-offset-left-10 {
  margin-left: calc((100% / (12 / 10)));
}

.l-offset-left-11 {
  margin-left: calc((100% / (12 / 11)));
}

.l-offset-left-12 {
  margin-left: calc((100% / (12 / 12)));
}

.l-offset-right-1 {
  margin-right: calc((100% / (12 / 1)));
}
.l-offset-right-2 {
  margin-right: calc((100% / (12 / 2)));
}
.l-offset-right-3 {
  margin-right: calc((100% / (12 / 3)));
}
.l-offset-right-4 {
  margin-right: calc((100% / (12 / 4)));
}
.l-offset-right-5 {
  margin-right: calc((100% / (12 / 5)));
}
.l-offset-right-6 {
  margin-right: calc((100% / (12 / 6)));
}
.l-offset-right-7 {
  margin-right: calc((100% / (12 / 7)));
}
.l-offset-right-8 {
  margin-right: calc((100% / (12 / 8)));
}
.l-offset-right-9 {
  margin-right: calc((100% / (12 / 9)));
}
.l-offset-right-10 {
  margin-right: calc((100% / (12 / 10)));
}
.l-offset-right-11 {
  margin-right: calc((100% / (12 / 11)));
}
.l-offset-right-12 {
  margin-right: calc((100% / (12 / 12)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-grid-4"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc((100% / (12 / 6)) - 40px - 0.1px);
    max-width: calc((100% / (12 / 6)) - 40px);
    margin-left: calc(40px / 2);
    margin-right: calc(40px / 2);
  }
  [class*="l-grid-4x"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / (12 / 6)) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc((100% / (12 / 6)) - 16px);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-grid-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/*==============================
-c-pagination
===============================*/
.c-pagination-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(68, 68, 68, 0.8);
}

.c-pagination {
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-pagination span,
.c-pagination a {
  display: block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 1.4px;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  background-color: #474747;
}
@media only screen and (max-width: 767px) {
  .c-pagination span,
  .c-pagination a {
    font-size: 1.2rem;
  }
}

.c-pagination .current {
  font-size: 1.4rem;
  background-color: #d02424;
}

.c-pagination-single-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-wrapper {
    padding: 20px 0;
  }
}

.c-pagination-single-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-box {
    font-size: 3rem;
    padding: 0;
  }
}
.c-pagination-single-box:hover .c-pagination-single-img {
  transition: ease 0.2s;
  opacity: 0.7;
}
.c-pagination-single-box:hover.c-pagination-single-prev,
.c-pagination-single-box:hover.c-pagination-single-next {
  opacity: 1;
}
.c-pagination-single-box:hover .c-pagination-single-prev {
  opacity: 0.7;
  transition: 0.2s;
}
.c-pagination-single-box:hover .c-pagination-single-next {
  opacity: 0.7;
  transition: 0.2s;
}

.c-pagination-single-djs-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-box {
    padding: 0;
  }
}
.c-pagination-single-djs-box:hover {
  transition: ease 0.2s;
  opacity: 0.7;
}

.c-pagination-single-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #474747;
  border-bottom: solid 2px #474747;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #474747;
  border-bottom: solid 2px #474747;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-djs-namearea {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 010px;
}

.c-pagination-single-djs-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-djs-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-pagination-single-titlearea {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #474747;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-titlearea {
    width: 80%;
  }
}

.c-pagination-single-title {
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #474747;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-title {
    font-size: 1.2rem;
  }
}

.c-pagination-single-date,
.c-pagination-single-date span {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-date,
  .c-pagination-single-date span {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

.c-pagination-single-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / (12 / 6)) - 40px - 0.1px);
    max-width: calc((100% / (12 / 6)) - 40px);
    position: relative;
    margin: 0 calc(40px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-pagination-single-area-lefttext {
  color: #444;
}

.c-pagination-single-area-righttext {
  text-align: right;
  color: #444;
}

.c-pagination-single-djs-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / (12 / 6)) - 40px - 0.1px);
    max-width: calc((100% / (12 / 6)) - 40px);
    position: relative;
    margin: 0 calc(40px / 2);
  }
}

.c-pagination-single-djs-img {
  padding-top: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-pagination-single-djs-img::before {
  content: "";
  transition: ease 0.2s;
}
.c-pagination-single-left {
  margin: 0;
}

.c-pagination-single-right {
  margin: 0;
}

.c-pagination-single-djs-prev {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-prev {
    padding: 10px;
  }
}

.c-pagination-single-djs-prev:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease 0.2s;
}
.c-pagination-single-djs-next {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-next {
    padding: 10px;
  }
}
.c-pagination-single-djs-next:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease 0.2s;
}

.c-pagination-single-prev {
  width: 100%;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-prev {
    padding: 5px;
  }
}

.c-pagination-single-next {
  width: 100%;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-next {
    padding: 10px;
  }
}

.c-pagination-single-img {
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-pagination-single-img::before {
  content: "";
  background-color: transparent;
  transition: ease 0.2s;
}

/*==============================
-Loading
===============================*/
.c-loading-wrapper {
  position: fixed;
  background-color: #474747;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-animation: c-loading-end 1.4s ease-out 2.4s both;
  animation: c-loading-end 1.4s ease-out 2.4s both;
  z-index: -10;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
@keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
.c-loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  top: calc(50% - 30px);
  text-align: center;
}

.c-loading-areapicture {
  width: 500px;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .c-loading-areapicture {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  35% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  65% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  95% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}
@keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}

.c-loading-line-cyber {
  fill: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-loading-line-cyber-text {
  fill: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-text 1.8s ease-in 1s both;
  animation: c-loading-text 1.8s ease-in 1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}
@keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}

.c-text-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}
.c-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-text-lead,
.c-pagination span,
.c-pagination a,
.c-pagination-single-date,
.c-pagination-single-date span,
.c-pagination-single-area-lefttext,
.c-pagination-single-area-righttext,
.p-privacy-header,
.p-privacy-header span,
.p-privacy-text,
.p-privacy-lead,
.p-privacy-title,
.p-privacy-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-text-lead,
  .c-pagination span,
  .c-pagination a,
  .c-pagination-single-date,
  .c-pagination-single-date span,
  .c-pagination-single-area-lefttext,
  .c-pagination-single-area-righttext,
  .p-privacy-header,
  .p-privacy-header span,
  .p-privacy-text,
  .p-privacy-lead,
  .p-privacy-title,
  .p-privacy-desc {
    font-size: 1.6rem;
  }
}

.c-text-bg,
.c-pagination-single-djs-img,
.c-pagination-single-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-text-bg::before,
.c-pagination-single-djs-img::before,
.c-pagination-single-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-text-center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
}
.c-text-btn {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #474747;
  border: 2px solid #474747;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}

.c-text-btn:hover {
  transition: ease 0.2s;
  color: #474747;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-text-display-pc {
    display: none;
  }
}

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

.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-text-break-pc {
    display: inline;
  }
}

.c-text-break-sp {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

.c-text-crumbs-area {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.c-text-crumbs-area a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .c-text-crumbs-area {
    margin-bottom: 40px;
  }
}

.c-text-crumbs {
  display: block;
  width: 100%;
}

.c-text-crumbs li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .c-text-crumbs li {
    font-size: 1.4rem;
  }
}

.c-text-crumbs li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  transition: ease 0.3s;
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-text-crumbs li a:hover {
  opacity: 0.7;
  transition: ease 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-text-crumbs li a {
    font-size: 1.2rem;
  }
}

.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-text-btn-area-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / (12 / 6)) - 40px - 0.1px);
    max-width: calc((100% / (12 / 6)) - 40px);
    position: relative;
    margin: 0 calc(40px / 2);
    margin-left: calc((100% / (12 / 3)) + (40px / 2));
    margin-right: calc((100% / (12 / 3)) + (40px / 2));
    margin-left: calc((100% / (12 / 3)) + (40px / 2));
    margin-right: calc((100% / (12 / 3)) + (40px / 2));
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 8px 5px;
  margin: 0 auto;
  background-color: #474747;
  border: 1px solid #474747;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
  }
}
.c-text-btn-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-animation: c-text-btn-item-fadeout-before 0.45s
    cubic-bezier(0.86, 0.3, 0.37, 1) 0s forwards;
  animation: c-text-btn-item-fadeout-before 0.45s
    cubic-bezier(0.86, 0.3, 0.37, 1) 0s forwards;
}
.c-text-btn-item:hover {
  cursor: pointer;
  color: #474747;
  transition: ease-in 0.4s;
}
.c-text-btn-item:hover::before {
  content: "";
  position: absolute;
  -webkit-animation: c-text-btn-item-fadein-before 0.4s
    cubic-bezier(0.86, 0, 0.07, 1) 0s forwards;
  animation: c-text-btn-item-fadein-before 0.4s cubic-bezier(0.86, 0, 0.07, 1)
    0s forwards;
}

@-webkit-keyframes c-text-btn-item-fadein-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
@keyframes c-text-btn-item-fadein-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
@-webkit-keyframes c-text-btn-item-fadeout-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(200%);
  }
}
@keyframes c-text-btn-item-fadeout-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(200%);
  }
}
/*==============================
_c-all
===============================*/
.c-order-box {
  margin: 60px 20px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-order-box {
    margin: 40px 20px 0;
  }
}

.c-order-text {
  font-size: 1.8rem;
  color: #306095;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .c-order-text {
    font-size: 1.4rem;
  }
}

.c-order-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #d02424;
  border-radius: 12px;
  padding: 12px 80px 14px;
}
@media only screen and (max-width: 900px) {
  .c-order-btn {
    font-size: 1.4rem;
    padding: 12px 0 14px;
    width: 100%;
  }
}

/*==============================
-c-form-confirmation.scss
===============================*/
.c-form-confirmation-body {
  background: #ffffff;
}

.c-form-confirmation-inner {
  padding-top: 120px;
  color: #474747;
}

.c-form-confirmation-lead {
  padding-top: 15px;
}

.c-form-confirmation-table {
  width: 100%;
  margin: 0 0 40px 0;
}

.c-form-confirmation-table td,
table.formTable th {
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 15px;
  color: #474747;
}

.c-form-confirmation-table th {
  border: 1px solid #ccc;
  background: #eee;
  color: #474747;
  text-align: left;
  font-size: 1.4rem;
  padding: 8px 10px;
  width: 30%;
  text-align: right;
}

.c-form-confirmation-submit-btn {
  background: #474747;
  border: 2px solid #474747;
  color: #fff;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-submit-btn:hover {
  background: none;
  color: #474747;
}

.c-form-confirmation-return-btn,
.c-form-confirmation-return-btn-error {
  background: #aaa;
  border: 2px solid #aaa;
  color: #111;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-return-btn:hover,
.c-form-confirmation-return-btn-error:hover {
  background: none;
  color: #aaa;
}

.c-form-confirmation-return-btn-error {
  width: 100px;
  padding: 10px 15px;
}

.c-form-confirmation-center {
  text-align: center;
}

.c-form-confirmation-footer {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/*==============================
-c-form-thanks.scss
===============================*/
.c-form-thanks-wrapper {
  width: 100%;
  text-align: center;
}

.c-form-thanks-inner {
  padding: 200px 0;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-inner {
    padding: 120px 0;
  }
}

.c-form-thanks-heading {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-heading {
    font-size: 2rem;
  }
}

.c-form-thanks-line {
  width: 40%;
  height: 2px;
  margin: 25px auto 30px auto;
}

.c-form-thanks-lead {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-lead {
    font-size: 1.4rem;
  }
}

.c-form-thanks-anchor-btn {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 10px;
  outline: none;
  border: none;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #888;
  border: 2px solid #888;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-anchor-btn {
    width: 80%;
  }
}
.c-form-thanks-anchor-btn:hover {
  transition: ease 0.2s;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #888;
  color: #888;
}

/*==============================
-Page
===============================*/
.c-form-wrapper {
  padding-top: 90px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c-form-wrapper {
    padding: 90px 0 40px 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-form-wrapper {
    padding-top: 65px;
    z-index: 0;
  }
}

.c-form-text-area {
  margin-top: 120px;
}

.c-form-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}

.c-form-note {
  color: #c00;
  margin-top: 0.5rem;
}

.c-form {
  margin-bottom: 80px;
}

.c-form-box {
  margin-bottom: 40px;
}

.c-form-index {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-form-index {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.c-form-required {
  color: #c00;
  border: 1px solid #c00;
  padding: 1px 3px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-free {
  color: gray;
  border: 1px solid gray;
  padding: 1px 3px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1rem;
}
.c-form-optional {
  background-color: #444;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-index-formlabel select,
.c-form-index-formlabel select option {
  border: solid 1px #888;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #474747;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formlabel select,
  .c-form-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.c-form-select {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.c-form-index-select::before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "FontAwesome";
  color: #333;
}

.c-form-index-formarea {
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formarea {
    font-size: 1.6rem;
  }
}

.c-form-index-formattachment-title {
  font-size: 2rem;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formattachment-title {
    font-size: 1.7rem;
  }
}

.c-form-index-formattachment {
  color: #333;
  font-size: 1.6rem;
  padding: 10px 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formattachment {
    font-size: 1.4rem;
    padding: 0 0 10px;
    margin-bottom: 5px;
  }
}

textarea.c-form-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  textarea.c-form-index-formarea {
    font-size: 1.6rem;
  }
}

#c-form-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::placeholder {
  /* Others */
  color: #ccc;
}

.c-form-privacy {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.c-form-privacy-link-area {
  display: block;
  height: 160px;
  overflow-y: scroll;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
}

.c-form-privacy-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.c-form-privacy-descarea {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
}

.c-form-privacy-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #d02424;
  transition: ease 0.3s;
  text-decoration: underline;
}
.c-form-privacy-link:hover {
  transition: ease 0.2s;
  opacity: 0.7;
}

.c-form-index-lead {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  background-color: #eee;
  padding: 10px;
}

.c-form-att-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px;
  background-color: #eee;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #d02424;
}

.c-form-checkarea {
  position: relative;
  padding: 10px 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-form-checkarea {
    margin-bottom: 0;
  }
}
.c-form-checkarea input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.c-form-checkarea input[type="radio"] + .c-form-contact-check {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c-form-checkarea input[type="radio"] + .c-form-contact-check {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
  }
}
.c-form-checkarea input[type="radio"] + .c-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: -0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.c-form-checkarea input[type="radio"]:checked + .c-form-contact-check:before {
  background-color: #1a3260;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type="radio"]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #000;
}
.c-form-checkarea input[type="radio"] + .c-form-contact-check:empty:before {
  margin-right: 0;
}
.c-form-checkarea input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: none;
}
.c-form-checkarea input[type="checkbox"] + .c-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin: 10px 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .c-form-checkarea input[type="checkbox"] + .c-form-contact-check {
    font-size: 1.3rem;
    margin: 10px 0 20px 25px;
  }
}
.c-form-checkarea input[type="checkbox"] + .c-form-contact-check:before {
  content: "";
  position: absolute;
  left: 0;
  background: #f4f4f4;
  border-radius: 14%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.c-form-checkarea
  input[type="checkbox"]:checked
  + .c-form-contact-check:before {
  background-color: #1a3260;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type="checkbox"]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #000;
}
.c-form-checkarea input[type="checkbox"] + .c-form-contact-check:empty:before {
  margin-right: 0;
}

.c-form-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-form-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-form-btn-item {
  position: relative;
  display: block;
  width: 200px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 10px;
  margin: 20px auto 0 auto;
  background-color: #1a3260;
  border: 2px solid #1a3260;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-form-btn-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-form-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-btn-item:hover {
  transition: ease 0.2s;
  color: #000 !important;
  background-color: #fff;
}
.c-form-btn-item:disabled {
  transition: ease 0.2s;
  opacity: 0.3;
}
.c-form-btn-item:disabled:hover {
  opacity: 0.3;
  cursor: default;
  background-color: #1a3260;
  border: 2px solid #1a3260;
  color: #ffffff !important;
}

.c-form-return-item {
  position: relative;
  display: block;
  display: block;
  width: 200px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #444 !important;
  padding: 10px;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border: 2px solid #444;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-form-return-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-form-return-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-return-item:hover {
  transition: ease 0.2s;
  color: #ffffff !important;
  background-color: #444;
}

.c-form-header {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-form-header {
    font-size: 1.7rem;
    margin-bottom: 45px;
  }
}
.c-form-header:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #000000;
  width: 40px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-form-header:before {
    top: 40px;
  }
}

.c-form-about-catch {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .c-form-about-catch {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-form-about-catch span {
    display: block;
  }
}

.c-form-about {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-form-about {
    font-size: 1.2rem;
    text-align: left;
  }
  .c-form-about br {
    display: none;
  }
}

.c-form-about-company {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .c-form-about-company {
    font-size: 1.2rem;
  }
}

.c-form-about-header {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-form-about-header {
    font-size: 1.2rem;
  }
}

.c-form-about-lead {
  overflow: auto;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: justify;
  height: 200px;
  margin-bottom: 3rem;
  padding: 1rem;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-form-about-lead {
    font-size: 1.1rem;
    padding: 0.5rem;
  }
}

.c-form-confirmation {
  margin-bottom: 50px;
}

.c-form-confirmation-text {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  position: relative;
  margin-left: 15px;
}
.c-form-confirmation-text input {
  position: absolute;
  left: -15px;
  top: 2px;
}

.c-form-radio-contents {
  display: none;
}

.c-form-about-company-tel {
  color: #363636;
  font-size: 1.5rem;
}

.c-form-contract2-header {
  height: 80px;
}

.c-form-about-footer {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-form-about-footer-logo {
  width: 180px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-form-about-footer-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 900px) {
  .c-form-lineup-list-grid {
    flex-basis: calc((100% / (12 / 6)) - 20px - 0.1px);
    margin: 0px calc(20px / 2);
    max-width: calc((100% / (12 / 6)) - 20px);
  }
}

.c-form-lineup-list-images {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-form-lineup-list-original {
  margin: 10px 0;
}

.c-fome-privacy {
  color: #306095;
  font-size: 1.6rem;
  text-decoration: underline;
}

/*==============================
_c-header
===============================*/
.c-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 1px 10px #7d7d7d;
}

.c-header-box {
  position: relative;
  width: 95%;
  height: 80px;
  margin: 35px auto auto auto;
  padding: 0 15px 15px 15px;
}
@media only screen and (max-width: 900px) {
  .c-header-box {
    height: 60px;
    margin: 5px auto auto auto;
    padding: 0 0 5px;
  }
}

.c-header-logo {
  max-width: 200px;
  max-height: 35px;
}

.c-header-logo-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 900px) {
  .c-header-logo-link {
    width: 120px;
  }
}

.c-header-nav-contact-list {
  display: flex;
  float: right;
  background-color: #ffffff;
}
.c-header-nav-contact-list-link {
  /* font-size: 3.7rem; */
  font-size: 3rem;
  padding: 0px;
}
.header-right .c-header-nav-contact-list-link {
  width: 22px;
  font-size: 1.8rem;
}
.c-header-nav-contact-list-link.line {
  color: #1dcd00;
}
.c-header-nav-contact-list-link.twitter {
  color: #1da1f2;
}
.c-header-nav-contact-list-link.facebook {
  color: #3b5998;
}
.c-header-nav-contact-list-link.youtube {
  color: #cd201f;
}
.c-header-nav-contact-list-link.instagram {
  color: #262626;
}
.c-header-nav-contact-list-link.tel,
.c-header-nav-contact-list-link.hp {
  color: #1a3260;
}

.c-header-order-btn {
  color: #ffffff;
  background-color: #d02424;
  border-radius: 12px;
}
@media only screen and (max-width: 374px) {
  .c-header-logo-link {
    width: 84px;
    margin-top: 5px;
  }
  .c-header-order-btn {
    margin-top: 4px;
  }
}

.c-header-nav-tel-business {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.c-header-nav-tel {
  width: 100%;
  color: black;
  font-size: 2rem;
}
.c-header-nav-mailaddress {
  width: 100%;
  color: black;
  font-size: 2rem;
}
.c-header-nav-business-hour {
  width: 100%;
  color: black;
  font-size: 2rem;
}
.c-header-nav-business-hour-blue {
  width: 100%;
  color: blue;
  font-size: 2rem;
}

@media screen and (max-width: 560px) {
  .c-header-nav-tel {
    width: 100%;
    color: black;
    font-size: 2rem;
  }
  .c-header-nav-mailaddress {
    width: 100%;
    color: black;
    font-size: 1.5rem;
  }
  .c-header-nav-business-hour {
    width: 100%;
    color: black;
    font-size: 1.5rem;
  }
  .c-header-nav-business-hour-blue {
    width: 100%;
    color: blue;
    font-size: 1.5rem;
  }
}

/*==============================
_c-footer
===============================*/
.c-footer {
  background-color: #1a3260;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-footer {
    padding: 25px 0;
  }
}

.c-footer-copy {
  color: #ffffff;
  font-size: 12px;
}

/*==============================
-Component
===============================*/
.c-modal-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}
.c-modal-wrapper.active {
  -webkit-animation: c-modal-close-anime 2.4s both 0s ease-out;
  animation: c-modal-close-anime 2.4s both 0s ease-out;
}

@-webkit-keyframes c-modal-close-anime {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
}
@keyframes c-modal-close-anime {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
}
.c-modal-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  overflow-y: scroll;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-box::-webkit-scrollbar {
  display: none;
}

/* ポップアップの内容 */
.c-modal-content {
  margin: 100px auto;
  width: 100%;
}

.c-modal-img-link {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-modal-img-link {
    width: 100%;
  }
}

.c-modal-img {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-modal-img {
    width: 100%;
  }
}

.c-modal-content-box {
  position: relative;
  width: 40%;
  height: auto;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .c-modal-content-box {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-content-box {
    width: 90%;
  }
}

.c-modal-close-btn {
  font-size: 3rem;
  color: #000;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 999;
}
.c-modal-close-btn:hover {
  cursor: pointer;
}

/* ===== Page ===== */
/*==============================
-Page
===============================*/
/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: 0.3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: 0.2s;
}

/*==============================
-Page
===============================*/
.p-privacy-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 180px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 120px 0;
  }
}

.p-privacy-header {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.p-privacy-header span {
  text-align: center;
}

.p-privacy-text {
  text-align: center;
  margin-bottom: 40px;
}

.p-privacy-lead {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .p-privacy-lead {
    font-size: 1.4rem;
  }
}

.p-privacy-descarea {
  display: block;
  width: 100%;
}

.p-privacy-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  .p-privacy-title {
    font-size: 1.4rem;
  }
}

.p-privacy-desc {
  position: relative;
  display: inline-block;
  color: #474747;
  margin: 0 auto 40px auto;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .p-privacy-desc {
    font-size: 1.4rem;
  }
}

/*==============================
-P-top
===============================*/
.p-top-mv-wrap {
  padding-top: 115px;
}
@media only screen and (max-width: 900px) {
  .p-top-mv-wrap {
    padding-top: 60px;
  }
}

.p-top-mv-box {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  justify-items: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-top-mv-box {
    height: 40vh;
  }
}
.p-top-mv-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.18);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.p-top-mv-text-box {
  position: relative;
  z-index: 999;
  padding: 0 30px;
}

.p-top-mv-text-head {
  color: #ffffff;
  font-size: 4.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 5px;
  line-height: 1.3;
  text-shadow: 1px 1px 10px #797979;
}
@media only screen and (max-width: 900px) {
  .p-top-mv-text-head {
    font-size: 2.2rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
}

.p-top-mv-text-lead {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px #797979;
}
@media only screen and (max-width: 900px) {
  .p-top-mv-text-lead {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}

.p-top-about-wrap {
  position: relative;
  padding: 150px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-top-about-wrap {
    padding: 60px 0;
  }
}
.p-top-about-wrap::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}

.p-top-about-head {
  color: #1a3260;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .p-top-about-head {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.p-top-about-lead {
  font-size: 1.6rem;
  letter-spacing: 2.4px;
  line-height: 1.6;
  text-align: left;
  width: 50%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 900px) {
  .p-top-about-lead {
    font-size: 1.3rem;
    letter-spacing: 1.8px;
    width: 100%;
  }
}

.p-top-connect-wrap {
  position: relative;
  padding: 170px 0 150px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-wrap {
    padding: 100px 0 80px;
    background-size: auto 100%;
  }
}
.p-top-connect-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(21, 61, 105, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.p-top-connect-icon {
  width: 200px;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon {
    width: 100px;
    height: 100px;
  }
}

.p-top-connect-icon-item-box {
  position: absolute;
  width: 80px;
  padding: 15px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box {
    width: 60px;
    padding: 12px;
  }
}
.p-top-connect-icon-item-box.icon-item-01 {
  background-color: #7b98cc;
  top: 0;
  left: -210px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box.icon-item-01 {
    left: -130px;
  }
}
.p-top-connect-icon-item-box.icon-item-02 {
  background-color: #409440;
  top: -100px;
  left: -120px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box.icon-item-02 {
    top: -80px;
    left: -80px;
  }
}
.p-top-connect-icon-item-box.icon-item-03 {
  background-color: #c5b542;
  top: -140px;
  left: 20px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box.icon-item-03 {
    top: -110px;
    left: 4px;
  }
}
.p-top-connect-icon-item-box.icon-item-04 {
  background-color: #bf813a;
  top: -100px;
  right: -110px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box.icon-item-04 {
    top: -80px;
    right: -90px;
  }
}
.p-top-connect-icon-item-box.icon-item-05 {
  background-color: #a23636;
  top: 0;
  right: -200px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-icon-item-box.icon-item-05 {
    top: 0;
    right: -130px;
  }
}

.p-top-connect-text-box {
  position: relative;
  z-index: 1;
}

.p-top-connect-head {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-head {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-top-connect-head br {
    display: none;
  }
}

.p-top-connect-lead {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2.4px;
  line-height: 1.6;
  text-align: justify;
  width: 50%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 900px) {
  .p-top-connect-lead {
    font-size: 1.3rem;
    width: 100%;
  }
}

.p-top-recommended-wrap {
  padding: 150px 0;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-wrap {
    padding: 100px 0;
  }
}
.p-top-recommended-wrap .l-row {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-wrap .l-row {
    width: 100%;
  }
}

.p-top-recommended-head {
  color: #1a3260;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 50px;
}
.p-top-recommended-head span {
  display: block;
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-head {
    font-size: 26px;
  }
  .p-top-recommended-head span {
    font-size: 26px;
  }
}

.p-top-recommended-list-box {
  height: 100%;
  padding-top: 30px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px #dcdcdc;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-list-box {
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.p-top-recommended-list-images {
  width: 50%;
  padding-top: 50%;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-list-images {
    width: 30%;
    padding-top: 30%;
  }
}

.p-top-recommended-list-text-box {
  padding: 40px;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-list-text-box {
    padding: 10px 15px;
  }
}

.p-top-recommended-list-head {
  color: #1a3260;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-list-head {
    font-size: 1.6rem;
  }
}

.p-top-recommended-list-lead {
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .p-top-recommended-list-lead {
    font-size: 1.3rem;
  }
}

.p-top-lineup-wrap {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-wrap {
    padding: 100px 0;
  }
}

.p-top-lineup-bg {
  position: absolute;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  z-index: -2;
}
.p-top-lineup-bg svg {
  fill: #d6e7fa;
  zoom: 1000%;
}
.p-top-lineup-bg + .p-top-lineup-bg {
  bottom: 0;
}

.p-top-lineup-bg-box {
  fill: #d6e7fa;
}

.p-top-lineup-head {
  color: #1a3260;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 100px;
}
.p-top-lineup-head span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-head {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  .p-top-lineup-head span {
    font-size: 1.4rem;
  }
}

.p-top-lineup-list-flex {
  margin-bottom: 100px;
}
.p-top-lineup-list-flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-top-lineup-list-flex:nth-of-type(even) .p-top-lineup-list-images::after {
  top: 50px;
  left: -50px;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-flex:nth-of-type(even) .p-top-lineup-list-images::after {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-flex {
    flex-wrap: wrap-reverse;
    margin-bottom: 30px;
  }
}

.p-top-lineup-list-grid {
  display: grid;
  justify-items: center;
  align-items: center;
}

.p-top-lineup-list-box {
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-box {
    padding: 0 15px 30px;
  }
}

.p-top-lineup-list-head {
  display: inline-block;
  color: #1a3260;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-head {
    font-size: 1.8rem;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}

.p-top-lineup-list-lead {
  font-size: 1.5rem;
  letter-spacing: 1.7px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-lead {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.p-top-lineup-list-images {
  position: relative;
  width: 85%;
  padding-top: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 3px 3px 22px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-images {
    width: 90%;
    padding-top: 50%;
    margin-bottom: 50px;
  }
}
.p-top-lineup-list-images .p-top-lineup-list-images-bg {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  padding-top: 56.25%;
  background-color: #1a3260;
  box-shadow: 8px 3px 22px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-top-lineup-list-images .p-top-lineup-list-images-bg {
    top: 20px;
    left: 20px;
  }
}

.p-top-flow-wrap {
  padding: 150px 0;
  background-color: #1a3260;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-wrap {
    padding: 100px 0;
  }
}

.p-top-flow-head {
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 80px;
}
.p-top-flow-head span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-head {
    font-size: 2.8rem;
  }
  .p-top-flow-head span {
    font-size: 1.4rem;
  }
}

.p-top-flow-set:last-child .p-top-flow-triangle {
  display: none;
}

.p-top-flow-box {
  position: relative;
  max-width: 1000px;
  background-color: #ffffff;
  margin: 0 auto 50px;
  padding: 30px 100px;
  box-shadow: 8px 3px 22px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-box {
    width: calc(100% - 40px / 2);
    padding: 20px 15px;
  }
}

.p-top-flow-number {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 20px;
  color: #d97529;
  font-size: 7rem;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-number {
    top: -35px;
    font-size: 6rem;
  }
}

.p-top-flow-images-grid {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-images-grid {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 900px) {
  .p-top-flow-images {
    width: 30%;
    margin: 0 auto;
  }
}

.p-top-flow-text-grid {
  display: grid;
  align-items: center;
}

.p-top-flow-text-head {
  color: #1a3260;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-text-head {
    font-size: 1.8rem;
  }
}

.p-top-flow-text-lead {
  font-size: 1.5rem;
  letter-spacing: 1.7px;
  line-height: 1.4;
  text-align: justify;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-text-lead {
    font-size: 1.4rem;
  }
}

.p-top-flow-text-lead-link {
  color: #474747;
  font-size: 1.5rem;
  letter-spacing: 1.7px;
  line-height: 1.4;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-text-lead-link {
    font-size: 1.4rem;
  }
}

.p-top-flow-triangle {
  width: 0;
  height: 0;
  margin: 0 auto 50px;
  border-style: solid;
  border-width: 30px 42.5px 0 42.5px;
  border-color: #d97529 transparent transparent transparent;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-triangle {
    border-width: 22px 30px 0 30px;
  }
}

.p-top-flow-order-text {
  color: #ffffff;
  padding-top: 80px;
}
@media only screen and (max-width: 900px) {
  .p-top-flow-order-text {
    padding-top: 20px;
  }
}

.p-top-company-wrap {
  padding: 150px 0;
}
@media only screen and (max-width: 900px) {
  .p-top-company-wrap {
    padding: 100px 0;
  }
}

.p-top-company-head {
  color: #1a3260;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 100px;
}
.p-top-company-head span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 900px) {
  .p-top-company-head {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  .p-top-company-head span {
    font-size: 1.4rem;
  }
}

.p-top-company-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  padding: 30px 5px;
  margin: 0 auto;
  border-bottom: 1px solid #474747;
}
@media only screen and (max-width: 900px) {
  .p-top-company-flex {
    padding: 15px 5px;
  }
}

.p-top-company-text-head {
  font-size: 16px;
  font-weight: bold;
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .p-top-company-text-head {
    font-size: 1.4rem;
  }
}

.p-top-company-text-lead {
  font-size: 16px;
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .p-top-company-text-lead {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/*==============================
-Page
===============================*/
.p-contact-wrapper {
  padding: 120px 0 60px 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-contact-wrapper {
    padding: 120px 10px 80px 10px;
  }
}

.p-contact-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 80px;
}

.p-contact-form {
  margin-bottom: 80px;
}

.p-contact-index {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-contact-index {
    font-size: 1.2rem;
  }
}

.p-contact-form-required {
  background-color: #c00;
  color: #ffffff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.p-contact-index-formlabel select,
.p-contact-index-formlabel select option {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #888;
  display: block;
  font-size: 1.4rem;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formlabel select,
  .p-contact-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.p-contact-select {
  display: block;
  width: 100%;
}

.p-contact-index-formarea {
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formarea {
    font-size: 1.6rem;
  }
}

textarea.p-contact-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  textarea.p-contact-index-formarea {
    font-size: 1.6rem;
  }
}

#p-contact-submit {
  width: 100%;
}

/* ===== Single ===== */
/*==============================
-Single
===============================*/
.s-sc-space {
  display: block;
  padding-top: 20px;
}

.s-sc-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.s-sc-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-benefits {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: green;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-benefits {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s-sc-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: green;
}
.s-sc-guest {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: gold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-guest {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-guest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: gold;
}

.s-sc-men {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: blue;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-men {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-ladies {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: pink;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-ladies {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-common {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-common {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .s-sc-lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.s-sc-lead + .s-sc-lead {
  margin-top: 5px;
}

.s-sc-attention {
  display: inline-block;
  background-color: red;
  padding: 2px 10px;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-attention {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: inherit;
  word-break: break-all;
  text-align: left;
}
.s-sc-linklead::before {
  content: "・";
  font-size: 1.4rem;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .s-sc-linklead {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-link {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s-sc-link:hover {
  text-decoration: none;
  text-shadow: red;
}
@media only screen and (max-width: 767px) {
  .s-sc-link {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.s-sc-movie {
  position: relative;
  padding-top: 28.125%;
  margin-bottom: 10px;
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .s-sc-movie {
    width: 100% !important;
    padding-top: 56.25%;
  }
}

.s-sc-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.services-quantity {
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  -moz-appearance: none;
  appearance: none;
  width: 7.5rem !important;
  margin: 10px 0;
}
.services-quantity:disabled {
  background: #ddd;
}
.services-quantity:disabled::placeholder {
  color: #999;
}

/* ======================================================
_custom.scss
====================================================== */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.2s ease;
  animation: a-fadein 0.8s both 0.2s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}

/* アイキャッチ画像 ------------------------------*/
.icatch-image {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .icatch-image {
    width: 97vw;
    padding: 60px 0;
  }
}

/* swiper ------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cs-btn {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  -webkit-box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}
.cs-btn_gray {
  background: #c3c3c3;
  color: white;
}
.cs-btn_white {
  background: #ffffff;
  color: rgb(11, 11, 11);
}
.cs-btn_active {
  color: #fff;
  background: #109cf1;
}
.variation-select select {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
}
