@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: 'Noto Sans JP', 'sans-serif';
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/

  overflow-y: scroll;
}

body {
  margin: 0;
  overflow: hidden;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  /* font-style: italic; */
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

html,
body {
  width: 100%;
  min-width: 320px;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  vertical-align: top;
}

* {
  filter: inherit;
}

p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

* {
  font-family: 'Noto Sans JP', 'sans-serif';
}

body {
  font-size: 1.6rem;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', 'sans-serif';
  line-height: 1.6;
  color: #2c221f;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

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

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

.notouch a:not([href^="tel:"]) {
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.notouch a:not([href^="tel:"]):hover {
  opacity: 0.7;
}

.notouch header .h_gnav ul .link:hover,
.notouch footer .f_snav ul a:hover {
  color: #ffffff;
}

.notouch header .h_gnav ul .nolink a:hover,
.notouch footer .f_gnav ul .nolink a:hover {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.notouch .mfp-close {
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.notouch .mfp-close:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
header {
  z-index: 100;
  width: 100%;
  background-color: #5081A5;
}

header .h_gnav {
  width: 50px;
  height: 80px;
  overflow: hidden;
  opacity: 0;
  transition: 500ms width ease, 200ms opacity ease;
}

header .h_gnav {
  width: 100%;
  opacity: 1;
}

header .h_gnav img {
  width: auto;
}

header .h_gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

header .h_gnav ul li {
  opacity: 0;
  transition: 500ms opacity ease 500ms;
}

header .h_gnav ul li {
  opacity: 1;
}

header .h_gnav ul .link {
  background-color: #eee;
  position: relative;
  font-size: 0;
}

header .h_gnav ul .link a {
  display: inline-block;
}

header .h_gnav ul li:first-child a {
  padding-right: 34px;
}

header .h_gnav ul li:nth-child(4) {
  display: none;
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer {
  display: flex;
  justify-content: center;
  padding: 40px 38px;
  background-color: #5081A5;
  /* border-top: 2px solid #9c8b56; */
  color: #ffffff;
}

footer .f_block {
  position: relative;
  width: 1260px;
}

footer .f_gnav {
  margin-bottom: 26px;
}

footer .f_gnav ul {
  display: flex;
  justify-content: flex-start;
  height: 26px;
}

footer .f_gnav ul li {
  display: flex;
  font-size: 14px;
  align-items: start;
  padding-top: 5px;
}

footer .f_gnav ul li:not(:last-child) {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid #ffffff;
}

footer .f_gnav ul a,
footer .f_gnav ul .info-mail {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}

footer .f_copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .f_copyright {
  font-size: 12px;
}

footer .f_copyright ul li.copyright {
  margin-top: 17px;
  text-align: right;
  line-height: 1;
}

#page_top {
  position: fixed;
  right: 50px;
  bottom: 48px;
  background: #5081A5;
  opacity: 1;
  border-radius: 50%;
  z-index: 999;
}

#page_top.position-absolute {
  position: absolute;
}

#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

#page_top a img {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* --------------------------------------------------
  top
-------------------------------------------------- */
.section {
  position: relative;
  line-height: 1.8;
}

.ft_sec {
  position: relative;
  line-height: 1.8;
}

.section.general#about .img_wrap li.third-line .credit-title {
  margin-bottom: 16px;
  padding-bottom: 18px;
  /* border-bottom: 1px solid #d6bf78; */
  flex-wrap: wrap;
  display: block;
  font-size: 24px;
  font-weight: 700;
  /* font-style: italic; */
  text-align: center;
}

/*.section.general#about .img_wrap li.third-line .credit-notice {
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d6bf78;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.64px;
}*/
.section.general#about .img_wrap li.third-line dd dl dd {
  flex-wrap: wrap;
  font-size: 15px;
  text-align: left;
  letter-spacing: -1px;
}

.section.general#about .img_wrap li.third-line dd dl dd.conditions-container {
  margin-top: 8px;
}

.section.general#about .img_wrap ul.conditions {
  font-size: 15px;
}

.section.general#about .img_wrap ul.conditions li {
  margin-bottom: 0;
  text-align: left;
}

.section.general#about .img_wrap li.third-line dd dl>dd.last-child {
  margin-top: 10px;
}

.section.general#about .img_wrap li.fourth-line {
  width: 100%;
  margin-bottom: 0;
}

/* --------------------------------------------------
  hero
-------------------------------------------------- */
#hero.section {
  height: calc(100vh - 80px);
  min-height: unset;
  padding: 0;
  overflow: hidden;
}

.min-height #hero.section {
  height: 688px;
}

.min-height #hero.section .catch .wrap {
  height: 670px;
}

.low-height #hero.section .catch {
  padding: 10% 0;
}

.min-height.low-height #hero.section .catch {
  padding: 0;
}

.low-height #hero.section .hero_section .wrap .btn_area {
  text-align: center;
}

.low-height #hero.section .hero_section .wrap .btn_area .btn {
  max-width: unset;
  display: inline-block;
}

.low-height #hero.section .hero_section .wrap .btn_area .btn a {
  padding: 18px 200px;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 600ms opacity ease 200ms;
}

.onload .loading {
  opacity: 0;
}

