@charset "UTF-8";
.adlp-footer {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(144 / 1080 * 100vw), 144px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(254 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
  color: #4C4C4C;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 300;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(123 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
  border-radius: min(calc(9 / 1080 * 100vw), 9px);
  box-shadow: 0px min(calc(12 / 1080 * 100vw), 12px) min(calc(15 / 1080 * 100vw), 15px) 0px rgba(0, 0, 0, 0.12);
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: min(calc(12 / 1080 * 100vw), 12px);
    box-shadow: 0px calc(16 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(0, 0, 0, 0.12);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  color: #5C5B5B;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.5L12 11.5L21 2.5' stroke='%23E95383' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(30 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0 min(calc(30 / 1080 * 100vw), 30px);
  margin: 0 min(calc(30 / 1080 * 100vw), 30px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #184C9A;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    margin: 0 calc(40 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid #5C5B5B;
  }
}
.adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .text .small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(70 / 1080 * 100vw), 70px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0px min(calc(12 / 1080 * 100vw), 12px) min(calc(37 / 1080 * 100vw), 37px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    filter: drop-shadow(0px calc(16 / 750 * 100vw) calc(50 / 750 * 100vw) rgba(0, 0, 0, 0.1));
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32.25' cy='32.5' r='32.25' fill='%23F779A1'/%3E%3Ccircle cx='32.25' cy='32.5' r='30' transform='rotate(-180 32.25 32.5)' fill='white'/%3E%3Cpath d='M34.5 40L27 32.5L34.5 25' stroke='%23F779A1' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    top: calc(200 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='61' viewBox='0 0 60 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30.25' r='29' transform='rotate(-180 30 30.25)' fill='white' stroke='%23F779A1' stroke-width='2'/%3E%3Cpath d='M27 37.25L35 29.75L27 22.25' stroke='%23F779A1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: max(calc(0 / 1080 * 100vw), 0px);
  top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    top: calc(200 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next.swiper-button-disabled, .adlp-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E95383;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
/*******************************************
*** Form Style
********************************************/
.form .contents_wrap{
    background: #fff;
    border-radius: 1.5rem;
    padding: 1rem 2rem;
}
.form_header h2{
    margin-top: 2rem;
    font-size: 2rem;
    color: #003567;
    font-weight: 900;
    line-height: 1.2;
}
.form_header h2 > span{
    font-size: 1.8rem;
}
.form_header h2 > span > span{
    font-size: 2.2rem;
    color: #e5004f;
}
.form_information{
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2rem 0;
}
.form table{
    width: 100%;
}
.form th{
    position: relative;
    width: 30%;
    text-align: left;
    padding: 1rem;
    font-size: 1rem;
    color: #003567;
}
.form td{
    position: relative;
    width: 70%;
    padding: .5rem 0;
}
.form td input,
.form td select{
    width: 100%;
    padding: 1rem;
    border: 1px solid #003567;
    border-radius: 100vh;
}
.form td textarea{
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
}
.form .line td{
    padding: 10rem auto;
}
.form th.required:after {
    position: absolute;
    right: 1rem;
    content: "必須";
    font-size: .8rem;
    color: #fff;
    padding: .1rem .3rem;
    background: #a40000;
    border-radius: 4px;
}
label.error {
    font-size: .8rem;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -4px;
    display: block;
    background: #a40000;
    border-radius: 100vh;
    padding: 4px 16px;
}
@media screen and (max-width: 480px){
    .form th,
    .form td{
        display: block;
        width: 100%;
    }
    .form th{
        padding: .5rem 0 0 1rem;
    }
    .form td{
        padding: 0 0 .5rem;
    }
    label.error {
        top: -16px;
    }
}
.area h3{
    color: #58bfbd;
    text-align: left;
    margin: 1rem auto;
}
.area h3.center{
    text-align: center;
    margin-top: 2rem;
}
.area_map{
    margin-top: 2rem;
}
.area_wrap{
    padding: 1.5rem;
}
.area_wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.area_wrap li{
    border: 2px solid #003567;
    padding: .5rem 1rem;
    border-radius: 100vh;
    font-weight: bold;
    color: #003567;
}
.area_wrap h4{
    font-size: 1.2rem;
    line-height: 2.2;
    margin-top: 2rem;
    color: #003567;
}
.purchase_list {
    max-width: 920px;
    width: 100%;
    margin: 0 auto 2rem;
}
.purchase_list h3{
    color: #003567;
    margin: 1rem auto 2rem;
    background: #fff;
    border: 1px solid #003567;
    padding: 1rem;
    border-radius: 100vh;
}
.purchase_list .flex_wrap{
    gap: 1rem;
}
.purchase_list .box{
    line-height: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #003567;
}

.purchase_list .box p{
    display:block;
    width: 100%;
    background: #003567;
    padding: 1rem;
    font-weight: 800;
    color: #fff;
}
@media screen and (max-width: 768px){
    .purchase_list .box{
        width: 100%;
    }
}
@charset "utf-8";
/*******************************************
*** Custom prop
********************************************/
:root {
    --main-color: #ccd6e5;
}

/*******************************************
*** CSS Document - RESET
********************************************/
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}

/* box-sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

dl,
dt,
dd,
ol,
ul,
li {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
section {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

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

/* input */
input,
select,
textarea,
button {
    vertical-align: middle;
}
::placeholder {
    color: #aaa;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
img{
    max-width: 100%;
}
/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a,
a:link {
    color: #000;
}

::selection {
    background: #58bfbd;
}
.btn {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -webkit-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -ms-linear-gradient( 90deg, #010020 0%, #004986 100%);
    max-width: 640px;
    margin: 2rem auto;
    border: none;
    padding: 1rem 3rem;
    border-radius: 100vh;
}

.btn:hover {
    background-image: -moz-linear-gradient( -90deg, #010020 0%, #004986 100%);
    background-image: -webkit-linear-gradient( -90deg, #010020 0%, #004986 100%);
    background-image: -ms-linear-gradient( -90deg, #010020 0%, #004986 100%);
}
/*******************************************
*** Utillity Setting
********************************************/
.center {
    text-align: center;
}

.sp_only {
    display: none;
}

.sp_fluid {
    width: 100%;
    max-width: 768px;
}

.img-fluid {
    width: 100%;
}
.google-map {
    height: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}

.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.gradation-gold {
    color: #796a43;
    background: linear-gradient(90deg, #a97724 0%, #edcf66 30%, #f1e0a5 50%, #edcf66 60%, #a97724 100%);
    background: -webkit-linear-gradient(top, #a97724 0%, #edcf66 30%, #f1e0a5 50%, #edcf66 60%, #a97724 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 全幅ラップ */
.overall_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}

#float_cta {
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
}
#float_cta a{
    display: block;
    line-height: 1.5;
}
#float_cta .link_inner{
    display: flex;
}
#float_cta .link_inner > div{
    font-weight: bold;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#float_cta .link_inner .float_tel {
    width: 65%;
}
#float_cta .link_inner .float_line {
    width: 35%;
}
#float_cta .link_inner > div a{
    color: #fff;
}
#float_cta .link_inner > div i{
    font-size: 2rem;
}
#float_cta .link_inner > div:nth-child(1){
    background: #00b900;
    padding: 1rem 0 1rem 1rem;
    text-align: center;
    font-size: 1.8rem;
}
#float_cta .link_inner > div:nth-child(2){
    background: #e5004f;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 1.2rem;
}

#float_cta .link_inner > div:nth-child(2) .tel_num{
    font-weight: bold;
    font-size: 2.5rem;
}
#float_cta .link_inner > div:nth-child(2) img{
    width: 100%;
    max-width: 2.5rem;
    margin-right: .5rem;
}
#float_cta .link_inner > div:nth-child(2) .business_time{
    color:#e5004f;
    background: #fff;
    padding: .1rem 2rem;
    border-radius: 100vh;
}
@media screen and (max-width: 768px) {
    .is-fixed {
        position: fixed;
        opacity: 1 !important;
        transition: all .5s;
    }
}
@media screen and (max-width: 480px) {
    #float_cta .link_inner > div i{
        font-size: 1.2rem;
    }
    #float_cta .link_inner > div:nth-child(1){
        font-size: 1.3rem;
    }
    #float_cta .link_inner > div:nth-child(2) .tel_num{
        font-size: 1.8rem;
    }
    #float_cta .link_inner > div:nth-child(2) img{
        max-width: 1.8rem;
    }
    #float_cta .link_inner > div:nth-child(2) .business_time{
        padding: 0.1rem 1rem;
        border-radius: 100vh;
        font-size: .9rem;
    }
}

