@charset "UTF-8";



    /* base ---------------------------------------------------------------------------- */
	body {
	    background-color: #fff;
	}
    #lp_wrap {
        font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
        padding: 0px;
        background: inherit;
        overflow: hidden;
    }
    #lp_wrap .wrap_masthead {
        background: #ffffff;
    }
    .masthead {
        /* max-width: 1480px; */
        margin: 0 auto;
        position: relative;
        background-color: #eaeaea;
    }
    #lp_innner {
        margin: 0 auto;
        display: block;
        /* margin-top: 40px; */
        /* margin-bottom: 63px; */
        padding-bottom: 80px;
    }
    #lp_wrap .masthead {
        padding: 30px 0;
        background-size: auto auto;
        /* background-image: repeating-linear-gradient(90deg, transparent, transparent 38px, rgba(30, 72, 131, 1) 38px, rgba(30, 72, 131, 1) 70px ); */
        text-align: center;
    }
    #lp_wrap .masthead h1 img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: auto;
        height: 420px;
        padding: 0;
    }
    #lp_wrap .intro {
        width: 976px;
        margin: 40px auto;
        font-size: 16px;
        line-height: 2.8;
        text-align: center;
    }
    #lp_wrap .wrap_masthead p {
        font-size: 14px;
        line-height: 2.5;
        padding: 40px 0;
        width: 640px;
    }
    #lp_wrap .wrap_masthead p.js-line1, #lp_wrap .wrap_masthead p.js-line2, #lp_wrap .wrap_masthead p.price  {
        width: 100%;
        padding: 0;
        line-height: 1.6;
    }
    #lp_wrap section {
        display: block;
        width: 100%;
        /* padding: 0 0 100px 0; */
    }
    #lp_wrap .container {
        width: 976px;
        margin: 0 auto;
    }

    
/* 今回分 ---------------------------------------------------------------------------- */
#lp_wrap .masthead {
    padding: 25px 0 0 0;
    background-size: auto auto;
    background-color: #ced8e0;
    text-align: center;
    width: 100%;
}
#lp_wrap .masthead h1 img {
    display: block;
    margin: auto;
    max-width: 1920px;
    width: 100%;
    height: auto;
    padding: 0;
}
.h1 {  
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
    "kv_bg"
    "kv_bg"
    "kv_bg"
    "kv_bg";
    overflow: hidden;
}
        
.kv_bg { grid-area: kv_bg; }

#lp_wrap h1, #lp_wrap h2, #lp_wrap h3, #lp_wrap h4, #lp_wrap h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
}

#lp_wrap h2 {
    font-size: 36px;
    margin: 87px 0 20px 0;
    line-height: 40px;
}
#lp_wrap h2 span {
    font-size: 24px;
    font-weight: bold;
}
#lp_wrap h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
#lp_wrap h4 span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 4;
}
#lp_wrap h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

#lp_wrap section {
    margin-bottom: 80px;
    font-size: 16px;
}

section#sec_01 {
    text-align: center;
}
					
.intro_img {
    height: 300px;
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255) 85px, #ced8e0 85px, #ced8e0 220px);
    margin: 2rem auto;
    display: grid;
    justify-content: center;
    align-items: center;
}

.Button {
    display: inline-block;
    background: #333333 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 8px;
    padding: 20px 0;
    margin-top: 50px;
}
.Button {
    transition: opacity 0.4s, 
    background-color 0.4s, color 0.4s;
}
a.Button {
    color: #fff;
}
a.Button.btn-col1 {
    width: 400px;
}
a.Button:hover {
    opacity: 0.8;
}
.btn_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 980px;
    margin: 0 auto;
}
a.Button.btn-col3 {
    width: 30%;
}
img.icon_arrow {
    width: 16px;
    height: 16px;
    margin: auto;
    fill: #fff;
    transition: transform 0.4s;
}
    @media (any-hover: hover) {
        a.Button.btn-col3:hover img  {
        transform: translate3d(0, 5px, 0);
        }
    }
					
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all ease 0.2s;
}	
section#sec_02, section#sec_03, section#sec_04, section#sec_05 {
    text-align: center;
}
.lineup_box {
    background-color: #CED8E0;
    padding: 60px 0;
    margin: 50px auto 0;
    width: 1080px;
}
					
.box_col3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 980px;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.box_col3_01, .box_col3_02, .box_col3_03 {
    width: 30%;
    background-color: #fff;
    padding: 30px 20px 10px;
}
.box_col1 {
    width: 56%;
    background-color: #fff;
    padding: 30px 80px;
    box-sizing: border-box;
}
#lp_wrap li {
    text-align: left;
    font-size: 14px;
}