.onload .loading.hide {
  display: none;
  z-index: -1;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 2px solid #5081A5;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loader::before,
.loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

/*
 * LOADER 1
 */
.loader-1 {
  border-top-width: 0;
}

.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/hero_bg01.jpg?=20190213) center center / cover no-repeat;
  transform: scale(1.1);
  opacity: 0;
  transition: 2400ms transform ease, 1500ms opacity ease;
}

.hero_bg.show {
  transform: scale(1);
  opacity: 1;
}

#hero.section {
  position: relative;
}

#hero.section .catch {
  overflow: visible;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#hero.section .catch .wrap {
  position: relative;
}

#hero.section .catch .catch1,
#hero.section .catch .catch2,
#hero.section .catch .catch3,
#hero.section .catch .catch4,
#hero.section .catch .catch5 {
  position: relative;
  display: block;
  width: 0;
  overflow: hidden;
}

#hero.section .catch .catch2 {
  margin-top: 40px;
}

#hero.section .catch .catch3 {
  margin-top: 30px;
}

#hero.section .catch .catch4 {
  margin-top: 5px;
}

#hero.section .catch .catch5 {
  top: 340px;
  left: 0;
  height: 128px;
}

#hero.section .catch .catch1.show {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}

#hero.section .catch .catch2.show {
  width: 520px;
  margin-right: auto;
  margin-left: auto;
}

#hero.section .catch .catch3.show {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}

#hero.section .catch .catch4.show {
  width: 818px;
  margin-right: auto;
  margin-left: auto;
}

#hero.section .catch .catch5.show {
  width: 100%;
}

#hero.section .catch .catch1:after,
#hero.section .catch .catch2:after,
#hero.section .catch .catch3:after,
#hero.section .catch .catch4:after,
#hero.section .catch .catch5:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1e1e1e;
}

#hero.section .catch .catch1.show:after,
#hero.section .catch .catch2.show:after,
#hero.section .catch .catch3.show:after,
#hero.section .catch .catch4.show:after,
#hero.section .catch .catch5.show:after {
  animation: maskanime 800ms cubic-bezier(0.86, 0, 0.07, 1) 1;
}

#hero.section .catch .catch1 .img,
#hero.section .catch .catch2 .img,
#hero.section .catch .catch2 .img2,
#hero.section .catch .catch3 .img,
#hero.section .catch .catch4 .img,
#hero.section .catch .catch5 .img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: 400ms opacity ease 400ms;
}

#hero.section .catch .catch1.show .img,
#hero.section .catch .catch2.show .img,
#hero.section .catch .catch2.show .img2,
#hero.section .catch .catch3.show .img,
#hero.section .catch .catch4.show .img,
#hero.section .catch .catch5.show .img {
  opacity: 1;
  text-align: center;
}

#hero.section .catch .catch2.show .img {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
}

#hero.section .hero_section {
  display: none;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
  transition: 400ms width cubic-bezier(0.86, 0, 0.07, 1);
}

#hero.section .hero_section.show {
  display: block;
}

#hero.section .hero_section .wrap .btn_area .btn {
  max-width: 570px;
  margin: 0 auto;
}

#hero.section .hero_section .wrap .btn_area .btn a {
  display: block;
  position: relative;
  padding: 18.5px 15px;
  background-color: #5081A5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 8px #1e1e1e;
}

#hero.section .hero_section .wrap .btn_area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url(../../assets/img/top/regist_link-arrow.png) no-repeat;
}

#hero.section .hero_section .text {
  width: 592px;
  height: 179px;
  color: #fff;
}

#hero.section .hero_section .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1e1e1e;
}

#hero.section .hero_section.show .text:after {
  animation: maskanime 800ms cubic-bezier(0.86, 0, 0.07, 1) 1 200ms;
}

.section.general#about .img_wrap li.about-payment .payment-bg>dl>.last-child {
  font-weight: bold;
}

@keyframes maskanime {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }

  50% {
    left: 0;
    right: auto;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
    width: 100%;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.ua-pc .min-height2 #hero.section {
  height: 688px;
}

#hero.section .hero_section .text .img {
  display: block;
  width: 570px;
  height: 80px;
  background-color: #9c8b56;
  margin: 0 auto;
  opacity: 0;
  transition: 400ms opacity ease 600ms;
  box-shadow: 2px 2px 8px #1e1e1e;
}

#hero.section .hero_section.show .text .img {
  opacity: 1;
}

#hero.section .scroll {
  width: 100%;
  margin-top: 76px;
  opacity: 0;
  transition: opacity 600ms ease-out;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#hero.section .scroll.show {
  opacity: 1;
}

#hero.section .scroll span {
  font-size: 16px;
}

.ua-sp #hero.section .scroll span {
  font-size: 12px;

}

#hero.section .scroll-arrow {
  position: absolute;
  bottom: 5vh;
}

@media screen and (orientation:portrait) {
  #hero.section .scroll-arrow {
    position: absolute;
    bottom: 10vh;
  }
}
@media screen and (orientation:landscape) {
  #hero.section .scroll-arrow {
    position: absolute;
    bottom: 5vh;
  }
}


#hero.section .arrow {
  animation: scrollmove 1800ms ease-in-out infinite;
  text-align: center;
  position: relative;
  bottom: 0;
}

