@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
 
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: 'Noto Sans JP', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

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, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333333333333vw;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  html {
    font-size: 0.8340283569641368vw;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 0.8333333333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  background: #EC789B;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

img {
  width: 100%;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul, ol, li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 30rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: calc(300/375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.p-wrapper {
  position: relative;
  margin: 0 auto;
}

.page-header {
  display: none;
}

.p-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-left {
  width: calc(625/2000 * 100%);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-left {
    display: none;
  }
}

.p-left_logo {
  width: 74.3%;
  position: absolute;
  left: calc(45/375 * 100%);
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-left_logo.is_active {
  opacity: 0;
  visibility: hidden;
}

.p-left_img {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-left_img.is_active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1401px) {
  .p-left_img {
    padding-bottom: 3.4vw;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}

.p-left_desc {
  position: relative;
  width: 100%;
}

.p-left_desc::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 9rem;
  left: 0;
  bottom: 1.6rem;
  background: url(../img/wrap_bg_left.png) left top repeat-x;
  background-size: auto 100%;
}

.p-left_desc img {
  width: 17.478rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.5rem;
}

.page-main {
  width: calc(750/2000 * 100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: calc(375/1200 * 100%);
}

@media screen and (max-width: 768px) {
  .page-main {
    width: 100%;
    max-width: 75rem;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border: none;
  }
}

.p-right {
  width: calc(625/2000 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
}

.p-right .p-right_btn {
  position: absolute;
  right: -7%;
  bottom: 2%;
  width: 23.76rem;
  height: 20.7rem;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  border-radius: 1rem 0 0 1rem;
  color: #001976;
  text-align: right;
  content: "";
  background-image: url(../img/stump-bg-img01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-right .p-right_btn img {
  position: absolute;
  left: 21%;
  top: 8.1rem;
  width: 12.7804rem;
}

.p-right .p-right_btn span::after {
  position: absolute;
  content: '';
  width: 2.6rem;
  height: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/arrow_right.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-right .p-right_btn {
    display: none;
  }
}

.p-right .p-right_brand {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(375/1200 * 100%);
}

.p-right .p-right_brand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 9rem;
  left: 0;
  bottom: 0;
  background: url(../img/wrap_bg_left.png) left top repeat-x;
  background-size: auto 100%;
}

.p-right .p-right_brand img {
  width: calc(170/375 * 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-right .p-right_brand {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-right {
    width: 100%;
    z-index: 3;
    height: 0;
    left: 0;
    top: 0;
  }
}

.g-nav {
  width: calc(250/375 * 100%);
}

@media screen and (min-width: 769px) {
  .g-nav {
    width: 24rem;
    position: absolute;
    top: 8%;
    left: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: static;
    width: 100%;
    padding: 15rem 0 15rem;
    overflow-y: auto;
    background: #EC789B;
    position: relative;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-item {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
}

.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  width: 100%;
}

.menu-item:first-child a img {
  margin: auto;
  width: 23.5%;
}
.menu-item:nth-child(2) a img {
  margin: auto;
  width: 53.5%;
}
.menu-item:nth-child(3) a img {
  margin: auto;
  width: 51.5%;
}
.menu-item:nth-child(4) a img {
  margin: auto;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .menu-item:first-child a img {
    width: 12rem;
  }
  .menu-item:nth-child(2) a img {
    width: 25.94rem;
  }
  .menu-item:nth-child(3) a img {
    width: 25.3rem;
    margin-top: -0.8rem;
  }
  .menu-item:nth-child(4) a img {
    width: 32.48rem;
    margin-top: -0.8rem;
  }
  .menu-item {
    height: 10rem;
  }
}


.menu-item:nth-child(5),
.menu-item:nth-child(6),
.menu-item:nth-child(7) {
  background-color: transparent;
  height: 3rem;
  border: solid 2px #fff;
}

.menu-item:nth-child(5) a,
.menu-item:nth-child(6) a,
.menu-item:nth-child(7) a {
  height: 3rem;
}

.menu-item:nth-child(5) a img {
  margin: auto;
  width: 74.5%;
}
.menu-item:nth-child(6) a img {
  margin: auto;
  width: 57.25%;
}
.menu-item:nth-child(7) a img {
  margin: auto;
  width: 30.305%;
}

.menu-item + .menu-item {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .menu-item + .menu-item {
    margin-top: 2.5rem;
  }
  .menu-item:nth-child(5) a img {
    width: 60.56%;
  }
  .menu-item:nth-child(6) a img {
    width: 46.4%;
  }
  .menu-item:nth-child(7) a img {
    width: 24.53%;
  }
  .menu-item:nth-child(5),
  .menu-item:nth-child(6),
  .menu-item:nth-child(7) {
    height: 5rem;
    border: solid 1px #fff;
  }
}
@media screen and (min-width: 769px) {
  .menu-item + .menu-item {
    margin-top: 1.5rem;
  }
  .menu-item:nth-child(5),
  .menu-item:nth-child(6),
  .menu-item:nth-child(7) {
    background-color: transparent;
    height: 3rem;
    border: solid 0.15rem #fff;
    margin-top: .8402rem;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    margin: auto;
    width: 65rem;
  }
}

.page-main {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-main {
    padding-bottom: 10rem;
  }
}

.p-contents {
  position: relative;
}

.pagetop {
  width: 9rem;
  height: 9rem;
  position: fixed;
  right: 3rem;
  bottom: 12rem;
  z-index: 8;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .pagetop {
    width: 6rem;
    height: 6rem;
    right: 1rem;
    bottom: 1rem;
  }
}

.btn-fixed {
  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;
  width: 100%;
  height: 10rem;
  background-color: #FFF845;
  position: fixed;
  left: 0;
  bottom: 0;
}

.btn-fixed img {
  display: block;
  width: 57.9rem;
  height: auto;
}

@media screen and (min-width: 769px) {
  .btn-fixed {
    display: none;
  }
}

/** header area
====================================== **/
.arrow {
  width: 4rem;
  height: 4rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background: #D93932;
}

@media screen and (min-width: 769px) {
  .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.arrow img, .arrow svg {
  display: block;
  width: 0.5rem;
  height: 1.1rem;
  position: relative;
}

.arrow img path, .arrow svg path {
  stroke: #fff;
}

.arrow .cls-1 {
  stroke: #fff;
}

.arrow._black {
  background: #000;
}

.arrow._sm {
  width: 1.5rem;
  height: 1.5rem;
}

.arrow._sm img, .arrow._sm svg {
  width: 0.3rem;
  height: 0.6rem;
}

@media screen and (min-width: 769px) {
  .arrow._sm {
    width: 2rem;
    height: 2rem;
  }
  .arrow._sm img, .arrow._sm svg {
    width: 0.5rem;
    height: 0.9rem;
  }
}

.arrow._blank img, .arrow._blank svg {
  width: 1.3rem;
  height: 1.3rem;
}

.btn-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-line::after {
  position: absolute;
  content: '';
  width: 15rem;
  height: 0.1rem;
  left: -3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

@media screen and (min-width: 769px) {
  .btn-line::after {
    width: calc(220/370 * 100%);
    left: -5rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .btn-line::after {
    width: calc(100/370 * 100%);
    left: -5rem;
  }
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
}

.button-more .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .button-more .txt {
    font-size: 2.2rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .button-more .txt {
    font-size: 1.8rem;
  }
}

.heading-box {
  margin-bottom: 3rem;
}

.heading-box .heading-cap {
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .heading-box .heading-cap {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.heading-lv2 {
  position: relative;
  padding: 1.5rem 0 0 0;
  z-index: 1;
}

.heading-lv2::before {
  position: absolute;
  content: '';
  width: 10.4rem;
  height: 10.4rem;
  left: -2.5rem;
  top: 0;
  background: #F7F4E8;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .heading-lv2::before {
    width: 12.84rem;
    height: 12.84rem;
  }
}

.heading-lv2 .en {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Lato", serif;
  letter-spacing: 0.098em;
}

@media screen and (min-width: 769px) {
  .heading-lv2 .en {
    font-size: 2.2rem;
  }
}

.heading-lv2 .ja {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.333333;
  letter-spacing: 0.01em;
  color: #D93932;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .heading-lv2 .ja {
    font-size: 4.3rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .heading-lv2 .ja {
    font-size: 3.6rem;
  }
}

.heading-lv3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  background: #221200;
  color: #fff;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 769px) {
  .heading-lv3 {
    font-size: 2.2rem;
  }
}

.group-btn {
  display: block;
  margin-top: 3rem;
}

.group-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.group-btn li + li {
  margin-top: 3rem;
}

.p-txt {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

/** header area
====================================== **/
#hambuger {
  width: 9rem;
  height: 9rem;
  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;
  z-index: 12;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 2rem;
  background: url(../img/hambuger_bg.png) left top no-repeat;
  background-size: cover;
}

#hambuger span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1rem;
  color: #fff;
}

#hambuger.open {
  background: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 4rem;
  height: 2rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(36deg);
  transform: translate(-50%, -50%) rotate(36deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-36deg);
  transform: translate(-50%, -50%) rotate(-36deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** footer
======================================= **/
.page-footer {
  background: #1D2088;
  color: #fff;
  text-align: center;
  padding: 10rem 0 4.1rem;
}

@media screen and (min-width: 769px) {
  .page-footer {
    padding: 6rem 0 2.46rem;
  }
}

.page-footer .footer-logo {
  display: inline-block;
  width: calc(320/750 * 100%);
  margin-bottom: 10rem;
}

@media screen and (min-width: 769px) {
  .page-footer .footer-logo {
    margin-bottom: 6rem;
  }
}

.page-footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .page-footer .copyright {
    font-size: 1.08rem;
  }
}

/** home
======================================= **/
.main-visual {
  position: relative;
}

.section-intro {
  padding: 17.9rem 4rem 19.3rem;
  background: url(../img/intro_bg.png) center top+3% no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .section-intro {
    padding: 10.74rem 3rem 11.46rem;
  }
}

.section-intro .intro-top {
  margin-bottom: 21.1rem;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-top {
    margin-bottom: 12.6602rem;
  }
}

.section-intro .intro-ttl {
  width: calc(485/750 * 100%);
  margin: 0 auto 3.5rem;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-ttl {
    width: 27rem;
    margin-bottom: 2rem;
  }
}

.section-intro .intro-txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-txt {
    font-size: 1.44rem;
  }
}

.section-intro .intro-bottom_img {
  width: 47rem;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-bottom_img {
    width: 28.3rem;
    margin: 0 auto 1.2rem;
  }
}

.section-intro .intro-bottom_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5.4rem;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-bottom_row {
    gap: 2rem;
  }
}

.section-intro .intro-bottom_col {
  width: 29REM;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-bottom_col {
    width: calc(50% - 2.1rem);
  }
}

.section-intro .intro-bottom_col h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2.1rem;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-bottom_col h3 {
    font-size: 1.56rem;
    margin-bottom: 1.26rem;
  }
}

.section-intro .intro-bottom_col p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  word-break: normal;
}

@media screen and (min-width: 769px) {
  .section-intro .intro-bottom_col p {
    font-size: 1.2rem;
  }
}

.section-gift {
  padding: 17rem 4rem 10.3rem;
  background: #FEE625;
  position: relative;
}

.section-gift::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 13rem;
  left: 0;
  top: -13rem;
  background: url(../img/deco.svg) left top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .section-gift {
    padding: 10.8rem 2.4rem 6.18rem;
  }
  .section-gift::before {
    width: 100%;
    height: 8rem;
    left: 0;
    top: -8rem;
  }
}

.section-gift_inner {
  padding: 5rem 0 4rem;
  background: #fff;
  border: 0.12rem solid #EC789B;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .section-gift_inner {
    margin: auto;
    border: solid 0.15rem #EC789B;
    padding: 3rem 0 2.4rem;
    border-radius: 2rem;
  }
}

.section-gift .gift-box {
  position: relative;
  margin: auto;
  width: 59rem;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-box {
    margin-left: 2rem;
    width: 36.601rem;
  }
}

.section-gift .gift-box-02 {
  padding: 12.2rem 5rem 5.8rem;
  background-color: #FFF8BD;
  border-radius: 3rem;
  margin: -7rem auto 0;
  width: 59rem;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-box-02 {
    padding: 7.32rem 3rem 3.48rem;
    margin: -4.4rem auto 0;
    width: 35.4rem;
  }
}

.section-gift .gift-box-02 .gift-box-02-flex {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.7rem;
}

.section-gift .gift-box-02 .gift-box-02-flex .gift-box-02-flex-left img {
  margin-bottom: 1.2rem;
  width: 25.2rem;
}
.section-gift .gift-box-02 .gift-box-02-flex .gift-box-02-flex-right img {
  margin-bottom: 1.1rem;
  width: 13.5rem;
}
.section-gift .gift-box-02 .gift-box-02-flex p {
  font-size: 2.4rem;
  line-height: 1.333;
}
.section-gift .gift-box-02 .gift-box-02-flex p span {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300;
}
.section-gift .gift-box-02 .gift-info-txt {
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  text-indent: -4rem;
  margin-left: 4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .section-gift .gift-box-02 .gift-info-txt {
    font-size: 1.2rem;
    text-indent: -2.2rem;
    margin-left: 2.2rem;
  }
  .section-gift .gift-box-02 .gift-box-02-flex p span {
    font-size: 1.1rem;
  }
  .section-gift .gift-box-02 .gift-box-02-flex {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }

  .section-gift .gift-box-02 .gift-box-02-flex .gift-box-02-flex-left img {
    margin-bottom: 0.72rem;
    width: 15.1202rem;
  }
  .section-gift .gift-box-02 .gift-box-02-flex .gift-box-02-flex-right img {
    margin-bottom: 0.66rem;
    width: 8.1rem;
  }
  .section-gift .gift-box-02 .gift-box-02-flex p {
    font-size: 1.44rem;
  }
}

.section-gift_inner02 {
  position: relative;
  margin-top: 5rem;
  overflow: visible;
  text-align: center;
}
.section-gift_inner02 .gift-deco {
  position: absolute;
  top: 1.5rem;
  left: 9.3%;
  transform: translateY(-50%) translateX(-50%);
  width: 17.5rem;
}
@media screen and (min-width: 769px) {
  .section-gift_inner02 {
    margin-top: 3rem;
  }
  .section-gift_inner02 .gift-deco {
    top: 0.5rem;
    left: 9.3%;
    width: 10.4rem;
  }
}

.section-gift_inner02 .gift-box {
  margin-left: 12.2rem;
  width: 50.8rem;
}
@media screen and (min-width: 769px) {
  .section-gift_inner02 .gift-box {
    margin-left: 6.8rem;
    width: 30.482rem;
  }
}
.section-gift_inner02 .section-gift_inner02-txt01 {
  margin: 2rem auto;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.section-gift_inner02 .section-gift_inner02-txt02 {
  margin: auto;
  padding: 2rem 0 2.1rem;
  width: 54rem;
  background-color: #CCEFEE;
  font-size: 2.4rem;
  line-height: 1.666;
  font-weight: bold;
  border-radius: 1rem;
}
.section-gift_inner02 .section-gift_inner02-txt03 {
  margin: 3rem auto 3.1rem;
  font-size: 2.4rem;
  line-height: 1.666;
  font-weight: 400;
}
.section-gift_inner02 .section-gift_inner02-txt04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin: auto;
  width: 27.5rem;
  letter-spacing: .08rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 1.5%;
}
.section-gift_inner02 .section-gift_inner02-txt04 img {
  width: 5rem;
}
@media screen and (min-width: 769px) {
  .section-gift_inner02 .section-gift_inner02-txt01 {
    margin: 1.2rem auto;
    font-size: 1.2rem;
  }
  .section-gift_inner02 .section-gift_inner02-txt02 {
    padding: 1.061rem 0 1.1rem;
    width: 32.4rem;
    font-size: 1.44rem;
  }
  .section-gift_inner02 .section-gift_inner02-txt03 {
    margin: 1.8rem auto 1.86rem;
    font-size: 1.44rem;
  }
  .section-gift_inner02 .section-gift_inner02-txt04 {
    font-size: 1.44rem;
    width: 16.5rem;
    letter-spacing: .05rem;
  }
  .section-gift_inner02 .section-gift_inner02-txt04 img {
    width: 3rem;
  }
}


.section-gift .gift-title {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 38.4rem;
  margin: 0 auto 4rem;
  margin-top: -3rem;
  padding-top: 7rem;
}
.section-gift .gift-title::before {
  position: absolute;
  content: '';
  width: 62.645rem;
  height: 14.304rem;
  left: -38%;
  top: 10.8rem;
  background: url(../img/present-deco01.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-title {
    width: 23rem;
    margin-bottom: 2.46rem;
    margin-top: -3rem;
    padding-top: 5rem;
  }
  .section-gift .gift-title::before {
    width: 37.56rem;
    height: 8.6rem;
    left: -38%;
    top: 6.6rem;
  }
}

.section-gift .gift-sub.sub01 {
  margin-right: -3rem;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-sub.sub01 {
    margin-right: -2rem;
  }
}

.section-gift .gift-sub.sub02 {
  width: 53.1rem;
  margin: 0 0 5rem auto;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-sub.sub02 {
    width: 26.1rem;
    margin-bottom: 2.5rem;
  }
}

.section-gift .gift-img.img01 {
  width: 46rem;
  margin: 0 0 5rem auto;
}

@media screen and (min-width: 769px) {
  .section-gift .gift-img.img01 {
    width: 24rem;
    margin-bottom: 2.5rem;
  }
}

.section-gift .gift-img.img02 {
  margin: 0 -1rem;
}

.section-begin {
  padding: 0 4rem 10rem;
  background: #00AEB2;
  background-image: url(../img/anc02-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: relative;
}

.section-begin .begin-download_inner {
  background: #fff;
  border-radius: 2rem;
  padding: 10rem 4rem 8.1rem;
}

@media screen and (min-width: 769px) {
  .section-begin {
    padding: 0 2.4rem 6.18rem;
  }
  .section-begin .begin-download_inner {
    border-radius: 1.5rem;
    padding: 6rem 2.4rem 4.86rem;
  }
}

.section-begin .begin-download_ttl {
  margin: auto;
  width: 60rem;
}
@media screen and (min-width: 769px) {
  .section-begin .begin-download_ttl {
    width: 36rem;
  }
}
.section-begin .begin-download_sub {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.section-begin .begin-download_sub img {
  margin-top: 4.1rem;
  width: 46.6rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-download_sub {
    font-size: 1.68rem;
  }
  .section-begin .begin-download_sub img {
    margin-top: 2.46rem;
    width: 27.9602rem;
  }
}

.section-begin .begin-download_list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 10rem auto 0;
  width: 51.4rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-download_list {
    margin-top: 6rem;
    width: 30.84rem;
  }
}

.section-begin .begin-download_list li {
  text-align: center;
  width: calc(220/540 * 100%);
}

.section-begin .begin-download_list li .ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section-begin .begin-download_list li .ttl {
    font-size: 1.8rem;
  }
}

.section-begin .begin-download_list li .img {
  margin-top: 3.1rem;
}

.section-begin .begin-download_list li .img img {
  width: 20rem;
}

.section-begin .begin-download_list li .btn {
  display: block;
  margin-top: 2rem;
  width: 21.2rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-download_list li .img {
    margin-top: 1.86rem;
  }
  .section-begin .begin-download_list li .img img {
    width: 12rem;
  }
  .section-begin .begin-download_list li .btn {
    margin-top: 1rem;
    width: 12.72rem;
  }
}

.section-begin .begin-download_note {
  margin-top: 6.02rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-download_note {
    margin-top: 3.6rem;
  }
}

.section-begin .begin-download_note li {
  font-size: 2.4rem;
  line-height: 1.666;
  font-weight: 400;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}

.section-begin .begin-download_note li + li {
  margin-top: 2.1rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-download_note li {
    font-size: 1.44rem;
    line-height: 1.666;
    text-indent: -1.44rem;
  }
  .section-begin .begin-download_note li + li {
    margin-top: 1.26rem;
  }
}

.section-begin .begin-feature {
  background: #fff;
  border: 0.4rem solid #1D2088;
  border-radius: 2rem;
  padding: 2rem 5rem 6rem 5rem;
  margin-top: 6rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature {
    padding: 1rem 3rem 4rem 3rem;
    border-width: 0.3rem;
    border-radius: 1.5rem;
  }
}

.section-begin .begin-feature .begin-feature_ttl img {
  max-width: 58.5rem;
  margin-left: -2rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_ttl img {
    max-width: 31rem;
    margin-left: -1.5rem;
  }
}

.section-begin .begin-feature .begin-feature_sub {
  margin-bottom: 2rem;
  line-height: 0;
  text-align: center;
}

.section-begin .begin-feature .begin-feature_sub.sub01 {
  margin-top: 3rem;
}

.section-begin .begin-feature .begin-feature_sub.sub01 img {
  max-width: 48rem;
}

.section-begin .begin-feature .begin-feature_sub.sub02 {
  margin-top: 4.5rem;
}

.section-begin .begin-feature .begin-feature_sub.sub02 img {
  max-width: 50rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_sub {
    margin-bottom: 1rem;
  }
  .section-begin .begin-feature .begin-feature_sub.sub01 {
    margin-top: 2rem;
  }
  .section-begin .begin-feature .begin-feature_sub.sub01 img {
    max-width: 26rem;
  }
  .section-begin .begin-feature .begin-feature_sub.sub02 {
    margin-top: 3rem;
  }
  .section-begin .begin-feature .begin-feature_sub.sub02 img {
    max-width: 27rem;
  }
}

.section-begin .begin-feature .begin-feature_img {
  text-align: center;
}

.section-begin .begin-feature .begin-feature_img.img01 img {
  max-width: 44rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_img.img01 img {
    max-width: 25rem;
  }
}

.section-begin .begin-feature .begin-feature_img.img02 img {
  max-width: 50.6rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_img.img02 img {
    max-width: 26.6rem;
  }
}

.section-begin .begin-feature .begin-feature_txt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.5rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_txt {
    font-size: 1rem;
  }
}

.section-begin .begin-feature .begin-feature_box {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_box {
    margin-top: 3rem;
  }
}

.section-begin .begin-feature .begin-feature_box h4 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_box h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}

.section-begin .begin-feature .begin-feature_box .list-num li {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 3rem;
  text-indent: -3rem;
}

.section-begin .begin-feature .begin-feature_box .list-num li span {
  color: #EC789B;
}

.section-begin .begin-feature .begin-feature_box .list-num li + li {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_box .list-num li {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  .section-begin .begin-feature .begin-feature_box .list-num li + li {
    margin-top: 0.5rem;
  }
}

.section-begin .begin-feature .begin-feature_box .list-dots {
  margin-top: 1rem;
}

.section-begin .begin-feature .begin-feature_box .list-dots li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.222;
  letter-spacing: 0;
  padding-left: 2.4rem;
  text-indent: -2.4rem;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_box .list-dots li {
    font-size: 1rem;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.4;
  }
}

.section-begin .begin-feature .begin-feature_box dl {
  padding-top: 3rem;
  margin-top: 3rem;
  position: relative;
}

.section-begin .begin-feature .begin-feature_box dl::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  left: 0;
  top: 0;
  background: url(../img/line_dots.svg) left top no-repeat;
  background-size: cover;
}

.section-begin .begin-feature .begin-feature_box dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.section-begin .begin-feature .begin-feature_box dl dt span {
  color: #EC789B;
}

.section-begin .begin-feature .begin-feature_box dl dd {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .section-begin .begin-feature .begin-feature_box dl {
    padding-top: 1rem;
    margin-top: 1.5rem;
    border-width: 0.1rem;
  }
  .section-begin .begin-feature .begin-feature_box dl::before {
    height: 0.1rem;
  }
  .section-begin .begin-feature .begin-feature_box dl dt {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .section-begin .begin-feature .begin-feature_box dl dd {
    font-size: 1rem;
  }
}

.begin-guide {
  padding: 10rem 4rem 8rem;
  font-weight: 400;
}
.begin-guide .begin-download_ttl {
  margin: auto;
  width: 60.9rem;
}
@media screen and (min-width: 769px) {
  .begin-guide .begin-download_ttl {
    width: 36.54rem;
  }
  .begin-guide {
    padding: 6rem 2.4rem 15.9rem;
  }
}
.begin-guide .step::before {
  position: absolute;
  content: '';
  width: 24.3rem;
  height: 7.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7.1rem;
  background: url(../img/step01.svg) left top no-repeat;
  background-size: cover;
}
.begin-guide .step {
  position: relative;
  margin-top: 14.2rem;
  padding: 5rem 4rem 7rem;
  border-radius: 3rem;
  background-color: #E5F7F6;
  text-align: center;
}
.begin-guide .step .step01 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  color: #03ADA9;
}
.begin-guide .step .step-btm {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 5.1rem;
}
.begin-guide .step .step-btm .step02 a {
  display: inline-block;
  color: #03ADA9;
  text-decoration: underline;
}
.begin-guide .step .step-btm .step02 {
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.538;
}
.begin-guide .step .step-btm-txt {
  font-size: 2rem;
  line-height: 1.5; 
}
.begin-guide .step .step-btm-txt img {
  margin-top: 1rem;
  width: 20rem;
}
@media screen and (min-width: 769px) {
  .begin-guide .step::before {
    width: 14.8806rem;
    height: 4.5rem;
    left: 50%;
    top: -4.4rem;
  }
  .begin-guide .step .step01 {
    font-size: 2.04rem;
  }
  .begin-guide .step .step-btm .step02 {
    font-size: 1.56rem;
  }
  .begin-guide .step .step-btm-txt {
    font-size: 1.2rem;
  }
  .begin-guide .step .step-btm-txt img {
    margin-top: 0.6rem;
    width: 12rem;
  }
  .begin-guide .step .step-btm {
    margin-top: 3.06rem;
  }
}

.begin-guide .step:nth-child(3),
.begin-guide .step:nth-child(4),
.begin-guide .step:nth-child(5) {
  margin-top: 12.2rem;
}
.begin-guide .step:nth-child(3)::before {
  background: url(../img/step02.svg) left top no-repeat;
  background-size: cover;
}
.begin-guide .step:nth-child(3) .step-btm,
.begin-guide .step:nth-child(4) .step-btm {
  display: block;
  text-align: left;
}
.begin-guide .step:nth-child(3) .step-btm .step02-txt02,
.begin-guide .step:nth-child(4) .step-btm .step02-txt02 {
  margin: 2.1rem 0 0 auto;
  font-size: 2.4rem;
  line-height: 1.666;
  text-indent: -2.4rem;
  width: 56.5rem;
}
.begin-guide .step:nth-child(3) .step-btm .step02-txt02-2 {
  text-indent: 0;
  width: 100%;
}
.begin-guide .step:nth-child(4) .step-btm .step02 {
  margin-bottom: 3.6rem;
}
.begin-guide .step:nth-child(3) .step-btm .step02-txt02 a {
  display: inline;
  color: #008B8E;
  text-decoration: underline;
}

@media screen and (min-width: 769px) { 
  .begin-guide .step {
    border-radius: 1.5rem;
    margin-top: 8.52rem;
    padding: 3rem 2.4rem 4.2rem;
  }
  .begin-guide .step:nth-child(3),
  .begin-guide .step:nth-child(4),
  .begin-guide .step:nth-child(5) {
    margin-top: 7.32rem;
  }
  .begin-guide .step:nth-child(3) .step-btm .step02-txt02,
  .begin-guide .step:nth-child(4) .step-btm .step02-txt02 {
    margin: 0.875em 0 0 auto;
    font-size: 1.44rem;
    text-indent: -1.44rem;
    width: 34rem;
  }
  .begin-guide .step:nth-child(4) .step-btm .step02 {
    margin-bottom: 2.16rem;
  }
}


.begin-guide .step:nth-child(4)::before {
  background: url(../img/step03.svg) left top no-repeat;
  background-size: cover;
}
.begin-guide .step:nth-child(5)::before {
  background: url(../img/step04.svg) left top no-repeat;
  background-size: cover;
}

.begin-guide .present .present-txt01 {
  margin-top: 8.1rem;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.begin-guide .present .present-txt01:nth-child(1) {
  margin-top: 10rem;
}
.begin-guide .present .present-txt01::before,
.begin-guide .present .present-txt01::after {
  content: "";
  width: 17.2rem;
  height: 1px;
  background: #000;
}
.begin-guide .present .present-txt01-2::before,
.begin-guide .present .present-txt01-2::after {
  width: 22.5rem;
}
.begin-guide .present .present-txt02 { 
  margin-top: 3.1rem;
  font-size: 2.6rem;
  line-height: 1.538;
}
.begin-guide .present .present-txt03 { 
  margin: 3.6rem 0 0 auto;
  font-size: 2.4rem;
  line-height: 1.666;
  text-indent: -2.4rem;
  width: 64.5rem;
  color: #E8340D;
}
.begin-guide .present .present-txt04 { 
  margin: 2.1rem 0 0 auto;
  font-size: 2.4rem;
  line-height: 1.666;
  text-indent: -2.4rem;
  width: 64.5rem;
}
.begin-guide .present .present-txt04-2{ 
  margin-top: 3.1rem;
}

.line{
  margin: 10.1rem auto 4rem;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 769px) { 
  .begin-guide .present .present-txt04-2{ 
    margin-top: 1.86rem;
  }
  .begin-guide .present .present-txt01 {
    margin-top: 4.86rem;
    font-size: 2.04rem;
    gap: 2rem;
  }
  .begin-guide .present .present-txt01:nth-child(1) {
    margin-top: 6rem;
  }
  .begin-guide .present .present-txt01::before,
  .begin-guide .present .present-txt01::after {
    width: 10rem;
    height: 1px;
  }
  .begin-guide .present .present-txt02 { 
    margin-top: 1.86rem;
    font-size: 1.56rem;
  }
  .begin-guide .present .present-txt01-2::before,
  .begin-guide .present .present-txt01-2::after {
    width: 13.5rem;
  }
  .begin-guide .present .present-txt03 { 
    margin: 1.5em 0 0 auto;
    font-size: 1.44rem;
    text-indent: -1.44rem;
    width: 38.7rem;
  }
  .begin-guide .present .present-txt04 { 
    margin: 0.875em 0 0 auto;
    font-size: 1.44rem;
    text-indent: -1.44rem;
    width: 38.7rem;
  }
  .begin-guide .present .present-txt04-2{ 
    margin-top: 1.86rem;
  }
  .line{
    margin: 6.06rem auto 2.4rem;
    height: 1px;
  }
}

.begin-guide .present .present-box {
  margin-top: 10.1rem;
  padding: 4rem 4rem 4rem 4.1rem;
  background-color: #FFF8BD;
  border-radius: 1.5rem;
}
.begin-guide .present .present-box .present-txt04 {
  width: 56.2rem;
  margin-top: 0;
}
.begin-guide .present .present-box .present-txt04-3 {
  margin-top: 1.26rem;
}
@media screen and (min-width: 769px) { 
  .begin-guide .present .present-box {
    margin-top: 6.06rem;
    padding: 2.4rem;
    border-radius: 1.5rem;
  }
  .begin-guide .present .present-box .present-txt04 {
    width: 33.7rem;
    margin-top: 0;
  }
  .begin-guide .present .present-box .present-txt04-3 {
    margin-top: 1.26rem;
  }
}


.section-product {
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
}
.section-product:before, .section-product:after {
  position: absolute;
  content: '';
}
.section-product:before {
  width: 100%;
  height: calc(100% - 30rem);
  left: 0;
  top: 30rem;
  background: #FEE625;
  z-index: -2;
}
.section-product .product-title {
  position: relative;
  z-index: 2;
}
.section-product .section-product-ttl {
  margin: auto;
  width: 62.6rem;
}
.section-product .section-product-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem auto 0;
  width: 67rem;
  background-color: #0063B1;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  border-radius: 5rem;
  z-index: 1;
}
.section-product .section-product-btn01 {
  margin: 14.9rem auto 0;
  padding: 4rem 3rem 4.2rem 13rem;
}
.section-product .section-product-btn02 {
  background-color: #E8340D;
  padding: 4rem 3rem 4.2rem 19rem;
}
.section-product .section-product-btn03 {
  background-color: #3EB136;
  padding: 4rem 3rem 4.2rem 27.8rem;
}
.section-product .section-product-btn01::before {
  position: absolute;
  content: '';
  width: 37rem;
  height: 8.411rem;
  left: 49%;
  transform: translateX(-50%);
  bottom: 9.5rem;
  background: url(../img/section-product-btn-01-deco.png) left top no-repeat;
  background-size: contain;
}
.section-product .section-product-btn .section-product-btn-cr {
  position: absolute;
  width: 13rem;
  height: 13rem;
  left: 7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-product .section-product-btn img {
  width: 2.6rem;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 769px) { 
  .section-product .product-title {
    margin-top: -11rem;
  }
  .section-product {
    margin-top: -3rem;
    padding-bottom: 6.001rem;
  }
  .section-product:before {
    height: calc(100% - 12rem);
    top: 12rem;
  }
  .section-product .section-product-ttl {
    width: 37.56rem;
  }
  .section-product .section-product-btn {
    margin: 3rem auto 0;
    width: 40.2rem;
    font-size: 1.68rem;
  }
  .section-product .section-product-btn01 {
    margin: 8.94rem auto 0;
    padding: 2.5rem 2rem 2.421rem 7.5rem;
  }
  .section-product .section-product-btn02 {
    padding: 2.5rem 2rem 2.421rem 11.5rem;
  }
  .section-product .section-product-btn03 {
    padding: 2.5rem 2rem 2.421rem 16.5rem;
  }
  .section-product .section-product-btn01::before {
    width: 55.225%;
    height: 5.1rem;
    left: 49%;
    bottom: 5.6rem;
  }
  .section-product .section-product-btn .section-product-btn-cr {
    width: 7.8rem;
    height: 7.8rem;
    left: 7%;
  }
  .section-product .section-product-btn img {
    width: 1.5602rem;
    margin: 0 0 0 1rem;
  }
}

.section-product .section-product-btn .section-product-btn-cr img {
  margin: 0;
  width: 100%;
}


.section-product .product-wpr {
  position: relative;
  z-index: 1;
}


.section-product .product-wpr .product-ttl {
  margin: 13.9rem auto 0;
  width: 60.9rem;
}
.section-product .product-wpr02 .product-ttl,
.section-product .product-wpr03 .product-ttl {
  margin: 8rem auto 0;
}
@media screen and (min-width: 769px) { 
  .section-product .product-wpr .product-ttl {
    margin: 8.34rem auto 0;
    width: 36.6rem;
  }
  .section-product .product-wpr02 .product-ttl,
  .section-product .product-wpr03 .product-ttl {
    margin: 4.8rem auto 0;
  }
}


.section-product .product-item {
  width: calc(670/750 * 100%);
  margin: 0 auto;
  position: relative;
}

.section-product .product-item_inner {
  position: relative;
  padding: 4.4rem 4rem 5rem;
  border: solid .3rem #0063B1;
  border-radius: 3.5rem;
  background-color: #fff;
}
.section-product .product-item_inner::before {
  position: absolute;
  content: '';
  width: 17.7rem;
  height: 11.7rem;
  right: 0;
  top: -.05rem;
  background-image: url(../img/product-item-01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-product .product-item02 .product-item_inner::before {
  background-image: url(../img/product-item-02.png);
}
.section-product .product-item03 .product-item_inner::before {
  background-image: url(../img/product-item-03.png);
}
.section-product .product-item04 .product-item_inner::before {
  background-image: url(../img/product-item-04.png);
}
.section-product .product-item05 .product-item_inner::before {
  background-image: url(../img/product-item-05.png);
}
.section-product .product-item06 .product-item_inner::before {
  background-image: url(../img/product-item-06.png);
}
.section-product .product-item07 .product-item_inner::before {
  background-image: url(../img/product-item-07.png);
}
.section-product .product-item08 .product-item_inner::before {
  background-image: url(../img/product-item-08.png);
}
.section-product .product-item09 .product-item_inner::before {
  background-image: url(../img/product-item-09.png);
}

@media screen and (min-width: 769px) {
  .section-product .product-item_inner {
    padding: 2.64rem 2.4rem 3rem 2.4rem;
    border-radius: 2rem;
  }
  .section-product .product-item_inner::before {
    width: 10.6rem;
    height: 8.4rem;
  }
}

.section-product .product-wpr02 .product-item_inner {
  border: solid .3rem #E8340D;
}
.section-product .product-wpr02 .product-item_day_flex .product-item_day_flex_txt {
  display: flex;
  align-items: center;
}
/*
.section-product .product-wpr02 .product-item_day_flex .product-item_day_flex_txt02 {
  margin: 1rem 0 0 .6rem;
}
*/
/* 追加 */
  .section-product .product-item_day_flex_txt02,
  .section-product .product-item_day_flex_txt03{
  margin: 0.5rem 0 0 0;
}

.section-product .product-wpr02 .product-item_inner::before {
  background-image: url(../img/product-item2-01.png);
}
.section-product .product-wpr02 .product-item02 .product-item_inner::before {
  background-image: url(../img/product-item2-02.png);
}
.section-product .product-wpr02 .product-item03 .product-item_inner::before {
  background-image: url(../img/product-item2-03.png);
}
.section-product .product-wpr02 .product-item_day {
  color: #E8340D;
}
.section-product .product-wpr02 .product-item_day_flex span.blue {
  background-color: #FBDEE3;
}
.section-product .product-wpr02 .product-item_info li .ttl {
  color: #E8340D;
  background: #FBDEE3;
}

.section-product .product-wpr03 .product-item_inner {
  border: solid .3rem #3EB136;
}
.section-product .product-wpr03 .product-item_inner::before {
  background-image: url(../img/product-item3-01.png);
}
.section-product .product-wpr03 .product-item02 .product-item_inner::before {
  background-image: url(../img/product-item3-02.png);
}
.section-product .product-wpr03 .product-item03 .product-item_inner::before {
  background-image: url(../img/product-item3-03.png);
}
.section-product .product-wpr03 .product-item04 .product-item_inner::before {
  background-image: url(../img/product-item3-04.png);
}
.section-product .product-wpr03 .product-item05 .product-item_inner::before {
  background-image: url(../img/product-item3-05.png);
}
.section-product .product-wpr03 .product-item06 .product-item_inner::before {
  background-image: url(../img/product-item3-06.png);
}
.section-product .product-wpr03 .product-item07 .product-item_inner::before {
  background-image: url(../img/product-item3-07.png);
}
.section-product .product-wpr03 .product-item08 .product-item_inner::before {
  background-image: url(../img/product-item3-08.png);
}
.section-product .product-wpr03 .product-item09 .product-item_inner::before {
  background-image: url(../img/product-item3-09.png);
}
.section-product .product-wpr03 .product-item_day {
  color: #3EB136;
}
.section-product .product-wpr03 .product-item_day_flex span.blue {
  background-color: #D7F7D6;
}
.section-product .product-wpr03 .product-item_info li .ttl {
  color: #3EB136;
  background: #D7F7D6;
}

.section-product .product-item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_head {
    margin-bottom: 1rem;
  }
}

.section-product .product-item_head_station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_head_station {
    gap: 0.6rem;
  }
}

.section-product .product-item_head_station span {
  display: inline-block;
}
.section-product .product-item_head_station .sta-icon {
  width: 4rem;
  height: 4rem;
}
.section-product .product-item_head_station .sta-icon img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_head_station .sta-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.section-product .product-item_head_station .sta-text {
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_head_station .sta-text {
    font-size: 1.32rem;
    margin-top: 0.4rem;
  }
}

.section-product .product-item_head_flag img {
  width: auto;
  height: 6rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_head_flag img {
    height: 4rem;
  }
}

.section-product .product-item_day {
  color: #0063B1;
}
.section-product .product-item_day_flex {
  display: flex;
  margin-top: 2.58rem;
}
.section-product .product-item_day_flex span.blue {
  display: block;
  background-color: #DEF2FB;
  border-radius: .5rem;
  width: 11.8rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.section-product .product-item_day_flex .product-item_day_flex_txt01 {
  margin: 1.3rem 0 0 2rem;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .2rem;
}
.section-product .product-item_day_flex .product-item_day_flex_txt01 span {
  font-size: 3rem;
}
/*
.section-product .product-item_day_flex .product-item_day_flex_txt02 {
  margin: .8rem 0 0 2rem;
  font-size: 2rem;
  padding-left: 2rem;
  text-indent: -2rem;
  line-height: 1.5;
}
*/
/* 追加 */
.section-product .product-item_day_flex_txt02,
.section-product .product-item_day_flex_txt03{
  margin: .4rem 0 0 0;
  font-size: 2rem;
  padding-left: 2rem;
  text-indent: -2rem;
  line-height: 1.5;
}
.section-product .product-item_day_flex_txt02{
  color: #0063B1;
}
.section-product .product-item_day_flex_txt03{
  color: #E8340D;
}
@media screen and (min-width: 769px) {
  .section-product .product-item_day_flex span.blue {
    font-size: 1.56rem;
  }
  .section-product .product-item_day_flex .product-item_day_flex_txt01 {
    font-size: 2.4rem;
  }
  .section-product .product-item_day_flex .product-item_day_flex_txt01 span {
    font-size: 1.8rem;
  }
  /*
  .section-product .product-item_day_flex .product-item_day_flex_txt02 {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
  */
  /* 追加 */
  .section-product .product-item_day_flex_txt02,
  .section-product .product-item_day_flex_txt03{
    font-size: 1.2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
  .section-product .product-item_day_flex {
    margin-top: 2.58rem;
  }
  .section-product .product-item_day_flex span.blue {
    width: 7.0802rem;
    height: 3.6001rem;
    font-size: 1.6rem;
  }
  .section-product .product-item_day_flex .product-item_day_flex_txt01 {
    margin: .4rem 0 0 1.2rem;
    font-size: 2.4rem;
  }
  .section-product .product-item_day_flex .product-item_day_flex_txt01 span {
    font-size: 1.8rem;
  }
  /*
  .section-product .product-item_day_flex .product-item_day_flex_txt02 {
    margin: 0.48rem 0 0 1.2rem;
    font-size: 1.2rem;
  }
  */
  /* 追加 */
  .section-product .product-item_day_flex_txt02,
  .section-product .product-item_day_flex_txt03{
    margin: 0.24rem 0 0 0;
    font-size: 1.2rem;
  }
}

.section-product .product-item_title {
  font-size: 2.6rem;
  margin: 4.7rem auto 3.1rem;
  line-height: 1.538;
  text-align: center;
  font-weight: 500;
}

.section-product .product-item_title p.product-item_title-red {
  color: #E8340D;
}

.section-product .product-item_title span {
  display: block;
  margin-bottom: 1.86rem;
  font-size: 4.4rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_title {
    font-size: 1.56rem;
    margin: 1.8rem auto 1.86rem;
  }
  .section-product .product-wpr03 .product-item_title {
    margin: 2.82rem auto 1.86rem;
  }
  .section-product .product-item_title span {
    font-size: 2.4rem;
  }
}

.section-product .product-item_img {
  width: 50rem;
  margin: 0 auto 5rem;
}
.section-product .product-item_img img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_img {
    width: 30.0001rem;
    margin-bottom: 3rem;
  }
}

.section-product .product-item_ctn {
  font-weight: 500;
}
.section-product .product-item_ins {
  margin-bottom: 2rem;
  display: flex;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_ins {
    margin-bottom: 1.2rem;
  }
}

.section-product .product-item_ins img {
  width: 4rem;
  height: auto;
  margin-right: 1.64rem;
  margin-left: .5rem;
}
.section-product .product-item_ins img.twitter {
  width: 3.3rem;
  margin-left: 3rem;
}
.section-product .product-item01 .product-item_ins img.twitter {
  margin-left: .8rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_ins img {
    width: 2.4rem;
    margin-right: 0.9rem;
    margin-left: 0.35rem;
  }
  .section-product .product-item_ins img.twitter {
    width: 2.4rem;
    margin-left: 1rem;
  }
  .section-product .product-item01 .product-item_ins img.twitter {
    margin-left: 0.5rem;
  }
}

.section-product .product-item_ins a {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  letter-spacing: .08rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_ins a {
    font-size: 1.32rem;
    margin-top: 0.2rem;
    line-height: 1;
  }
}

.section-product .product-item_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}

.section-product .product-item_info li .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0063B1;
  background: #DEF2FB;
  width: 5.2rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.section-product .product-item_info li .txt {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.545;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_info li {
    gap: .6rem;
  }
  .section-product .product-item_info li .ttl {
    font-size: 1.32rem;
    width: 3.12rem;
    height: 2.28rem;
    border-radius: 0.3rem;
  }
  .section-product .product-item_info li .txt {
    font-size: 2.4rem;
  }
}

.section-product .product-item_info li .txt small {
  font-size: 1.8rem;
  margin-left: 1rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_info li .txt {
    margin-top: .18rem;
    font-size: 1.32rem;
    letter-spacing: 0;
  }
  .section-product .product-item_info li .txt small {
    font-size: 0.9rem;
  }
}

.section-product .product-item_info li + li {
  margin-top: 2rem;
}
.section-product .product-item + .product-item {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  .section-product .product-item_info li + li {
    margin-top: 1.2rem;
  }
  .section-product .product-item + .product-item {
    margin-top: 2.4rem;
  }
}

.maps {
  width: calc(670/750 * 100%);
  margin: 11.1rem auto 0;
  position: relative;
  border-radius: 35rem 35rem 2rem 2rem;
  background-color: #fff;
}
.maps .maps-deco {
  position: absolute;
  top: 9%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17rem;
}

.mapbtn {
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 76%;
  top: 58%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .maps {
    margin: 6.661rem auto 0;
    border-radius: 20rem 20rem 2rem 2rem;
  }
  .maps .maps-deco {
    top: 8%;
    right: 3rem;
    width: 10.2rem;
  }
  .section-maps .mapbtn {
    width: 6rem;
    height: 6rem;
  }
}

.section-info {
  text-align: center;
  padding: 10rem 10rem 10.1rem;
}

@media screen and (min-width: 769px) {
  .section-info {
    padding: 6rem 3rem 6.06rem;
  }
}

.section-info .info-ttl {
  background: #1D2088;
  color: #fff;
  border-radius: 6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding: 2.5rem 3rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .section-info .info-ttl {
    font-size: 1.44rem;
    padding: 1.5rem 3.302rem;
    margin-bottom: 2.4rem;
    display: inline-block;
  }
}

.section-info .info-sub {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 769px) {
  .section-info .info-sub {
    font-size: 1.2rem;
  }
}

.section-info .info-sch {
  margin-top: 0;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-info .info-sch {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.section-info .info-tel {
  margin-top: 4rem;
  color: #000;
}
.section-info .info-link {
  margin-top: 4rem;
}

.section-info .info-tel a {
  display: inline-block;
}

.section-info .info-tel a img {
  width: 45.8rem;
}

@media screen and (min-width: 769px) {
  .section-info .info-tel {
    margin-top: 2.4rem;
  }
  .section-info .info-tel a img {
    width: 27.4802rem;
  }
  .section-info .info-link {
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .section-info .info-link {
    margin-top: 2.4rem;
  }
}

.section-info .info-link a {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1D2088;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .section-info .info-link a {
    font-size: 1.32rem;
  }
}

.section-info .info-note {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 3.1rem;
  font-weight: bold;
}

.section-info .info-note span {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 1.1rem;
}

@media screen and (min-width: 769px) {
  .section-info .info-note {
    font-size: 1.44rem;
    line-height: 1.75;
    margin-top: 1.86rem;
  }
  .section-info .info-note span {
    font-size: 1.08rem;
  }
}

.spice-en div, .spice-en p {
  word-break: normal;
}

@media screen and (min-width: 769px) {
  .spice-en .g-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .g-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .p-left_desc img {
    width: 26.3rem;
  }
}

.spice-en .section-intro {
  padding: 8rem 6rem;
}

@media screen and (min-width: 769px) {
  .spice-en .section-intro {
    padding: 8rem 4rem;
  }
}

.spice-en .section-intro .intro-bottom_row {
  gap: 0 3rem;
}

.spice-en .section-intro .intro-bottom_col {
  width: calc(50% - 1.5rem);
}

.spice-en .section-intro .intro-bottom_col p {
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .spice-en .section-intro .intro-bottom_col h3 {
    line-height: 1.35;
  }
  .spice-en .section-intro .intro-bottom_col h3 span {
    font-size: 1.6;
  }
  .spice-en .section-intro .intro-bottom_col p {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-gift .gift-title {
    width: 26.4rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-gift .gift-title {
    width: 50rem;
  }
}

.spice-en .section-gift .gift-sub.sub02 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .spice-en .section-gift .gift-img.img01 {
    width: 25rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-gift .gift-img.img01 {
    width: 49rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-gift .gift-box .txt {
    padding-left: 0.4rem;
    text-indent: -0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-gift .gift-box .txt {
    margin-left: 31rem;
    font-size: 2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
}

.spice-en .section-begin .begin-download_sub img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-download_note li {
    padding-left: 0.6rem;
    text-indent: -0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .begin-download_note li {
    font-size: 2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-feature {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .begin-feature {
    padding-top: 4rem;
  }
}

.spice-en .section-begin .begin-feature .begin-feature_sub.sub01 img {
  max-width: 100%;
}

.spice-en .section-begin .begin-feature .begin-feature_sub.sub02 img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-feature .begin-feature_box h4 {
    line-height: 1.25;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-feature .begin-feature_box .list-num li {
    padding-left: 2rem;
    text-indent: -2rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .begin-feature .begin-feature_box .list-num li {
    padding-left: 4rem;
    text-indent: -4rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-feature .begin-feature_box .list-dots li {
    padding-left: 0.6rem;
    text-indent: -0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .begin-feature .begin-feature_box .list-dots li {
    font-size: 2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row_title .num {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row_title .txt {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row_sub {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row .guide-row_left {
    width: calc(340/450 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .guide-row .guide-row_left {
    width: 41.3rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row .guide-row_right {
    width: calc(130/450 * 100%);
    margin-right: -1.5rem;
    margin-top: -2.5rem;
  }
  .spice-en .section-begin .guide-row .guide-row_right h4 img {
    width: 13rem;
    max-width: unset;
    margin-left: -4rem;
  }
  .spice-en .section-begin .guide-row .guide-row_right figure {
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .guide-row .guide-row_right {
    margin-right: -4rem;
    margin-top: -2.5rem;
  }
  .spice-en .section-begin .guide-row .guide-row_right h4 img {
    width: 23rem;
    max-width: unset;
    margin-left: -6rem;
  }
  .spice-en .section-begin .guide-row .guide-row_right figure {
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-begin .guide-row ul li {
    font-size: 2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .guide-row ul li {
    padding-left: 0.6rem;
    text-indent: -0.6rem;
  }
}

@media screen and (min-width: 769px) {
  .spice-en .section-begin .begin-note {
    font-size: 0.9rem;
  }
}

.spice-en .section-product .product-item_head_station.two-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.spice-en .section-product .product-item_head_station > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  gap: 0.8rem;
}

.spice-en .section-product .product-item_head_station > p + p {
  margin-top: 0.5rem;
}

.spice-en .section-product .product-item_head_station .sta-text {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .spice-en .section-product .product-item_title span {
    line-height: 1;
  }
}

.spice-en .section-product .product-item_ins a {
  line-height: 1.5;
}

.spice-en .section-product .product-item_info li .ttl {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .spice-en .section-product .product-item_info li .ttl {
    width: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-product .product-item_info li .ttl {
    width: 8.4rem;
  }
}

.spice-en .section-product .product-item_info li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.16667;
}

@media screen and (min-width: 769px) {
  .spice-en .section-product .product-item_info li .txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .spice-en .section-info .info-ttl {
    padding: 2rem;
    font-size: 2.8rem;
  }
}
