@charset "utf-8";
/* ===================================================================
	Breakpoint :  1024px タブレット
　　　　　　　　　 599px スマホ
=================================================================== */


/*----------------------------------------------------
	ベースの設定
----------------------------------------------------*/
html {
	height: 100%;
	font-size: 62.5% /* 16px x 0.625 = 10px(=1rem) */;
    scroll-behavior: smooth;
}
body {
    background-color: #FFF;
    color: #1A1A1A;
    font-size: 1.6rem /* 16px */;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo",sans-serif;
    line-height: 1.75;
}
a {
    color: #1A1A1A;
	opacity: 1;
	transition: all .5s ease;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
img {
    display: block;
    width: 100%;
    height: auto !important;
    margin:  0 auto;
}

#wrapper {
    position: relative;
}
.wrap {
    max-width: calc(1090 / 1920 * 100%);
    width: 100%;
    margin: 0 auto;
}
.sp,.sp-br {
    display: none;
}
@media ( max-width:1090px ) {
    .wrap {
        max-width: 100%;
        padding: 0 calc(10 / 375 * 100%);
    }
}
@media ( max-width:599px ) {
    .pc,.pc-br {
        display: none;
    }
    .sp,.sp-br {
        display: block;
    }
}


/*----------------------------------------------------
	Header
----------------------------------------------------*/
#globalHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: calc(50 / 1920 * 100%) 0 calc(20 / 1920 * 100%);
}
.globalHeader__inner {
    display: flex;
    align-items: center;
}
.globalHeader__siteName {
    width: calc(154 / 1090 * 100%);
    display: flex;
    align-items: center;
    margin-right: auto;
}
.globalHeader__siteName--h1 img {
    mix-blend-mode: multiply;
}
.globalHeader__btn {
    width: calc(270 / 1090 * 100%);
}
@media ( max-width:599px ) {
    #globalHeader {
        position: static;
        background-color: #FFF;
        padding: calc(10 / 375 * 100%) 0;
    }
    .globalHeader__siteName {
        width: calc(100 / 375 * 100%);
    }
    .globalHeader__btn {
        width: calc(162 / 375 * 100%);
    }
}

.cartBox__btn_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: calc(88 / 1920* 100%);
}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/
#globalFooter {
    background-color: #F8F6E1;
    color: #464646;
}
.globalFooter__banner {}
.globalFooter__btn {
    padding: calc(95 / 1920 * 100%) 0 calc(75 / 1920 * 100%);
}
.globalFooter__btn img {
    width: calc(678 / 1920 * 100%);
}
.globalFooter__company {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}
.globalFooter__company--h3 {
    font-size: 2.7rem;
    margin-right: 35px;
    white-space: nowrap;
}
.globalFooter__company--table {
    border-left: 1px solid #464646;
    padding: 0 0 0 35px;
    font-size: 1.8rem;
    line-height: 1.88;
}
.globalFooter__company--table table {}
.globalFooter__company--table th,
.globalFooter__company--table td {
    text-align: left;
    vertical-align: top;
}
.globalFooter__company--table th {
    white-space: nowrap;
    padding: 0 2em 0 0;
}
.globalFooter__company--table td {
    padding: 0;
}
.globalFooter__company--table .pb-60 {
    padding-bottom: 60px;
}
.globalFooter__nav {
    padding: 2em 0;
}
.globalFooter__nav a {
    color: #C9A063;
    border-bottom: 1px solid #C9A063;
    padding-bottom: 0.2em;
    text-decoration: none;
}
.globalFooter__nav a:hover {
    border-bottom-color: transparent;
}
.globalFooter__nav--ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.globalFooter__nav--ul li {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0.5em 2em;
}
.globalFooter__copyright {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
}
@media ( max-width:992px ) {
    .globalFooter__company {
        flex-direction: column;
        margin-bottom: 35px;
        padding: 0;
    }
    .globalFooter__company--h3 {
        font-size: 1.8rem;
        text-align: center;
        margin: 0 auto 1.5em;
    }
    .globalFooter__company--table {
        border-left: none;
        padding: 0;
        font-size: 1.2rem;
    }
    .globalFooter__company--table .pb-60 {
        padding-bottom: 30px;
    }
}
@media ( max-width:599px ) {
    .globalFooter__btn {
        padding: calc(45 / 375 * 100%) 0 calc(30 / 375 * 100%);
    }
    .globalFooter__btn img {
        width: calc(242 / 375 * 100%);
    }
    .globalFooter__nav--ul li {
        font-size: 1.2rem;
    }
}

