@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden],
.hidden {
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:before,
:after {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
a:hover img {
  opacity: 0.7;
}
strong,
b {
  font-weight: 700;
}
button {
  background: none;
  border: 0 none;
  color: inherit;
  font: inherit;
  padding: 0;
  text-shadow: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
button:focus,
button:hover {
  outline: none;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.block {
  display: block;
  width: 100%;
}
.block-bg {
  background-color: #eee;
  display: block;
  width: 100%;
}
.fl {
  display: flex;
  display: -ms-flexbox;
}
.fl-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.jus-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.jus-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.al-center {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.relative {
  position: relative;
}
.asb {
  position: absolute;
}
.center {
  text-align: center;
}
.prite-asb {
  position: absolute;
  max-width: unset;
  font-size: 0;
}
.prite-asb.set-center {
  top: 50%;
  transform: translateY(-50%);
}
.fs-0 {
  font-size: 0;
}
.prite-rela {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.shiny {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.shiny::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: -25%;
  width: 100%;
  height: 150%;
  transform: rotate(90deg);
  animation: shiny-text 3s infinite linear;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes shiny-text {
  0% {
    transform: translateX(-100%) rotate(-45deg) skew(-8deg, -8deg);
  }
  40%,
  100% {
    transform: translateX(200%) rotate(-45deg) skew(-8deg, -8deg);
  }
}
body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site {
  min-width: 1060px;
  margin: 0 auto;
}
.container {
  width: 1040px;
  margin: 0 auto;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.ls100 {
  letter-spacing: 0.1em;
}
.hidden,
.hidden-pc {
  display: none;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.i-tg {
  width: 10px;
  height: 10px;
  border-top: 2px solid #2c4894;
  border-right: 2px solid #2c4894;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  margin-left: -3px;
}
.i-tg.white {
  border-color: #fff;
}
.i-tg.sky {
  border-color: #526fa9;
}
.i-tg.gray {
  border-color: #707070;
}
.i-tg.big {
  border-width: 4px;
  width: 15px;
  height: 15px;
}
.ground {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.ground.big {
  width: 35px;
  height: 35px;
}
.ground.blue {
  background-color: #2c4894;
}
.ground.gray {
  background-color: #707070;
}
.tg-white,
.tg-blue {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.tg-white {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tg-blue {
  border-top: 2px solid #21325e;
  border-right: 2px solid #21325e;
}
#breadcrumbs {
  display: none;
}
.lp-icon1 {
  display: inline-block;
  background-image: url("../img/pc_sprite_ad-watch-lp.svg");
  background-repeat: no-repeat;
}
.lp-icon1-logo-w {
  width: 120px;
  height: 28px;
  background-size: 1770px auto;
  background-position: -736px -10px;
}
.recommend-logo-w {
  width: 150px;
  height: 35px;
  background-size: 2200px auto;
  background-position: -915px -13px;
}
.lp-icon1-logo {
  width: 120px;
  height: 28px;
  background-size: 1770px auto;
  background-position: -558px -10px;
}
.lp-icon1-menu1,
.lp-icon1-menu2,
.lp-icon1-menu3,
.lp-icon1-menu4 {
  height: 17px;
  background-size: 1700px auto;
}
.lp-icon1-menu1 {
  width: 103px;
  background-position: -1px -16px;
}
.lp-icon1-menu2 {
  width: 67px;
  background-position: -133px -16px;
}
.lp-icon1-menu3 {
  width: 67px;
  background-position: -247px -16px;
}
.lp-icon1-menu4 {
  width: 42px;
  background-position: -345px -16px;
}
.lp-icon1-line1,
.lp-icon1-tel1 {
  width: 20px;
  height: 18px;
  background-size: 900px auto;
}
.lp-icon1-line1 {
  background-position: -33px -94px;
}
.lp-icon1-tel1 {
  background-position: -93px -94px;
}
.lp-icon1-num-tel {
  width: 103px;
  height: 17px;
  background-size: 1800px auto;
  background-position: -426px -17px;
}
.lp-icon1-line2,
.lp-icon1-line3,
.lp-icon1-line4,
.lp-icon1-tel2,
.lp-icon1-tel3,
.lp-icon1-tel4,
.lp-icon1-form1 {
  width: 36px;
  height: 36px;
  background-size: 1700px auto;
}
.lp-icon1-line2,
.lp-icon1-line3,
.lp-icon1-line4 {
  background-position: -63px -177px;
}
.lp-icon1-tel2,
.lp-icon1-tel3,
.lp-icon1-tel4 {
  background-position: -6px -177px;
}
.lp-icon1-form1 {
  background-position: -120px -177px;
}
.lp-icon1-form2,
.lp-icon1-tel5,
.lp-icon1-line5 {
  width: 40px;
  height: 40px;
  background-size: 2000px auto;
}
.lp-icon1-form2 {
  background-position: -142px -210px;
}
.lp-icon1-tel5 {
  background-position: -8px -210px;
}
.lp-icon1-line5 {
  background-position: -75px -210px;
}
.c-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.c-alert-link {
  text-decoration: none;
}
.c-alert .alert1 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1vw;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  background-color: #4663a1;
}
.c-alert .alert1.closed {
  background-color: #c52323;
}
.c-alert .alert1.is-red {
  background-color: #c52323;
}
.c-alert .alert1.is-pink {
  background-color: #e65959;
}
.c-alert .alert1.is-dark-orange {
  background-color: #ff6a2b;
  cursor: default;
}
.c-alert .alert1.is-link-orange {
  background-color: #ff956b;
  cursor: default;
}
.marqueer {
  display: block;
  white-space: nowrap;
  animation: marquee-anim 15s linear 0.5s infinite;
}
@keyframes marquee-anim {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.notice-bar-footer .c-alert-link {
  text-decoration: none;
  padding: 3px 0px 3px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #33497e;
  color: #fff;
  cursor: default;
}
@media screen and (min-width: 1500px) {
  .c-alert .alert1,
  .c-alert .alert2 {
    font-size: 18px;
  }
}
.c-holiday-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  overflow-y: auto;
  padding: 144px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.c-holiday-modal.active {
  opacity: 1;
  visibility: visible;
}
.c-holiday-modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 850px;
  background-color: #fff;
  padding: 54px 86px 50px 96px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .c-holiday-modal-inner {
    padding: 38px 43px 25px 48px;
  }
}
.c-holiday-modal-box {
  width: 100%;
  height: 100%;
}
.c-holiday-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3333333333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #acacac;
}
.c-holiday-modal-content {
  font-size: 15px;
  color: #323232;
  line-height: 1.5;
}
.c-holiday-modal-close {
  top: 0;
  right: -35px;
  width: 67px;
  height: 67px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #21325e;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s all ease;
  border: 2px solid #fff;
}
@media screen and (max-width: 1366px) {
  .c-holiday-modal-close {
    right: -25px;
    width: 50px;
    height: 50px;
  }
}
.c-holiday-modal-close:hover {
  opacity: 0.9;
}
.c-holiday-modal-close::before,
.c-holiday-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 1366px) {
  .c-holiday-modal-close::before,
  .c-holiday-modal-close::after {
    width: 25px;
  }
}
.c-holiday-modal-close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-holiday-modal-close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.c-holiday-modal-close-btn {
  width: 100%;
  max-width: 230px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 8px;
  background-color: #21325e;
  margin: 40px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .c-holiday-modal-close-btn {
    max-width: 200px;
    margin: 20px auto 0;
  }
}
.c-holiday-modal .sub-title {
  font-weight: 500;
}
.c-holiday-modal .txt-red {
  color: #a52424;
  font-weight: 500;
}
.site-header {
  position: fixed;
  width: 100%;
  min-width: 1060px;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  min-height: 60px;
}
.site-header .c-alert {
  position: relative;
}
.site-header .c-alert + .header {
  margin-top: 15px;
}
.header {
  width: 100%;
  max-width: 1288px;
  margin: 16px auto 17px;
  padding-right: 124px;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  position: relative;
}
.header .logo-web {
  max-width: 120px;
  display: inline-block;
}
.header .menu-open {
  cursor: pointer;
  display: block;
  width: 27px;
  height: 25px;
  position: relative;
  pointer-events: initial;
}
.header .menu-open:hover {
  opacity: 0.8;
}
.header .menu-open .bar,
.header .menu-open:before,
.header .menu-open:after {
  background-color: #333;
  display: block;
  font-size: 0;
  height: 3px;
  width: 100%;
  position: absolute;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  left: 0;
}
.header .menu-open .bar {
  top: 50%;
  transform: translateY(-50%);
}
.header .menu-open:before {
  content: "";
  top: 0;
}
.header .menu-open:after {
  content: "";
  bottom: 0;
}
.header-toggle {
  width: 350px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(62, 68, 95, 0.2);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(62, 68, 95, 0.2);
  -moz-box-shadow: 0px 3px 6px 0px rgba(62, 68, 95, 0.2);
  position: absolute;
  top: -16px;
  right: 0;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 998;
  font-family: "Noto Serif JP";
  padding: 60px 0 80px;
  display: none;
}
.header-toggle.header-toggle-style2 {
  font-family: "Noto Sans JP";
}
.header-toggle.header-toggle-style2 .header-toggle-addtxt {
  font-weight: 500;
}
.header-toggle.header-toggle-style2 .list-links .arrow:before,
.header-toggle.header-toggle-style2 .list-links .arrow:after {
  background-color: #9f8971;
}
.header-toggle .menu-close {
  width: 25px;
  height: 25px;
  position: relative;
  float: right;
  right: 25px;
  top: -41px;
  cursor: pointer;
}
.header-toggle .menu-close:before,
.header-toggle .menu-close:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header-toggle .menu-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-toggle .menu-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-toggle .list-links {
  width: 270px;
  margin: 31px auto 30px;
}
.header-toggle .list-links .li {
  border-bottom: 1px solid #cec2ac;
  padding: 10px 0 10px 5px;
  display: flex;
  align-items: center;
}
.header-toggle .list-links .a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.643;
  cursor: pointer;
}
.header-toggle .list-links .arrow {
  width: 7px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.header-toggle .list-links .arrow:before,
.header-toggle .list-links .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 1.5px;
  background-color: #b2a677;
  left: 0;
}
.header-toggle .list-links .arrow:before {
  top: 3px;
  transform: rotate(45deg);
}
.header-toggle .list-links .arrow:after {
  bottom: 3px;
  transform: rotate(-45deg);
}
.header-toggle-addtxt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.583;
  color: #3c2e2e;
  text-align: center;
  margin-bottom: 10px;
}
.header-toggle-btn {
  text-align: center;
  margin-top: 8px;
}
.header .box-tel-in-form.brown .btn-lp.style2 {
  width: 270px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  box-shadow: none;
}
.header .box-tel-in-form.brown .btn-lp .small {
  font-size: 12px;
}
.header .box-tel-in-form.brown + .header-toggle-btn .btn-lp.anchor .tg-lp {
  transform: translateY(-50%) rotate(0);
}
.header .btn-lp.tel .i-btn {
  left: 20px;
}
.menu-list {
  width: 664px;
  align-items: center;
  margin-bottom: 2px;
}
.menu-list .menu-item {
  display: flex;
  align-items: center;
  height: 18px;
}
.menu-list .menu-item.border {
  padding-right: 30px;
  border-right: 1px solid #333;
}
.menu-list .menu-link {
  display: flex;
  align-items: center;
}
.menu-list .menu-link-icon {
  margin-right: 10px;
}
@media screen and (max-width: 1599px) and (min-width: 1061px) {
  .header {
    padding: 0px 1vw;
  }
  .header .logo-web {
    width: 13%;
  }
  .menu-list {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1060px) {
  .header {
    padding: 0px 10px;
  }
  .menu-list {
    margin-right: 0px;
  }
}
.lp-icon1-mv1 {
  width: 22.3vw;
  height: 3.34vw;
  background-size: 153vw auto;
  background-position: -21.8vw -36.4vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1100px) {
  .lp-icon1-mv1 {
    width: 320px;
    height: 48px;
    background-size: 2200px auto;
    background-position: -314px -523px;
  }
}
.mv-lp-sec {
  overflow: hidden;
}
.mv-lp-sec .hidden-img {
  opacity: 0;
  display: block;
  width: 100%;
  z-index: -1;
}
.mv-lp-sec.affiliate .content-mv {
  margin-top: 5%;
}
.mv-lp-sec .title-mv {
  position: relative;
}
.mv-lp-sec .content-mv {
  width: 37%;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 4;
  margin-top: 3%;
}
@media screen and (min-width: 1100px) {
  .mv-lp-sec .content-mv {
    margin-top: 5%;
  }
}
.mv-lp-sec .content-txt {
  display: block;
  margin: 0 auto;
}
.mv-lp-sec .content-txt.top {
  top: 0;
  height: 44px;
}
@media screen and (min-width: 1100px) {
  .mv-lp-sec .content-txt.top {
    height: 67px;
  }
}
.mv-lp-sec .content-txt.center {
  margin: 2vw auto 3vw;
}
@media screen and (max-width: 1100px) {
  .mv-lp-sec .content-txt.center {
    margin: 2vw auto;
  }
}
.mv-lp-sec .btns-mv {
  width: 77.38%;
  max-width: 400px;
  min-width: 350px;
  margin: 4.9% auto 0;
}
.mv-lp-sec .btns-mv .li ~ .li {
  margin-top: 14px;
}
.mv-lp-sec .btns-mv .btn-lp {
  width: 100%;
}
.mv-lp-sec .date-mv {
  font-size: 12px;
  text-align: center;
  margin-top: 1.2vw;
  color: #3c2e2e;
  letter-spacing: 0.1em;
}

.top-page .date-mv {
  text-align: center;
}
.mv-lp-sec .carousel-lp img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0%;
}
@media screen and (max-width: 1099px) {
  .mv-lp-sec .btns-mv .btn-lp {
    min-height: 63px;
    padding: 8px 27px 13px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .mv-lp-sec .hidden-img {
    min-height: 100vh;
  }
  .mv-lp-sec .carousel-lp img {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1500px) {
  .mv-lp-sec .content-mv {
    left: 18.958vw;
    width: 27vw;
  }
}
.wait-load {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.wait-load::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150%;
  width: 150%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  display: block;
  background-color: #fff;
}
.bottom-to-auto {
  animation: bottomToAuto 8.2s ease-in-out infinite;
}
.auto-to-top {
  animation: autoToTop 8.2s ease-in-out infinite;
}
.zoom-out {
  animation: zoomOut 8.2s ease-in-out infinite;
}
.zoom-out-right {
  animation: zoomOutRight 8.2s ease infinite;
}
.zoom-out-left {
  animation: zoomOutLeft 8.2s ease infinite;
}
.zoom-in {
  animation: zoomIn 8.2s ease-in-out infinite;
}
.zoom-in-first {
  animation: zoomInFirst 8.2s ease-in-out infinite;
}
.zoom-in-right {
  animation: zoomInRight 8.2s ease-in-out infinite;
}
.zoom-in-right2 {
  animation: zoomInRight2 8.2s ease-in-out infinite;
}
.auto-to-right {
  animation: autoToRight 8.2s ease-in-out infinite;
}
.auto-to-left {
  animation: autoToLeft 8.2s ease-in-out infinite;
}
@keyframes autoToTop {
  0% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 0, 30);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 0, -20);
  }
  100% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 0, -20);
  }
}
@keyframes bottomToAuto {
  0% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 0, -30);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 20);
  }
  100% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 0, 20);
  }
}
@keyframes autoToRight {
  0% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, -30, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 30, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 30, 0);
  }
}
@keyframes autoToLeft {
  0% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, 30, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, -30, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.2, 0, 0, 1.2, -30, 0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes zoomOutRight {
  0% {
    opacity: 0;
    transform: matrix(1.35, 0, 0, 1.35, -25, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: matrix(1.15, 0, 0, 1.15, 20, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.15, 0, 0, 1.15, 20, 0);
  }
}
@keyframes zoomOutLeft {
  0% {
    opacity: 0;
    transform: matrix(1.35, 0, 0, 1.35, 25, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 1;
    transform: matrix(1.15, 0, 0, 1.15, -20, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.15, 0, 0, 1.15, -20, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
}
@keyframes zoomInFirst {
  0% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.25, 0, 0, 1.25, 20, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.25, 0, 0, 1.25, 20, 0);
  }
}
@keyframes zoomInRight2 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    transform: matrix(1.25, 0, 0, 1.25, 10, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.25, 0, 0, 1.25, 10, 0);
  }
}
.btn-lp {
  background-image: linear-gradient(to right, #5ec275, #a1c73f);
  width: 350px;
  max-width: 100%;
  text-align: center;
  padding: 11px 30px 11px 55px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.btn-lp:hover {
  opacity: 0.7;
}
.btn-lp .small {
  height: auto;
  font-size: 14px;
  display: block;
  line-height: 1.1;
}
.btn-lp .small-char {
  font-size: 18px;
}
.btn-lp .tg-lp,
.btn-lp .fg {
  display: inline-block;
}
.btn-lp .tg-lp,
.btn-lp .fg,
.btn-lp .i-btn {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.btn-lp .tg-lp {
  width: 6.5px;
  height: 15px;
  right: 21px;
  position: absolute;
}
.btn-lp .tg-lp::before,
.btn-lp .tg-lp::after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: relative;
  background-color: #3c2e2e;
}
.btn-lp .tg-lp::before {
  left: -2px;
  top: 3px;
  transform: rotate(50deg);
}
.btn-lp .tg-lp::after {
  right: 2px;
  bottom: -10px;
  transform: rotate(-50deg);
}
.btn-lp .i-btn,
.btn-lp .fg {
  left: 30px;
}
.btn-lp .fg {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.btn-lp .img {
  max-width: none;
  height: 35px;
  display: block;
  position: relative;
}
.btn-lp::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.btn-lp-style3 {
  background-image: none;
  background-color: #3c2e2e;
  color: #fff;
  border-radius: 38px;
  font-family: "Noto Sans JP";
}
.btn-lp-style3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}
.btn-lp-style3 .tg-lp::before,
.btn-lp-style3 .tg-lp::after {
  background-color: #fff;
}
.btn-lp.line .img {
  transform: translateX(-45px);
}
.btn-lp.web .img {
  transform: translateX(-90px);
}
.btn-lp.style2 .img {
  width: 170px;
}
.btn-lp.style1 {
  width: 400px;
  min-height: 72px;
  padding: 13px 27px 18px 30px;
}
.btn-lp.style1 .small {
  letter-spacing: 0.05em;
  font-size: 12px;
}
.btn-lp.style2 {
  height: 70px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
.btn-lp.style-brown {
  height: 70px;
  box-shadow: 6px 6px 6px rgba(80, 61, 61, 0.5);
  background-image: linear-gradient(to right, #5c4036, #5c4036, #211813);
  color: #fff;
}
.btn-lp.style-brown .img {
  width: 120px;
}
.btn-lp.style-brown .tg-lp::before,
.btn-lp.style-brown .tg-lp::after {
  background-color: #fff;
}
.btn-lp.style-brown.line .img {
  transform: translateX(-41px);
}
.btn-lp.style-brown.web .img {
  transform: translateX(-83px);
}
.btn-lp.style-brown::before {
  border-color: #fff;
}
.btn-lp.style3 {
  width: 400px;
  height: 75px;
}
.btn-lp.form-sect {
  width: 380px;
  height: 95px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
.btn-lp.anchor .tg-lp {
  transform: translateY(-50%) rotate(90deg);
}
.btn-lp.headerbtn,
.btn-lp.headerbtn-style2 {
  width: 270px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-lp.headerbtn .small,
.btn-lp.headerbtn-style2 .small {
  font-size: 12px;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.btn-lp.headerbtn .fg,
.btn-lp.headerbtn .i-btn,
.btn-lp.headerbtn-style2 .fg,
.btn-lp.headerbtn-style2 .i-btn {
  left: 20px;
}
.btn-lp.headerbtn {
  height: 75px;
  font-size: 18px;
}
.btn-lp.headerbtn-style2 {
  height: 70px;
  font-size: 17px;
}
.btn-lp.headerbtn-style2 .small {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.btn-lp.form-sect,
.btn-lp.style3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-lp.form-sect .tg-lp::before,
.btn-lp.form-sect .tg-lp::after,
.btn-lp.style3 .tg-lp::before,
.btn-lp.style3 .tg-lp::after {
  height: 1.5px;
}
.btn-lp.form-sect .tg-lp:before,
.btn-lp.style3 .tg-lp:before {
  top: 5px;
}
.btn-lp.form-sect .fg,
.btn-lp.style3 .fg {
  width: 40px;
  height: 40px;
}
.btn-lp.form-sect .fg .img,
.btn-lp.style3 .fg .img {
  height: 100%;
}
.lp-icon1.tt-content1 {
  height: 74px;
  width: 414px;
  background-size: 1770px auto;
  background-position: -26px -789px;
}
.lp-icon1.tt-step3 {
  height: 38px;
  width: 398px;
  background-size: 1770px auto;
  background-position: -5px -480px;
}
.lp-icon1-no1,
.lp-icon1-no2,
.lp-icon1-no3 {
  width: 33px;
  height: 35px;
  background-size: 1900px auto;
}
.lp-icon1-no1 {
  background-position: -11px -262px;
}
.lp-icon1-no2 {
  background-position: -74px -262px;
}
.lp-icon1-no3 {
  background-position: -138px -262px;
}
.content1-lp-sec {
  margin-bottom: 89px;
}
.content1-lp-sec .gradient-bg {
  font-weight: 500;
  padding-top: 46px;
  min-height: 444px;
  margin-bottom: 72px;
}
.content1-lp-sec .txt-annotation {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  width: 723px;
  line-height: 1.3333;
  margin: -30px auto 0;
  padding: 14px 0 24px;
}
.content1-box {
  padding-right: 2.6%;
}
.content1-title {
  margin-bottom: 28px;
}
.content1-title .title-img {
  height: 74px;
  display: inline-block;
}
.content1-tt {
  margin-bottom: 30px;
}
.content1-tt .tt-img {
  display: inline-block;
  height: 38px;
}
.content1-box .brand-info {
  min-width: 340px;
  max-width: 500px;
  display: inline-block;
}
.content1-box .brand-info.w300 {
  width: 300px;
}
.content1-box .dl {
  padding: 0 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-top: 7px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.content1-box .dl.pd0 {
  padding: 0;
}
.content1-box .dl.vacheron-lp .dt,
.content1-box .dl.alange-soehne-lp .dt {
  letter-spacing: 0.1em;
  line-height: 1.41;
  margin-bottom: 2px;
}
.content1-box .dl.vacheron-lp {
  padding: 0 15px;
}
.content1-box .dl.vacheron-lp .dd .big {
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.content1-box .dl.alange-soehne-lp {
  padding: 0 47px;
}
.content1-box .dl.alange-soehne-lp .dd .big {
  letter-spacing: 0.02em;
  line-height: 1.28;
}
.content1-box .dl.rogerdubuis-lp {
  padding: 0 9px;
}
.content1-box .dl.rogerdubuis-lp .dt {
  letter-spacing: 0.1em;
  line-height: 1.41;
  margin-bottom: 5px;
}
.content1-box .dl.rogerdubuis-lp .dd .small {
  letter-spacing: -0.01em;
  line-height: 1.44;
}
.content1-box .dt {
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.content1-box .dt .smaller {
  font-size: 18px;
}
.content1-box .big {
  font-size: 18px;
  line-height: 1.25;
  display: block;
}
.content1-box .small {
  display: block;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
.content1-box .smaller {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.content1-box .price {
  font-size: 16px;
  letter-spacing: 0.09em;
  margin-bottom: 11px;
  white-space: nowrap;
}
.content1-box .price .yen {
  font-size: 14px;
}
.content1-box .line-brand {
  overflow: hidden;
}
.content1-box .line-brand::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  left: 0;
  height: 6px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%);
}
.content1-box .line-w {
  display: inline-block;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.content1-box .line-w::before,
.content1-box .line-w::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 200%;
  height: 1px;
}
.content1-box .line-w::before {
  right: 100%;
}
.content1-box .line-w::after {
  left: 100%;
}
.content1-box .price-main {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 37px;
}
.content1-box .price-main .yen {
  font-size: 28px;
}
.content1-box .sale {
  letter-spacing: 0.05em;
  font-size: 18px;
  padding: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.content1-box .sale .yen {
  font-size: 16px;
}
.content1-list {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  display: -ms-flexbox;
}
.content1-list .item-dl {
  width: 330px;
  background-color: #f4f4f4;
}
.content1-list .item-dt {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding: 8px 0px 8px 3px;
}
.content1-list .tt-img,
.content1-list .lp-icon1 {
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.content1-list .tt-img {
  width: 31px;
  display: block;
}
.content1-list .item-dd {
  padding: 15px 0px 19px;
}
.content1-list .item-des {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 3px;
}
.content1-list .item-des.ls100 {
  letter-spacing: 0.1em;
}
.content1-list .item-txt {
  color: #21325e;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.content1-style2 {
  width: 1720px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.content1-style2-box {
  width: 836px;
  margin: 0 auto;
  overflow: unset;
}
.content1-style2-box .swiper-slide {
  opacity: 0.3;
  padding: 0 20px;
}
.content1-style2-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content1-style2 .product-content1-next,
.content1-style2 .product-content1-prev {
  top: 36%;
  width: 25px;
  height: 58px;
  z-index: 99999;
  cursor: pointer;
}
.content1-style2 .product-content1-next:after,
.content1-style2 .product-content1-next:before,
.content1-style2 .product-content1-prev:after,
.content1-style2 .product-content1-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.content1-style2 .product-content1-next:before,
.content1-style2 .product-content1-prev:before {
  top: 0;
  transform: rotate(-45deg);
}
.content1-style2 .product-content1-next:after,
.content1-style2 .product-content1-prev:after {
  bottom: 0;
  transform: rotate(-135deg);
  font-size: 0;
}
.content1-style2 .product-content1-prev {
  transform: rotate(180deg);
}
.content1-style2 .product-content1-next {
  right: 64px;
}
.content1-style2 .product-content1-prev {
  left: 64px;
}
.content1-lp-sec.nomal .gradient-bg {
  background-image: linear-gradient(#3f4d6b, #091c46);
}
.content1-lp-sec.nomal .content1-box .fg-brand {
  width: 164px;
  margin-right: 53px;
}
.content1-lp-sec.nomal .content1-box .dl {
  border-color: #c7b28a;
  color: #c7b28a;
}
.content1-lp-sec.nomal .content1-box .price {
  color: #fff;
}
.content1-lp-sec.nomal .content1-box .line-brand::before {
  border-color: #fff;
}
.content1-lp-sec.nomal .content1-box .line-w {
  color: #fff;
}
.content1-lp-sec.nomal .content1-box .line-w::before,
.content1-lp-sec.nomal .content1-box .line-w::after {
  background-color: #fff;
}
.content1-lp-sec.nomal .content1-box .price-main {
  color: #c7b28a;
}
.content1-lp-sec.nomal .content1-box .sale {
  background-color: #c7b28a;
}
.content1-lp-sec.nomal .content1-list .item-dt {
  background-image: linear-gradient(to right, #3f4d6b, #091c46);
  color: #fff;
}
.content-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.content-banner {
  background-color: #fff;
  width: 295px;
  max-width: 100%;
  height: 280px;
  margin: 0 9px;
}
.content-banner .step-lp-btn,
.content-banner .step-lp-link {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  position: relative;
  text-align: center;
  padding: 7px 20px 7px 0;
  display: block;
  cursor: pointer;
}
.content-banner .step-lp-btn::after,
.content-banner .step-lp-link::after {
  position: absolute;
  content: "";
  border: solid #3c2e2e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  transition: all 0.5s;
}
.content-banner .step-lp-btn.act::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.content-banner .step-lp-box {
  display: none;
}
.content-banner .step-lp-box.hide-box {
  visibility: hidden;
  transition: visibility 0.3s;
}
.content-dl {
  color: #3c2e2e;
}
.content-dt .span {
  border-left: 0.5px solid #3c2e2e;
  border-right: 0.5px solid #3c2e2e;
  letter-spacing: 0.1em;
  line-height: 1.18;
  font-weight: 700;
  font-size: 20px;
  min-width: 122px;
  display: inline-block;
}
.content-dd {
  line-height: 1.57;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.content-step-lp {
  background-color: #cec2ac;
  position: relative;
}
.list-lp-step .li {
  border: 0.5px solid #3c2e2e;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 1px 3px;
  background-color: #cec2ac;
  position: relative;
  z-index: 3;
}
.list-lp-step .li2 {
  z-index: 2;
}
.list-lp-step .li2::before,
.list-lp-step .li2::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border-left: 10px solid #3c2e2e;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.list-lp-step .li2::before {
  right: 100%;
}
.list-lp-step .li2::after {
  left: 100%;
}
.btn-lp-w {
  background-color: #fff;
  color: #3c2e2e;
  display: block;
  font-size: 11px;
  line-height: 1.546;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 5px;
}
.btn-lp-w::after {
  position: absolute;
  right: 5%;
  content: "";
  border: solid #3c2e2e;
  border-width: 2px 2px 0px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 3px;
}
.lp-icon1.tt-content2 {
  width: 332px;
  height: 75px;
  background-size: 1770px auto;
  background-position: -5px -550px;
}
.lp-icon2.tt-content2 {
  width: 332px;
  height: 71px;
  background-size: 1500px auto;
  background-position: -25px -484px;
}
.content2-lp-sec {
  margin: 100px 0 96px;
}
.content2-bg {
  background: url("../img/c2-back.webp") no-repeat top center/cover;
  padding: 42px 0 83px;
}
.content2-bg .content-banner {
  padding-bottom: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.content2-bg .content-banner .step-lp-box {
  padding: 0px 11px 11px;
}
.content2-bg .content-banner .step-lp-btn::after,
.content2-bg .content-banner .step-lp-link::after {
  right: 18px;
  margin-top: 4px;
}
.content2-bg .content-banner .step-lp-btn.act::after,
.content2-bg .content-banner .step-lp-link.act::after {
  margin-top: 8px;
}
.content2-bg .content-banner .list-lp-step .li {
  width: 75px;
}
.content2-bg .content-banner .list-lp-step .li2::before,
.content2-bg .content-banner .list-lp-step .li2::after {
  border-left: 11px solid #3c2e2e;
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
}
.content2-bg .content-dl {
  width: 100%;
  order: 2;
  text-align: center;
  padding: 20px 15px 13px;
}
.content2-bg .content-step-lp {
  display: block;
  width: 100%;
  margin: 0 15px;
  order: 3;
}
.content2-title {
  margin-bottom: 30px;
}
.content2-fg {
  order: 0;
  width: 100%;
  height: 115px;
}
.cv2 + .content2-lp-sec {
  margin: 0;
}
.custom-buttons .content-step-lp {
  background-color: rgba(0, 0, 0, 0);
}
.custom-buttons .step-lp-link {
  padding: 12px 20px 12px 0;
  color: #3c2e2e;
  background-color: #cec2ac;
}
.custom-buttons .step-lp-link.rotate::after {
  transform: rotate(-45deg);
  margin-top: 6px;
}
.custom-buttons .step-lp-link::after {
  border-width: 0 1px 1px 0;
}
.custom-style1 .step-lp-link {
  box-shadow: 3px 3px 6px rgba(60, 46, 46, 0.4);
}
.custom-style1 .step-lp-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid #3c2e2e;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.lp-icon1.tt-content3 {
  height: 55px;
  width: 547px;
  background-size: 1700px auto;
  background-position: -463px -766px;
}
.content3-lp-sec {
  background-color: #9bcb5f2e;
  padding: 70px 0;
}
.content3-list {
  margin: 20px -8px 25px;
}
.content3-list .jyoutai {
  width: 160px;
  margin: 10px 8px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.content3-list .jyoutai-name {
  background-color: #e4e3e0;
  padding: 5px;
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.content3-des .tt {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c2e2e;
  line-height: 1.4;
  display: inline-block;
  min-width: 639px;
  padding: 0 15px;
}
.content3-des .tt .small {
  font-size: 18px;
  height: 0;
}
.content3-des-txt {
  margin-top: 21px;
  text-align: center;
  line-height: 1.59;
  font-weight: 400;
  font-size: 17px;
}
.brand-lp-sec {
  padding: 98px 0 18px;
}
.brand-tt {
  margin-bottom: 40px;
}
.brand-tt-img {
  height: 75px;
  display: inline-block;
}
.brand-tt-img.bigger {
  height: 77.5px;
}
.brand-list {
  margin: 0 -7.5px 35px;
}
.brand-img {
  display: block;
}
.brand-url {
  width: 195px;
  margin: 0px 8px 15px;
  display: block;
}
.brand-name {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgba(63, 77, 107, 0.8),
    rgba(9, 28, 70, 0.8)
  );
  padding: 8.5px 0px 9.5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.brand-name .span {
  width: 100%;
  display: block;
}
.brand-name .span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.cat-box {
  background-color: #f4f4f4;
  padding: 42px 0px 29px;
}
.cat-tt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.cat-list {
  width: 816px;
  margin: 25px auto 0;
}
.cat-fg {
  width: 100px;
  margin: -30px 18px 0;
}
.cat-name {
  width: 146px;
  left: -23px;
  bottom: 35px;
  font-weight: 400;
}
.cat-des {
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.style2.brand-lp-sec .brand-url {
  min-height: 160px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.style2.brand-lp-sec .brand-name {
  background: #3c2e2e;
  font-weight: 700;
  padding: 5px 0;
  letter-spacing: 0.18em;
}
.style2.brand-lp-sec .cat-fg {
  margin: 0px 18px 36px;
}
.style2.brand-lp-sec .cat-name {
  bottom: 0px;
  font-weight: 500;
  font-size: 13px;
}
.style2.brand-lp-sec .cat-des {
  margin-top: 0;
}
.lp-icon1.tt-shop {
  width: 259px;
  height: 75px;
  background-size: 1740px auto;
  background-position: -362px -540px;
}
.lp-icon2.tt-shop {
  width: 259px;
  height: 75px;
  background-size: 1480px auto;
  background-position: -416px -476px;
}
.shop-tabs {
  margin: 96px 0;
}
.shop-tabs .container {
  padding: 0 60px;
}
.shop-tabs .title .img {
  display: inline-block;
  height: 75px;
}
.shop-tabs .shop-loca {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -6px 34px;
}
.shop-tabs .shop-loca-item {
  width: 219px;
  height: 50px;
  margin: 7px;
  position: relative;
  color: #fff;
  background-image: linear-gradient(to right, #3f4d6b, #091c46);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: "Noto Serif JP";
}
.shop-tabs .shop-loca-item.active {
  color: #21325e;
  background: #fff;
}
.shop-tabs .shop-loca-item.active::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #21325e;
  bottom: 0;
  left: 0;
}
.shop-tabs .shop-wrap {
  display: none;
  border-bottom: 1px solid #3c2e2e;
}
.shop-tabs .shop-wrap.active {
  display: block;
}
.shop-tabs .province {
  margin-bottom: 20px;
}
.shop-tabs .province ~ .province {
  margin-top: 30px;
  position: relative;
}
.shop-tabs .province ~ .province::before {
  content: "";
  left: 0;
  top: -30px;
  border-top: 1px solid #3c2e2e;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
}
.shop-tabs .province .text {
  display: block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3c2e2e;
  background: #ebecec;
}
.shop-tabs .station-wrap {
  padding: 16px 20px 20px;
  border-top: 1px solid #3c2e2e;
  position: relative;
}
.shop-tabs .station-wrap + .shop-tabs-banner {
  margin-top: 30px;
}
.shop-tabs .station-wrap + .shop-tabs-banner::before {
  content: "";
  left: 0;
  top: -30px;
  border-top: 1px solid #3c2e2e;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
}
.shop-tabs .station-detail {
  color: #787777;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
}
.shop-tabs .station {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-tabs .station-name {
  color: #3c2e2e;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.shop-tabs .station .open-more {
  cursor: pointer;
  position: absolute;
  right: -10.8%;
  top: 6%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 42px;
  color: #3c2e2e;
  background: #cec2ac;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 22px;
}
.shop-tabs .station .open-more::after {
  position: absolute;
  right: 22%;
  content: "";
  border: solid #3c2e2e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
  margin-left: 10px;
  transition: all 0.5s;
}
.shop-tabs .station .open-more.active {
  padding-right: 0;
}
.shop-tabs .station .open-more.active::after {
  margin-top: 2px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.shop-tabs .box-wrap {
  display: none;
}
.shop-tabs .box-wrap.active {
  display: block;
}
.shop-tabs .star-rate-shop {
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 10px;
  color: #a7a7a7;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.shop-tabs .star-rate-shop .star-img {
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}
.shop-tabs .star-rate-shop .num-star-shop {
  letter-spacing: 0.1em;
  color: #837c76;
  font-size: 12px;
  font-weight: 700;
}
.shop-tabs .shop-address {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.shop-tabs .shop-address-detail {
  width: 355px;
  position: relative;
  padding-top: 9px;
}
.shop-tabs .shop-address-detail .txt {
  line-height: 1.625;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.shop-tabs .shop-address-detail .txt + .txt {
  padding-bottom: 60px;
}
.shop-tabs .shop-address-detail .note-small {
  font-size: 12px;
}
.shop-tabs .shop-address-detail .txt-affiliate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.572;
  letter-spacing: 0.1em;
}
.shop-tabs .shop-address-detail .txt-affiliate.closure {
  color: #ff2500;
}
.shop-tabs .shop-address-detail .txt-access {
  background-color: #ebecec;
  color: #3c2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.536;
  letter-spacing: 0.1em;
  padding: 14px 10px 13px 10px;
  margin: 7px 0 6px;
}
.shop-tabs .shop-address-detail .txt-access-style2 {
  background-color: #f4f4f4;
}
.shop-tabs .shop-address-img {
  width: 496px;
  height: 100%;
  background-color: #eee;
  display: inline-block;
}
.shop-tabs .mt32 {
  margin-top: 32px;
  margin-bottom: 30px;
}
.shop-tabs .shop-detail-cta {
  padding: 18px 0 26px;
  background: #f4f4f4;
  margin: 20px 0;
}
.shop-tabs .shop-detail-cta .txt {
  font-size: 20px;
  color: #3c2e2e;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.shop-tabs .shop-detail-cta .btn-lp {
  margin: 0 7.5px;
}
.shop-tabs .move-to-detail {
  color: #3c2e2e;
  width: 100%;
  height: 42px;
  display: flex;
  font-size: 16px;
  border: 1px solid #707070;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 22px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.shop-tabs .move-to-detail .span {
  position: relative;
  padding-right: 30px;
}
.shop-tabs .move-to-detail .span::after {
  position: absolute;
  content: "";
  right: 2.5%;
  top: 30%;
  border: solid #3c2e2e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
}
.shop-tabs .closure {
  color: #ff2500;
  padding: 2px;
  font-size: 16px;
  font-weight: 700;
}
.shop-tabs.affiliate-brand .shop-loca .shop-loca-item,
.shop-tabs.affiliate-brand .shop-wrap .province .text,
.shop-tabs.affiliate-brand .station-wrap .station .station-name {
  font-family: "Noto Sans JP";
}
.shop-tabs.affiliate-brand .shop-loca .shop-loca-item {
  background-image: none;
  background-color: #3c2e2e;
  border-radius: 8px;
}
.shop-tabs.affiliate-brand .shop-loca .shop-loca-item.active {
  color: #3c2e2e;
  background: #fff;
}
.shop-tabs.affiliate-brand .shop-loca .shop-loca-item.active::after {
  background: #3c2e2e;
}
.shop-tabs.affiliate-brand .shop-address-detail .txt-access {
  background-color: #f4f4f4;
  color: #3c2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.536;
  letter-spacing: 0.1em;
  padding: 14px 10px 13px 10px;
  margin: 7px 0 6px;
}
.shop-tabs-banner {
  background: url("../img/shop-back2 (1).webp") no-repeat top center/cover;
  padding: 35px 0 81px;
}
.shop-tabs-banner::after {
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #fff;
  z-index: 2;
}
.shop-tabs-banner .banner-title {
  margin: 0 auto 31px;
  width: 651px;
}
.shop-tabs-banner .banner-fg {
  width: 135px;
  display: block;
}
.shop-tabs-banner .content-banner {
  padding-left: 19px;
  width: 400px;
  height: 159px;
  margin: 0 10px;
  justify-content: space-between;
}
.shop-tabs-banner .content-banner .step-lp-btn {
  font-size: 15px;
  padding: 7px;
}
.shop-tabs-banner .content-banner .step-lp-btn::after {
  right: 20px;
  margin-top: 2px;
}
.shop-tabs-banner .content-banner .step-lp-btn.act::after {
  margin-top: 8px;
}
.shop-tabs-banner .content-banner .step-lp-box {
  padding: 0px 20px 16px;
}
.shop-tabs-banner .content-banner .list-lp-step .li {
  width: 102px;
}
.shop-tabs-banner .content-banner .list-lp-step .li2::before,
.shop-tabs-banner .content-banner .list-lp-step .li2::after {
  border-left: 11px solid #3c2e2e;
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
}
.shop-tabs-banner .content-dl {
  padding-top: 14px;
}
.shop-tabs-banner .content-dt {
  margin-left: 4px;
  margin-top: 2px;
}
.shop-tabs-banner .content-dt .span {
  line-height: 1.31;
  min-width: 143px;
  font-size: 18px;
  padding: 0 5px;
  display: inline-block;
}
.shop-tabs-banner .content-step-lp {
  width: 365px;
  top: -56px;
}
.relocation {
  background-color: #f4f4f4;
  padding: 0px 40px 45px;
}
.relocation-info {
  background-color: #fff;
  padding: 20px 35px;
  text-align: center;
}
.relocation-info-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.relocation-info-title .icon {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ce444d;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  line-height: 1;
  margin-right: 6.5px;
}
.relocation-info-title .text {
  color: #ce444d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.relocation-info-p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #081b45;
}
.relocation-info-p .block-text {
  display: block;
  color: #333;
  letter-spacing: 0;
  margin-top: -5px;
}
.relocation-info-p .block-item {
  display: inline-block;
  color: #333;
  border-left: 1px solid #707070;
  padding-left: 10px;
  padding-right: 30px;
  margin-top: 10px;
  text-align: left;
}
.relocation-info-p .span-red {
  color: #ce444d;
}
.relocation-info-p .span-grey {
  color: #333;
}
.relocation-info-small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 9px;
  color: #787777;
}
.relocation-btn {
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ce444d;
  color: #fff;
  border-radius: 18px;
  width: 279px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 12px 6px 22px;
}
.relocation-btn .arrow {
  position: relative;
  display: block;
  width: 6px;
  height: 10px;
}
.relocation-btn .arrow:after,
.relocation-btn .arrow:before {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  width: 7px;
  background-color: #fff;
  left: 0;
}
.relocation-btn .arrow:before {
  top: 2px;
  transform: rotate(45deg);
}
.relocation-btn .arrow:after {
  bottom: 2px;
  transform: rotate(-45deg);
}
.sp-block {
  display: none;
}
.shop-tabs .relocation {
  padding: 20px;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.shop-tabs .fl.mt32 ~ .relocation {
  margin-bottom: 30px;
}
.purchase-results {
  margin: 0 auto 100px;
}
.purchase-results .txt-annotation {
  width: 723px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.333;
  margin: 26px auto 0;
  color: #707070;
}
.slider3,
.slider4 {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.slider3::before,
.slider3::after,
.slider4::before,
.slider4::after {
  content: "";
  height: 100%;
  width: 5%;
  z-index: 33;
  top: 0;
  position: absolute;
}
.slider3::before,
.slider4::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgb(206, 194, 172),
    rgba(255, 255, 255, 0)
  );
}
.slider3::after,
.slider4::after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(206, 194, 172)
  );
}
.slider3-nonPes::before,
.slider3-nonPes:after,
.slider4-nonPes::before,
.slider4-nonPes:after {
  display: none;
}
.slider3 {
  width: 650px;
}
.slider4 {
  width: 1084px;
}
.model {
  background-color: #9bcb5f2e;
  padding-top: 41px;
}
.model-title {
  width: 494px;
  text-align: center;
  margin: 0 auto 9px;
}
.model-title h3 {
  font-size: 28px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  color: #3d2e2e;
}
.model-title h3:nth-of-type(2) {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}
.model-list {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.model-slide {
  overflow: unset;
  width: 500px;
  margin: 0 auto;
}
.model-item {
  width: 188px;
  min-height: 300px;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.model-item.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  text-align: center;
}
.model-item-img {
  max-width: 80%;
  width: 80%;
  height: auto;
}
#blog {
  padding-bottom: 40px;
}
#baner {
  padding-block: 30px;
  background-color: #9bcb5f2e;
}

.model-item-txt {
  position: absolute;
  width: 150px;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 51px;
  z-index: 3;
}
.model-item-2lang {
  position: absolute;
  width: 195px;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
}
.model-item-2lang .en {
  font-weight: 700;
  font-family: "Noto Serif JP";
  font-size: 17px;
  display: block;
}
.model .model-btn {
  top: 37%;
  width: 71.55px;
  height: 71.55px;
  border-radius: 47px;
  background-color: #3c2e2e;
}
.model .model-btn:after,
.model .model-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 0;
  height: 20px;
}
.model .model-btn:before {
  transform: rotate(-45deg);
  top: 19px;
}
.model .model-btn:after {
  transform: rotate(-135deg);
  bottom: 19px;
}
.model .model-btn.swiper-button-next {
  right: -6%;
}
.model .model-btn.swiper-button-prev {
  left: -6%;
}
.model .swiper-button-prev {
  transform: rotate(180deg);
}
.model .btn-fl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
  top: 37%;
  height: 0;
}
.results {
  margin-top: 66px;
  overflow: hidden;
}
.results-title {
  width: 640px;
  min-height: 31px;
  margin: 0 auto 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 31px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.results-title:before,
.results-title:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #3c2e2e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.results-title:after {
  right: 0;
}
.results-title:before {
  left: 0;
}
.results-list {
  max-width: 1086px;
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.results-item {
  display: flex;
  flex-direction: column;
  width: 340px;
  font-family: "Noto Serif JP";
  text-align: center;
  border-bottom: 1px solid #ebecec;
  margin: 0 23px 51px;
}
.results-item.item-hide {
  display: none;
}
.results-item.item-hide.flex-show {
  display: flex;
}
.results-item-top {
  margin-bottom: auto;
}
.results-item-product {
  margin: 0 auto 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
.results-item-img {
  width: 140px;
  height: 186.68px;
  margin: 0 auto;
}
.results-item-img .img {
  height: 100%;
  width: 100%;
}
.results-item-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecec;
  font-size: 15px;
  font-weight: 700;
  min-height: 30px;
  line-height: 1.88;
  margin-bottom: 6px;
  padding-inline: 5px;
}
.results-item-price {
  color: #9e8246;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  font-weight: 700;
}
.results-item-price .span {
  font-size: 20px;
}
.results .bg-gradient.is-show {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 20px;
}
.results .bg-gradient.is-show:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 165px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  position: absolute;
  z-index: -1;
}
.results-container {
  position: relative;
  overflow: hidden;
}
.btn-toggle {
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 0;
  transform: translateX(-50%);
  display: none;
}
.btn-toggle.show {
  display: inline-block;
}
.btn-toggle.show-up {
  position: relative;
}
.btn-toggle .show-more-btn {
  display: inline-block;
}
.btn-toggle .show-more-btn.btn-result-close .close-result {
  display: flex;
}
.btn-toggle .show-more-btn.btn-result-close .open-result {
  display: none;
}
.btn-toggle .results-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
  min-height: 58px;
  font-family: "Noto Serif JP";
  background-color: #ebecec;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.5;
  color: #333;
  cursor: pointer;
}
.btn-toggle .results-button .arr {
  display: block;
  position: relative;
  width: 15px;
  height: 6.5px;
  margin-left: 20px;
}
.btn-toggle .results-button .arr:after,
.btn-toggle .results-button .arr:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 1.5px;
  top: 0;
  background-color: #333;
}
.btn-toggle .results-button .arr:before {
  left: 0;
  transform: rotate(-45deg);
}
.btn-toggle .results-button .arr:after {
  right: 0;
  transform: rotate(-135deg);
}
.btn-toggle .results-button.open-result .arr {
  transform: rotate(180deg);
}
.btn-toggle .results-button.close-result {
  display: none;
}
.button-link-page {
  margin: 0px auto;
  width: 500px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  overflow: hidden;
  text-align: center;
  padding-left: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  background-image: linear-gradient(to right, #36363c, #1c1c1f);
}
.button-link-page .fg-icon {
  text-align: center;
  height: 80px;
  width: 61px;
  left: 47px;
  top: 0;
}
.button-link-page .img {
  display: inline-block;
  height: 100%;
}
.button-link-page .icon-arr {
  width: 6.5px;
  height: 15px;
  right: 41px;
  top: 32px;
}
.button-link-page .icon-arr::before,
.button-link-page .icon-arr::after {
  content: "";
  width: 10px;
  height: 1.5px;
  display: block;
  position: relative;
  background-color: #fff;
}
.button-link-page .icon-arr::before {
  left: -2px;
  top: 4px;
  transform: rotate(50deg);
}
.button-link-page .icon-arr::after {
  right: 2px;
  bottom: -10px;
  transform: rotate(-50deg);
}
.purchase-results.style2 .results-title {
  color: #3c2e2e;
}
.purchase-results.style2 .button-link-page {
  background: #ede4d5;
  color: #674e4e;
}
.purchase-results.style2 .button-link-page .icon-arr::before,
.purchase-results.style2 .button-link-page .icon-arr::after {
  background-color: #333;
}
.voice-lp {
  margin: 80px auto 115px;
  max-width: 1780px;
}
.voice-lp-title {
  width: 160px;
  margin: 0 auto 29px;
  position: relative;
}
.voice-lp-title .sub-num {
  position: absolute;
  right: 3px;
  bottom: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #787777;
  letter-spacing: 0.15em;
}
.voice-lp-social {
  width: 609.5px;
  margin: 0 auto 39px;
}
.voice-lp-social .web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  border-bottom: 0.5px solid #3c2e2e;
  border-top: 0.5px solid #3c2e2e;
  color: #222;
  min-height: 44.5px;
}
.voice-lp-social .sub-num {
  position: absolute;
  left: 100%;
  margin-left: -3px;
  top: 0;
  font-size: 10px;
  font-weight: 400;
  color: #787777;
}
.voice-lp-social .p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.voice-lp-social .p .img {
  color: #d8a536;
  font-size: 17px;
}
.voice-lp-social .p .num {
  font-size: 15px;
  line-height: 1.2;
}
.voice-lp-social .p .gg-eng {
  font-size: 18px;
  font-weight: 400;
  color: #93886f;
}
.voice-lp-slide {
  width: 367px;
  overflow: unset;
}
.voice-lp-slide .swiper-button-next,
.voice-lp-slide .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #cec2ac;
}
.voice-lp-slide .swiper-button-next:after,
.voice-lp-slide .swiper-button-prev:after {
  font-size: 19px;
  color: #fff;
}
.voice-lp-slide .swiper-button-next {
  right: -28px;
}
.voice-lp-slide .swiper-button-prev {
  left: -20px;
}
.voice-lp-item {
  width: 367px;
  border-left: 1px solid #ebecec;
  height: auto;
}
.voice-lp-item .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.47;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.voice-lp-item .voice-wrapper {
  width: 300px;
  margin: 0 auto;
}
.voice-lp-item .voice-img {
  position: relative;
  margin-bottom: 40px;
}
.voice-lp-item .voice-title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  margin-bottom: 22px;
}
.voice-lp-item .voice-title-style2 {
  font-family: "Noto Sans JP";
}
.voice-lp-item .voice-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.voice-lp-item .voice-text-style2 {
  font-family: "Noto Sans JP";
}
.txt-des-sub {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #787777;
}
.lp-icon1.tt-voice-lp {
  width: 160px;
  height: 75px;
  background-size: 1740px auto;
  background-position: -1053px -535px;
}
.lp-icon2.tt-voice-lp {
  width: 160px;
  height: 75px;
  background-size: 1470px auto;
  background-position: -1299px -468px;
}
.lp-icon1-voice {
  width: 140px;
  height: 114px;
  background-size: 2055px auto;
}
.lp-icon1-voice.voice-A {
  background-position: -27px -1384px;
}
.lp-icon1-voice.voice-B {
  background-position: -234px -1384px;
}
.lp-icon1-voice.voice-C {
  background-position: -441px -1384px;
}
.lp-icon1-voice.voice-D {
  background-position: -647px -1384px;
}
.lp-icon1-voice.voice-E {
  background-position: -854px -1384px;
}
.lp-icon1-voice.voice-F {
  background-position: -1061px -1384px;
}
.lp-icon1-voice.voice-G {
  background-position: -1268px -1384px;
}
.lp-icon1-voice.voice-H {
  background-position: -1474px -1384px;
}
.point-sec {
  background-color: #9bcb5f2e;
  padding: 70px 0 91px;
}
.lp-icon1.tt-point1 {
  width: 420px;
  height: 75px;
  background-size: 1780px auto;
  background-position: -37px -673px;
}
.lp-icon1.tt-point2 {
  width: 376px;
  height: 75px;
  background-size: 1760px auto;
  background-position: -485px -665px;
}
.lp-icon1-numb {
  height: 55px;
  width: 56px;
  background-size: 1740px auto;
}
.lp-icon1-numb.num-1 {
  background-position: -25px -320px;
}
.lp-icon1-numb.num-2 {
  background-position: -142px -320px;
}
.lp-icon1-numb.num-3 {
  background-position: -259px -320px;
}
.lp-icon1-numb.num-4 {
  background-position: -375px -320px;
}
.lp-icon1-numb.num-5 {
  background-position: -492px -320px;
}
.point-lp-title {
  margin-bottom: 30px;
}
.point-lp-container {
  width: 100%;
  position: relative;
}
.point-lp-container:after,
.point-lp-container:before {
  content: "";
  display: block;
  position: absolute;
  width: calc((100% - 932px) / 2);
  height: 100%;
  top: 0;
  z-index: 3;
}
.point-lp-container:before {
  left: 0;
}
.point-lp-container:after {
  right: 0;
}
.point-lp.point1 {
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.point-lp.point2 {
  padding-top: 34px;
  position: relative;
}
.point-lp.point2:before {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  background-color: #3c2e2e;
  position: absolute;
  top: 0;
  left: 48%;
}
.point-lp-wrapper {
  width: 932px;
  margin: 0 auto;
  position: relative;
}
.point-lp-wrapper .swiper-button-next,
.point-lp-wrapper .swiper-button-prev,
.post_list_items .swiper-button-prev,
.post_list_items .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #cec2ac;
}
.point-lp-wrapper .swiper-button-next:after,
.point-lp-wrapper .swiper-button-prev:after,
.post_list_items .swiper-button-next:after,
.post_list_items .swiper-button-prev:after {
  font-size: 19px;
  color: #fff;
}
.post_list_items {
  position: relative;
}
.point-lp-wrapper .swiper-button-next {
  right: -32px;
}
.point-lp-wrapper .swiper-button-prev {
  left: -32px;
}
.point-lp-slide {
  width: 932px;
  overflow: unset;
}
.point-lp .point-item {
  width: 280px;
  color: #333;
}
.point-lp .point-item-title {
  width: 100%;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 20px;
}
.point-lp .point-item-title:before,
.point-lp .point-item-title:after {
  content: "";
  display: inline-block;
  width: 5px;
  max-height: 100%;
  height: 100%;
  border-bottom: 1px solid #787777;
  border-top: 1px solid #787777;
}
.point-lp .point-item-title:before {
  border-left: 1px solid #787777;
}
.point-lp .point-item-title:after {
  border-right: 1px solid #787777;
}
.point-lp .point-item-img {
  margin: 20px auto 17px;
  width: 280px;
  height: 140px;
  overflow: hidden;
}
.point-lp .point-item-img .img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.point-lp .point-item-txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.57;
  font-weight: 400;
}
.point-lp .point-item-txt .small {
  font-size: 12px;
  line-height: 1.42;
  display: block;
  letter-spacing: 0;
  margin-top: 5px;
}
.lp-icon1.tt-faq {
  width: 380px;
  height: 75px;
  background-size: 1800px auto;
  background-position: -921px -685px;
}
.lp-icon1-q {
  height: 40px;
  width: 23px;
  background-size: 1800px auto;
  background-position: -255px -185px;
}
.lp-icon1-a {
  width: 23px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 1800px auto;
  background-position: -316px -190px;
}
.lp-icon2.tt-faq {
  width: 380px;
  height: 72px;
  background-size: 1500px auto;
  background-position: -1085px -616px;
}
.lp-icon2-q {
  width: 28px;
  height: 36px;
  margin-right: 21px;
  background-size: 1490px auto;
  background-position: -13px -400px;
}
.lp-icon2-a {
  width: 23px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 1500px auto;
  background-position: -81px -406px;
}
.faq-lp {
  margin: 92px auto 107px;
  width: 1040px;
}
.faq-lp-title {
  margin-bottom: 35px;
}
.faq-lp-h3 {
  background-color: #ebe9e1;
  color: #3c2e2e;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.445;
  padding: 9px 28px 10px;
  margin-bottom: 15px;
}
.faq-lp-list {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.faq-lp-list .faq-lp-a {
  display: none;
  max-height: unset;
  transition: unset;
}
.faq-lp-item {
  border-top: 1px solid #707070;
}
.faq-lp-q {
  font-family: "Noto Serif JP";
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 85px 14px 30px;
  line-height: 1.22;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
.faq-lp-q .q-letter {
  height: 40px;
  margin-right: 21px;
  display: inline-block;
}
.faq-lp-q .q-letter .img {
  height: 100%;
}
.faq-lp-q:before,
.faq-lp-q:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b2a677;
  transition: 0.3s ease-in-out;
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
}
.faq-lp-q:before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-lp-q:after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-lp-q.show::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-lp-a {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  display: flex;
  align-items: center;
  transition: max-height 500ms ease-in-out;
  -webkit-transition: max-height 500ms ease-in-out;
  -moz-transition: max-height 500ms ease-in-out;
}
.faq-lp-a .p {
  padding: 6px 85px 11px 45px;
  position: relative;
}
.ft-boxs {
  background: linear-gradient(to right, #5ec275, #a1c73f);
  padding: 50px 0px 25px;
  color: #fff;
}
.ft-boxs .a {
  color: #fff;
  cursor: pointer;
}
.ft-logo {
  display: inline-block;
  margin-bottom: 31px;
  font-size: 0;
}
.ft-left {
  width: 550px;
  padding-top: 4px;
}
.ft-tt,
.ft-menu {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ft-menu {
  font-family: "Noto Serif JP";
  display: flex;
  justify-content: space-around;
}
.ft-menu .a {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ft-tt {
  font-family: "Noto Serif JP";
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.ft-links .link {
  border-left: 1px solid #4663a1;
  height: 22px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  min-width: 79px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}
.ft-links .link::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #4663a1;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
.ft-btn,
.ft .link {
  color: #fff;
}
.ft-btn:hover,
.ft .link:hover {
  opacity: 0.7;
}
.ft-btn {
  display: inline-block;
  font-size: 14px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ft-btn .tg {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4663a1;
  border-right: 1px solid #4663a1;
  display: inline-block;
  transform: rotate(45deg);
}
.ft-right {
  width: 100%;
}
.ft-list {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.15em;
}
.ft .list {
  font-size: 12px;
  font-weight: 400;
  margin-top: 22px;
  line-height: 1.67;
}
.mb-16 {
  margin-bottom: 13px;
}
.mt-30 {
  margin-top: 33px;
}
.ls100 {
  letter-spacing: 0.1em;
}
.link.link1-0 {
  padding-left: 5px;
  width: 86px;
}
.link.link1-1 {
  width: 106px;
}
.link.link1-2 {
  width: 136px;
}
.link.link1-3 {
  width: 92px;
}
.link.link1-4 {
  width: 130px;
  padding-left: 11px;
}
.link.link1-5 {
  width: 86px;
}
.link.link1-6 {
  width: 177px;
}
.link.link1-7 {
  width: 156px;
}
.link.link1-8 {
  width: 131px;
}
.link.link1-9 {
  width: 217px;
}
.link.link1-10 {
  width: 79px;
}
.link.link1-11 {
  width: 96px;
}
.link.link2-0 {
  width: 125px;
}
.link.link2-1 {
  width: 96px;
}
.link.link2-2 {
  width: 142px;
}
.link.link2-3 {
  width: 187px;
}
.link.link2-4 {
  width: 125px;
}
.link.link2-5 {
  width: 134px;
}
.link.link2-6 {
  width: 103px;
}
.link.link2-7 {
  width: 188px;
}
.link.link2-8 {
  width: 163px;
}
.link.link2-9 {
  width: 134px;
}
.link.link2-10 {
  width: 116px;
}
.link.link2-11 {
  width: 137px;
}
.footer {
  display: flex;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.footer .ft-logo {
  margin-bottom: 4px;
  margin-right: 115px;
}
.footer-menu {
  display: flex;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-links {
  margin-right: 25px;
}
.footer-links-style2 {
  min-width: 290px;
}
.footer-links .li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer-links .arrow {
  width: 7px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.footer-links .arrow:before,
.footer-links .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 1.5px;
  background-color: #5470ac;
  left: 0;
}
.footer-links .arrow:before {
  top: 3px;
  transform: rotate(45deg);
}
.footer-links .arrow:after {
  bottom: 3px;
  transform: rotate(-45deg);
}
.copyrights {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 400;
  color: #787777;
  padding: 18px 0px 24px;
  letter-spacing: 0.05em;
}
.copyrights.style2 {
  padding: 10px 0 9px;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP";
  line-height: 1.584;
}
.scroll-to-top {
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 999;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.pmark-section {
  width: 1040px;
  font-family: "Noto Serif JP";
  margin: 120px auto 36px;
}
.pmark-info {
  width: 100%;
  margin: 0 auto;
  color: #3c2e2e;
  padding: 35px 0 27px;
  border-bottom: 1px solid #3c2e2e;
  border-top: 1px solid #3c2e2e;
}
.pmark-txt,
.pmark-tt {
  text-align: center;
  letter-spacing: 0.1em;
}
.pmark-tt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}
.pmark-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.pmark-list,
.pmark-list .li {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.pmark-list {
  margin: 45px auto 0;
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.pmark-list .li {
  min-width: 490px;
}
.pmark-list .li.pl-10 {
  padding-left: 10px;
}
.pmark-list .icon-img {
  margin-right: 10px;
}
.pmark-list .info-icon {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
  color: #333;
  width: 420px;
  letter-spacing: 0.05em;
}
.pmark-list .info-icon.w-new {
  width: 482px;
}
.lp-icon1-pmark {
  width: 60px;
  height: 60px;
  background-size: 1720px auto;
  background-position: -23px -80px;
}
.lp-icon1-aacd {
  width: 58px;
  height: 62px;
  background-size: 1650px auto;
  background-position: -133px -74px;
}
.modal-camp .sugoi-modal {
  width: 318px;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100001;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
}
.modal-camp .sugoi-modal.hidden {
  transform: translate(0, -1000px);
}
.modal-camp .sugoi-modal .modal-close {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: -35px;
  right: -5px;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.modal-camp .sugoi-modal .modal-close:hover {
  opacity: 0.8;
}
.modal-camp .sugoi-modal .modal-close .spanx {
  cursor: pointer;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}
.modal-camp .sugoi-modal .modal-close .spanx:before,
.modal-camp .sugoi-modal .modal-close .spanx:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -1.5px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.modal-camp .sugoi-modal .modal-close .spanx:before {
  transform: rotate(45deg);
}
.modal-camp .sugoi-modal .modal-close .spanx:after {
  transform: rotate(-45deg);
}
.modal-camp .modal-close.bottom {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  top: auto;
  bottom: -40px;
  right: 0%;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal-camp .sugoi-mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
}
.modal-camp .sugoi-mask.hidden {
  display: none;
}
.modal-camp .sugoi-badge {
  cursor: pointer;
  display: block;
  position: fixed;
  left: -8px;
  top: 40%;
  z-index: 999;
  width: 116px;
  height: 132px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
}
.modal-camp .sugoi-badge :hover {
  opacity: 0.8;
}
.modal-camp .sugoi-badge.hidden {
  top: -150px;
}
@keyframes fuwafuwa {
  0%,
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  60%,
  100% {
    transform: translateY(0);
  }
}
.modal-campaign-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.modal-campaign-wrap .box-relative {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.modal-bg {
  background-color: #eee;
  display: block;
  width: 100%;
}
.modal-cv {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0 4%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  z-index: 3;
}
.modal-cv .cookie-modal-btn {
  width: 48%;
  display: block;
  height: 55px;
  padding: 2px 2px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.modal-cv .cookie-modal-btn .modal-cv-wrap {
  height: 48px;
}
.modal-cv .left {
  animation: fuwafuwa 3s cubic-bezier(0.4, 0, 1, 1) infinite 1s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #ed3773;
}
.modal-cv .left .modal-cv-wrap {
  background: #fd6396;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.modal-cv .left .ttl1 {
  font-size: 17px;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.07em;
  padding-left: 5px;
  height: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP";
}
.modal-cv .left .ttl2 {
  font-size: 10px;
  color: #fff;
  font-family: "Noto Sans JP";
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-size-adjust: 100%;
}
.modal-cv .right {
  animation: fuwafuwa 3s cubic-bezier(0.4, 0, 1, 1) infinite 2s;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #14af53;
}
.modal-cv .right .modal-cv-wrap {
  background: #06b500;
  background: linear-gradient(0deg, #27dd78 60%, #06c755 100%);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.modal-cv .right .ttl1 {
  font-size: 21px;
  color: #fff;
  padding-left: 5px;
  letter-spacing: 0.1em;
  height: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.modal-cv .right .ttl1 .num {
  position: relative;
  top: 1px;
}
.modal-cv .right .ttl1:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  margin-right: 3px;
  background: url("../img/sprite_icon_pc.png") no-repeat -404px 3px/800px auto;
}
.modal-cv .right .ttl2 {
  font-size: 10px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  white-space: nowrap;
  width: 125%;
  margin-top: 2px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP";
  -webkit-text-size-adjust: 100%;
}
.modal-camp .modal-campaign-wrap .list-svg-asb {
  width: 100%;
  height: 61.3%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.modal-camp .c-icon01 {
  position: relative;
  top: 7.52%;
  left: 0;
  width: 65%;
}
.modal-camp .c-icon02 {
  left: 0px;
  position: absolute;
  bottom: -11.5%;
  width: 100%;
}
.modal-camp .c-slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}
.modal-camp .c-slideInBottom {
  animation-name: slideInBottom;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInBottom {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.modal-window {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
  z-index: 999999;
}
.modal-window.show {
  display: block;
}
.modal-window .lp-modal-box {
  width: 340px;
  max-width: 100%;
  height: 430px;
  background-image: linear-gradient(to bottom right, #3f4d6b, #091c46);
  display: block;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100001;
}
.modal-window .content {
  padding-bottom: 46px;
  background-image: linear-gradient(to bottom right, #3f4d6b, #091c46);
}
.modal-window .close-modal {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  display: block;
}
.modal-window .close-btn2 {
  background: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  color: #787777;
  font-size: 15px;
  width: 208px;
  padding: 8px 0;
  letter-spacing: 1.5px;
  margin: 20px auto auto auto;
  position: relative;
  cursor: pointer;
}
.modal-window .close-btn2 .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.modal-window .close-btn2 .icon:after,
.modal-window .close-btn2 .icon:before {
  background: #787777;
}
.modal-window .close-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  top: -15px;
  right: -2%;
  cursor: pointer;
}
.modal-window .icon {
  width: 22px;
  height: 22px;
  display: block;
  transform: rotate(45deg);
}
.modal-window .icon::before,
.modal-window .icon::after {
  content: "";
  display: block;
  background-color: #b2a677;
  position: absolute;
}
.modal-window .icon::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.modal-window .icon::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.modal-window .modal-box:not(.modal-campaign-wrap) {
  margin: 0px auto 0;
  padding-top: 40px;
  width: 305px;
  max-width: 96%;
}
.modal-window .modal-title {
  width: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 7px 0 4.5px;
  text-align: center;
}
.modal-window .title-img {
  width: 276px;
  height: 45px;
  display: inline-block;
}
.modal-window .tt-center {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 15px 0 19px;
}
.modal-window .btn-lp.style2,
.modal-window .btn-lp.style-brown {
  font-size: 18px;
  transition: all 0s;
  height: 72px;
  padding-top: 15px;
  padding-right: 54px;
}
.modal-window .btn-lp.style2.tel .small,
.modal-window .btn-lp.style-brown.tel .small {
  letter-spacing: 0.05em;
}
.modal-window .btn-lp.style2 .fg,
.modal-window .btn-lp.style-brown .fg {
  left: 19px;
  width: 36px;
  height: 36px;
}
.modal-window .btn-lp.style2 .small,
.modal-window .btn-lp.style-brown .small {
  font-size: 12px;
}
.modal-window .btn-lp.style2 + .btn-lp,
.modal-window .btn-lp.style-brown + .btn-lp {
  margin-top: 15px;
}
.modal-window .btn-lp.style2.line .img {
  transform: translateX(-45px);
}
.modal-window .btn-lp.style-brown.line .img {
  transform: translateX(-41px);
}
.modal-window .times {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px 0px 4px 8px;
  margin: 17px 0 10px;
}
.modal-window .modal-txt {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 700;
}
.modal-window.bg-brown .content {
  background: url("../img/modal-back-brown (1).webp") no-repeat center
    center/cover;
}
.modal-window.bg-brown .times,
.modal-window.bg-brown .modal-txt,
.modal-window.bg-brown .tt-center {
  color: #3c2e2e;
}
.modal-window.bg-brown .modal-title {
  border-color: #3c2e2e;
}
.sugoi-modal .modal-img {
  display: block;
  width: 100%;
}
.sugoi-modal .list-btn-modal {
  display: flex;
  flex-direction: column;
  top: 48.5%;
  left: 5.1%;
  width: 89.8%;
}
.sugoi-modal .list-btn-modal .btn-common + .btn-common {
  margin-top: 5%;
}
.sugoi-modal .btn-txt .small {
  font-size: 15px;
}
.sugoi-modal .time-modal {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  margin-top: 4.2%;
}
.sugoi-modal .modal-close:not(.camp).button-close-x {
  width: 189px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #707070;
  height: 35px;
  padding: 0px 11px;
  display: block;
  margin-top: 6%;
}
.sugoi-modal .modal-close:not(.camp).button-close-x::before,
.sugoi-modal .modal-close:not(.camp).button-close-x::after {
  width: 17px;
  height: 2px;
  margin-left: 72px;
  margin-top: 2px;
  background-color: #707070;
}
.sugoi-modal .modal-close:not(.camp).button-close-x .txt-close {
  width: 100%;
  display: block;
}
.sugoi-modal.style-modal-1,
.sugoi-modal.style-modal-2 {
  width: 340px;
  max-width: 96%;
  top: 48%;
  transform: translateY(-50%);
}
.sugoi-modal.style-modal-1 .button-x {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  top: -43px;
  right: 0;
}
.sugoi-modal.style-modal-1 .button-x::before,
.sugoi-modal.style-modal-1 .button-x::after {
  background-color: #787777;
}
.sugoi-modal.style-modal-1 .list-btn-modal {
  top: 43%;
}
.sugoi-modal.style-modal-1 .list-btn-modal .btn-common + .btn-common {
  margin-top: 3.5%;
}
.sugoi-modal.style-modal-2 .modal-close.button-x {
  right: 0;
}
.table-bordered {
  width: 100%;
}
.table-bordered-heading {
  display: block;
  width: 100%;
  margin-bottom: 13px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.table-bordered-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5px;
}
.table-bordered-row-st {
  min-width: 168px;
  letter-spacing: 0.1em;
}
.table-bordered-row-nd {
  min-width: 120px;
}
.table-bordered-small {
  font-size: 14px;
  font-weight: 300;
}
.table-bordered-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.table-bordered-link-grid {
  padding: 27px 0 10px;
  align-items: baseline;
}
.table-bordered-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 25px;
  background-color: #21325e;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
.table-bordered-icon1 {
  width: 9px;
  height: 9px;
  margin-left: 15px;
}
.table-bordered-icon2 {
  width: 15px;
  height: 7px;
  margin-left: 10px;
}
.table-bordered-item {
  margin-bottom: 12px;
  color: #333;
  width: 47.1%;
  display: inline-block;
}
.table-bordered-item-style2 {
  width: 100%;
  display: block;
}
.table-bordered-brand {
  width: 100%;
  height: 100px;
  margin-bottom: 13px;
  border: 1px solid #ececec;
  position: relative;
}
.table-bordered-brand .img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 96%;
  transform: translate(-50%, -50%);
}
.table-bordered-brand .img.img1,
.table-bordered-brand .img.img2,
.table-bordered-brand .img.img3,
.table-bordered-brand .img.img10 {
  height: 40px;
}
.table-bordered-brand .img.img5 {
  height: 56px;
}
.table-bordered-brand .img.img6 {
  height: 52px;
}
.table-bordered-brand .img.img7 {
  height: 29px;
}
.table-bordered-brand .img.img8 {
  height: 55px;
}
.table-bordered-brand .img.img9 {
  height: 43px;
}
.table-bordered-division {
  margin-bottom: 2px;
  font-size: 18px;
}
.modal-policy {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 188px;
  padding-bottom: 157px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-policy .policy-title {
  text-align: center;
  padding: 89px 0 24.5px;
}
.modal-policy .policy-title .img {
  display: block;
  margin: 0 auto;
}
.modal-policy .policy-title .img.title {
  width: 130px;
}
.modal-policy .policy-title .img.subtitle {
  margin-top: 15px;
  width: 258px;
}
.modal-policy .modal-content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 85%;
  width: 1120px;
  padding-bottom: 31px;
}
.modal-policy .modal-body {
  width: 920px;
  max-width: 96%;
  margin: 0 auto;
}
.modal-policy .policy-table {
  table-layout: fixed;
  width: 100%;
}
.modal-policy .policy-table .tr {
  border-bottom: 1px solid #baa989;
}
.modal-policy .policy-table .th,
.modal-policy .policy-table .td {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: left;
  letter-spacing: 0.05em;
}
.modal-policy .policy-table .th {
  font-family: "Noto Serif JP";
  font-weight: 700;
  width: 219px;
  color: #baa989;
}
.modal-policy .policy-table .th-style2 {
  font-family: "Noto Sans JP";
}
.modal-policy .policy-content {
  color: #333;
}
.modal-policy .policy-content .regular {
  font-weight: 400;
}
.modal-policy .policy-content .med {
  font-weight: 500;
}
.modal-policy .policy-content .tiny {
  font-size: 12px;
  font-weight: 400;
}
.modal-policy .policy-content .small,
.modal-policy .policy-content .span3 {
  font-size: 14px;
  font-weight: 400;
}
.modal-policy .policy-content li span {
  display: inline-block;
  margin-right: 6px;
}
.modal-policy .policy-content .span1 {
  min-width: 140px;
  display: inline-block;
  margin-right: 7px;
}
.modal-policy .policy-content .span2 {
  display: inline-block;
  min-width: 110px;
}
.modal-policy .modal-footer {
  padding-top: 6%;
  text-align: center;
}
.modal-privacy {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 80px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-privacy .modal-close {
  cursor: pointer;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -45px;
  right: -7px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.modal-privacy .modal-close:before,
.modal-privacy .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.modal-privacy .modal-close:before {
  transform: rotate(45deg);
}
.modal-privacy .modal-close:after {
  transform: rotate(-45deg);
}
.modal-privacy .modal-close:hover {
  opacity: 0.7;
}
.modal-privacy .modal-content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 85%;
}
.modal-privacy .modal-content {
  padding: 89px 0 30px;
  width: 900px;
  margin: 0 auto;
}
.modal-privacy .privacy-title {
  margin: 0 auto 40px;
  text-align: center;
}
.modal-privacy .privacy-title .img {
  display: block;
  margin: 0 auto;
}
.modal-privacy .privacy-title .img.title {
  height: 28px;
  margin-bottom: 14px;
}
.modal-privacy .privacy-title .img.subtitle {
  height: 19px;
}
.modal-privacy .modal-body {
  width: 700px;
  margin: 0 auto;
}
.modal-privacy .term-details {
  color: #333;
  font-size: 14px;
  line-height: 1.643;
}
.modal-privacy .term-details .able-hide {
  display: none;
}
.modal-privacy .term-head {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  border-bottom: 1px solid #baa989;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.modal-privacy .term-paragraph {
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-left: 35px;
  font-weight: 400;
}
.modal-privacy .term-info {
  border: 1px solid #cbbea6;
  font-size: 14px;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}
.modal-privacy .term-info .able-hide {
  display: none;
}
.modal-privacy .term-info-heading {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  margin-top: 21px;
  margin-bottom: 29px;
}
.modal-privacy .term-info-sg {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.429;
  letter-spacing: 0.1em;
}
.modal-privacy .term-info-row {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  line-height: 1.429;
}
.modal-privacy .term-info-phone {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.modal-privacy .term-info-phone.mr-20 {
  margin-right: 20px;
}
.modal-privacy .term-info-phone .title {
  color: #baa989;
  position: relative;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.2em;
}
.modal-privacy .term-info-phone .title:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #cbbea6;
  margin-left: 10px;
}
.modal-privacy .term-info-phone .small {
  font-size: 12px;
}
.modal-privacy .term-info-txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.429;
  text-align: left;
  padding-left: 15px;
  border-left: 2px solid #cbbea6;
}
.modal-privacy .term-info-txt.mr-40 {
  margin-right: 40px;
}
.modal-privacy .term-info-txt .small {
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.modal-privacy .term-info-row2 {
  display: flex;
  margin-left: 56px;
  margin-bottom: 25px;
}
.modal-privacy .term-info-flex {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.429;
  height: 100%;
}
.modal-privacy .term-info-flex.mr-28 {
  margin-right: 28px;
}
.modal-privacy .term-info-flex .title {
  color: #baa989;
  margin-right: 10px;
  letter-spacing: 0.2em;
}
.modal-privacy .term-info-flex .txt {
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid #cbbea6;
}
.modal-privacy .modal-footer {
  padding-top: 55px;
  text-align: center;
}
.modal-close:not(.camp) {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -45px;
  right: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.modal-close:not(.camp):hover {
  opacity: 0.7;
}
.modal-close:not(.camp):before,
.modal-close:not(.camp):after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-close:not(.camp):before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:not(.camp):after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-bottom-btn {
  background-color: #ebecec;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.43;
  width: 300px;
  height: 45px;
  text-align: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
  padding: 11px;
}
.close-bottom-btn .close-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.close-bottom-btn .close-icon:before,
.close-bottom-btn .close-icon:after {
  content: "";
  display: block;
  width: 15.43px;
  height: 1.54px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
.close-bottom-btn .close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-bottom-btn .close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-policy-style2 .close-bottom-btn {
  border-radius: 23px;
}
.modal-policy-style2.modal-privacy .term-head,
.modal-policy-style2.modal-privacy .term-paragraph,
.modal-policy-style2.modal-privacy .term-info-heading {
  font-family: "Noto Sans JP";
}
.form {
  position: relative;
  margin-top: 120px;
  background-color: #f4f4f4;
}
.form-ttl {
  background: #3f4d6b;
  background: linear-gradient(
    180deg,
    rgb(63, 77, 107) 0%,
    rgb(9, 28, 70) 83%,
    rgb(9, 28, 70) 100%
  );
  height: 130px;
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-ttl-style2 {
  background: linear-gradient(180deg, #5c4037 0%, #433128 100%);
}
.form-ttl-style2 .img {
  width: 210px;
}
.form-ttl-style2 .ttl .img {
  width: 240px;
}
.form-ttl .img {
  width: 275px;
  margin: 0 auto;
}
.form-ttl .ttl {
  display: block;
  color: #b2a677;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP";
}
.form-ttl .ttl:before {
  content: "";
  display: block;
  width: 500px;
  height: 0.5px;
  background-color: #c7b28a;
  margin: 11px auto 7px;
}
.form-wrap {
  margin: 35px auto 0;
}
.form .tab-form {
  width: 960px;
  background-color: #fff;
  margin: 0 auto;
  padding: 47px 30px 30px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
}
.form .tab-form:after {
  content: "";
  display: block;
  width: 900px;
  height: 1px;
  background-color: #e7e2d8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.form .tab-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.form .tab-form-info {
  display: none;
}
.form .tab-form-info.active {
  display: block;
}
.form .field-radio {
  width: 212px;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #eee;
  color: #333;
  cursor: pointer;
  padding-left: 51px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.form .field-radio:before,
.form .field-radio:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.form .field-radio:before {
  width: 22px;
  height: 22px;
  left: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.form .field-radio:after {
  width: 12px;
  height: 12px;
  left: 20px;
  background-color: #eee;
}
.form input[name="form-type"] {
  display: none;
}
.form input[name="form-type"]:checked + .field-radio:after {
  background-color: #e60044;
}
.form-content {
  margin: 0 auto;
  width: 960px;
  background-color: #fff;
  padding: 0 30px 7px;
}
.form-row {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #e7e2d8;
}
.form-row.last {
  border-bottom: none;
}
.form-row.last .form-row-label {
  padding-bottom: 66px;
}
.form-row-content {
  width: 580px;
}
.form-row-content.row-2field {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.form-row-content.row-2field .form-field {
  max-width: 49.14%;
  flex-basis: 49.14%;
  -webkit-flex-basis: 49.14%;
}
.form-row-content.row-2field .request-kit-img {
  display: block;
  width: 287px;
  height: 70px;
  margin-top: -1px;
  margin-bottom: 1px;
  background: url(../img/pc_sprite_service01.webp) no-repeat;
  background-size: 730px 285px;
  background-position: 0px -157px;
}
.form-row-content.row-2field .form-field-full {
  max-width: 100%;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.form-row-content.row-2field.full1 .form-field {
  max-width: 100%;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.form-row-content.full {
  width: 100%;
}
.form-row-label {
  width: 310px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-row-label .span {
  position: relative;
  display: inline-block;
  padding-right: 52px;
}
.form-row-label .form-not-required,
.form-row-label .form-required {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.form-not-required,
.form-required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 22px;
  padding: 1px 0 2px;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.46;
  font-weight: 700;
  margin-left: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-required {
  color: #fff;
  background-color: #e60044;
}
.form-not-required {
  color: #ff4a73;
  background-color: #fff;
  border: 1px solid #ff4a73;
}
.form .zip-alert {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.form .red-text {
  color: #e60044;
  font-weight: 500;
}
.form .error {
  color: #e60044;
  font-weight: 700;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 2.5px 15px;
  width: 100%;
}
.form-field {
  position: relative;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
}
.form-field .checkmark {
  display: none;
}
.form-field .select-custom {
  width: 100%;
}
.form-field.field-line {
  overflow: hidden;
}
.form-input {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  background-color: #eee;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-input::placeholder,
.form-input::-webkit-input-placeholder {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #a0a0a0;
}
.form-input.txt-err {
  border: 1px solid #ff4a73;
}
.form-input.textarea {
  padding: 15px;
  height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  font-family: "Noto Sans JP";
}
.form .select-custom {
  display: inline-block;
  position: relative;
}
.form .select-custom2 {
  margin-top: 10px;
}
.form .select-custom .select {
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #a0a0a0;
}
.form .select-custom .select::-ms-expand {
  display: none;
}
.form .select-custom:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
  position: absolute;
  right: 21px;
  top: 20px;
  pointer-events: none;
  transform: rotate(45deg);
}
.form .select-custom #visit_area2 {
  pointer-events: none;
}
.form .contact-form-date-alert {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.417;
  font-weight: 500;
}
.form .contact-form-date-alert .contact-form-red-text {
  color: #e60044;
}
.form-input-datepicker {
  background-color: #fff;
  color: #9e9e9e;
  border: 1px solid #b5b5b5;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.form-input-datepicker::placeholder,
.form-input-datepicker::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #a0a0a0;
}
.form .list-radio {
  display: flex;
  display: -ms-flexbox;
}
.form .radio-item {
  display: inline-block;
  width: 137.5px;
  height: 56px;
  margin-right: 10px;
}
.form .radio-item .radio-text {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 13px 0px 13px 56px;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.form .radio-item .radio-text:before,
.form .radio-item .radio-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.form .radio-item .radio-text:before {
  width: 22px;
  height: 22px;
  left: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.form .radio-item .radio-text:after {
  width: 12px;
  height: 12px;
  left: 15px;
  border-radius: 50%;
  background-color: #eee;
}
.form .radio-item .radio {
  display: none;
}
.form .radio-item .radio:checked + .radio-text:before {
  border-color: #e60044;
}
.form .radio-item .radio:checked + .radio-text:after {
  background-color: #e60044;
}
.form .radio-item.radio-vertical {
  display: block;
}
.form .radio-item.radio-vertical + .radio-vertical {
  margin-top: 8px;
  margin-left: 0;
}
.form .open-modal {
  width: 285px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #b2a677;
  border-radius: 5px;
  color: #b2a677;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.form .open-modal:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #b2a677;
  border-top: 2px solid #b2a677;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 25px;
}
.form .scroll1 {
  height: 200px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  color: #222;
  line-height: 1.64;
  background-color: #fff;
}
.form .scroll1 .small-p {
  margin-bottom: 10px;
}
.form .scroll1 .info-scroll-tt {
  border-bottom: 1px dotted #707070;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.form .scroll1 .info-scroll-txt {
  margin-bottom: 20px;
}
.form .scroll1-ul .li {
  line-height: 1.7;
  margin-bottom: 20px;
}
.form .scroll1-ul .li:last-of-type {
  margin-bottom: 0px;
}
.form .scroll1 .term-info {
  border: 2px solid #707070;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.form .scroll1 .term-info-heading {
  font-size: 17px;
  font-weight: 500;
}
.form .scroll1 .term-info .term-info-heading {
  font-weight: 700;
}
.form .scroll1 .link-222 {
  color: #222;
}
.form .checkbox-custom {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #f0f5fe;
  padding: 0 20px 0 65px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  color: #507cd8;
}
.form .checkbox-custom::before {
  position: absolute;
  content: "";
  background-color: #fff;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form .checkbox-custom .form-required {
  margin-left: 0;
  margin-right: 10px;
}
.form .checkbox-link {
  color: #507cd8;
  font-size: 16px;
  font-weight: 400;
}
.form .checkbox-contact .checkbox {
  display: none;
}
.form .checkbox-contact .checkbox:checked + .checkbox-custom::before {
  background: url("../img/check-img (1).webp") no-repeat center center #fff;
  background-size: 17px 12px;
}
.form-submit {
  margin: 70px auto 0;
  padding-bottom: 75px;
  text-align: center;
}
.form-submit .info-bt {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
}
.form-submit .btns-submit {
  cursor: pointer;
  padding: 0;
}
.form-submit .btn-lp {
  width: 400px;
  height: 75px;
  margin: 25px auto;
}
.form-submit .btn-lp .tg-lp:before,
.form-submit .btn-lp .tg-lp:after {
  height: 1.5px;
}
.form-submit .btn-lp .tg-lp:before {
  top: 4px;
}
.form-submit .btn-lp .tg-lp:after {
  bottom: -9px;
}
.form-submit .form-reset {
  background-color: #fff;
  width: 400px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  color: #b5b5b5;
}
.form-submit .form-reset-style2 {
  border-radius: 30px;
}
.form-submit .form-reset:hover {
  opacity: 0.7;
}
.form-submit .form-reset .tg-lp {
  width: 8px;
  height: 16px;
  left: 21px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  color: #b5b5b5;
}
.form-submit .form-reset .tg-lp::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  border-bottom: 2px solid #b5b5b5;
  border-right: 2px solid #b5b5b5;
  transform: translateY(-50%) rotate(135deg);
  left: 4px;
  top: 50%;
}
.form .mt10 {
  margin-top: 10px;
}
.form .center-row {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.form .box-tel-in-form.brown {
  text-align: center;
  margin-top: 35px;
}
.form .box-tel-in-form.brown .tooltip-txt {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}
.form .box-tel-in-form.brown .btn-lp.style2 {
  box-shadow: none;
}
.page-confirm-affiliate {
  margin-top: 60px;
  background-color: #f4f4f4;
}
.page-confirm-affiliate .form-ttl.confirm .img {
  width: 309px;
}
.page-confirm-affiliate .form-row-content .mr-40 {
  margin-right: 40px;
}
.page-confirm-affiliate .form-row-content .result-visit {
  display: block;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.4);
}
.button-loader {
  margin: 0px auto;
  font-size: 15px;
  width: 1em;
  top: 50%;
  left: 50%;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  transform: translate(-50%, -50%);
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ae9c78,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ae9c78, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ae9c78,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ae9c78,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ae9c78,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ae9c78,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ae9c78,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ae9c78;
  }
}
.box-submit {
  padding: 50px 0 104px;
}
.box-submit-txt {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.box-submit .wrapper {
  margin: 40px auto 50px;
  padding: 30px 30px 55px;
  width: 960px;
  background-color: #fff;
}
.box-submit .form-row.last {
  border-bottom: 1px solid #e7e2d8;
}
.box-submit .form-row.last .form-row-label {
  padding-bottom: 0;
}
.box-submit .form-row-label {
  width: 320px;
  padding-left: 10px;
}
.box-submit .form-row-content {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #787777;
}
.box-submit .form-row-content .span {
  display: inline-block;
  margin-right: 10px;
}
.confirm-form {
  display: none;
}
.confirm-form.show-contact,
.confirm-form.show-shuccho,
.confirm-form.show-takuhai,
.confirm-form.show-visit {
  display: block;
  width: 100%;
}
.confirm-form-info {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.confirm-form-info .blue {
  margin-left: 5px;
  color: #234899;
}
.page-thank-affiliate {
  margin-top: 60px;
}
.page-thank-affiliate .form-ttl-style2 .img {
  width: 228px;
}
.page-thank-affiliate .form-ttl-style2 .ttl .img {
  width: 328px;
}
.page-thank-affiliate .wrapper {
  padding-top: 60px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
  min-height: 491px;
  width: 100%;
  background: url("../img/back.webp") no-repeat;
  background-size: cover;
}
.page-thank-affiliate .wrapper-style2 {
  font-family: "Noto Sans JP";
}
.page-thank-affiliate .wrapper-style2 .thank-subttl {
  font-weight: 500;
}
.page-thank-affiliate .wrapper .thank-title {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.page-thank-affiliate .wrapper .thank-subttl {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.page-thank-affiliate .wrapper .tt-form {
  width: 600px;
  margin: 20px auto;
  background-color: #fff;
  height: 188px;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
}
.page-thank-affiliate .wrapper .tt-form-txt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.page-thank-affiliate .wrapper .tt-form-telinfo {
  display: inline-flex;
  align-items: center;
  margin: 15px auto 14px;
}
.page-thank-affiliate .wrapper .tt-form-telinfo .span {
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1;
}
.page-thank-affiliate .wrapper .tt-form-telinfo .img {
  width: 37.52px;
  margin-right: 18px;
  position: relative;
  top: 3px;
}
.page-thank-affiliate .wrapper .tt-form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  background-color: #333;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 9px;
}
.page-thank-affiliate .wrapper .btn-lp {
  width: 400px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 0;
}
.grecaptcha-badge {
  display: none;
}
.form-style-brown .form-ttl {
  background: linear-gradient(180deg, #5c4037 0%, #433128 100%);
}
.form-style-brown .form-ttl .img1 {
  width: 293px;
}
.form-style-brown .form-ttl .img2 {
  width: 236px;
}
.mailitems-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 80px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.mailitems-modal .modal-close {
  cursor: pointer;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -45px;
  right: -7px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.mailitems-modal .modal-close:before,
.mailitems-modal .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.mailitems-modal .modal-close:before {
  transform: rotate(45deg);
}
.mailitems-modal .modal-close:after {
  transform: rotate(-45deg);
}
.mailitems-modal .modal-close:hover {
  opacity: 0.7;
}
.mailitems-modal .modal-content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 85%;
}
.mailitems-modal .modal-content {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 15px;
  width: 50%;
  min-width: 962px;
}
.mailitems-modal .modal-body {
  text-align: center;
}
.mailitems-modal .modal-footer {
  padding: 78px 0 105px;
  text-align: center;
}
.mailitems-modal .modal-close-button {
  background-color: #25325b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
  text-align: center;
  min-width: 325px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
}
.mailitems-modal .modal-close-button:hover {
  opacity: 0.7;
}
.mailitems-modal .modal-close-button .close-icon {
  width: 15px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.mailitems-modal .modal-close-button .close-icon:before,
.mailitems-modal .modal-close-button .close-icon:after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.mailitems-modal .modal-close-button .close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mailitems-modal .modal-close-button .close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tento-header {
  background: linear-gradient(
    180deg,
    rgb(63, 77, 107) 0%,
    rgb(9, 28, 70) 83%,
    rgb(9, 28, 70) 100%
  );
  color: #c7b28a;
  padding: 20px 0 26px;
  text-align: center;
}
.tento-header p {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
}
.tento-header h2 {
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.43;
  margin: 9px 0 11px;
}
.tento-steps {
  position: relative;
  left: -5px;
  width: 831px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.tento-steps-heading {
  font-family: "Noto Serif JP";
  color: #3c2e2e;
  font-size: 30px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.44;
  margin: 12px 0 17px;
}
.tento-steps-heading-style2 {
  font-family: "Noto Sans JP";
}
.tento-steps-heading span {
  font-size: 41px;
  font-weight: 700;
}
.tento-steps li {
  margin-bottom: 23px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-basis: 404px;
  -webkit-flex-basis: 404px;
}
.tento-steps li:before {
  background-color: #fff;
  border: 10px solid #cec2ac;
  border-left-width: 75px;
  content: "";
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: skew(-8deg);
}
.tento-steps-number {
  position: relative;
  font-family: "Noto Serif JP";
  color: #3c2e2e;
  font-size: 39px;
  font-weight: 900;
  max-width: 75px;
  z-index: 2;
  text-align: center;
  flex-basis: 75px;
  -webkit-flex-basis: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tento-steps-content {
  color: #3c2e2e;
  height: 77px;
  font-size: 21px;
  font-weight: 400;
  padding: 0 10px 0 25px;
  position: relative;
  z-index: 2;
  text-align: left;
  white-space: nowrap;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  display: flex;
  align-items: center;
}
.tento-steps-text {
  color: #3c2e2e;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 6px;
}
.tento-inner {
  width: 65.495%;
  margin-left: auto;
  margin-right: auto;
}
.tento-flows {
  margin: 0 0 10px;
}
.tento-flows-heading {
  text-align: center;
  margin: 40px 0 0px;
}
.tento-flows-heading .title-inner {
  background-color: #ebecec;
  color: #333;
  font-family: "Noto Serif JP";
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.46;
  padding: 14px 43px;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  margin-bottom: 11px;
}
.tento-flows li {
  border-top: 2px dotted #b0a67c;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tento-flows li.first-item {
  border-top: 0 none;
}
.tento-flows-number {
  color: #b0a67c;
  display: inline-block;
  margin-right: 5px;
}
.tento-caption {
  max-width: 605px;
  margin: 0 auto;
  background: #ebecec;
  color: #333;
  font-size: 21px;
  font-family: "Noto Serif JP";
  padding: 32px 28px;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
}
.tento-bottom {
  max-width: 605px;
  margin: 0 auto;
  padding: 28px 0 0;
  font-size: 19px;
  text-align: left;
}
.tento-bottom-text1 {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 18px;
}
.tento-bottom-text2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.mailitems-style2 .tento-header {
  background: linear-gradient(180deg, #5c4037 0%, #433128 100%);
}
.mailitems-style2 .tento-header-img {
  width: 364px;
}
.mailitems-style2 .tento-steps-heading,
.mailitems-style2 .title-inner,
.mailitems-style2 .tento-caption,
.mailitems-style2 .tento-steps-number {
  font-family: "Noto Sans JP";
}
.mailitems-style2 .tento-steps-item:before {
  border-color: #ede4d5;
}
.mailitems-style2 .modal-footer .modal-close-button {
  background-color: #3c2e2e;
}
.tt-form {
  text-align: center;
}
.tt-form-pt {
  margin-bottom: 25px;
  padding-top: 45px;
}
.tt-form-bottom,
.tt-form-ribbon,
.tt-form-top {
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-align: center;
}
.tt-form-top {
  font-size: 24px;
  margin-bottom: 10px;
  color: #081b45;
}
.tt-form-top.ani-tt {
  animation: animation-up 2.3s ease-out infinite;
}
.tt-form-fg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 180px;
}
.tt-form-fg .lazyload {
  display: block;
  font-size: 13px;
  height: 176px;
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tt-form-ribbon {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  width: 570px;
  display: inline-block;
  padding: 15px 35px;
  background-color: #507cd8;
  letter-spacing: -0.01em;
}
.tt-form-ribbon::before,
.tt-form-ribbon::after {
  content: "";
  bottom: 0;
  position: absolute;
  z-index: 3;
  border-style: solid;
  border-color: #507cd8 rgba(0, 0, 0, 0);
}
.tt-form-ribbon::before {
  left: -35px;
  border-width: 35px 0px 35px 35px;
}
.tt-form-ribbon::after {
  right: -35px;
  border-width: 35px 35px 35px 0px;
}
.tt-box {
  text-align: center;
}
.tt-box-under {
  font-size: 18px;
  font-weight: 700;
  color: #081b45;
  margin-bottom: 30px;
  text-align: center;
}
.tt-box-under .br {
  display: none;
}
.tt-box-txt {
  position: relative;
  width: 500px;
  display: inline-block;
  z-index: 1;
  font-size: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 0%;
  font-weight: 700;
  color: #081b45;
  background-color: #fff;
  border: 4px solid #081b45;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.tt-box-txt.width-small {
  width: 400px;
}
.tt-box-txt.blue-light {
  border-color: #507cd8;
  color: #507cd8;
}
.tt-box-txt.blue-light::after {
  border-color: #507cd8;
}
.tt-box-txt.style-pink {
  border-color: #ff698b;
  color: #ff698b;
}
.tt-box-txt.style-pink::after {
  border-color: #ff698b;
}
.tt-box-txt::after {
  content: "";
  left: 50%;
  width: 20px;
  height: 20px;
  border-right: 4px solid #081b45;
  border-bottom: 4px solid #081b45;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 2;
}
.step-items .tt-box {
  margin-bottom: 35px;
}
.step-items .line-pink {
  color: #081b45;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px dashed #ff698b;
}
.step-items-box {
  margin-bottom: 25px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.step-items-box:last-of-type {
  margin-bottom: 30px;
}
.step-items-tt {
  width: 335px;
  background-color: #ffebeb;
  padding: 10px 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.step-items-info {
  width: 695px;
}
.step-items-info .lineheight {
  line-height: 1.57;
}
.step-items-info .tt-center {
  font-size: 24px;
  font-weight: 700;
  color: #081b45;
  text-align: center;
}
.step-items-ul {
  display: flex;
  justify-content: space-between;
}
.step-items-ul .center-row {
  background-color: #fff;
  position: relative;
  padding: 25px 25px 25px 55px;
  color: #000;
  min-height: 127px;
  font-size: 18px;
  width: calc(50% - 8px);
}
.step-items-ul .center-row.last {
  margin-bottom: 0px;
}
.step-items-ul .center-row::before {
  content: "";
  width: 24px;
  height: 21px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url("../img/icons.webp") no-repeat -232px center/auto 45px;
}
.step-items-gray {
  background-color: #e5e5e5;
  margin-bottom: 20px;
}
.step-items-gray .step-items-info {
  padding: 30px 20px;
  color: #222;
}
.step-items-flex {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.step-items-cap {
  display: inline-block;
  width: 460px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 2%;
  margin-top: 10px;
  background-color: #081b45;
}
.step-items-bl {
  font-size: 24px;
  color: #081b45;
  font-weight: 700;
  margin-bottom: 20px;
}
.step-items-biger {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #081b45;
  width: 540px;
}
.step-items-small {
  display: block;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #081b45;
  width: 540px;
  margin-bottom: 20px;
  font-weight: 500;
}
.step-items-bg {
  background-color: #fff;
  padding: 10px 28px 16px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 4px solid #707070;
}
.step-items-w {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.step-items-w .fl-img {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 20px;
}
.step-items-w .fg {
  width: 120px;
}
.step-items-w .fg-x {
  position: relative;
  margin-left: 16px;
}
.step-items-w .fg-x::before,
.step-items-w .fg-x::after {
  content: "";
  width: 115px;
  height: 13px;
  background-color: #081b45;
  position: absolute;
  display: block;
}
.step-items-w .fg-x::before {
  transform: rotate(-45deg);
  left: 3%;
  top: 40%;
}
.step-items-w .fg-x::after {
  transform: rotate(45deg);
  right: 3%;
  top: 40%;
}
.step-items-w .tt {
  background-color: #79a4ff;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-right: 25px;
  min-height: 88px;
  width: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-items-sky .li,
.step-items-dot .li,
.step-items-linedot .li {
  position: relative;
}
.step-items-sky .li::before,
.step-items-dot .li::before,
.step-items-linedot .li::before {
  position: absolute;
  content: "";
  background-color: #79a4ff;
}
.step-items-dot .li,
.step-items-linedot .li {
  font-weight: 700;
}
.step-items-dot .li::before,
.step-items-linedot .li::before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.step-items-sky {
  background-color: #ebf1ff;
  padding: 15px 20px;
}
.step-items-sky .li {
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  color: #081b45;
  padding-left: 11px;
  letter-spacing: 0.04em;
}
.step-items-sky .li + .li {
  margin-top: 6px;
}
.step-items-sky .li::before {
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.step-items-color {
  margin-left: 23px;
}
.step-items-color .li {
  font-weight: 500;
  color: #081b45;
  position: relative;
  padding-left: 11px;
}
.step-items-color .li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background-color: #79a4ff;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.step-items-color .li + .li {
  margin-top: 8px;
}
.step-items-color .li.pink {
  color: #ff698b;
  font-weight: 700;
}
.step-items-color .li.pink::before {
  background-color: #ff698b;
}
.step-items-dot {
  margin: 0 -5px 10px;
}
.step-items-dot .li {
  font-size: 18px;
  display: inline-block;
  padding: 5px 5px 5px 25px;
}
.step-items-dot .li::before {
  left: 0px;
  top: 10px;
}
.step-items-linedot {
  margin-top: 10px;
}
.step-items-linedot .li {
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  padding: 14px 20px 14px 40px;
  margin-top: 10px;
}
.step-items-linedot .li::before {
  left: 15px;
  top: 18px;
}
.step-items .div-small {
  width: 540px;
  margin: 0 auto;
}
.step-items .box-line-bl {
  background-color: #fff;
  border: 4px solid #081b45;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #081b45;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 25px 20px;
}
.step-items .box-line-bl + .step-items-big {
  margin-bottom: 10px;
}
.icon-download {
  width: 23px;
  height: 23px;
  display: inline-block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.icon-download .square {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.icon-download .square::after {
  content: "";
  height: 30.5%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  border: 2px solid #fff;
  border-top: none;
}
.icon-download .tg-down {
  display: block;
  width: 2px;
  height: 43.5%;
  background-color: #fff;
  position: relative;
  margin-top: 3px;
}
.icon-download .tg-down::after,
.icon-download .tg-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.icon-download .tg-down::before {
  transform: rotate(40deg);
  left: -5px;
}
.icon-download .tg-down::after {
  transform: rotate(-40deg);
  left: 0;
}
.btn-download,
.btn-show-pdf {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 19px 0px 19px 14px;
  display: block;
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(#3f4d6b, #091c46);
}
.btn-download .span,
.btn-show-pdf .span {
  position: relative;
}
.btn-download .span {
  padding-right: 47px;
}
.btn-show-pdf {
  cursor: pointer;
}
.btn-show-pdf .span {
  padding-right: 35px;
}
.btn-show-pdf .span::after {
  position: absolute;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.5s;
}
#show_pdf:checked ~ .pdf-list,
#show_pdf_modal:checked ~ .pdf-list {
  display: block;
}
#show_pdf:checked ~ .btn-show-pdf .span::after,
#show_pdf_modal:checked ~ .btn-show-pdf .span::after {
  transform: rotate(-135deg);
  margin-top: 0px;
}
.pdf-list {
  display: none;
  padding: 0 20px;
}
.pdf-boxs {
  width: 540px;
  max-width: 100%;
  border: 1.2px solid #0b1e48;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.pdf-data {
  margin: 35px 0px;
}
.pdf-data .li {
  margin-bottom: 14px;
}
.pdf-link-down {
  position: relative;
  font-weight: 700;
  color: #333;
  padding-left: 30px;
  display: inline-block;
}
.pdf-link-down .name-file {
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 17px;
  line-height: 1.7;
}
.pdf-link-down .icon {
  left: 0;
  position: absolute;
  top: 1px;
  width: 22px;
}
.pdf-link-down .read-required {
  margin-left: 5px;
  background-color: #ff698b;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.075em;
  padding: 2px 3.5px;
}
.pdf-mb {
  margin: 7px 0 17px;
  color: #081b45;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pdf-mb .icon-pdf {
  display: inline-block;
  width: 20px;
}
.pdf-mb .mb {
  margin-left: -4px;
}
.deli-box-w {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 30px 30px;
  width: 540px;
}
.deli-box-tt {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.deli-box-tt::before {
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1.6px solid #081b45;
  display: block;
}
.deli-box-tt .span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 12px;
  color: #081b45;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 24px;
}
.deli-imgs {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.deli-imgs .li {
  margin: 0 15px;
  min-width: 191px;
  text-align: center;
}
.deli-imgs .fg {
  width: 185px;
  display: inline-block;
}
.deli-cap {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #081b45;
}
.deli-cap .p-num {
  background-color: #ffebeb;
  padding: 0px 7px;
  display: inline-block;
  color: #ff698b;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 5px;
}
.deli-txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin-bottom: 17px;
  color: #081b45;
  font-weight: 500;
}
.deli-txt-small {
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 8px;
}
.link-dark {
  color: #081b45;
}
.link-dark:hover {
  text-decoration: underline;
}
[data-ml-modal] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
[data-ml-modal]:target {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
}
[data-ml-modal]:target .delivery-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.delivery {
  width: 100%;
}
.delivery-dialog {
  position: relative;
  width: 1000px;
  max-width: 100%;
  background-color: #f7f6f2;
  margin: 125px auto 40px;
  padding: 55px 40px 70px;
  z-index: 2;
}
.delivery-close {
  position: absolute;
  top: -50px;
  right: 0px;
}
.delivery-close .x {
  position: relative;
  background-color: #f3f3f3;
  height: 40px;
  width: 40px;
  display: block;
  border: 2px solid #666;
}
.delivery-close .x::before,
.delivery-close .x::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background-color: #666;
}
.delivery-close .x::before {
  transform: rotate(45deg);
}
.delivery-close .x::after {
  transform: rotate(-45deg);
}
.delivery-btn-close {
  margin: 50px auto 0;
  width: 392px;
  border-radius: 26px;
  color: #fff;
  text-align: center;
  background-color: #4c619d;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 700;
  display: block;
  padding: 10px;
}
.delivery-note {
  font-size: 16px;
  color: #081b45;
  font-weight: 500;
}
.delivery-note .red {
  color: #ff3100;
}
.delivery-box {
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  background-color: #c6dffe;
  font-weight: 500;
  border-radius: 4px;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.delivery-box-tt {
  width: 382px;
  background-color: #fff;
  color: #224899;
  padding: 16px;
  margin-right: 13px;
  -webkit-clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
}
.delivery-box-button {
  display: block;
  width: 263px;
  height: 34px;
  background-color: #fff;
  border: 1.3px solid #224899;
  border-radius: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #224899;
  position: relative;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-box-button::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #224899;
  border-right: 2px solid #224899;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.delivery .tt-box-txt {
  width: 350px;
  padding: 11px 0%;
  font-size: 18px;
  border-width: 3px;
}
.delivery .tt-box-txt::after {
  border-width: 3px;
  width: 14px;
  height: 14px;
}
.delivery .tt-box-under {
  margin-top: 15px;
}
.delivery .tt-box-under .br {
  display: unset;
}
.delivery .step-items .tt-box {
  margin-bottom: 24px;
  margin-top: 30px;
}
.delivery .step-items .line-pink {
  font-size: 17px;
}
.delivery .step-items-box {
  margin-bottom: 21px;
}
.delivery .step-items-tt {
  width: 297px;
  padding-left: 18px;
}
.delivery .step-items-info {
  width: 614px;
}
.delivery .step-items-info .tt-center {
  font-size: 20px;
}
.delivery .step-items-ul .center-row::before {
  left: 17px;
}
.delivery .step-items-gray .step-items-info {
  padding: 26px 20px 26px 13px;
  color: #222;
}
.delivery .step-items-biger {
  padding: 0px 30px;
}
.delivery .step-items-biger {
  font-size: 18px;
  line-height: 1.6;
}
.delivery .step-items-fg {
  margin-bottom: 18px;
}
.delivery .step-items-fg .lazyload {
  background-color: #eee;
  display: block;
  width: 407px;
}
.delivery .step-items-cap {
  width: 407px;
  font-size: 19px;
  padding: 17px 2%;
  margin-top: 8px;
}
.delivery .step-items-bl {
  font-size: 20px;
}
.delivery .step-items-dot .li::before,
.delivery .step-items-linedot .li::before {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.delivery .step-items-dot {
  margin: 0 -21px 10px 0;
}
.delivery .step-items-dot .li {
  font-size: 15px;
  padding: 4px 18px 4px 23px;
}
.delivery .step-items-dot .li::before {
  top: 8px;
}
.delivery .step-items-sky {
  padding: 9px 25px 9px 18px;
}
.delivery .step-items-bg {
  padding: 12px 21px;
}
.delivery .step-items-bg + .lineheight {
  font-size: 14px;
}
.delivery .step-items-w {
  padding: 17px 25px;
  margin-top: 7px;
  margin-bottom: 18px;
}
.delivery .step-items-w .fl-img {
  margin-bottom: 11px;
}
.delivery .step-items-w .fg {
  width: 106px;
}
.delivery .step-items-w .fg-x {
  margin-left: 10px;
}
.delivery .step-items-w .fg-x::before,
.delivery .step-items-w .fg-x::after {
  width: 100px;
  height: 12px;
}
.delivery .step-items-w .tt {
  font-size: 15px;
  margin-right: 15px;
  min-height: 77px;
  padding: 0 20px;
  width: 189px;
}
.delivery .step-items-color {
  margin-left: 3px;
}
.delivery .step-items-color .li {
  font-size: 14px;
}
.delivery .step-items-color .li.pink {
  letter-spacing: 0.03em;
}
.delivery .step-items-color .li + .li {
  margin-top: 5px;
}
.delivery .step-items-linedot {
  margin-top: 3px;
  width: 100%;
}
.delivery .step-items-linedot .li {
  font-size: 14px;
  padding: 13px 10px 13px 35px;
  margin-top: 8px;
}
.delivery .step-items-linedot .li::before {
  left: 12px;
  top: 15px;
}
.delivery .step-items .div-small {
  width: 477px;
}
.delivery .step-items .box-line-bl {
  font-size: 22px;
  margin-top: 0px;
  line-height: 1.53;
  margin-bottom: 15px;
  padding: 18px 10px 18px 5px;
}
.delivery .step-items .box-line-bl + .step-items-big {
  margin-bottom: 0px;
}
.delivery .btn-download,
.delivery .btn-show-pdf {
  font-size: 20px;
  padding: 22px 0px 20px 0px;
}
.delivery .btn-download .span {
  padding-right: 36px;
}
.delivery .btn-download .icon-download {
  width: 20px;
}
.delivery .pdf-mb {
  font-size: 13px;
  margin-top: 4px;
}
.delivery .pdf-mb .icon-pdf {
  width: 16px;
}
.delivery .deli-box-w {
  padding: 25px;
}
.delivery .deli-box-tt .span {
  padding: 0 18px;
  font-size: 20px;
}
.delivery .deli-cap {
  font-size: 16px;
}
.delivery .deli-imgs {
  margin-bottom: 25px;
}
.delivery .deli-imgs .li {
  margin: 0 8px;
  width: 185px;
}
.delivery .deli-imgs .fg {
  width: 165px;
}
.delivery .deli-txt {
  font-size: 15px;
  line-height: 1.333;
  margin-bottom: 15px;
}
.delivery .deli-txt-small {
  font-size: 13px;
}
.delivery .scroll1 {
  height: 160px;
}
.delivery .deli-box-w,
.delivery .step-items-small,
.delivery .pdf-boxs {
  width: 477px;
}
.delivery.style-small .delivery-box-tt,
.delivery.style-yellow .delivery-box-tt {
  width: 323px;
  font-size: 14px;
  padding: 18.5px 10px 18.5px 23px;
  margin-right: 6px;
}
.delivery.style-small .delivery-box-button,
.delivery.style-yellow .delivery-box-button {
  width: 218px;
  height: 32px;
  font-size: 14px;
}
.delivery.style-small .delivery-box-button::after,
.delivery.style-yellow .delivery-box-button::after {
  width: 7px;
  height: 7px;
  right: 12px;
}
.delivery.style-yellow .tt-form-ribbon {
  color: #000;
  letter-spacing: 0.08em;
  background-color: rgba(0, 0, 0, 0);
  font-size: 42px;
  border-bottom: 6px solid #efbd17;
  padding: 0 0 10px 0;
  width: auto;
}
.delivery.style-yellow .tt-form-ribbon::before,
.delivery.style-yellow .tt-form-ribbon::after {
  display: none;
}
.delivery.style-yellow .tt-box-under {
  color: #000;
}
.delivery.style-yellow .tt-box-txt {
  color: #fff;
  border-color: #000;
  background: #000;
  border-radius: 0;
  width: 390px;
}
.delivery.style-yellow .tt-box-txt::after {
  border-width: 2px;
  border-color: #000;
  background-color: #000;
}
.delivery.style-yellow .step-items-tt {
  background-color: #eee;
  color: #000;
}
.delivery.style-yellow .step-items-tt .line-pink {
  border-bottom: 0;
  color: #000;
}
.delivery.style-yellow .step-items-ul .center-row {
  background-color: #edeeed;
}
.delivery.style-yellow .step-items-ul .center-row::before {
  background: url("../img/icon.webp") no-repeat 0 0/100% auto;
}
.delivery.style-yellow .step-items-gray .step-items-tt {
  background-color: #efbd17;
}
.delivery.style-yellow .step-items-bl {
  color: #000;
}
.delivery.style-yellow .step-items-sky .li:before,
.delivery.style-yellow .step-items-dot .li:before,
.delivery.style-yellow .step-items-linedot .li:before {
  background-color: #000;
}
.delivery.style-yellow .step-items-bg {
  border-radius: 0;
  border: 2px solid #000;
}
.delivery.style-yellow .step-items-color .li {
  padding-left: 0;
  margin-left: 11px;
}
.delivery.style-yellow .step-items-color .li:before {
  background-color: #000;
  left: -11px;
  width: 7px;
  height: 7px;
}
.delivery.style-yellow .step-items-color .li.pink {
  color: #000;
  background: linear-gradient(0deg, #efbd17 11%, transparent 0%);
  display: inline;
}
.delivery.style-yellow .step-items-color .li.pink:before {
  background-color: #000;
}
.delivery.style-yellow .step-items-w {
  border-radius: 0;
}
.delivery.style-yellow .step-items-w .tt {
  background-color: #efbd17;
  border-radius: 0;
}
.delivery.style-yellow .step-items-sky {
  padding: 10px 5px 0;
  border-top: 2px dotted #000;
  background-color: rgba(0, 0, 0, 0);
}
.delivery.style-yellow .step-items-sky .li {
  color: #000;
}
.delivery.style-yellow .step-items-info .tt-center {
  color: #000;
}
.delivery.style-yellow .step-items-linedot .li {
  border-radius: 0;
}
.delivery.style-yellow .step-items-biger {
  font-size: 20px;
  color: #000;
}
.delivery.style-yellow .step-items-small {
  color: #000;
}
.delivery.style-yellow .box-line-bl {
  background-color: #eee;
  border: 0;
  border-radius: 0;
  color: #000;
}
.delivery.style-yellow .btn-download,
.delivery.style-yellow .btn-show-pdf {
  background-image: linear-gradient(#000, #000);
}
.delivery.style-yellow .pdf-link-down .name-file {
  color: #000;
}
.delivery.style-yellow .pdf-link-down .read-required {
  background-color: #efbd17;
}
.delivery.style-yellow .pdf-mb {
  color: #000;
}
.delivery.style-yellow .deli-txt {
  color: #000;
}
.delivery.style-yellow .deli-box-w {
  border: 2px solid #000;
}
.delivery.style-yellow .deli-box-tt:before {
  display: none;
}
.delivery.style-yellow .deli-box-tt .span {
  color: #000;
}
.delivery.style-yellow .deli-cap {
  color: #000;
}
.delivery.style-yellow .deli-cap .p-num {
  background-color: #efbd17;
  color: #fff;
}
.delivery.style-yellow .delivery-btn-close {
  background-color: #000;
}
.delivery.style-yellow .delivery-close .x {
  border-color: #000;
  background-color: #fff;
}
.delivery.style-yellow .delivery-close .x:before,
.delivery.style-yellow .delivery-close .x:after {
  background-color: #000;
}
.campaign-banner {
  margin: 88px 0 95px;
}
.campaign-banner-tt {
  text-align: center;
  color: #3c2e2e;
  letter-spacing: 0.15em;
  font-size: 20px;
  font-weight: 700;
}
.campaign-banner-fg {
  width: 1040px;
  margin: 13px auto 0;
}
.content1-lp-sec + .campaign-banner {
  margin: 88px 0 95px;
}
.appraisal {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 40px;
  padding: 30px 50px 30px 50px;
  background-color: #f7f6f2;
}
.appraisal-tt {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: center;
  margin-bottom: 11px;
}
.appraisal-tt-line {
  font-family: "Noto Serif JP";
  color: #224899;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.appraisal-tt-line::after {
  width: 200px;
  height: 6px;
  background-color: #333;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.testimony {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.testimony::after {
  content: "※ 自社レビューフォーム投稿より引用";
  width: 100%;
  display: block;
  font-size: 10px;
  color: #222;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
.testimony-tt {
  background: #224899;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 35px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.testimony-tt::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 760px;
  height: 100%;
  background-color: #224899;
  z-index: -1;
}
.testimony-tt::after {
  content: "※";
  position: absolute;
  left: 100%;
  top: 35px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
}
.testimony-tt-line {
  border-left: 10px solid #5370ac;
  background-color: #f7f6f2;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.testimony .details {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.testimony .details + .details {
  margin-top: 40px;
}
.txt-wrapper {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
}
.txt-wrapper-height {
  overflow: hidden;
  max-height: 120px;
}
.opaque2,
.opaque3 {
  opacity: 0.8;
  background: #fff;
}
.opaque3 {
  height: 25px;
  margin-top: -25px;
}
.opaque2 {
  height: 60px;
  margin-top: -60px;
}
.show-txt-btn {
  display: block;
  margin: 15px auto 25px auto;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.gmt {
  padding: 50px 30px 50px;
  background-color: #f7f6f2;
  margin-bottom: 40px;
  margin-top: 40px;
}
.gmt-tt {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #be902e;
  text-align: center;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 30px;
}
.gmt-tt-big {
  font-size: 36px;
}
.gmt-tt::after {
  width: 200px;
  height: 6px;
  background-color: #634f35;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.gmt .open-btn-txt,
.gmt-foot-txt {
  color: #634f35;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}
.gmt .text-box:after {
  background: linear-gradient(rgba(247, 246, 242, 0.3) 0%, #f7f6f2 100%);
}
.hi-sell {
  width: 660px;
  margin: 50px auto;
}
.hi-sell.type2 .text-box {
  max-height: unset;
}
.hi-sell.type2 .text-box::after {
  display: none;
}
.hi-sell.type2 .text-box + .text-box {
  margin-top: 15px;
}
.hi-sell.type2 .details.hide {
  display: none;
}
.hi-sell.type2 .wrap-details {
  position: relative;
}
.hi-sell.type2 .wrap-details.has-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgb(255, 255, 255) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.hi-sell div.txt-wrapper {
  max-height: 235px;
  overflow: hidden;
}
.hi-sell .details + .details {
  margin-top: 50px;
}
.hi-sell .details .sell-tt-center {
  margin-top: 20px;
}
.sell-tt {
  font-family: "Noto Serif JP";
  color: #224899;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 35px;
}
.sell-tt-big {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.sell-tt-big.text-lowercase {
  text-transform: none;
}
.sell-tt-center {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
.sell-tt-center.text-lowercase {
  text-transform: none;
}
.sell-tt::after {
  width: 200px;
  height: 6px;
  background-color: #333;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.btn-more,
.more-info,
.btn-box,
.btn-box2 {
  display: block;
  margin: 25px auto;
  border: none;
  width: 300px;
  background-color: #4662a1;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 7px 2%;
  border-radius: 21px;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn-more .bg,
.more-info .bg,
.btn-box .bg,
.btn-box2 .bg {
  position: relative;
  z-index: 0;
  padding-right: 35px;
}
.btn-more .bg::after,
.more-info .bg::after,
.btn-box .bg::after,
.btn-box2 .bg::after {
  content: "";
  right: 0;
  top: 0px;
  height: 30px;
  position: absolute;
  width: 20px;
  display: block;
  z-index: 1;
  background: url("../img/pc_sprite_lp02.webp") no-repeat;
  background-size: 1220px auto;
  background-position: left -48px top -2px;
}
.btn-more-close,
.more-info-close,
.btn-box-close,
.btn-box2-close {
  background-color: #224899;
}
.btn-more-close .bg::after,
.more-info-close .bg::after,
.btn-box-close .bg::after,
.btn-box2-close .bg::after {
  display: none;
}
.btn-more-close .text-btn,
.more-info-close .text-btn,
.btn-box-close .text-btn,
.btn-box2-close .text-btn {
  background: url("../img/arrow-up.webp") no-repeat top 6px right/auto 16px;
  padding-right: 40px;
}
.text-box {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.text-box.active:after {
  opacity: 0;
  visibility: hidden;
}
.text-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgb(255, 255, 255) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.text-box p + p {
  margin-top: 15px;
}
.text-box .hi-sell-heading {
  font-size: 15px;
  font-weight: 700;
}
.button-voice {
  margin-top: 33px;
  padding-bottom: 1px;
}
.button-voice .details {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.button-voice .text-box {
  max-height: 118px;
}
.button-voice .text-btn {
  padding-right: 0;
  background: none;
}
.button-voice .text-btn::after {
  display: none;
}
.button-voice .go-voice .wrap-btn-voice {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  background: #507cd8;
  border-radius: 5px;
  opacity: 1;
  border-bottom: 2px solid #224899;
  height: 83px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.button-voice .go-voice .wrap-btn-voice :hover {
  opacity: 0.9;
}
.button-voice .go-voice .wrap-btn-voice .btn-img {
  width: 38.3%;
}
.button-voice .go-voice .wrap-btn-voice .btn-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  width: 49.8%;
  transform: translateX(-8px);
}
.button-voice .go-voice .wrap-btn-voice .ar {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 14px;
  padding-top: 5px;
  padding-left: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.button-voice .go-voice .wrap-btn-voice .ar:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #507cd8;
  border-right: 2px solid #507cd8;
  transform: rotate(45deg);
}
.button-voice .go-voice .wrap-btn-voice .btn-icon {
  display: flex;
  align-items: center;
  width: 11.9%;
  justify-content: center;
}
.button-voice .go-voice .wrap-btn-voice .btn-icon .arrow-left {
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #fff;
}
.table-model {
  margin-top: 25px;
}
.table-model .purchase-chart-ttl-wrap {
  padding-bottom: 15px;
}
.table-model-container .purchase-chart-tab {
  padding: 20px 30px 25px;
  background-color: #f7f6f2;
}
.table-model-container .tab-content {
  padding: 0 30px 30px;
}
.table-model-table {
  width: 100%;
  border-collapse: collapse;
  border-color: gray;
  color: #21325e;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
}
.table-model-table.tab-pane.active {
  display: table;
}
.table-model-th,
.table-model-td {
  border-bottom: 1px solid #ddd;
  padding: 0.6em;
}
.table-model-th {
  font-weight: 700;
}
.table-model-td {
  font-weight: 400;
}
.c-hisell {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
.c-hisell__item {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}
.c-hisell__heading {
  width: 100%;
  min-height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 50px 17px 34px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.c-hisell__heading::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #081b44;
  border-bottom: 2px solid #081b44;
  position: absolute;
  top: 50%;
  right: 34px;
  z-index: 1;
  transform: translate(50%, calc(-50% - 2.5px)) rotate(-45deg);
  transition: 0.3s all;
}
.c-hisell__heading.active::after {
  transform: translate(50%, calc(-50% + 2.5px)) rotate(135deg);
}
.c-hisell__title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #081b44;
}
.c-hisell__body {
  width: 100%;
  display: none;
  border-bottom: 1px solid #ccc;
}
.c-hisell__body.show {
  display: block;
}
.c-hisell__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 22px 34px;
  background: #eff5ff;
}
.c-hisell__content {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #081b44;
  flex: 1;
}
.c-hisell__content p {
  font-size: 14px;
  line-height: 1.8;
}
.c-hisell__image {
  width: 238px;
  height: 179px;
  margin-right: 24px;
  border-radius: 5px;
  overflow: hidden;
}
.c-hisell__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.high-sell {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 70px;
  margin-bottom: 70px;
}
.high-sell__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 19px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP";
  color: #081b44;
  position: relative;
}
.high-sell__title span {
  font-size: 20px;
  font-weight: bold;
}
.high-sell__title h2 {
  font-size: 26px;
  font-weight: bold;
}
.high-sell__title::after {
  content: "";
  width: 28%;
  max-width: 200px;
  height: 6px;
  background: #79a4ff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.high-sell__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.high-sell__banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 0 24px;
  gap: var(--gap, 0px);
  --gap: 16px;
  --col: 2;
}
.high-sell__banner a {
  width: calc((100% - var(--gap, 0px) * (var(--col, 1) - 1)) / var(--col, 1));
  overflow: hidden;
}
.high-sell__banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: 0.3s all;
}
.banner-brand {
  margin-top: 100px;
  margin-bottom: 30px;
}
.cv2-box {
  overflow: hidden;
  padding: 29px 115px 34px 62px;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.cv2-box-txt2 {
  width: 473px;
  margin: 0px 0px 22px 0px;
}
.cv2-box-txt2 .txt {
  left: 0;
  bottom: 8px;
  width: 81%;
  text-align: center;
  color: #3c2e2e;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cv2-box-txt1 {
  width: 403px;
  margin-right: 111px;
}
.cv2-operator {
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin: 7px 0 18px;
}
.cv2-operator-img {
  bottom: -1px;
  z-index: 2;
}
.cv2-dl {
  width: 403px;
}
.cv2-dt {
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.cv2-dd {
  border: 0.5px solid #fff;
  border-radius: 25px;
  font-size: 12px;
  padding: 5px 0px 6px 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.cv2-dd .second {
  margin: 0 73px;
}
.cv2-dd .second::before,
.cv2-dd .second::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border-left: 8px solid #a59286;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
}
.cv2-dd .second::before {
  right: -40px;
}
.cv2-dd .second::after {
  left: -40px;
}
.cv2-buttons {
  width: 350px;
}
.cv2-buttons .btn-common {
  margin-bottom: 10px;
}
.cv2-buttons .btn-common.style2 {
  margin-bottom: 15px;
}
.cv2-buttons .time {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.cv2-buttons-tt {
  color: #fdf7eb;
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}
.cv2-buttons .list-btns {
  width: 330px;
  margin: auto;
}
.cv2-buttons .li-btn + .li-btn {
  margin-top: 14px;
}
.cv2-buttons .btn-lp {
  font-size: 18px;
  width: 330px;
  padding: 17px 50px 17px 55px;
  height: 72px;
}
.cv2-buttons .btn-lp .fg {
  width: 35px;
  height: 35px;
  left: 24px;
}
.cv2-buttons .btn-lp .small {
  font-size: 12px;
}
.cv2-bannar {
  margin-top: 20px;
}
.cv2-bannar.banner-mg-bt {
  margin-bottom: 20px;
}
.cv2-bannar-tt {
  letter-spacing: 0.2em;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #674e4e;
}
.cv2 .box-info {
  font-size: 12px;
  margin-top: 16px;
}
.cv2 .box-info .time2:after {
  content: " ／";
  color: #fff;
}
.cv2-a-style3 .cv2-box,
.cv2-a-style4 .cv2-box,
.cv2-a-style5 .cv2-box,
.cv2-b-style3 .cv2-box,
.cv2-b-style4 .cv2-box,
.cv2-a-style6 .cv2-box {
  background: linear-gradient(90deg, rgb(97 177 189) 0%, rgb(97 177 189 / 74%) 53%, rgb(97 177 189 / 36%) 100%)
}
.cv2-a-style3 .cv2-operator,
.cv2-a-style4 .cv2-operator,
.cv2-a-style5 .cv2-operator,
.cv2-b-style3 .cv2-operator,
.cv2-b-style4 .cv2-operator,
.cv2-a-style6 .cv2-operator {
  color: #3c2e2e;
  background: linear-gradient(to right, #5ec275, #a1c73f);
  padding-left: 36px;
  font-weight: 700;
}
.cv2-a-style4 .btn-lp,
.cv2-a-style5 .btn-lp,
.cv2-b-style4 .btn-lp,
.cv2-a-style6 .btn-lp {
  width: 380px;
}
.cv2-a-style4 .btn-lp .fg,
.cv2-a-style5 .btn-lp .fg,
.cv2-b-style4 .btn-lp .fg,
.cv2-a-style6 .btn-lp .fg {
  width: 40px;
  height: 40px;
}
.cv2-a-style4 .btn-lp .img,
.cv2-a-style5 .btn-lp .img,
.cv2-b-style4 .btn-lp .img,
.cv2-a-style6 .btn-lp .img {
  width: 190px;
  height: 39px;
}
.cv2-a-style4 .btn-lp.web .img,
.cv2-a-style5 .btn-lp.web .img,
.cv2-b-style4 .btn-lp.web .img,
.cv2-a-style6 .btn-lp.web .img {
  transform: translateX(-100px);
}
.cv2-a-style4 .btn-lp.line .img,
.cv2-a-style5 .btn-lp.line .img,
.cv2-b-style4 .btn-lp.line .img,
.cv2-a-style6 .btn-lp.line .img {
  transform: translateX(-50px);
}
.cv2-a-style3 .cv2-box-txt,
.cv2-a-style4 .cv2-box-txt,
.cv2-a-style5 .cv2-box-txt,
.cv2-a-style6 .cv2-box-txt,
.cv2-b-style4 .cv2-box-txt {
  margin-right: 86px;
  margin-top: 24px;
}
.cv2-a-style3 .cv2-tt,
.cv2-a-style4 .cv2-tt,
.cv2-a-style5 .cv2-tt,
.cv2-a-style6 .cv2-tt,
.cv2-b-style4 .cv2-tt {
  width: 336px;
}
.cv2-a-style3 .cv2-operator,
.cv2-a-style4 .cv2-operator,
.cv2-a-style5 .cv2-operator,
.cv2-a-style6 .cv2-operator,
.cv2-b-style4 .cv2-operator {
  margin: 9px 0 0;
}
.cv2-a-style3 .cv2-operator-img,
.cv2-a-style4 .cv2-operator-img,
.cv2-a-style5 .cv2-operator-img,
.cv2-a-style6 .cv2-operator-img,
.cv2-b-style4 .cv2-operator-img {
  right: -71px;
  width: 130px;
}
.cv2-a-style1 .cv2-box,
.cv2-b-style1 .cv2-box {
  background-image: linear-gradient(#5c4037, #433128);
}
.cv2-a-style1 .cv2-operator,
.cv2-b-style1 .cv2-operator {
  background-color: #251515;
}
.cv2-a-style1 .cv2-buttons {
  padding-top: 11px;
}
.cv2-a-style3 .cv2-box,
.cv2-b-style3 .cv2-box {
  padding: 39px 101px 36px 110px;
}
.cv2-a-style3 .cv2-buttons-tt,
.cv2-b-style3 .cv2-buttons-tt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.cv2-a-style5 .cv2-box,
.cv2-b-style4 .cv2-box {
  align-items: center;
}
.cv2-a-style5 .btn-lp,
.cv2-b-style4 .btn-lp {
  font-size: 20px;
}
.cv2-a-style5 .btn-lp .small,
.cv2-b-style4 .btn-lp .small {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.cv2-b-style3 .cv2-tt {
  width: 378px;
  margin-bottom: 10px;
  margin-left: -3px;
}
.cv2-b-style3 .cv2-box-txt {
  width: 404px;
  margin-right: 81px;
  margin-top: 14px;
}
.cv2-b-style3 .cv2-operator {
  margin-bottom: 12px;
}
.cv2-b-style3 .cv2-operator-img {
  right: -77px;
  width: 140px;
}
.cv2-a-style1 .cv2-operator-img {
  right: -54px;
  width: 131px;
}
.cv2-a-style1 .cv2-operator::before {
  content: "";
  position: absolute;
  left: -62px;
  top: 0;
  height: 100%;
  width: 1100px;
  background-color: #251515;
  z-index: 0;
}
.cv2-a-style4 .cv2-box {
  padding: 55px 80px 75px 80px;
  align-items: flex-end;
}
.cv2-a-style4 .cv2-dl {
  width: 380px;
  margin-bottom: 16px;
}
.cv2-a-style4 .btn-lp {
  height: 95px;
  padding: 24px 30px 24px 55px;
}
.cv2-a-style4 .info {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 13px;
  color: #fff;
}
.cv2-a-style4 .rotate {
  display: inline-block;
  transform: rotate(35deg);
}
.cv2-a-style5 .cv2-box {
  padding: 40px 72px 50px 72px;
}
.cv2-a-style5 .cv2-dl {
  width: 429px;
  margin-top: 13px;
}
.cv2-a-style5 .btn-lp {
  padding: 25px 30px 26px 55px;
}
.cv2-a-style5 .li-btn + .li-btn {
  margin-top: 20px;
}
.cv2-b-style1 .cv2-box {
  padding: 39px 115px 35px 91px;
}
.cv2-b-style1 .cv2-box-txt {
  width: 381px;
  margin-right: 113px;
  padding-top: 13px;
}
.cv2-b-style1 .cv2-tt {
  width: 339px;
}
.cv2-b-style1 .cv2-operator {
  text-align: center;
  padding: 10px 44px 10px 0;
  margin-bottom: 13px;
}
.cv2-b-style1 .cv2-operator-img {
  right: -65px;
  width: 104px;
}
.cv2-b-style3 .cv2-box,
.cv2-a-style3 .cv2-box {
  padding: 0;
  padding-block: 40px;
  align-items: center;
  justify-content: center;
}
.cv2-b-style4 .cv2-box {
  padding: 55px 72px;
}
.cv2-b-style4 .li-btn + .li-btn {
  margin-top: 10px;
}
.cv2-a-style6 .cv2-box {
  padding: 55px 80px 75px 80px;
}
.cv2-a-style6 .cv2-box .li-btn + .li-btn {
  margin-top: 14px;
}
.cv2-a-style6 .cv2-dl {
  width: 380px;
  margin-bottom: 16px;
}
.cv2-a-style6 .info {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 13px;
  color: #fff;
}
.cv2-a-style6 .btn-lp.anchor .tg-lp {
  transform: translateY(-50%) rotate(0);
}
.cv2-txa-style3 {
  width: 336px;
  height: 123px;
  background-size: 1800px auto;
  background-position: -11px -925px;
}
.cv2-txb-style3 {
  width: 378px;
  height: 130px;
  background-size: 1760px auto;
  background-position: -15px -1046px;
}
.cv2-txa-style1 {
  width: 315px;
  height: 99px;
  background-size: 1360px auto;
  background-position: -21px -661px;
}
.cv2-txb-style1 {
  width: 339px;
  height: 81px;
  background-size: 1370px auto;
  background-position: -366px -673px;
}
.cv3 .banner-brand {
  margin-bottom: 50px;
}
.btn-affiliate {
  width: 400px;
  max-width: 100%;
  text-align: center;
  padding: 16px 40px 16px 55px;
  border-radius: 38px;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  font-weight: 700;
  background-color: #3c2e2e;
}
.btn-affiliate:hover {
  opacity: 0.7;
}
.btn-affiliate .small {
  font-size: 12px;
  display: block;
  line-height: 1.1;
}
.btn-affiliate .tg-lp,
.btn-affiliate .fg {
  top: 50%;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}
.btn-affiliate .tg-lp {
  width: 6.5px;
  height: 15px;
  right: 26px;
  position: absolute;
}
.btn-affiliate .tg-lp::before,
.btn-affiliate .tg-lp::after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: relative;
  background-color: #fff;
}
.btn-affiliate .tg-lp::before {
  left: -2px;
  top: 3px;
  transform: rotate(50deg);
}
.btn-affiliate .tg-lp::after {
  right: 2px;
  bottom: -10px;
  transform: rotate(-50deg);
}
.btn-affiliate .fg {
  width: 36px;
  height: 36px;
  left: 40px;
  overflow: hidden;
}
.btn-affiliate .img {
  max-width: none;
  height: 35px;
  display: block;
  position: relative;
}
.btn-affiliate.line .img {
  transform: translateX(-45px);
}
.btn-affiliate.web .img {
  transform: translateX(-90px);
}
.btn-affiliate.btn-a-brown {
  height: 75px;
}
.btn-affiliate.btn-a-yellow {
  height: 77px;
  background-color: #ede4d5;
  color: #3c2e2e;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
.btn-affiliate.btn-a-yellow .tg-lp::before,
.btn-affiliate.btn-a-yellow .tg-lp::after {
  background-color: #3c2e2e;
}
.btn-affiliate.btn-a-form {
  width: 380px;
  height: 95px;
}
.btn-affiliate.btn-a-header {
  width: 270px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-affiliate.btn-a-header .fg {
  left: 20px;
}
.modal-age {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 80px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-age .modal-close {
  cursor: pointer;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -45px;
  right: -7px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.modal-age .modal-close:before,
.modal-age .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.modal-age .modal-close:before {
  transform: rotate(45deg);
}
.modal-age .modal-close:after {
  transform: rotate(-45deg);
}
.modal-age .modal-close:hover {
  opacity: 0.7;
}
.modal-age .modal-content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 85%;
}
.modal-age-head {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  background: #163987;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  padding: 30px 36px;
}
.modal-age-txt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.57;
}
.modal-age-ttl {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #d4d6d8;
  margin-bottom: 16px;
  padding-bottom: 21px;
  position: relative;
}
.modal-age-ttl:before {
  content: "";
  background: #bcd4ee;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
}
.modal-age-note {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 8px;
  padding-bottom: 6px;
  font-weight: 500;
}
.modal-age-block {
  margin-top: 50px;
}
.modal-age .modal-content {
  width: 50%;
  min-width: 650px;
  border-radius: 11px;
}
.modal-age .modal-body {
  padding: 32px 32px 0;
  overflow-y: scroll;
  height: 63vh;
}
.modal-age .modal-footer {
  padding: 38px 0;
  text-align: center;
}
.modal-age .modal-close-button {
  background-color: #4c619c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.68;
  text-align: center;
  min-width: 240px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  position: relative;
}
.modal-age .modal-close-button:hover {
  opacity: 0.8;
}
.modal-age .modal-close-button .close-icon {
  width: 15px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.modal-age .modal-close-button .close-icon:before,
.modal-age .modal-close-button .close-icon:after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-age .modal-close-button .close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-age .modal-close-button .close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-age .modal-close {
  background: #fff;
  border-radius: 100%;
  top: 24px;
  right: 24px;
}
.modal-age .modal-close:before,
.modal-age .modal-close:after {
  left: 40%;
  width: 24%;
  height: 2px;
  background-color: #163987;
}
.modal-age .box-table-note {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 3px;
  font-weight: 500;
}
.modal-age .box-down {
  margin-top: 28px;
  padding: 14px 28px 0;
}
.modal-age .box-down-img {
  width: 42%;
  flex-shrink: 0;
}
.modal-age .box-down-info {
  flex: 1;
  width: 100%;
  padding-left: 4.7%;
  padding-bottom: 2%;
}
.modal-age .box-down-btn {
  max-width: 260px;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 20px;
  margin: 22px auto 0;
  border-radius: 4px;
}
.box-table .img {
  width: 100%;
  display: block;
  margin: 33px auto 10px;
}
.box-table .customer {
  margin: 43px auto 17px;
}
.box-table .privacy-policy {
  margin: 78px auto 17px;
}
.box-table .line_mobile_confirmation {
  margin: 20px auto 12px;
}
.box-table-note {
  font-size: 12px;
}
.home .box-table-note,
.home .box-down-note,
.page-customer .box-table-note,
.page-customer .box-down-note {
  color: #555;
}
.box-down {
  background: #f4f4f4;
  padding: 32px 45px 0;
  display: flex;
  align-items: center;
  margin: 50px 0 14px;
}
.box-down-img {
  width: 250px;
}
.box-down-img img {
  width: 100%;
  display: block;
}
.box-down-info {
  width: calc(100% - 250px);
  padding-left: 43px;
}
.box-down-txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #555;
  font-weight: bold;
}
.modal-age .box-down-txt {
  color: #333;
  font-size: 21px;
}
.box-down-btn {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  background: #2c4894;
  border-radius: 5px;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  margin-top: 33px;
}
.box-down-btn:hover {
  opacity: 0.8;
}
.box-down-btn:before {
  content: "";
  background: url("../img/dl-btn.webp") no-repeat;
  width: 23px;
  height: 22px;
  background-size: 23px 22px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
}
.modal-age .box-down-btn:before {
  background-size: 19px auto;
  position: relative;
  top: 5px;
  left: 3px;
}
.box-down-note {
  font-size: 12px;
  color: #555;
  line-height: 1.57;
}
.modal-age .box-down-note {
  font-size: 13px;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.box-down-note a {
  color: #3c66bc;
  text-decoration: underline;
}
.box-down.confirmation {
  background: #fff;
  padding: 15px 20px 0;
}
.box-down.confirmation .box-down-img {
  width: 160px;
}
.box-down.confirmation .box-down-info {
  width: calc(100% - 160px);
  padding-left: 20px;
  padding-bottom: 30px;
}
.box-down.confirmation .box-down-txt {
  font-size: 18px;
  margin-top: 15px;
}
.box-down.confirmation .box-down-btn {
  font-size: 14px;
  background: #b29b40;
  margin-top: 15px;
  box-shadow: 0px 5px 0px #867142;
}
.box-down.confirmation .box-down-btn:before {
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
}
.box-down {
  padding: 32px 25px 0;
}
.box-down-img {
  width: 200px;
}
.box-down-info {
  width: calc(100% - 200px);
  padding-left: 23px;
}
.box-down-btn {
  margin-top: 15px;
}
.link-down {
  font-size: 14px;
  color: #3c66bc;
  text-decoration: underline;
  display: block;
}
.faq-list .link-down {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 12px;
}
.link-down {
  margin-top: 12px;
  cursor: pointer;
}

.flickity-viewport .flickity-slider .gallery-cell h3,
.flickity-viewport .flickity-slider .gallery-cell h5 {
  font-size: 1rem;
}

footer .ft-logo img {
  width: 50%;
  height: 100%;
}

header .navbar-brand .logo,
footer .ft-logo {
  max-height: 4.5rem;
}

.site-sp {
  min-width: 768px;
}

.site-sp .cv2-box {
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.site-sp .content2-lp-sec .content-list {
  flex-direction: unset;
  gap: 20px;
  align-items: center;
}

.content2-bg .content-banner {
  position: relative;
}

.site-sp .content2-bg .content-banner {
  width: 80%;
}

.site-sp .shop-tabs .shop-loca {
  justify-content: center;
}

.site-sp .shop-tabs .shop-address {
  flex-direction: column;
}

.site-sp .faq-lp,
.site-sp .pmark-section {
  padding-inline: 30px;
  width: 100%;
}

.site-sp .pmark-list {
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.txt-des-sub br {
  display: none;
}

.btn-lp.style1 {
  width: 100%;
}

.fixed-footer-lp li {
  width: 100%;
}

.footer_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.footer_fixed li > a {
  align-items: center;
  display: flex;
  padding-block: 18px !important;
}

.site-sp .content2-bg .content-banner {
  position: relative;
}

.content-dl_update {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  text-align: center;
}

.content2-fg_update {
  height: 150px;
  width: 100%;
}

.content-banner .step-lp-btn,
.content-banner .step-lp-link {
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.content2-fg_update img {
  height: 100%;
  object-fit: cover;
}

.content-list
  .content-banner:nth-of-type(3)
  .content2-fg_update
  img:nth-of-type(2) {
  display: none;
}

.post_list_items .swiper-button-prev {
  left: 30px;
}
.post_list_items .swiper-button-next {
  right: 30px;
}

.jumbotron-bg-anim img {
  background-position: right!important;
}

.background-sp {
  display: none;
}

.phone-line-block {
  display: none;
}

.static-page {
  margin-block: 50px;
}

.static-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.static-content ul {
  padding: 30px;
  list-style: disc;
}

.static-content ul li {
  font-size: 18px;
  margin-bottom: 10px;
}



@media screen and (max-width: 768px) {
  .site-sp {
    min-width: 500px;
  }

  .background-pc {
    display: none;
  }

  .phone-line-block {
    display: block;
  }

  .background-sp {
    display: block;
  }

  .model .model-btn.swiper-button-prev {
    left: 0;
  }

  .model .model-btn.swiper-button-next {
    right: 0;
  }

  .point-lp-slide,
  .point-lp-wrapper {
    width: 300px;
  }

  .shop-tabs .container {
    padding: 0;
  }

  .content3-des .tt {
    min-width: auto;
    width: 100%;
  }

  .cv2-box-txt1 {
    margin-right: 75px;
  }

  .post_list_items .swiper-button-prev {
    left: 10px;
  }
  .post_list_items .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .shop-tabs .station .open-more {
    top: 50%;
    right: -25%;
  }

  .pmark-txt br {
    display: none;
  }

  .container {
    width: 100%;
    padding-inline: 30px;
  }

  .shop-tabs .shop-wrap.active {
    padding-inline: 30px;
  }

  .jus-between {
    flex-direction: column;
    gap: 50px;
  }

  .ft-left {
    width: 100%;
  }

  .pmark-list .info-icon.w-new {
    width: auto;
  }

  .pmark-list .info-icon.w-new br {
    display: none;
  }

  .purchase-results .txt-annotation {
    width: 100%;
    padding-inline: 30px;
  }

  .shop-tabs .shop-loca-item {
    width: 190px;
  }

  .footer_fixed .jus-between {
    flex-direction: unset;
    gap: 0;
  }

  .btn-lp.style1 .i-btn {
    margin-right: 2.5vw;
    margin-left: 1vw;
  }

  .btn-lp.style1 .i-btn {
    margin-right: 2.5vw;
    margin-left: 1vw;
  }

  .site-sp .content2-bg .content-banner {
    position: relative;
  }

  .content-dl_update {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .content2-fg_update {
    height: 150px;
    width: 100%;
  }

  .content-banner .step-lp-btn,
  .content-banner .step-lp-link {
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .content2-fg_update img {
    height: 100%;
    object-fit: cover;
  }

  .content-list .content-banner:nth-of-type(1) .content2-fg_update img {
    object-position: right;
  }
}

@media screen and (max-width: 500px) {
  .site-sp {
    min-width: 325px;
  }

  .cv2-box-txt1 {
    width: 270px;
  }

  .btn-toggle .results-button {
    width: 325px;
  }

  .voice-lp-social {
    width: 100%;
  }

  .shop-tabs .station .open-more {
    width: 160px;
    height: 30px;
  }

  .shop-tabs .container {
    padding-inline: 10px;
  }

  .shop-tabs .shop-wrap.active {
    padding: 0;
  }

  .lp-icon1 {
    background-image: url(../img/sp_sprite_ad-watch-lp.svg);
  }

  .lp-icon1.tt-point1 {
    width: 82.666667vw;
    height: 15.7333333333vw;
    background-size: 475.666667vw auto;
    background-position: -4.8vw -126.4vw;
  }

  .cv2-txa-style3 {
    margin-left: 5.6vw;
    width: 58.1333333333vw;
    height: 19.7333333333vw;
    background-size: 490.6666666667vw auto;
    background-position: -1.6vw -169.3333333333vw;
  }

  .lp-icon1.tt-content2 {
    width: 65.6vw;
    height: 16vw;
    background-size: 474.6666666667vw auto;
    background-position: -84.8vw -110.6666666667vw;
  }

  .lp-icon1.tt-voice-lp {
    width: 28.2666666667vw;
    height: 14.9333333333vw;
    background-size: 464vw auto;
    background-position: -155.7333333333vw -107.2vw;
  }

  .lp-icon1-voice.voice-H {
    background-position: -336.5333333333vw -190.1333333333vw;
  }

  .lp-icon1-voice.voice-E {
    background-position: -195.2vw -190.1333333333vw;
  }

  .lp-icon1-voice.voice-H {
    background-position: -336.5333333333vw -190.1333333333vw;
  }

  .lp-icon1-voice.voice-G {
    background-position: -289.6vw -190.1333333333vw;
  }

  .lp-icon1-voice.voice-F {
    background-position: -242.4vw -190.1333333333vw;
  }

  .lp-icon1-voice {
    width: 32vw;
    height: 26.1333333333vw;
    background-size: 469.3333333333vw auto;
  }

  .txt-des-sub br {
    display: block;
  }

  .lp-icon1.tt-shop {
    width: 55.4666666667vw;
    height: 15.7333333333vw;
    background-size: 464vw auto;
    background-position: -188.8vw -107.4666666667vw;
  }

  .shop-tabs .shop-loca-item {
    width: 120px;
  }

  .lp-icon1-numb {
    top: -3.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
    height: 55px;
    width: 56px;
    background-size: 1740px auto;
  }

  .lp-icon1-numb.num-1 {
    background-position: -25px -265px;
  }

  .lp-icon1-numb.num-2 {
    background-position: -142px -265px;
  }

  .lp-icon1-numb.num-3 {
    background-position: -259px -265px;
  }

  .lp-icon1-numb.num-4 {
    background-position: -375px -265px;
  }

  .lp-icon1-numb.num-5 {
    background-position: -492px -265px;
  }

  .point-lp .point-item-numb {
    position: relative;
    height: 42px;
  }

  .point-lp-container {
    background-color: #fff;
  }

  .lp-icon1.tt-point2 {
    width: 70.9333333333vw;
    height: 15.7333333333vw;
    background-size: 480vw auto;
    background-position: -100vw -127.7333333333vw;
  }

  .lp-icon1.tt-content3 {
    height: 9.3333333333vw;
    width: 81.3333333333vw;
    background-size: 453.3333333333vw auto;
    background-position: -94.9333333333vw -138.6666666667vw;
  }

  .content3-des .tt {
    font-size: 4.2666666667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #3c2e2e;
    line-height: 1.3;
    text-align: center;
  }

  .lp-icon1.tt-faq {
    width: 74.6666666667vw;
    height: 15.7333333333vw;
    background-size: 474.6666666667vw auto;
    background-position: -176.2666666667vw -126.1333333333vw;
  }
  .lp-icon1-q {
    width: 10.1333333333vw;
    height: 9.8666666667vw;
    background-size: 480vw auto;
    background-position: -68vw -33.3333333333vw;
  }

  .faq-lp-q .p {
    flex-basis: 66.6666666667vw;
    font-family: "Noto Serif JP";
    color: #333;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.57;
    letter-spacing: 0.02em;
  }
  .faq-lp-q .q-letter,
  .lp-icon1-q {
    margin-right: 0;
  }

  .faq-lp-q {
    padding: 10px 55px 10px 15px;
  }

  .cv2-txb-style3 {
    width: 64.5333333333vw;
    height: 18.9333333333vw;
    margin-left: 5.6vw;
    background-size: 469.3333333333vw auto;
    background-position: -68.5333333333vw -162.1333333333vw;
  }

  .lp-icon1-tel3,
  .lp-icon1-tel4,
  .lp-icon1-tel5 {
    background-position: -1.6vw -32vw;
  }

  .btn-lp.style-brown .tg-lp,
  .btn-lp.style-brown .fg,
  .btn-lp.style-brown .i-btn,
  .btn-lp.style2 .tg-lp,
  .btn-lp.style2 .fg,
  .btn-lp.style2 .i-btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }

  .lp-icon1-line3,
  .lp-icon1-line4,
  .lp-icon1-line5,
  .lp-icon1-tel3,
  .lp-icon1-tel4,
  .lp-icon1-tel5,
  .lp-icon1-form1,
  .lp-icon1-form2 {
    width: 9.6vw;
    height: 9.6vw;
    background-size: 453.3333333333vw auto;
  }

  .lp-icon1-line3,
  .lp-icon1-line4,
  .lp-icon1-line5 {
    background-position: -16.8vw -32vw;
  }

  .lp-icon1-pmark {
    background-size: 458.6666666667vw auto;
    background-position: -5.8666666667vw -5.8666666667vw;
  }

  .lp-icon1-aacd {
    background-size: 426.6666666667vw auto;
    background-position: -33.6vw -4.8vw;
  }

  .lp-icon1-pmark,
  .lp-icon1-aacd {
    width: 16vw;
    height: 16vw;
  }

  .faq-lp-a .p {
    padding: 10px;
  }

  .footer_fixed .lp-icon1-tel2,
  .gtm-CV2-tel-01 {
    background-position: -5px -120px;
  }

  .footer_fixed .lp-icon1-line2,
  .gtm-CV2-line-01 {
    background-position: -62px -120px;
  }

  .footer_fixed .gtm-FOOTER-tel.span,
  .footer_fixed .gtm-FOOTER-line.span {
    margin-left: 40px;
    font-size: 16px;
  }

  .model-item {
    min-height: 250px;
  }

  .content-list
    .content-banner:nth-of-type(3)
    .content2-fg_update
    img:nth-of-type(1) {
    display: none;
  }
  .content-list
    .content-banner:nth-of-type(3)
    .content2-fg_update
    img:nth-of-type(2) {
    display: block;
  }

  .static-content {
    flex-direction: column;
    justify-content: center;
  }
  
  .static-content .purchase-category-content > div {
    flex-direction: column;
    justify-content: center;
  }
}

.copyright h3 {
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #5ec275;
}

#baner a {
  display: flex;
}

.post_list_items #baner a:hover img {
  transform: none;
}