@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@400;500&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: 'Noto Serif JP', serif;
	font-size: 16px;
    font-size: 1.6em;
	color: #000000;
    line-height: 2.4em;
	letter-spacing:0.05em;
	font-weight: 400;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
body.is_fixed .nav_fix {
    background: #fff;
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 9px 7px -8px rgba(0,0,0,.1);
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner_large {
    max-width: 100%;
    margin: 0 auto;
}
.contents_inner{
	max-width: 1000px;
    width: 80%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #000000;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
    opacity: 0.6;
	text-decoration:none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
}
header .contents_inner {
    position: relative;
}
header h1 {
    display: block;
    margin: 0 auto;
    width: 174px;
}
header nav {
    position: absolute;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
header nav ul li{
    line-height: 1;
}
header nav ul li:first-child {
    margin-right: 30px;
}
header .fab{
	color:#7f40c8;
	padding: 0 10px;
}
@media screen and (max-width: 840px) {
    header {
        padding: 10px 0;
    }
	header .contents_inner{
		width:95%;
    }
    header nav {
        height: auto;
		transform:translateY(10%);
    }
    header nav ul li:first-child {
        margin-right: 0;
    }
	header h1 {
        width: 100px;
        margin: 0 auto 0 0;
    }
}
@media screen and (max-width: 640px) {

}

/*-----------------------------------

	block01

-----------------------------------*/
#block01 {
    background: url(../img/block01_bg.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 66.795%;
    position: relative;
}
#block01 .contents_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#block01 .image01 {
    max-width: 550px;
    width: 50%;
    position: absolute;
    top: 10vw;
    left: 0;
	z-index:1;
}
#block01 .btn {
	max-width: 405px;
    width: 50%;
    position: absolute;
    top: 25vw;
    left: 2vw;
}

@media screen and (max-width: 1400px) {

	#block01 .btn {
		width: 35%;
		top: 30vw;
	}
}
@media screen and (max-width: 840px) {

	#block01 .image01 {
		top: 10vw;
	}
}
@media screen and (max-width: 640px) {

	#block01 .image01 {
		top: 15vw;
	}
	#block01 .btn {
		width: 90%;
		top: 34vw;
		left:0;
		right:0;
		margin: 0 auto;
	}

}
/*-----------------------------------

	block02

-----------------------------------*/
#block02 .block02_area01 {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%), url(../img/block02_area01_bg.png);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../img/block02_area01_bg.png);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../img/block02_area01_bg.png);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 690px;
    margin-top: -5vw;
    position: relative;
}
#block02 .block02_area01 .contents_inner {
    height: 690px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#block02 h2 {
    max-width: 430px;
    width: 60%;
    display: block;
    line-height: 1;
    margin: -5vw auto 0;
}
/*#block02 .block02_area01 ul {
    max-width: 1000px;
    width: 86%;
    margin: 50px auto 0;
}
#block02 .block02_area01 ul li {
    float: left;
    width: 420px;
    margin-right: 2%;
    margin-bottom: 5%;
}*/
#block02 .block02_area01 ul {
    max-width: 860px;
    width: 75%;
    margin: 60px auto 0;
}
#block02 .block02_area01 ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#block02 .block02_area01 ul li:nth-child(2n) {
    margin-right: 0;
}
#block02 .block02_area02 {
    background: url(../img/block02_area02_bg.jpg) no-repeat center;
    background-size: contain;
	background-position:top;
    width: 100%;
    height: 0;
    padding-top: 802px;
    position: relative;
}
#block02 .block02_area02::before {
    content: "";
    position: absolute;
    width: 113px;
    height: 109px;
    background: url(../img/block02_arrow.png) no-repeat;
    background-size: contain;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