@keyframes scrollmove {
  0% {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
}

/* --------------------------------------------------
  about
-------------------------------------------------- */
.section.general#about {
  padding: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.general#about .inner {
  padding: 100px 20px 88px;
}

.section.general#about .text_wrap {
  margin-bottom: 48px;
  padding-top: 71px;
}

.section.general#about .title {
  text-align: center;
  font-size: 48px;
  line-height: 1.39;
  font-weight: 700;
  /* font-style: italic; */
  color: #5081A5;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.section.general#about .lead {
  text-align: center;
  margin: 46px 0 54px;
  font-size: 16px;
  font-weight: 400;
}

.section.general#about .img_wrap {
  padding-bottom: 0;
}

.section.general#about .img_wrap .is-scroll-show {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.section.general#about .img_wrap li {
  margin-bottom: 56px;
  opacity: 0;
  transition: 1100ms opacity ease-out;
}

.section.general#about .img_wrap li:first-child {
  transition-delay: 0ms;
}

.section.general#about .img_wrap li:nth-child(2) {
  transition-delay: 450ms;
}

.section.general#about .img_wrap li:nth-child(3) {
  transition-delay: 900ms;
}

.section.general#about .img_wrap li:nth-child(4) {
  transition-delay: 1350ms;
}

.section.general#about .img_wrap li:nth-child(5) {
  margin-bottom: 0;
  transition-delay: 1800ms;
  text-align: center;
}

.section.general#about .img_wrap li:nth-child(6) {
  transition-delay: 2250ms;
}

.section.general#about .img_wrap .is-scroll-show.show li {
  opacity: 1;
}

.section.general#about .img_wrap .is-scroll-show li.first-line dl {
  /* background: url("../../assets/img/top/about_img01.png") no-repeat; */
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee {
  text-align: center;
  border-top: 1px solid #9c8b56;
  width: 1200px;
  margin: 58px 0;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee dt {
  position: relative;
  bottom: 28px;
  display: inline;
  background-color: #1e1e1e;
  padding: 0 40px;
  font-size: 28px;
  font-weight: 700;
  /* font-style: italic; */
  letter-spacing: 5px;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee .comment {
  margin-top: 15px;
  display: block;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee .dd-inner {
  display: inline-block;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee {
  margin-top: -20px;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div {
  font-size: 25px;
  font-weight: 700;
  /* font-style: italic; */
  border-bottom: 4px solid #9c8b56;
  letter-spacing: 2px;
  height: 86px;
}

.section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .comment .dd-inner {
  text-align: center;
  font-size: 15px;
  letter-spacing: -1px;
}

.section.general#about .img_wrap .is-scroll-show.show li p.info {
  position: relative;
  bottom: 100px;
  left: 420px;
  width: 320px;
  flex-wrap: wrap;
  text-align: left;
}

.section.general#about .img_wrap li a {
  display: block;
}

/* --------------------------------------------------
  about btn_area
-------------------------------------------------- */
.section.general#about .btn_area.btn_top {
  padding-top: 31px;
}

.section.general#about .btn_area.btn_bottom {
  padding-top: 80px;
  padding-bottom: 89px;
}

.section.general#about .btn_area .btn {
  max-width: 570px;
  margin: 0 auto;
}

.section.general#about .btn_area .btn a {
  display: block;
  position: relative;
  padding: 18.5px 15px;
  background-color: #5081A5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 8px #1e1e1e;
}

.section.general#about .btn_area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url(../../assets/img/top/regist_link-arrow.png) no-repeat;
}

.section.general#about .space {
  display: none;
}

/* --------------------------------------------------
  merit
-------------------------------------------------- */
.section.general#merit {
  padding: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.general#merit .inner {
  padding: 88px 20px;
}

.section.general#merit .text_wrap {
  margin-bottom: 80px;
}

.section.general#merit .title {
  text-align: center;
  font-size: 48px;
  line-height: 1.39;
  font-weight: 700;
  /* font-style: italic; */
  color: #ffffff;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.section.general#merit .img_wrap {
  padding-bottom: 0;
}

.section.general#merit .img_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.section.general#merit .img_wrap li {
  margin-bottom: 80px;
  opacity: 0;
  transition: 1100ms opacity ease-out;
}

.section.general#merit .img_wrap li:first-child {
  transition-delay: 0ms;
}

.section.general#merit .img_wrap li:nth-child(2) {
  transition-delay: 450ms;
}

.section.general#merit .img_wrap li:nth-child(3) {
  transition-delay: 900ms;
}

.section.general#merit .img_wrap li:nth-child(4) {
  transition-delay: 1350ms;
}

.section.general#merit .img_wrap li:nth-child(5) {
  transition-delay: 1800ms;
}

.section.general#merit .img_wrap li:nth-child(6) {
  transition-delay: 2250ms;
}

.section.general#merit .img_wrap li:last-child {
  transition-delay: 2700ms;
}

.section.general#merit .img_wrap .is-scroll-show.show li {
  opacity: 1;
  border: 2px solid #5081A5;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(5, 26, 36, 0.3), inset 0px 0px 59px 0px rgba(0, 0, 0, 0.32);
  padding: 40px;
}