/*******************************************
*** Font Style
********************************************/
html {
    font-family: "Noto sans JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #200604;
}
h2 {
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 2rem;
}
h3{
    font-size: 1.5rem;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}
p {
    color: #200604;
    margin: 0;
}
.serif {
    font-family: ten-mincho-text, serif;
    font-weight: 400;
}
.small_txt{
    font-size: .8rem;
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 2.083vw;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 3vw;
    }
}
/*******************************************
*** Layout Style
********************************************/
.inner_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contents_wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.flex_wrap {
    display: flex;
    justify-content: space-between;
}

.reverse_wrap {
    flex-direction: row-reverse;
}

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

.flex-col2,
.flex-col3,
.flex-col4,
.flex-col5 {
    flex-wrap: wrap;
}

.flex-col2 > * {
    width: calc(100% / 2);
}

.flex-col3 > * {
    width: calc(100% / 3);
}

.flex-col4 > * {
    width: calc(100% / 4);
}

.flex-col5 > * {
    width: calc(100% / 5);
}

@media screen and (max-width: 1200px) {
    .inner_wrap {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .flex_wrap {
        flex-wrap: wrap;
    }

    .flex-col2 > *,
    .flex-col3 > * {
        width: 100%;
    }

    .flex-col4 > * {
        width: calc(100% / 2);
    }

    .flex-col5 > * {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 460px) {
    .flex-col5 {
        width: calc(100% / 2);
    }
}

/*******************************************
*** Header & Footer
********************************************/
header {
    width: 100%;
    background: #fff;
    height: 80px;
    top: 0;
    z-index: 9999;
}
.header_logo img {
    margin-top: 8px;
    max-width: 200px;
}
.header_cta_wrap{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.header_line {
    display: block;
    margin-top: .5rem;
}
.header_cta a{
    display: block;
    background-image: -moz-linear-gradient( 90deg, #e5004f 0%, #ea5ea1 100%);
    background-image: -webkit-linear-gradient( 90deg, #e5004f 0%, #ea5ea1 100%);
    background-image: -ms-linear-gradient( 90deg, #e5004f 0%, #ea5ea1 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: .5rem 2rem;
    border-radius: 100vh;
}
.header_cta a:hover{
    background-image: -moz-linear-gradient( -90deg, #e5004f 0%, #ea5ea1 100%);
    background-image: -webkit-linear-gradient( -90deg, #e5004f 0%, #ea5ea1 100%);
    background-image: -ms-linear-gradient( -90deg, #e5004f 0%, #ea5ea1 100%);
}
footer{
    background: #003567;
    padding: 1rem 0;
}
.footer_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.copyright{
    color: #fff;
    font-size: 12px;
}
.footer_link {
    margin-top: 1rem;
}

.footer_link ul {
    display: flex;
}

.footer_link li:first-child {
    margin-right: 1rem;
}

.footer_link li:last-child {
    margin-left: 1rem;
}

.footer_link a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #e5004f;
}

.footer_link a:before {
    content: url(../img/icon03.webp);
    position: relative;
    top: 2px;
    margin-right: .5rem
}
.footer_link a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768px){
    header .flex_wrap{
        justify-content: center;
    }
    .header_cta_wrap{
        display: none;
    }
    .footer_wrap{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .footer_wrap > *{
        width: 100%;
        text-align: center;
    }
    .footer_link ul{
        justify-content: center;
    }
}
/*******************************************
*** Contents Style
********************************************/
section:not(.main){
    padding: 2rem 0;
}
.main {
    text-align: center;
    background: var(--main-color) repeat url(../img/main_ptn.webp);
    border-bottom: 5px solid #010020;
}
.main .inner_wrap{
    padding: 0;
}
.main .main_separate{
    display: flex;
    flex-wrap: wrap;
}
.main .main_separate > div{
    width: 50%;
    line-height: 0;
}
.main .main_separate div:nth-of-type(1){
    padding: 1rem;
}
.main .main_separate div:nth-of-type(2){
    overflow: visible;
    background: left / cover no-repeat url(../img/fv_right.webp);
}
.second_view{
    text-align: center;
}
.second_view .title{
    font-size: 2.4rem;
    font-weight: 900;
}
.second_view .title span{
    color:#003567;
    font-size: 2.8rem;
}
.archive_wrap h3{
    position: relative;
    font-size: 1.5rem;
    max-width: 640px;
    padding: .2rem 2rem;
    border-radius: 100vh;
    margin: 0 auto -1.5rem;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -webkit-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -ms-linear-gradient( 90deg, #010020 0%, #004986 100%);
    z-index: 10;
}
.archive_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 1rem 2rem;
    border: 1px solid #003567;
    border-radius: 1.5rem;
}
.archive_list li{
    position: relative;
    width: calc((100% / 4) - 1rem);
    text-align: center;
    background: #f2f2f2;
    border-radius: 1rem;
    margin: .5rem auto;
    padding: 1rem .5rem;
}

.archive_list li:before{
    position: absolute;
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: 100vh;
    background: #003567;
    top: 1rem;
    left: 1rem;
}
.archive_list li.tableware:before{
    content: "食器";
}
.archive_list li h4{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.archive_list li .price{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: .2rem 2rem;
    background: #fff;
    border: 1px solid #333;
    border-radius: 100vh;
    font-family: "Noto sans JP", serif;
    font-weight: 700;
    text-decoration-line: line-through;
    text-align: right;
    font-size: 1rem;
    color: #8c8c8c;
}
.archive_list li .price:before{
    position: absolute;
    content: "通常買取金額";
    font-size: .8rem;
    font-weight: 900;
    color: #333;
    left: .5rem;
}
.archive_list li .price:after{
    position: absolute;
    content: "円";
    font-size: .8rem;
    font-weight: 900;
    color: #003567;
    right: .5rem;
}
.archive_list li .cp_price{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: .3rem 1.2rem .5rem 2rem;
    background: #000;
    border-radius: 100vh;
    font-family: "Noto sans JP", serif;
    text-align: right;
    font-weight: 900;
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
    margin-top: .5rem;
}
.archive_list li .cp_price .gradation-gold{
    padding-right: 4px;
    letter-spacing: -2px;
}
.archive_list li .cp_price .cp_detail{
    position: absolute;
    left: .5rem;
    display: block;
    font-size: 1rem;
}
.archive_list li .cp_price .cp_per{
    font-size: .8rem;
}
.archive_list li .cp_price:after{
    position: absolute;
    content: "円";
    font-size: .7rem;
    font-weight: 900;
    color: #fff;
    right: .5rem;
}
.contents02,
.contents04,
.form{
    background: #f2f2f2;
}
.brand_list li{
    color: #003567;
    text-align: center;
    padding: 1rem;
}
.contents02 p{
    text-align: center;
    font-weight: 700;
    margin: 1rem auto;
}
.flow_list li{
    padding: 1rem;
}
.flow_list li h3{
    font-size: 1.1rem;
    color: #003567;
}
.flow_list li p{
    font-size: .9rem;
}
section.contents03{
    padding-bottom: 0;
}
section.contents03 h2{
    margin: 6rem auto;;
}
.merit_item{
    display: flex;
}
.merit_item > div{
    width: 50%;
}
.merit_img{
    min-height: 480px;
}
.merit_item:nth-of-type(1) .merit_img,
.merit_item:nth-of-type(3) .merit_img{
    width: 50vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    line-height: 0;
}
.merit_item:nth-of-type(2) .merit_img{
    width: 50vw;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    line-height: 0;
}
.merit_item:nth-of-type(1) .merit_img{
    background: center / cover no-repeat url(../img/merit01.webp);
}
.merit_item:nth-of-type(2) .merit_img{
    background: center / cover no-repeat url(../img/merit02.webp);
}
.merit_item:nth-of-type(3) .merit_img{
    background: center / cover no-repeat url(../img/merit03.webp);
}
.merit_txt{
    display: flex;
    align-items: center;
    padding: 1rem;
}
.merit_txt h3{
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    color: #003567;
    line-height: 1.2;
    padding-left: calc(85px + .5rem);
}
.merit_txt h3:before{
    position: absolute;
    left: 0;
    top: -0.8rem;
}
.merit_item:nth-child(1) .merit_txt h3:before{
    content: url(../img/merit_before01.webp);
}
.merit_item:nth-child(2) .merit_txt h3:before{
    content: url(../img/merit_before02.webp);
}
.merit_item:nth-child(3) .merit_txt h3:before{
    content: url(../img/merit_before03.webp);
}
.merit_txt p{
    padding: 2rem 1rem 0;
}
section.slogan{
    background: center / cover no-repeat url(../img/bg_slogan.webp);
    padding: 0;
    padding-top: 1rem;
    margin: 0;
}
.slogan .inner_wrap{
    position: relative;
    line-height: 0;
}
.slogan .caution-txt{
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    font-size: .8rem;
    line-height: 1.5;
}
.slogan .caution-txt span{
    font-weight: 700;
}
@media screen and (max-width: 1200px){
    .archive_list li{
        width: calc((100% / 3) - 1rem);
    }
}
@media screen and (max-width: 768px){
    .main .main_separate{
        flex-direction: column-reverse;
    }
    .main .main_separate > div{
        width: 100vw;
        min-height: 100vw;
        padding: 1rem;
    }
    .archive_list li{
        width: calc((100% / 2) - 1rem);
    }
    .brand_list li{
        width: calc(100% / 2);
    }
    .merit_item{
        flex-wrap: wrap;
    }
    .merit_item > *{
        width: 100%!important;
    }
    .merit_img{
        min-height: 360px!important;
        margin: 0!important;
        padding: 0!important;
    }
    .merit_txt{
        padding: 4rem 1rem;
    }
    .slogan .caution-txt{
        position: absolute;
        left: 0;
        bottom: 1rem;
        width: 100%;
        padding: 1rem;
        background: rgba(255,255,255,.5);
    }
}
@media screen and (max-width: 480px){
    header{
        height: auto;
    }
    .header_logo img {
        max-width: 140px;
    }
    .merit_txt h3{
        padding-left: calc(40px + .5rem);
    }
    .merit_txt h3:before{
        position: absolute;
        left: 0;
        top: .3rem;
    }
    .merit_item:nth-child(1) .merit_txt h3:before{
        content: url(../img/merit_before01sp.webp);
    }
    .merit_item:nth-child(2) .merit_txt h3:before{
        content: url(../img/merit_before02sp.webp);
    }
    .merit_item:nth-child(3) .merit_txt h3:before{
        content: url(../img/merit_before03sp.webp);
    }
}

section.cta{
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -webkit-linear-gradient( 90deg, #010020 0%, #004986 100%);
    background-image: -ms-linear-gradient( 90deg, #010020 0%, #004986 100%);
}
section.cta .bg_wrap{
    padding-bottom: 2rem;
    background: repeat url(../img/cta_bg_pat.webp) center;
}
.cta_box{
    position: relative;
    width: 100%;
    margin: -2rem auto 0;
    z-index: 99;
}
.cta_box h3{
    background-image: -moz-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.cta_box ul{
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,.5);
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    padding: 2rem;
}
.cta_box li{
    width: calc(50% - 1rem);
    text-align: center;
    line-height: 0;
    padding: .5rem;
    border-radius: 16px;
    margin: .5rem auto;
}
.cta_box a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    font-family: serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1.5;
}
.cta_box a > div{
    display: block;
}
.cta_box .mail > a{
    padding-top: 2.5rem;
}
.cta_box .tel .tel_num{
    font-size: 2.5rem;
    padding: 1rem 0;
}
.cta_box .mail .mail_text{
    font-size: 1.5rem;
    padding: 1rem 0;
}
.cta_box .tel img{
    width: 100%;
    max-width: 2rem;
    margin-right: .5rem;
}
.cta_box .mail img{
    width: 100%;
    max-width: 2rem;
    margin-right: .5rem;
}
.cta_box .tel .business_time{
    padding: .2rem 1.5rem;
    font-size: 1rem;
    color: #ec6941;
    background-color: #fff;
    border-radius: 100vh;
}
.cta_box li:nth-of-type(1){
    background-image: -moz-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
    background-image: -webkit-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
    background-image: -ms-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
}
.cta_box li:nth-of-type(2){
    background-image: -moz-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -webkit-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -ms-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
}
.cta_box li:nth-of-type(1):hover{
    background-image: -moz-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
    background-image: -webkit-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
    background-image: -ms-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
}
.cta_box li:nth-of-type(2):hover{
    background-image: -moz-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -webkit-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -ms-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
}

.faq_list dt{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #003567;
}
.faq_list dt img{
    position: relative;
    top: -0.5rem;
    margin-right: .5rem;
}
.faq_list dd{
    font-size: 1.2rem;
    padding-left: 11.5rem;
    padding-bottom: 3rem;
}
@media screen and (max-width: 790px){
    .cta_box ul{
        flex-wrap: wrap;
        padding: .5rem;
    }

    .cta_box li{
        width: 100%;
        padding: 0;
    }

    .cta_box .mail > a{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
@media screen and (max-width: 768px){
    .faq_list dt{
        display: block;
        text-align: center;
    }
    .faq_list dt img{
        display: block;
        margin: 2rem auto 0;
        left: -2rem;
    }
    .faq_list dd{
        max-width: 380px;
        margin: 0 auto;
        padding: 0 1rem 2rem;
    }
}
/*******************************************
*** Form Style
********************************************/
.form .contents_wrap{
    background: #fff;
    border-radius: 1.5rem;
    padding: 1rem 2rem;
}
.form_header h2{
    margin-top: 2rem;
    font-size: 2rem;
    color: #003567;
    font-weight: 900;
    line-height: 1.2;
}
.form_header h2 > span{
    font-size: 1.8rem;
}
.form_header h2 > span > span{
    font-size: 2.2rem;
    color: #e5004f;
}
.form_information{
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2rem 0;
}
.form table{
    width: 100%;
}
.form th{
    position: relative;
    width: 30%;
    text-align: left;
    padding: 1rem;
    font-size: 1rem;
    color: #003567;
}
.form td{
    position: relative;
    width: 70%;
    padding: .5rem 0;
}
.form td input,
.form td select{
    width: 100%;
    padding: 1rem;
    border: 1px solid #003567;
    border-radius: 100vh;
}
.form td textarea{
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
}
.form .line td{
    padding: 10rem auto;
}
.form th.required:after {
    position: absolute;
    right: 1rem;
    content: "必須";
    font-size: .8rem;
    color: #fff;
    padding: .1rem .3rem;
    background: #a40000;
    border-radius: 4px;
}
label.error {
    font-size: .8rem;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -4px;
    display: block;
    background: #a40000;
    border-radius: 100vh;
    padding: 4px 16px;
}
@media screen and (max-width: 480px){
    .form th,
    .form td{
        display: block;
        width: 100%;
    }
    .form th{
        padding: .5rem 0 0 1rem;
    }
    .form td{
        padding: 0 0 .5rem;
    }
    label.error {
        top: -16px;
    }
}
.area h3{
    color: #58bfbd;
    text-align: left;
    margin: 1rem auto;
}
.area h3.center{
    text-align: center;
    margin-top: 2rem;
}
.area_map{
    margin-top: 2rem;
}
.area_wrap{
    padding: 1.5rem;
}
.area_wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.area_wrap li{
    border: 2px solid #003567;
    padding: .5rem 1rem;
    border-radius: 100vh;
    font-weight: bold;
    color: #003567;
}
.area_wrap h4{
    font-size: 1.2rem;
    line-height: 2.2;
    margin-top: 2rem;
    color: #003567;
}
.purchase_list {
    max-width: 920px;
    width: 100%;
    margin: 0 auto 2rem;
}
.purchase_list h3{
    color: #003567;
    margin: 1rem auto 2rem;
    background: #fff;
    border: 1px solid #003567;
    padding: 1rem;
    border-radius: 100vh;
}
.purchase_list .flex_wrap{
    gap: 1rem;
}
.purchase_list .box{
    line-height: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #003567;
}

.purchase_list .box p{
    display:block;
    width: 100%;
    background: #003567;
    padding: 1rem;
    font-weight: 800;
    color: #fff;
}
@media screen and (max-width: 768px){
    .purchase_list .box{
        width: 100%;
    }
}

/* .formセクションに背景画像を設定（PC・SP対応） */
.form {
  position: relative;
}

/* PC用背景画像 */
@media screen and (min-width: 768px) {
  .form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/pc/form.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
  }
}

/* SP用背景画像 */
@media screen and (max-width: 767px) {
  .form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/sp/form.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
  }
}
/* フォーカス時の強調表示 */
.form td input:focus,
.form td select:focus,
.form td textarea:focus {
  border-color: #e5004f;
  outline: none;
}

/* セレクトボックスの見た目を統一（ブラウザ依存回避） */
.form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23003567' stroke-width='15' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1rem center / 1rem;
  padding-right: 3rem;
  background-color: #fff;
  background-size: 1rem;
}
/* ===== フォーム要素の枠線を明示 ===== */
.form td input,
.form td select {
    border: 1px solid #003567;
    border-radius: 100vh;
    padding: 1rem;
}

.form td textarea {
    border: 1px solid #003567;
    border-radius: 1.5rem;
    padding: 1rem;
}

/* ===== footer下の余白対策 ===== */
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

section.form {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

footer {
    margin-bottom: 0;
}
input[type="date"], input.datepicker {
  -webkit-appearance: menulist;
  appearance: menulist;
}