.list-checkmark {
    list-style-type: none;
}

.list-checkmark li {
    display: flex;
    gap: 0 5px;
    padding: 10px 0.3em;
}
.box_col3_02_innner {
    display: flex;
}
#sec_02 dl, #sec_03 dl, #sec_04 dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}
#sec_02 dd, #sec_03 dd, #sec_04 dd {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
}
				
					
.product_box {
    display: flex;
    width: 980px;
    margin: 30px auto;
    gap: 50px;
    justify-content: center;
}
.ProductsData_item {
    width: 24%;
}
p.ProductsData_name {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0 !important;
}
p.ProductsData_price {
    margin-bottom: 8px;
    text-align: right;
}
img.ProductsData_img {
    width: 100%;
}
.ProductsData_name svg {
    display: none;
}
        
.column3 div.ProductsData_item {
    width: calc(500px/3);
    margin: 20px 5px 30px;
}

button.ProductsData_button {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #333;
    border-radius: 8px;
    outline: none;
    overflow: hidden;
    padding: 10px 0;
}

.slider_box {
    width: 560px;
    margin: 0 auto;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    position: inherit;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    font-weight: bold !important;
}

.bnr_box {
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    width: 980px;
    margin: 0 auto;
}

#lp_wrap .l-footer h4 {
    text-align: left;
}
        
        
/* アニメーション ---------------------------------------------------------------------------- */
.style_area_img {
    position: relative;
}
img.pico_01, img.pico_03, img.pico_05, img.pico_07, img.pico_09 {
    position: absolute;
    top: 0;
}
img.pico_02, img.pico_04, img.pico_06, img.pico_08, img.pico_10 {
    position: absolute;
    top: 0;
    left: 310px;
}
#sec01 .style_area_img p, #sec03 .style_area_img p, #sec05 .style_area_img p {
    position: absolute;
    bottom: 60px;
}
#sec04 .style_area_img p {
    position: absolute;
    bottom: 0;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.blinking {
    animation: blink 0.6s ease-in-out infinite alternate;
}


.FadeSlideUp {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
    
    
.FadeSlideUp.-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.5s, transform 0.8s;
}
    
.ZoomOut {
    transform: scale(1.5);
}
    
.ZoomOut.-active {
    transform: scale(1);
    transition: transform 0.5s;
}
    
.ZoomIn {
    opacity: 0;
    transform: scale(0.5);
}
    
.ZoomIn.-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s, transform 1s;
}


.SlideUp {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
}
.SlideUp.-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.2s, transform 0.6s;
}

.SlideDown {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
}
.SlideDown.-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.2s, transform 0.6s;
}
.ScaleUpTopRight {
    opacity: 0;
}
.ScaleUpTopRight.-active {
    -webkit-animation: ScaleUpTopRight 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: ScaleUpTopRight 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes ScaleUpTopRight {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
            opacity: 1;
  }
}
@keyframes ScaleUpTopRight {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
            opacity: 1;
  }
}
     
.TrackingIn {
    opacity: 0;
    transition: 1s;
    font-size: 20px;
    letter-spacing: 1em;
}
            
.TrackingIn.-active {
    opacity: 1;
    letter-spacing: normal;
}
            
.FadeInLeft {
    opacity:0;
    transition: 1s;
    transform: translatex(-100px);
}
.FadeInLeft.-active {
    opacity:1;
    transform: translatex(0);
    animation-delay: 1s;
}
.FadeInRight {
    opacity:0;
    transition: 1s;
    transform: translatex(+100px);
}
.FadeInRight.-active {
    opacity:1;
    transform: translatex(0);
    animation-delay: 1s;
}


.modal_wrap{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index:999999;
}
.modal_regist_finish{
    position: absolute;
    top: 43%;
    left: 52%;
    margin-left: -260px;
    margin-top: -50px;
    background: #fff;
    border-radius: 6px;
    padding: 26px 20px 14px;
    width: 440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.modal_btn_arr {
    display: block;
    width: 50%;
    padding: 4px;
    margin: 0 auto;
}
.regist_finish_text{
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 6%;
}
.regist_finish_text2 {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 26px;
}
#modal-close {
    background: #004990;
}
.modal_btn_cart {
    font-size: 1.3rem;
    color: #004990;
    cursor: pointer;
    border: solid 1px #004990;
    border-radius: 3px;
}