.ua-pc .section.general#merit .img_wrap .is-scroll-show.show li.btn_top,
.ua-sp .section.general#merit .img_wrap .is-scroll-show.show li.btn_top {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: none;
  flex-basis: auto;
}

.section.general#merit .img_wrap li a {
  display: block;
}

.section.general#merit .img_wrap li dl dt {
  flex-wrap: wrap;
  display: flex;
  color: #5081A5;
  font-size: 30px;
  font-weight: bold;
}

.section.general#merit .img_wrap li dl {
  text-align: center;
}

.section.general#merit .img_wrap li dl dd {
  margin-top: 20px;
  color: #000000;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}

.section.general#merit .img_wrap li dl dt.merit-title_box {
  background-color: #5081A5;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.section.general#merit .img_wrap li dl dt.merit-title {
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 1.1;
  display: block;
  border-bottom: 1px solid #5081A5;
  font-weight: 700;
  /* font-style: italic; */
}

/* --------------------------------------------------
  merit btn_area
-------------------------------------------------- */
.section.general#merit .btn_area.btn_top {
  width: 100%;
  margin-bottom: 0;
}

.section.general#merit .btn_area.btn_bottom {
  padding-top: 80px;
  padding-bottom: 89px;
}

.section.general#merit .btn_area .btn {
  max-width: 570px;
  margin: 0 auto;
}

.section.general#merit .btn_area .btn a {
  display: block;
  position: relative;
  padding: 18.5px 15px;
  background-color: #5081A5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 8px #1e1e1e;
}

.section.general#merit .btn_area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url(../../assets/img/top/regist_link-arrow.png) no-repeat;
}

.section.general#merit .space {
  display: none;
}

.section.general#about .img_wrap li.first-line dl {
  height: 100%;
  padding: 24px 36px 30px;
  border: 2px solid #5081A5;
  /* background: url('/assets/img/top/about_bg07.png') #312e27 left top no-repeat /cover; */
}

.section.general#about .img_wrap li.first-line dl dt {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #5081A5;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #5081A5;
  /* font-style: italic; */
}

.section.general#about .img_wrap li.first-line dl dd {
  flex-wrap: wrap;
  display: flex;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.section.general#about .img_wrap li.about-payment dl dt.title {
  position: relative;
  bottom: 18px;
  letter-spacing: 0;
}

.section.general#merit .img_wrap .is-scroll-show.show li.btn_top {
  padding-top: 40px;
}

/* --------------------------------------------------
  flow (ご登録・利用の流れ)
-------------------------------------------------- */
.section.general#flow {
  padding: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.general#flow .inner {
  padding: 78px 20px 88px;
}

.section.general#flow .text_wrap {
  padding-bottom: 34px;
}

.section.general#flow .title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 48px;
  line-height: 1.39;
  font-weight: 700;
  /* font-style: italic; */
  color: #5081A5;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.section.general#flow .img_wrap .is-scroll-show li {
  margin-bottom: 76px;
  opacity: 0;
  transition: 1100ms opacity ease-out;
}

.section.general#flow .img_wrap .is-scroll-show li:first-child {
  transition-delay: 0ms;
}

.section.general#flow .img_wrap .is-scroll-show li:nth-child(2) {
  transition-delay: 450ms;
}

.section.general#flow .img_wrap .is-scroll-show li:nth-child(3) {
  transition-delay: 900ms;
}

.section.general#flow .img_wrap .is-scroll-show li:nth-child(4) {
  transition-delay: 1350ms;
}

.section.general#flow .img_wrap .is-scroll-show li:not(.not-last-child):last-child {
  transition-delay: 1800ms;
  margin-right: 0;
  width: 100%;
}

.section.general#flow .img_wrap .is-scroll-show.show li {
  opacity: 1;
}

.section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn {
  max-width: 570px;
  margin: 0 auto;
}

.section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn a {
  display: block;
  position: relative;
  padding: 18.5px 15px;
  background-color: #5081A5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 8px #1e1e1e;
}

.section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: url(../../assets/img/top/regist_link-arrow.png) no-repeat;
}

.section.general#flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.section.general#flow .img_wrap ul li:not(:nth-child(5n)) {
  width: 240px;
}

.section.general#flow .img_wrap ul li dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #5081A5;
}

.section.general#flow .img_wrap ul li dl .flow-number {
  color: #5081A5;
  line-height: 1.7;
  padding: 5px 0 5px;
}

.section.general#flow .img_wrap ul li dl .flow-title {
  height: 74px;
  color: #5081A5;
  font-size: 22px;
  font-weight: 700;
  /* font-style: italic; */
  line-height: 30px;
}

.section.general#flow .img_wrap ul li dl .flow-txt {
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  /* margin-top: 10px; */
  /*display: flex;*/
}

.section.general#flow .btn_list {
  display: flex;
  justify-content: center;
}

.section.general#flow .btn_list li {
  width: 420px;
}

.section.general#flow .btn_list li:not(:last-child) {
  margin-right: 40px;
}

.section.general#flow .btn_list li a {
  display: block;
  padding: 25px 12px;
  background-color: #6eb92b;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.section.general#flow .notes-txt {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
}

.box {
  color: #fff;
  padding: 40px;
}

.box1 {
  height: 100vh;
  min-height: 977px;
}

