body {
    font-family: 'Shippori Mincho', serif;
    color: #000;
}
a img {
    transition:0.3s;
    cursor: pointer;
}
a img:hover {
    opacity:0.8;
}
img { 
    max-width: 100%; 
    height:auto;
}
@media screen and (max-width: 750px) {
    img {
        margin: 0 auto;
    }
}
.wull {
    width: 100%;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.center {
    text-align: center;
}
.bg_1 {
    background: url(../image/PC/2_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
.bg_2 {
    background: url(../image/PC/3_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}

.col ul {
    list-style: none;
}
.cart__item li img {
    margin-left: -3%;
}
@media screen and (max-width: 750px) {
    .cart__item li img {
        margin-left: -6%;
    }
}
.cart__item li {
    margin-bottom: 20px;
}
.cart__item li:last-child {
    margin-bottom: 0;
}
.w900 {
    width: 920px;
}
@media screen and (max-width: 750px) {
    .w900 {
        width: 100%;
    }
    .point {
        width: 50%;
    }
}
.bg_3 {
    background: url(../image/PC/4_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
.bg_4 {
    background: url(../image/PC/5_1920_bg.jpg) no-repeat center center;
    background-size: cover;

}
.bg_5 {
    background: #F7A6A6 url(../image/PC/bg_5_in.jpg) no-repeat center center;
    background-size: cover;
}
.yb_1 {
    font-size: 48px;
    color: #FFEE00;
}
.middle_txt {
    font-size: 38px;
    display: block;
}
.middle_txt_2 {
    font-size: 48px;
}
.lih_36 {
    line-height: 3.6rem;
}
@media screen and (max-width: 750px) {

    .yb_1,
    .middle_txt_2 {
        font-size: 27px;
        display: block;
    }

    .middle_txt {
        font-size: 17px;
    }

    .lih_36 {
        line-height: 2rem;
    }
}
.bg_6 {
    background: url(../image/PC/6_2_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}

h2.area5_title {
    color: #638108;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
}
.text__area {
    font-size: 16px;
    text-align: center;
    line-height: 2.5em;
    padding-top: 20px;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .bg_6 {
        background: url(../image/SP/6_2_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    h2.area5_title {
        font-size: 20px;
        margin-top: -26px;
    }

    .text__area {
        font-size: 14px;
        line-height: 2em;
        padding-top: 35px;
    }
}
/* マーカー */
.js-marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #ffff66, #ffff66);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 40%;
    transition: all 1s ease-in-out;
    font-weight: bold;
}

.js-marker.inview {
    background-size: 100% 40%;
}

.bg_7 {
    background: #FA7948 no-repeat center center;
    background-size: cover;
}

.text_white {
    color: #fff;
}
.lih_33 {
    line-height: 2.8rem;
}
@media screen and (max-width: 750px) {
    .lih_33 {
        line-height: 2rem;
    }
}
.heading06 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
    margin-bottom: 0;
}

.heading06::before,
.heading06::after {
	content: '';
	width: 1px;
	height: 24px;
	background-color: #fff;
}

.heading06::before {
	margin-right: 10px;
	transform: rotate(-35deg)
}
.heading06::after {
	margin-left: 10px;
	transform: rotate(35deg)
}
.default_txt {
    font-size: 20px;
}
.txt__48 {
    font-size: 48px;
}
.txt__yellow {
    font-size: 48px;
    color: #FFEE00;
}
@media screen and (max-width: 750px) {
    .heading06 {
        font-size: 16px;
    }

    .default_txt {
        font-size: 16px;
    }

    .txt__48,.txt__yellow {
        font-size: 16px;
    }
}

.block {
    display: block;
}

.bg_8 {
    background: url(../image/PC/7_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
h2.area7_title_1 {
    width: 210px;
    margin: 0 auto;
    padding-bottom: 40px;
}
h3.area7_title_2 {
    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}
.text__24 {
    display: block;
    font-size: 18px;
}
.text__area__2 {
    font-size: 18px;
    text-align: center;
    line-height: 2em;
    padding-top: 20px;
    font-weight: 500;
}
.pad_bot_20 {
    padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .bg_8 {
        background: url(../image/SP/7_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    h3.area7_title_2 {
        font-size: 23px;
    }

    .text__24,
    .text__area__2 {
        font-size: 13px;
        line-height: 1.8em;
    }
    .sp_t_area8 {
        margin-top: 10px;
    }
}
.bg_9 {
    background: url(../image/PC/8_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .bg_9 {
        background: url(../image/SP/8_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }
}
.point_2__item {
    list-style: none;
}
.point_2__item li {
    margin-top: 40px;
    margin-bottom: 20px;
}
.point_2__item li:last-child {
    margin-top: 20px;
    margin-bottom: 0;
}

.bg_10 {
    background: url(../image/PC/9_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
h3.area10_title_2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .bg_10 {
        background: url(../image/SP/9_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    h3.area10_title_2 {
        font-size: 23px;
    }
}
.bg_11 {
    background: url(../image/PC/10_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .bg_11 {
        background: url(../image/SP/10_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }
}
@media screen and (min-width: 1600px) {
    .pb_1 {
        padding-top: 3rem;
        padding-bottom: 40%;
    }

    .pb_2 {
        padding-top: 3rem;
        padding-bottom: 78%;
    }
}
.pb_1 {
    padding-top: 3rem;
    padding-bottom: 40%;
}
.pb_2 {
    padding-top: 3rem;
    padding-bottom: 81%;
}
@media screen and (max-width: 750px) {
    .pb_1 {
        padding-top: 1rem;
        padding-bottom: 40%;
    }
}
.bg_12 {
    background: url(../image/PC/11_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
.bg_13 {
    background: url(../image/PC/12_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
.bg_14 {
    background: url(../image/PC/17_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_15 {
    background: url(../image/PC/18_1920_bg.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .bg_12 {
        background: url(../image/SP/11_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .bg_13 {
        background: url(../image/SP/13_sp.webp) no-repeat center center;
        background-size: cover;
    }

    .bg_15 {
        background: url(../image/SP/17_sp_bg.jpg) no-repeat center center;
        background-size: cover;
    }
}
.pb_44 {
    padding-bottom: 44px;
}
/* フッター */
footer {
    position: relative;
    background: #CABB94;
    color: #fff;
}
.company_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
    padding: 50px 0;
}
@media screen and (max-width: 750px) {
    .company_wrap {
        flex-direction: column;
        padding: 30px 0 23px;
    }
}
.company_txt {
    display: flex;
    flex-direction: column;
    font-size: 40px;
}
.company_txt_2 {
    display: block;
    font-size: 16px;
}
.company_txt_2 a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 750px) {
    .company_txt {
        font-size: 18px;
        text-align: center;
    }

    .company_txt_2 {
        font-size: 14px;
        padding-top: 18px;
        text-align: center;
    }
}
.copyright {
    background: #9C886E;
    text-align: center;
    padding: 20px 0;
}
@media screen and (max-width: 750px) {
    .copyright {
        font-size: 12px;
    }
}
.shop_info_wrap {

}
.shop_info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.button_solid017 a {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #9C886E;
    border-radius: 50px;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #665948;
    text-decoration:none;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.w1 {
    margin-right: 26px;
}
.w2 {
}
@media screen and (max-width: 750px) {
    .shop_info {
        flex-direction: column;
    }

    .button_solid017 a {
        font-size: 19px;
    }

    .w1,
    .w2 {
        margin: 25px 0 20px;
    }
}
}
.shop_info_2 {

}
.info_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 2rem;
}
.info_link li {
    margin-right: 53px;
}
.info_link li:last-child {
    margin-right: 15px;
}
.info_link li a {
    color: #fff;
    text-decoration: none;
}
.sp_pa {
    padding: 10px 60px !important;
}
@media screen and (max-width: 750px) {
    .info_link li {
        margin-bottom: 18px;
        margin-right: 0;
        text-align: center;
        font-size: 15px;
    }

    .info_link li:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }

    .info_link {
        flex-direction: column;
        margin-top: 1rem;
    }
}

.txt_25 {
    font-size: 40px;
    display: contents;
}
@media screen and (max-width: 750px) {
    .py-5 {
        padding: 30px 10px !important;
    }

    .py-5 + .py-5 {
        padding: 0;
    }

    .txt_25 {
        font-size: 25px
    }
}


.company_wrap a {
    color: #fff;
    text-decoration: none;
}
/* トップへ戻る */
#page-top {
    position: fixed;
    right: 26px;
    bottom: 15px;
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
#page-top a {
text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
}
#page-top a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(31deg);
}
#page-top a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 75px;
    background: #666;
}
/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}