#block02 .block02_area02 .contents_inner {
    height: 802px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#block02 .block02_area02 h3 {
    max-width: 366px;
    width: 36%;
    max-height: 475px;
    position: absolute;
    top: 0;
    right: 12%;
}
#block02 .block02_area02 .option {
    width: 100%;
    position: absolute;
    bottom: 0;
}
@media screen and (max-width: 1300px) {

	#block02 .block02_area01 ul {
		margin:20px auto 0;
	}
	#block02 .block02_area02 {
		background-size: cover;
	}
}
@media screen and (max-width: 1000px) {

    #block02 .block02_area01 {
        padding-top: 53.0769%;
    }
    #block02 .block02_area01 .contents_inner {
        height: 53vw;
    }
    #block02 .block02_area02 {
        padding-top: 61.835%;
    }
	#block02 .block02_area02::before {
		top: -30px;
		width: 80px;
		height: 77px;
	}
    #block02 .block02_area02 .contents_inner {
        height: 62vw;
    }
    #block02 .block02_area02 h3 {
        width: 32%;
        right: 16%;
    }
    #block02 .block02_area02 .option {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media screen and (max-width: 640px) {
    #block02 .block02_area01 {
        padding-top: 65%;
        background-position: center;
    }
    #block02 .block02_area01 .contents_inner {
        height: 65vw;
    }
    #block02 .block02_area01 ul {
        width: 100%;
    }
    #block02 .block02_area02 {
        padding-top: 70%;
    }
    #block02 .block02_area02::before {
        top: -20px;
        width: 50px;
        height: 48px;
    }
    #block02 .block02_area02 .contents_inner {
        height: 70vw;
    }
    #block02 .block02_area02 h3 {
        top: 7%;
    }
    #block02 .block02_area02 .option {
        width: 100%;
    }
}
/*-----------------------------------

	block03

-----------------------------------*/
#block03 {
    background: url(../img/block03_bg.jpg) no-repeat center;
    background-size: cover;
	background-position:top;
    padding: 80px 0;
}
#block03 h2 {
    max-width: 418px;
    width: 55%;
    margin: 0 auto 50px;
}
#block03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#block03 ul li {
	width:24.3%;
}
/*#block03 ul li:nth-child(2n) {
	margin-right: 0;
}*/
@media screen and (max-width: 640px) {
    #block03 {
        padding: 40px 0;
    }
    #block03 h2 {
        margin: 0 auto 30px;
    }
    #block03 ul li {
		width:49%;
		margin-bottom: 10px;
	}
}
/*-----------------------------------

	block04

-----------------------------------*/
#block04 .block04_delivery {
	position: relative;
	padding: 200px 0;
}
#block04 .block04_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
}
#block04 .block04_bg{
     display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
#block04 .block04_inner {
    width: 50%;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: -1;
}
#block04 .picture {
	background-size: cover !important;
}
#block04 .block04_delivery::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
}
#block04 .block04_delivery .track_box{
}
#block04 .block04_delivery .left{
	position:absolute;
}
#block04 .block04_delivery .right{
}
#block04 .block04_delivery li:first-child{
	position:absolute;
	right:0;
	top:0;
}
#block04 .block04_delivery li:nth-child(2) {
    position: absolute;
    right: 50px;
    top: 100px;
}
#block04 .block04_delivery li:nth-child(3) {
    position: absolute;
    right: 100px;
    top: 200px;
}
#block04 .block04_delivery li:nth-child(4) {
    position: absolute;
    right: 100px;
    top: 300px;
}
#block04 .block04_title {
    position: absolute;
    z-index: -1;
	left:0;
    right: 0;
	margin:0 auto;
    top: -30px;
}
#block04 .block_04_img01 {
	margin-left:20px;
}


#block04 .bg_01 {
   background: url(../img/block04_bg01.jpg) no-repeat top;
}
#block04 .bg_02 {
   background: url(../img/block04_bg02.jpg) no-repeat top;
}

#block04 .inner_text {
	width:470px;
	margin:0 auto;
	border: 1px solid #fff;
	padding: 20px;
}
#block04 .inner_text p{
	font-size:14px;
	color:#fff;
}
#block04 .ttl {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 10px;
}
#block04 .block04_bg ul{
}
#block04 .block04_bg li{
	font-size:27px;
	line-height:200%;
	padding-right:20px;
	display:inline-block;
	color:#fff;
}