.ua-sp body {
  font-size: 1.2rem;
}

.ua-sp header .h_gnav {
  overflow: hidden;
  opacity: 1;
  transition: 500ms height ease;
  width: 100%;
  height: 100%;
}

.ua-sp header .h_gnav.show {
  width: 100%;
}

.ua-sp header .h_gnav ul {
  display: flex;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  transition: 400ms height ease;
}

.ua-sp header .h_gnav ul li {
  opacity: 1;
}

.ua-sp header .h_gnav ul li.co-logo {
  flex-basis: 36%;
  text-align: left;
}

.ua-sp header .h_gnav ul li.co-logo .pc_view {
  display: none;
}

.ua-sp header .h_gnav ul li.co-logo .sp_view {
  display: inline;
}

.ua-sp header .h_gnav ul li.navi-logo {
  flex-basis: 30%;
}

.ua-sp header .h_gnav ul .link {
  display: flex;
  flex-basis: 36%;
  padding: 0;
  text-shadow: none;
}

.ua-sp header .h_gnav ul li.link a {
  width: 50%;
}

.ua-sp header .h_gnav ul li.link a.login_btn {
  background-color: #fff;
}

.ua-sp header .h_gnav ul li.link a.regist_btn {
  background-color: #5081A5;
}

.ua-sp header .h_gnav ul li.link a .pc_view {
  display: none;
}

.ua-sp header .h_gnav ul li.link a .sp_view {
  display: inline;
}

.ua-sp header .h_gnav ul .regist-btn {
  padding: 0;
  font-size: 17px;
  height: auto;
}

.ua-sp header .h_gnav ul .regist-btn.pc {
  display: none;
}

.ua-sp header .h_gnav ul li:first-child a {
  padding-right: 0;
}

.ua-sp header .h_gnav ul li:not(:first-child) a:after {
  content: none;
}

.ua-sp footer {
  display: block;
  padding: 19px calc(20 / 375 * 100%) 45px calc(20 / 375 * 100%);
}

.ua-sp footer .f_block {
  width: 100%;
}

.ua-sp footer .f_gnav {
  margin-top: 22px;
}

.ua-sp footer .f_gnav ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

.ua-sp footer .f_gnav ul li {
  margin-bottom: 22px;
}

.ua-sp footer .f_gnav ul li:not(:first-child) {
  margin-left: 0;
}

.ua-sp footer .f_gnav ul li:not(:last-child) {
  margin-right: 0;
}

.ua-sp footer .copyright {
  margin-top: 21px;
  text-align: left;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ua-sp footer .f_gnav {
  margin-bottom: 38px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ffffff;
}

.ua-sp footer .f_gnav ul {
  flex-direction: row;
}

.ua-sp footer .f_gnav ul li,
.ua-sp footer .f_gnav ul li:not(:last-child) {
  width: 100%;
  border-right: none;
}

.ua-sp footer .f_copyright ul {
  flex-direction: column;
}

.ua-sp footer .f_copyright ul li {
  width: 100%;
}

.ua-sp footer .f_copyright ul li {
  order: 1;
}

.ua-sp footer .f_copyright ul li.copyright {
  order: 2;
  text-align: left;
  margin-top: 12px;
}

.ua-sp #ft_sec {
  height: auto !important;
}

.ua-sp #page_top {
  right: 20px;
  bottom: 38px;
}

.ua-sp #page_top a {
  width: 50px;
  height: 50px;
}

#hero.section .catch .catch1,
.ua-sp #hero.section .catch .catch2,
.ua-sp #hero.section .catch .catch3,
.ua-sp #hero.section .catch .catch4 {
  line-height: 0;
}

.ua-sp #hero.section .catch .catch1.show {
  width: calc(228 / 750 * 100vw);
}

#hero.section .catch .catch1 .img img {
  width: calc(228 / 750 * 100vw);
}

.ua-sp #hero.section .catch .catch2 .img img {
  width: calc(340 / 750 * 100vw);
}

.ua-sp #hero.section .catch .catch2 {
  margin-top: calc(2.309 / 40 * 100%);
}

.ua-sp #hero.section .catch .catch2.show {
  width: calc(560 / 750 * 100vw);
}

.ua-sp #hero.section .catch .catch2 .img2 img {
  width: 100%;
}

.ua-sp #hero.section .catch .catch3 {
  margin-top: calc(1.732 / 40 * 100%);
}

.ua-sp #hero.section .catch .catch3.show {
  width: 100%;
}

.ua-sp #hero.section .catch .catch4 {
  margin-top: calc(0.8082 / 40 * 100%);
}

.ua-sp #hero.section .catch .catch4.show {
  width: 100%;
}

.ua-sp #hero.section .catch .catch4 .img img.pc {
  display: none;
}

.ua-sp #hero.section .catch .catch4 .img img.sp {
  display: inline;
}

.ua-sp #hero.section .hero_section .wrap .btn_area .btn {
  max-width: 100%;
}

.ua-sp #hero.section .hero_section .wrap .btn_area .btn a {
  font-size: 3.73333vw;
  padding-top: calc(24.35 / 750 * 100%);
  padding-bottom: calc(24.35 / 750 * 100%);
}

