@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
*, :after, :before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
img, svg {
  vertical-align: bottom
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption {
  text-align: left
}
td, th {
  vertical-align: top
}
th {
  text-align: left
}
html {
  font-size: 2.6666666667vw;
  height: 100%
}
body {
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.8
}
body, h1, h2, h3, h4, h5, h6 {
  color: #333;
  letter-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.3
}
li, ul {
  list-style-type: none
}
strong {
  font-weight: 700
}
img {
  height: auto;
  width: 100%
}
a, a.js-hover {
  color: #333
}
.g-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px
}

.g-img100 {
  width: 100%
}
br.is-down-lg, br.is-down-sm, br.is-down-xl, br.is-down-xs, br.is-lg, br.is-md, br.is-sm, br.is-up-lg, br.is-up-sm, br.is-up-xl, br.is-up-xxl, br.is-xl, br.is-xs, br.is-xxl {
  display: none
}
.d-flex {
  display: flex
}
.d-flex.flex-row {
  flex-direction: row
}
.d-flex.flex-row-reverse {
  flex-direction: row-reverse
}
.d-flex.flex-column {
  flex-direction: column
}
.d-flex.flex-column-reverse {
  flex-direction: column-reverse
}
.d-flex.justify-content-start {
  justify-content: flex-start
}
.d-flex.justify-content-end {
  justify-content: flex-end
}
.d-flex.justify-content-center {
  justify-content: center
}
.d-flex.justify-content-between {
  justify-content: space-between
}
.d-flex.justify-content-around {
  justify-content: space-around
}
.d-flex.justify-content-evenly {
  justify-content: space-evenly
}
.d-flex.align-items-start {
  align-items: flex-start
}
.d-flex.align-items-end {
  align-items: flex-end
}
.d-flex.align-items-center {
  align-items: center
}
.d-flex.align-items-baseline {
  align-items: baseline
}
.d-flex.align-items-stretch {
  align-items: stretch
}
.d-flex > .align-self-start {
  align-self: flex-start
}
.d-flex > .align-self-end {
  align-self: flex-end
}
.d-flex > .align-self-center {
  align-self: center
}
.d-flex > .align-self-baseline {
  align-self: baseline
}
.d-flex > .align-self-stretch {
  align-self: stretch
}
.d-flex.flex-fill {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1
}
.d-flex > .flex-shrink-0 {
  flex-shrink: 0
}
.d-flex > .flex-shrink-1 {
  flex-shrink: 1
}
.d-flex > .flex-grow-0 {
  flex-grow: 0
}
.d-flex > .flex-grow-1 {
  flex-grow: 1
}
.d-flex.flex-nowrap {
  flex-wrap: nowrap
}
.d-flex.flex-wrap {
  flex-wrap: wrap
}
.d-flex.align-content-start {
  align-content: flex-start
}
.d-flex.align-content-end {
  align-content: flex-end
}
.d-flex.align-content-between, .d-flex.align-content-center {
  align-content: center
}
.d-flex.align-content-around {
  align-content: space-around
}
.d-flex.align-content-stretch {
  align-content: stretch
}
.overflow-auto {
  overflow: auto
}
.overflow-hidden {
  overflow: hidden
}
.overflow-visible {
  overflow: visible
}
.overflow-scroll {
  overflow: scroll
}
.overflow-scroll-x {
  overflow-x: scroll
}
.overflow-scroll-y {
  overflow-y: scroll
}
.position-static {
  position: static
}
.position-relative {
  position: relative
}
.position-absolute {
  position: absolute
}
.position-fixed {
  position: fixed
}
.position-sticky {
  position: sticky
}
.top-0 {
  top: 0
}
.top-50 {
  top: 50%
}
.top-100 {
  top: 100%
}
.end-0 {
  right: 0
}
.end-50 {
  right: 50%
}
.end-100 {
  right: 100%
}
.bottom-0 {
  bottom: 0
}
.bottom-50 {
  bottom: 50%
}
.bottom-100 {
  bottom: 100%
}
.start-0 {
  left: 0
}
.start-50 {
  left: 50%
}
.start-100 {
  left: 100%
}
.position-all-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}
.m-auto {
  margin: auto
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-0 {margin-top: 0;}
.mt-05 {margin-top: 0.5rem;}
.mt-1 {margin-top: 1rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
.mt-4 {margin-top: 4rem;}
.mt-5 {margin-top: 5rem;}
.mt-6 {margin-top: 6rem;}
.mt-7 {margin-top: 7rem;}
.mt-8 {margin-top: 8rem;}

.mb-0{margin-bottom: 0;}
.mb-05{margin-bottom: 0.5rem;}
.mb-1 {margin-bottom: 1rem;}
.mb-2 {margin-bottom: 2rem;}
.mb-3{margin-bottom: 3rem;}
.mb-4{margin-bottom: 4rem;}
.mb-5{margin-bottom: 5rem;}
.mb-6{margin-bottom: 6rem;}
.mb-7{margin-bottom: 7rem;}
.mb-8{margin-bottom: 8rem;}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem
}
.px-3 {
  padding-left: 2rem;
  padding-right: 2rem
}
.py-4 {
  padding-bottom: 4rem;
  padding-top: 4rem
}
.pt-2 {
  padding-top: 1rem
}
.text-start {
  text-align: left
}
.text-center {
  text-align: center
}
.text-end {
  text-align: right
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
}
:root {
  --swiper-theme-color: #007aff
}

/* ==========================================================================
    etc
    ========================================================================== */
@media (min-width:750px) {
  html {
    font-size: 20px
  }
  br.is-sm, br.is-up-md {
    display: none
  }
}
@media (max-width:749.98px) {
  br.is-down-md, br.is-md {
    display: none
  }
}

.g-main{
  overflow: hidden;
}

/* ============================================
調整
=============================================*/	

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

.fs_16{font-size: 1.6rem;}

.fss{font-size: 65%;}
.fsl{font-size: 110%;}
.fsll{font-size: 120%;}

.fc_gold{color: #d8c491;}
.fc_ye{color: #FFEC74;}
.fc_pink{color: #E4004A;}

.under_line{
  display: inline;
  padding-bottom: 1px;
  background: -moz-linear-gradient(top, transparent 60%, #ffffbc 0);
  background: -webkit-linear-gradient(top, transparent 60%, #ffffbc 0);
  background: linear-gradient(to bottom, transparent 60%, #ffffbc 0);
}

.display-bl{display: block;}

/* ============================================
img
=============================================*/	
.w-60{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.w-80{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
sup
=============================================*/	
sup{
  position: relative;
  bottom: .6em;
  font-size: 50%;
}


/* ============================================
g-head
=============================================*/	
.g-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-head__button {
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 8rem
}


/* ============================================
button-block
=============================================*/	
.front .btn {
  align-items: center;
  border-style: solid;
  border-width: .1rem;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: .3s;
  transition-property: letter-spacing;
}
.front .btn_01 {
  background-image: linear-gradient(#ad955f, #d8c491);
  border-color: #ad955f;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  width: 35.5rem;
  display: block;
  font-size: 2.2rem;
  padding-bottom: 0.6rem;
}
.front .btn_01:hover {
  letter-spacing: .05em
}
.btn_01_smallsize {
  font-size: 70%;
  display: block;
  line-height: 1;
}
.front .btn_01 .arrow {
  height: 2.6rem;
  width: 2.6rem;
  vertical-align: middle;
  margin-right: -1.2rem;
}