@media screen and (max-width: 1500px) {

	#block04 .block_04_img01 {
		position: absolute;
	}
}
@media screen and (max-width: 1000px) {

	#block04 .block_04_img01 {
		width: auto;
		max-width:44px;
		position:static;
	}
	#block04 .block_04_img02 {
		max-width:107px;
	}
	#block04 .block_04_img03 {
		max-width:244px;
	}
	#block04 .block_04_img04 {
		width: 80px;
	}
	#block04 .inner_text {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {

	#block04 .block04_delivery {
		padding: 170px 0;
	}
	#block04 .block04_img {
		bottom: 0;
	}
    #block04 .block04_delivery::before {
		content: none;
	}
	#block04 .block04_bg {
		display:block;
	}
    #block04 .block04_inner {
		width: 100%;
		height:330px;
	}
	#block04 .block04_delivery .left {
		position: static;
	}

}
@media screen and (max-width: 640px) {
	#block04 .block04_title {
		width:30%;
	}
	#block04 .block04_delivery {
		padding: 20px 0;
	}
	#block04 .block_04_img04 {
		width: 25%;
		position: absolute;
		top: 40px;
		right: 40px;
		max-width: 160px;
	}
	#block04 .block04_bg li{
		font-size:18px;
	}
}
/*-----------------------------------

	block05

-----------------------------------*/
#block05 .block05_bg{
	padding: 80px 0;
	background: url(../img/block05_bg.png) no-repeat center;
    background-size: cover;
}
#block05 .intro_txt{
	font-size: 40px;
	text-align: center;
	margin-bottom: 60px;
}
#block05 ul {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#block05 ul li {
	width: 30%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}
#block05 ul li a {
    border: 1px solid #000;
    margin-top: 20px;
	position: relative;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
#block05 ul li a:before {
	content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    position: absolute;
    bottom: 14px;
    right: 10px;
}
@media screen and (max-width: 840px) {
	#block05 ul li {
    	width: 49%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px) {
	#block05 .block05_bg {
    	padding: 40px 0;
	}
	#block05 .intro_txt {
    	font-size: 24px;
		margin-bottom: 30px;
	}
	#block05 ul li {
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}
	#block05 ul li:last-child {
		margin-bottom: 0;
	}
	#block05 ul li a {
		margin-top: 10px;
	}
}

/*-----------------------------------

	contents

-----------------------------------*/
#compare_block {
	position:relative;
}
#compare_block .block05_img03 {
    position: absolute;
    z-index: 1;
    left: 140px;
    top: -25px;
}
#compare_block .compare_head {
	width:100%;
}
#compare_block .compare_head .regular {
	width:40%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
#compare_block .compare_head .gold {
	width:40%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
#compare_block .compare_head .regular {
	background: #3a96e9;
}
#compare_block .compare_head .gold {
	background: linear-gradient(to bottom, rgba(224,168,47,1) 0%,rgba(235,204,62,1) 100%);
	color: #000;
}
#compare_block .compare_list {
	width: 100%;
	text-align:center;
}
#compare_block .compare_list td {
	padding: 10px 0;
	font-size: 16px;
	color: #3D3D3D;
	vertical-align: middle;
	background:#ebf4fd;
}
#compare_block .compare_list .normal_bg:nth-child(even) {
	background:#dfe8f2;
}
#compare_block .compare_list .gold_bg {
	width:40%;
	background:#fdfde7;
}
#compare_block .compare_list .gold_bg_y {
	width:40%;
	background:#fdfdc9;
}
#compare_block .compare_list .normal_bg_b {
	width: 40%;
	background:#dfe8f2;
}
#compare_block .compare_list .title_bg {
	background:#dfe8f2;
}
#compare_block .compare_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 20px;
}
#compare_block .compare_list ul li {
	width: 45%;
	line-height: 150%;
}

@media screen and (max-width: 1000px) {

	#compare_block .block05_img03 {
		width:15%;
		left:40px;
	}
}