/*----------------------------------------------------
	Main
----------------------------------------------------*/
#mainContents {
    overflow: hidden;
}
.center {
    text-align: center;
}

#firstView {}

#section03 {}


.cartBox {
    position: relative;
}
.cartBox__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: calc(20 / 1920 * 100%);
}
.cartBox__btn--inner {
    max-width: calc(1090 / 1920 * 58%);
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.cartBox__btn--col {
    width: 100%;
    padding: 0 2%;
}
.cartBox__btn .btn01 {
    width: calc(810 / 1090 * 100%);
}
#cartBox01 .cartBox__btn {
    padding-bottom: calc(50 / 1920 * 100%);
}
#cartBox04 .cartBox__btn--col {
    padding: 0;
    margin-right: 5%;
}
#cartBox04 .cartBox__btn--col:last-child {
    margin-right: 0;
}
#cartBox06 .cartBox__btn--col {
    width: 50%;
    margin: 0 auto;
}
@media ( max-width:599px ) {
    .cartBox__btn {
        padding-bottom: calc(40 / 375 * 100%);
    }
    .cartBox__btn--inner {
        flex-direction: column;
        max-width: 100%;
        padding: 0 calc(10 / 375 * 100%);
    }
    .cartBox__btn--col {
        padding: 0;
    }
    .cartBox__btn .btn01 {
        width: calc(324 / 375 * 100%);
    }
    .cartBox__btn .btn02 {
        width: calc(650 / 375 * 100%);
    }
    #cartBox01 .cartBox__btn {
        padding-bottom: calc(30 / 375 * 100%);
    }
    #cartBox02 .cartBox__btn--col:first-child {
        padding-bottom: calc(0 / 375 * 100%);
    }
    #cartBox04 .cartBox__btn--col {
        margin-right: 0;
    }
    #cartBox04 .cartBox__btn--col:nth-child(1) {
        padding-bottom: calc(320 / 375 * 100%);
    }
    #cartBox04 .cartBox__btn--col:nth-child(2) {
        padding-bottom: calc(470 / 375 * 100%);
    }
    #cartBox05 .cartBox__btn {
        padding-bottom: calc(20 / 375 * 100%);
    }
    #cartBox06 .cartBox__btn {
        padding-bottom: calc(30 / 375 * 100%);
    }
    #cartBox06 .cartBox__btn--col {
        width: 100%;
    }
}

/*フォーム*/

.M-inner {
    margin-inline: auto;
    max-width: 1030px;
    padding: 0 40px;
}

.contact__title {
    font-size: 35px;
    position: relative;
    text-align: center;
}

.contact__wrapper {
    margin-top: 83px;
}

.form__wrapper {
    display: flex;
    column-gap: 48px;
    align-items: flex-start;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0;
}

.form__label {
    width: 182px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 17px;
    line-height: calc(30 / 17);
    font-weight: bold;
    color: #464646;
}

.form__wrapper:not(:first-child) .form__label {
    margin-top: 7px;
}

.form__label::before {
    content: "";
    width: 2px;
    height: 19px;
    background: #62A9C9;
}

.form__required {
    color: #fff;
font-size: 11px;
font-weight: 500;
line-height: calc(19 / 11);
padding: 0 7px;
background: #E60012;
border-radius: 5px;
}

.form__radio1 input[type="radio" i] {
  display: none;
}

.form__radio1 {
    display: flex;
  flex-direction: column;
    row-gap: 15px;
}


.form__radio {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
    line-height: calc(22 / 15);
    text-align: left;
    color: #464646;
}

.form__radio::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__radio::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #62A9C9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

input:checked + .form__radio::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.form__radioText {
    text-align: left;
}