.ua-sp #hero.section .hero_section .wrap .btn_area .btn a:after {
  right: calc(30 / 750 * 100%);
  width: 10px;
  height: 18px;
  background-size: contain;
  margin-top: -7px;
}

.ua-sp #hero.section .arrow {
  top: 5px;
}

.ua-sp .section.general#about {
  padding: 0;
  /* background-color: #1e1e1e; */
}

.ua-sp .section.general#about .inner {
  padding: 48px calc(40.94 / 750 * 100%) 48px;
}

.ua-sp .section.general#about .text_wrap {
  margin-bottom: 25px;
  padding-top: 35px;
}

.ua-sp .section.general#about .title {
  font-size: 20px;
  line-height: 1.35;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
  font-size: 28px;
}

.ua-sp .section.general#about .lead {
  color: #000000;
  text-align: left;
  font-size: 14px;
  margin: 30px 0 20px;
}

.ua-sp .section.general#about .img_wrap li {
  width: 100%;
  line-height: 1;
  line-height: 24px;
}

.ua-sp .section.general#about .img_wrap li img {
  width: 100%;
}

.ua-sp .section.general#about .img_wrap li.first-line dl dt {
  font-size: 20px;
  font-weight: bold;
}

.ua-sp .section.general#about .img_wrap li.first-line dl dd {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dt {
  font-size: 22px;
  bottom: 20px;
  padding: 0 20px;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee {
  margin-top: 10px;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div {
  font-size: 20px;
  height: 45px;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div span {
  font-size: 30px;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div span.m {
  font-size: 20px;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .comment .dd-inner {
  top: 14px;
  left: 0;
  line-height: 1.6;
}

.ua-sp .section.general#about .img_wrap li.about-payment {
  border-top: 1px solid #9c8b56;
}

.ua-sp .section.general#about .img_wrap li.about-payment dl dd {
  margin-top: 10px;
}

.ua-sp .section.general#about .img_wrap li.about-payment dl dd dl dt {
  font-size: 20px;
  font-weight: bold;
}

.ua-sp .section.general#about .img_wrap li.about-payment dl dd dl dd {
  font-size: 14px;
}

.ua-sp .section.general#about .img_wrap li.about-payment .payment-bg {
  margin: 30px auto 0;
  width: 760px;
  background: url("../../assets/img/top/about_img02.png") no-repeat;
  padding: 28px 40px;
  opacity: 1;
  border: 2px solid #9c8b56;
  box-shadow: 0px 0px 16px 0px rgba(5, 26, 36, 0.3), inset 0px 0px 59px 0px rgba(0, 0, 0, 0.32);
}

.ua-sp .section.general#about .btn_area.btn_top {
  padding-top: 48px;
}

.ua-sp .section.general#about .btn_area.btn_bottom {
  padding-top: 40px;
  padding-bottom: 44px;
}

.ua-sp .section.general#about .btn_area .btn {
  max-width: 100%;
}

.ua-sp .section.general#about .btn_area .btn a {
  font-size: 3.73333vw;
  padding-top: calc(24.35 / 750 * 100%);
  padding-bottom: calc(24.35 / 750 * 100%);
}

.ua-sp .section.general#about .btn_area .btn a:after {
  right: calc(30 / 750 * 100%);
  width: 10px;
  height: 18px;
  background-size: contain;
  margin-top: -7px;
}

.ua-sp .section.general#about .space {
  display: block;
  height: 168px;
}

.ua-sp .section.general#merit {
  padding: 0;
  background-image: url(../img/top/ad_bg.jpg);
}

.ua-sp .section.general#merit .inner {
  padding: 48px calc(40.94 / 750 * 100%) 64px;
}

.ua-sp .section.general#merit .text_wrap {
  margin-bottom: 48px;
  padding-top: 0;
}

.ua-sp .section.general#merit .title {
  font-size: 28px;
  line-height: 1.35;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
}

.ua-sp .section.general#merit .img_wrap ul {
  display: block;
  margin-bottom: -15px;
}

.ua-sp .section.general#merit .img_wrap li {
  width: 100%;
  display: grid;
  margin-bottom: 22px;
}

.ua-sp .section.general#merit .img_wrap li img {
  width: 100%;
}

.ua-sp .section.general#merit .btn_area.btn_top {
  padding-top: 40px;
}

.ua-sp .section.general#merit .btn_area.btn_bottom {
  padding-top: 40px;
  padding-bottom: 44px;
}

.ua-sp .section.general#merit .btn_area .btn {
  max-width: 100%;
  margin: 0;
}

.ua-sp .section.general#merit .btn_area .btn a {
  font-size: 3.73333vw;
  padding-top: calc(24.35 / 750 * 100%);
  padding-bottom: calc(24.35 / 750 * 100%);
  margin-top: 26px;
}

.ua-sp .section.general#merit .btn_area .btn a:after {
  right: calc(30 / 750 * 100%);
  width: 10px;
  height: 18px;
  background-size: contain;
  margin-top: -7px;
}

.ua-sp .section.general#merit .space {
  display: block;
  height: 700px;
}

.ua-sp #hero.section .catch {
  height: 600px;
  padding-right: calc(40.94 / 750 * 100%);
  padding-left: calc(40.94 / 750 * 100%);
}