@media screen and (max-width: 640px) {


	#compare_block .compare_list td {
		font-size:14px;
	}

}
/*-----------------------------------

	order

-----------------------------------*/
#order {
    padding: 40px 0;
}
#order a {
    display: block;
    max-width: 1000px;
    width: 95%;
    background: #fd7c09;
    color: #fff;
    font-size: 50px;
    font-style: italic;
    margin: 0 auto;
    padding: 1em 0;
    line-height: 1;
    text-align: center;
    position: relative;
}
#order a::before {
    content: "";
    position: absolute;
    width: 236px;
    height: 258px;
    background: url(../img/btn_img.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 50px;
}
#order a::after {
    content: "<";
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 35px;
    width: 90px;
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    line-height: 150px;
}
@media screen and (max-width: 1000px) {
    #order a {
        font-size: 50px;
    }
    #order a::before {
        left: 20px;
    }
}
@media screen and (max-width: 840px) {
    #order a {
        font-size: 40px;
    }
    #order a::before {
        width: 180px;
        height: 197px;
        left: 0;
    }
    #order a::after {
        width: 70px;
        line-height: 120px;
    }
}
@media screen and (max-width: 640px) {
    #order {
        padding: 30px 0;
    }
    #order a {
        font-size: 30px;
        padding-right: 50px;
    }
    #order a::before {
        background: none;
        width: 0;
        height: 0;
    }
    #order a::after {
        width: 50px;
        line-height: 90px;
    }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    width: 80px;
    height: 80px;
    background: #3a96e9;
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:after{
    font-size: 40px;
	color:#fff;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
	text-align: center;
    line-height: 80px;
    display: block;
}
#pagetop:hover:before{
    background: #3a96e9;
}
@media screen and (max-width: 640px) {
    #pagetop{
        right: 20px;
        bottom: 50px;
        width: 50px;
        height: 50px;
    }
    #pagetop:after{
        font-size: 30px;
        line-height: 50px;
    }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer .contents_inner {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
footer .logo_area {
    padding: 50px 0;
}
footer .logo_area h1 {
    width: 174px;
    margin: 0 auto;
}
footer ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-around;
}
footer ul li{
	text-align: center;
}
footer .main_nav {
    width: 700px;
	max-width: 90%;
    margin: 0 auto 40px;
}
footer .sub_nav{
	width: 200px;
	max-width: 100%;
	margin: 0 auto 40px;
}
footer .fa-twitter, footer .fa-instagram, footer .fa-line {
    font-size: 40px;
	color: #7f40c8;
}

footer small {
    display: block;
    padding: 1.8em 0;
    background: #000;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
  footer ul.main_nav {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  footer ul.main_nav li:not(:first-of-type) {
    margin-top: 15px;
  }
}
/*-----------------------------------

	animation

-----------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.img {
	opacity: 0;
}
.img {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.anima_img01 {
	animation-delay: 0.1s;
}
.anima_img02 {
	animation-delay: 0.2s;
}
.anima_img03 {
	animation-delay: 0.3s;
}
.anima_img04 {
	animation-delay: 0.4s;
}
.anima_img05 {
	animation-delay: 0.5s;
}
.anima_img06 {
	animation-delay: 0.6s;
}
.anima_img07 {
	animation-delay: 0.7s;
}
.anima_img08 {
	animation-delay: 0.8s;
}
.anima_img09 {
	animation-delay: 0.9s;
}
.anima_img10 {
	animation-delay: 1.0s;
}
.anima_img11 {
	animation-delay: 1.1s;
}
.anima_img12 {
	animation-delay: 1.2s;
}
.anima_img13 {
	animation-delay: 1.3s;
}
.anima_img14 {
	animation-delay: 1.4s;
}
.anima_img15 {
	animation-delay: 1.5s;
}
.anima_img16 {
	animation-delay: 1.6s;
}
.anima_img17 {
	animation-delay: 1.7s;
}
.anima_img18 {
	animation-delay: 1.8s;
}
.anima_img19 {
	animation-delay: 1.9s;
}
.anima_img20 {
	animation-delay: 2.0s;
}
.anima_img21 {
	animation-delay: 2.1s;
}
.anima_img22 {
	animation-delay: 2.2s;
}