.form__input {
    background: #F7F8F8;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 1;
    border: none;
    width: 600px;
    font-family: "游ゴシック", "Montserrat", YuGothic, "Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.form__textarea {
    background: #F7F8F8;
    padding: 13px 15px;
    border: none;
    width: 600px;
    font-family: "游ゴシック", "Montserrat", YuGothic, "Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

::-webkit-input-placeholder {
  color: #C9CACA;
}

::-moz-placeholder {
  color: #C9CACA;
}

::-ms-input-placeholder {
  color: #C9CACA;
}

::placeholder {
  color: #C9CACA;
}

.form__textBox {
    width: 100%;
    height: 192px;
    overflow-y: scroll;
    margin: 20px auto 0;
    padding: 20px;
    background: #F7F8F8;
}

.form__privacy {
    font-size: 13px;
    line-height: calc(23 / 13);
    text-align: left;
    color: #464646;
}

.form__privacy + .form__privacy {
    margin-top: 1.5em;
}

.form__checkWrap {
    margin-top: 36px;
    text-align: center;
}

.form__checkWrap input {
    display: none;
}

.form__check {
    cursor: pointer;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    font-size: 17px;
    color: #464646;
}

.form__check::before {
    background: #fff;
    border: 1px solid #464646;
    border-radius: 3px;
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__check::after {
    border-right: 3px solid #62A9C9;
    border-bottom: 3px solid #62A9C9;
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    
}

input[type=checkbox]:checked + .form__check::after {
    opacity: 1;
}

.form__btn {
    margin-top: 35px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #EFEFEF;
}

@media screen and (max-width: 767px) {
.contact {
    overflow: hidden;
}

.contact img {
    width: 100%;
}

.contact__item1 {
    transform: translateX(20px);
}

.contact__item2 {
    margin: 28px auto 0;
    width: 100%;
}

.contact__item3 {
    margin-top: 28px;
}

.contact__wrapper {
    margin-top: 42px;
}

.contact__title {
    font-size: 27px;
}

.contact__title--thanks {
    font-size: 21px;
}

.contact__head {
    margin-top: 14px;
}

.contact__head--thanks {
    margin-top: 35px;
    text-align: left;
}

.contact__item4 {
    margin-top: 33px;
}

.contact__text {
    font-size: 15px;
    line-height: 2;
}

.contact__btn {
    margin-top: 38px;
}

.form__wrapper {
    flex-direction: column;
    row-gap: 20px;
}

.form__wrapper:not(:first-child) .form__label {
    margin-top: 0;
}

.form__radio::before {
    top: 3px;
    transform: translateY(0);
}

.form__radio::after {
    top: 12px;
    transform: translateY(0) scale(0);
}

.form__item {
    width: 100%;
    text-align: left;
}

.form__input {
    width: 92%;
}

.form__textarea {
    width: 92%;
}

.form__check {
    font-size: 15px;
}

.form__check::before{
    width: 15px;
    height: 15px;
}

.form__check::after {
    top: 46%;
}

.form__btn {
    margin-top: 30px;
    padding-bottom: 30px;
}

.form__submit {
    width: 100%;
}


}
.privacy__container {
    margin-top: 40px;
}

.privacy__item + .privacy__item {
    margin-top: 40px;
}

.privacy__head {
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #000;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
}

.privacy__desc {
    margin-top: 20px;
}

.privacy__group {
    margin-top: 10px;
}

.privacy__date {
    margin: 60px auto;
    margin-top: 60px;
    max-width: calc(100% - 40px);
    text-align: right;
    width: 820px;
}

.title {
    font-size: 2.4rem;
    margin: 18px 0;
    text-align: center;
}

.container {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 1.5;
    margin: 10px auto 10px;
    max-width: calc(100% - 40px);
    padding: 20px;
    position: relative;
    width: 820px;
}

.law {
    border: 1px solid #ddd;
    font-size: 1.4rem;
    margin-top: 60px;
}

.law__info {
    border-bottom: 1px solid #ddd;
    display: flex;
}

.law__info:last-of-type {
    border-bottom: none;
}

.law__info-item {
    border-right: 1px solid #ddd;
    padding: 8px;
    width: 30%;
}

.law__info-detail {
    flex: 1;
    padding: 8px;
}

.law__info-detail a {
    border-bottom: 1px solid #000;
    display: inline-block;
}