.ua-sp .min-height #hero.section .catch .wrap {
  zoom: 0.8;
}

@media screen and (max-width: 750px) {
  .section.general#about .img_wrap li.about-payment dl dt.title {
    display: inline;
    font-size: 22px;
    padding: 0 20px;
    background-color: #1e1e1e;
  }
}

@media screen and (max-width: 414px) {
  .ua-sp #hero.section .catch {
    height: 450px;
  }

  .ua-sp #hero.section .catch .wrap {
    padding-bottom: 60px;
  }

  .ua-sp #hero.section .scroll.show {
    position: absolute;
    margin-top: 0;
    left: 0;
    bottom: 5vh;
  }
}




.ua-sp .section.general#about .img_wrap li.first-line {
  padding: 22px 0 0;
}

.ua-sp .section.general#about .img_wrap .is-scroll-show li.first-line dl {
  /* background: url(../../assets/img/top/about_img01_sp.png) no-repeat center top; */
}

.ua-sp .section.general#about .img_wrap li {
  margin-bottom: 0;
}

.ua-sp .section.general#about .img_wrap li.about-payment .payment-bg {
  background: url(../../assets/img/top/about_img02_sp.png) no-repeat center top;
  padding: 7.6% 8.9% 10%;
  width: 100%;
}

.ua-sp .section.general#about .img_wrap li.about-payment .payment-bg .credit-title .s {
  font-size: 17px;
}

.box2,
.ua-sp .box3,
.ua-sp .box4 {
  height: auto;
  min-height: auto;
}

.ua-sp .section.general#flow {
  padding: 0;
  background-color: #fff;
}

.ua-sp .section.general#flow .inner {
  width: auto;
  padding: 48px calc(40.94 / 750 * 100%) 80px;
}

.ua-sp .section.general#flow .text_wrap {
  padding-top: 0;
  padding-bottom: 24px;
}

.ua-sp .section.general#flow .title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.35;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
}

.ua-sp .section.general#flow ul {
  width: 100%;
  flex-direction: column;
}

.ua-sp .section.general#flow .img_wrap .is-scroll-show.show li {
  width: 100%;
  margin: 0;
}

.ua-sp .section.general#flow .img_wrap ul li {
  margin: 0;
}

.ua-sp .section.general#flow .btn_list {
  display: block;
  max-width: calc(670 / 750 * 100%);
  margin: 0 auto;
}

.ua-sp .section.general#flow .btn_list li {
  width: auto;
}

.ua-sp .section.general#flow .btn_list li:not(:last-child) {
  margin-bottom: 15px;
  margin-right: 0;
}

.ua-sp .section.general#flow .btn_list li a {
  padding: 12px;
  font-size: 13px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.ua-sp .section.general#flow .img_wrap ul li dl .flow-number {
  /* padding: 45px 0 35px; */
}

.ua-sp .section.general#flow .img_wrap ul li dl .flow-title {
  height: auto;
}

.ua-sp .section.general#flow .img_wrap ul li dl .flow-txt {
  margin-top: 25px;
  margin-bottom: 45px;
}

/* .ua-sp .section.general#flow .img_wrap .is-scroll-show.show .btn_area.btn_top {
  padding-top: 20px;
} */

.ua-sp .section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn {
  max-width: 100%;
}

.ua-sp .section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn a {
  font-size: 3.73333vw;
  padding-top: calc(24.35 / 750 * 100%);
  padding-bottom: calc(24.35 / 750 * 100%);
}

.ua-sp .section.general#flow .img_wrap .is-scroll-show.show .btn_area .btn a:after {
  right: calc(30 / 750 * 100%);
  width: 10px;
  height: 18px;
  background-size: contain;
  margin-top: -7px;
}

.ua-sp .pc {
  display: none;
}

.ua-sp .sp {
  display: block;
}

.ua-sp .wrapper {
  overflow-x: hidden;
}

.ua-sp .section.general#flow .notes-txt {
  margin-top: 48px;
}

.ua-sp .s {
  font-size: 20px;
  vertical-align: baseline;
}

.ua-sp #hero.section .hero_section {
  margin-top: 24px;
}

@media screen and (max-width: 750px) and (min-width: 373px) {
  .ua-sp .section.general#merit .img_wrap .is-scroll-show.show li {
    background-size: cover;
  }
}

html {
  overflow-x: auto;
}

.ua-pc header .h_gnav ul li.co-logo .pc_view {
  display: inline;
}

.ua-pc header .h_gnav ul li.co-logo .sp_view {
  display: none;
}

.ua-pc header .h_gnav ul li.link a .pc_view {
  display: inline;
}

.ua-pc header .h_gnav ul li.link a .sp_view {
  display: none;
}

.ua-pc #hero.section .catch .catch4 .img img.pc {
  display: inline;
}

.ua-pc #hero.section .catch .catch4 .img img.sp {
  display: none;
}

.ua-pc .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div span.l {
  display: inline-block;
  font-size: 46px;
  vertical-align: baseline;
  -webkit-vertical-align: baseline;
  line-height: 82px;
}

.ua-pc .section.general#about .img_wrap .is-scroll-show.show li.membership-fee dl .monthly-fee>div span.m {
  height: 68px;
  display: inline-block;
  vertical-align: baseline;
}

.ua-pc .section.general#about {
  background-color: #ffffff;
  color: #000000;
}

.ua-pc .section.general#about .img_wrap li.about-payment {
  text-align: center;
  border-top: 1px solid #9c8b56;
  width: 1200px;
}

.ua-pc .section.general#about .img_wrap li.about-payment dl dt.title {
  font-size: 28px;
  display: inline;
  background-color: #1e1e1e;
  padding: 0 40px;
}

.ua-pc .section.general#about .img_wrap li.about-payment .payment-bg {
  width: 760px;
  background: url("../../assets/img/top/about_img02.png") no-repeat;
  margin: 30px auto 0;
  padding: 28px 40px;
  opacity: 1;
  border: 2px solid #9c8b56;
  box-shadow: 0px 0px 16px 0px rgba(5, 26, 36, 0.3), inset 0px 0px 59px 0px rgba(0, 0, 0, 0.32);
}

.ua-pc .section.general#about .img_wrap li.third-line .credit-title {
  flex-wrap: wrap;
  display: block;
  font-size: 24px;
  font-weight: 700;
  /* font-style: italic; */
  text-align: center;
  line-height: 36px;
}

.ua-pc .section.general#merit {
  background-image: url(../img/top/ad_bg.jpg);
  color: #fff;
}

.ua-pc .section.general#merit .img_wrap ul {
  max-width: 1200px;
  justify-content: space-between;
}

.ua-pc .section.general#merit .img_wrap li {
  margin-right: 0 !important;
}

.ua-pc #hero.section .catch {
  height: 740px;
}

.ua-sp .low-height:not(.min-height) #hero.section .catch {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ua-pc .section.general#flow .img_wrap ul li {
  width: 350px;
}

.ua-pc .section.general#flow .img_wrap ul li dl .flow-title {
  font-size: 24px;
  position: relative;
}

.ua-pc .section.general#flow .img_wrap ul li dl .flow-title .pc-centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 240px;
  height: 36px;
}

.ua-pc .section.general#flow {
  /* background-color: #1e1e1e; */
}

.ua-pc .pc-break-line {
  display: block;
}

.ua-pc .s {
  font-size: 20px;
  vertical-align: baseline;
}

@media screen and (max-width: 1280px) {
  .ua-pc body {
    width: 1280px;
  }
}

/*@media screen and (min-width: 751px) and (max-width: 1280px) {*/
@media screen and (max-width: 1280px) {

  html.ua-pc,
  .ua-pc body {
    overflow-x: scroll;
  }

  .ua-pc .section.general#about .img_wrap li.first-line {
    width: 29%;
  }

  .ua-pc .section.general#about .img_wrap .is-scroll-show li.first-line dl {
    padding: 24px 18px 30px;
  }

  .ua-pc .section.general#merit .img_wrap .is-scroll-show.show li {
    width: 29%;
    padding: 40px 22px;
  }

  /* .ua-pc .section.general#about {
    background-color: #1e1e1e;
    color: #fff;
  } */

  .ua-pc .section.general#about .lead {
    margin: 40px 120px 70px;
  }

  .ua-pc .section.general#about .img_wrap li.first-line dl dt {
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: bold;
  }

  .ua-pc .section.general#about .img_wrap li.first-line dl dd {
    flex-wrap: wrap;
    display: flex;
    font-size: 15px;
    text-align: left;
  }

  .ua-pc .section.general#about .img_wrap li.about-payment {
    text-align: center;
    border-top: 1px solid #5081A5;
    width: 1200px;
  }

  .ua-pc .section.general#about .img_wrap li.third-line .credit-title {
    padding-left: 40px;
    flex-wrap: wrap;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }

  .ua-pc .section.general#about .img_wrap li.third-line dd dl dd {
    flex-wrap: wrap;
    display: flex;
    font-size: 15px;
  }

  .ua-pc .section.general#about .img_wrap ul.conditions {
    display: block;
    font-size: 15px;
  }

  .ua-pc .section.general#about .img_wrap ul.conditions li {
    margin-bottom: 0;
    text-align: left;
  }

  .ua-pc .section.general#merit {
    background-image: url(../img/top/ad_bg.jpg);
    color: #fff;
  }

  .ua-pc .section.general#merit .img_wrap li:not(:nth-child(3n)) {
    width: calc(339 / 1024 * 100%);
    margin-right: calc(5 / 1024 * 100%);
  }

  .ua-pc .section.general#flow .img_wrap ul li:not(:nth-child(5n)) {
    width: 22%;
  }

  .ua-pc .s {
    font-size: 20px;
    vertical-align: baseline;
  }
}

@media screen and (min-width: 1281px) {
  .ua-pc .section.general#about .img_wrap li.first-line {
    flex-basis: 347px;
  }

  .ua-pc .section.general#merit .img_wrap .is-scroll-show.show li {
    flex-basis: 347px;
  }
}

@media all and (-ms-high-contrast: none) {
  .ua-pc .section.general#merit .img_wrap .is-scroll-show.show li {
    flex-basis: 22%;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ua-pc #hero.section {
    height: calc(100vh - 180px);
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ua-pc #hero.section {
    height: calc(100vh - 150px);
  }
}