/*
Theme Name: 鯱輪
Theme URL: 
Description: 鯱輪様専用テーマです。
Author: R.Nomura@WeeMA.Inc
*/


/* CSS Document */
/* Appearance */

* {
    box-sizing: border-box;
}

body {
	margin: 0;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

p {
    margin: 0;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

.dflex {
    display: flex;
}

.alignc {
    align-items: center;
}

.justifyc {
    justify-content: center;
}

.justifysb {
    justify-content: space-between;
}

.flexdc {
    flex-direction: column;
}





/* header */

header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    z-index: 100;
}

header .header_space {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

header .header_space .logo_box {
    width: 105px;
    height: auto;
}

header .header_space .logo_box img {
    width: 100%;
    height: auto;
}

header .header_space nav {
    width: auto;
}

header .header_space nav a {
    padding: 0 22px;
}

header .header_space nav a+a {
    position: relative;
}
header .header_space nav a+a::before{
    content: "";
    display: block;
    height: 20px;
    border-left: 1px solid #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
header .header_space nav a.border_none::before{
    display: none;
}

header .header_space nav a p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

header .header_space nav a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #888888;
    margin-top: 5px;
}

header .header_space nav .cart_icon {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin-left: 40px;
	position: relative;
}

header .header_space nav .cart_icon .quantity_badge {
    width: 18px;
	height: 18px;
	background-color: red;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.firstview {
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 100px;
    background-image: url(./assets/img/img2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.caution {
    width: 100%;
    background-image: url(./assets/img/img3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 50px;
    text-align: center;
}

.caution img {
    width: 1088px;
    height: auto;
	margin: 0 auto;
}

.section1 {
    width: 100%;
    background-image: url(./assets/img/img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.section1 .container {
    width: 100%;
}

.section1 .container .top_box {
    font-family: 'Noto Serif JP', serif;
}

.section1 .container .top_box p:nth-of-type(1) {
    font-size: 25px;
    color: #fff;
    text-align: right;
    letter-spacing: 3px;
}

.section1 .container .top_box p:nth-of-type(1) span {
    width: 253px;
    border: solid 1px #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 6px 15px;
    font-size: 32px;
}

.section1 .container .top_box p:nth-of-type(2) {
    font-size: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 5px;
}

.section1 .container .center_box {
    margin-top: 120px;
}

.section1 .container .center_box p:nth-of-type(1) {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
}

.section1 .container .center_box p:nth-of-type(2) {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4;
}

.section1 .container .bottom_box {
    margin-top: 150px;
}

.section1 .container .bottom_box p:nth-of-type(1) {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}

.section1 .container .bottom_box p:nth-of-type(2) {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
    margin-top: 30px;
}

.section2 {
    width: 100%;
    background-image: url(./assets/img/img7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2 .container {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 120px;
}

.section2 .container .side1 {
    width: 147px;
    height: auto;
    position: absolute;
    top: 10px;
    left: -10px;
}

.section2 .container .side2 {
    width: 147px;
    height: auto;
    position: absolute;
    top: 10px;
    right: -10px;
}

.section2 .container p:nth-of-type(1) {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-top: 50px;
}

.section2 .container h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 50px 0 25px;
    line-height: 1;
}

.section2 .container p:nth-of-type(2) {
    color: #fff;
    font-size: 24px;
}

.section3 {
    width: 100%;
    background-color: #000000;
    padding-bottom: 130px;
}

.section3 .section_space {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
}

.section3 .section_space .container {
    width: 100%;
}

.section3 .section_space .container .product_box {
    width: 100%;
    align-items: flex-end;
}
.section3 .section_space .container .product_box:last-child {
    margin-top: 50px;
}

.section3 .section_space .container .product_box img {
    width: 536px;
    height: auto;
}

.section3 .section_space .container .product_box img {
    width: 536px;
    height: auto;
}

.section3 .section_space .container .product_box .product_details {
    width: 536px;
    color: #fff;
    padding-bottom: 20px;
}

.section3 .section_space .container .product_box .product_details h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 400;
}

.section3 .section_space .container .product_box .product_details .text {
    font-size: 14px;
    line-height: 1.8;
    margin: 30px 0 0;
    font-weight: 400;
}

.section3 .section_space .container .product_box .product_details .price {
    font-size: 44px;
    margin: 30px 0 0;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
}

.section3 .section_space .container .product_box .product_details .price span {
    font-size: 14px;
    font-weight: 400;
}

.section3 .section_space .container .product_box .product_details a {
    width: 100%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 30px;
    padding: 15px 0;
    transition: .3s;
}
.section3 .section_space .container .product_box .product_details a:hover {
    color: #000;
    background-color: #fff;
}

.section3 .section_space .container .product_box .product_details a i {
    transform: translateX(-40px);
}

.media {
    width: 100%;
    padding: 130px 0;
}

.media .section_space {
    width: 1088px;
    min-width: 1088px;
    margin: 0 auto;
}

.media .section_space .container {
    width: 100%;
}

.title {
    color: #050505;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    margin: 0;
}

.subtitle {
    color: #888888;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: block;
    letter-spacing: 3px;
    margin-top: 8px;
}

.media .section_space .container .media_box {
    width: 100%;
    margin-top: 60px;
}

.media .section_space .container .media_box .box_item {
    width: 32%;
}

.media .section_space .container .media_box .box_item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.media .section_space .container .media_box .box_item h3 {
    color: #050505;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 15px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
}

.media .section_space .container .media_box .box_item p {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 1px;
}

.section4 {
    width: 100%;
}

.section4 .container {
    width: 100%;
}

.section4 .container .box_item {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 478px;
    display: flex;
}
.section4 .container .box_item.item1 {
    background-image: url(./assets/img/img11.jpg);
}
.section4 .container .box_item.item2 {
    background-image: url(./assets/img/img12.jpg);
}
.section4 .container .box_item.item3 {
    background-image: url(./assets/img/img13.jpg);
    height: 531px;
}
.section4 .container .box_item.item4 {
    background-image: url(./assets/img/img14.jpg);
}

.section4 .container .box_item .box_space {
    width: 1088px;
    margin: 0 auto;
    justify-content: flex-end;
}
.section4 .container .box_item .box_space.reverce {
    justify-content: flex-start;
}

.section4 .container .box_item .box_space .text_box {
    width: 50%;
    color: #fff;
}
.section4 .container .box_item .box_space.reverce .text_box {
    width: 60%;
}

.section4 .container .box_item .box_space .text_box h2 {
    margin: 0;
    font-size: 35px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 3px;
}

.section4 .container .box_item .box_space .text_box h2 span {
    font-size: 65px;
}

.section4 .container .box_item .box_space .text_box h2 .fs-24 {
    font-size: 24px;
}

.section4 .container .box_item .box_space .text_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 40px;
}

.menu {
    padding-top: 130px;
}

.menu .title {
    color: #fff;
}

.menu .subtitle {
    color: #fff;
}

.review {
    width: 100%;
    padding: 130px 0 150px;
}

.review .container {
    width: 100%;
    text-align: center;
}

.review .container .google_review {
    width: 353px;
    height: auto;
    margin-top: 40px;
}

.review .container p {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
}

.review .container .review_box {
    width: 100%;
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding: 30px 0;
    margin-top: 20px;
}

.review .container .review_box .review_item {
    width: 410px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    margin: 0 15px;
}

footer {
    width: 100%;
    padding: 45px 0;
    border-top: solid 1px #E6E6E6;
}

footer .container {
    width: 100%;
}

footer .container .top_box {
    
}

footer .container .top_box img {
    width: 167px;
    height: auto;
    margin-right: 75px;
}

footer .container .top_box .sns_box {
    
}

footer .container .top_box .sns_box a {
    transition: .3s;
}
footer .container .top_box .sns_box a:hover {
    transform: translateY(-3px);
}
footer .container .top_box .sns_box a:not(:last-child) {
    margin-right: 50px;
}

footer .container .top_box .sns_box a i {
    color: #C62219;
    font-size: 30px;
}

footer .container .bottom_box {
    margin-top: 70px;
	text-align: center;
}

footer .container .bottom_box a {
    font-size: 16px;
	color: #050505;
	margin-bottom: 20px;
	display: block;
}
footer .container .bottom_box a:hover {
	text-decoration: underline 1px #050505;
}

footer .container .bottom_box p {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 400;
	margin-top: 5px;
}


.checkout_box {
	width: 100%;
	margin-top: 100px;
	padding: 70px 0;
}

.checkout_box .box_space {
	width: 900px;
	margin: 0 auto;
}











@media (max-width : 480px ){

    .br_pc {
        display: none;
    }
    
    .br_sp {
        display: block;
    }
	
	/* header */

	header {
		height: 70px;
	}

	header .header_space {
		width: 90%;
	}

	header .header_space .logo_box {
		width: 73px;
	}

	header .header_space nav {
		width: auto;
	}

	header .header_space nav a {
		padding: 0 22px;
	}

header .header_space nav a+a {
    position: relative;
}
header .header_space nav a+a::before{
    content: "";
    display: block;
    height: 20px;
    border-left: 1px solid #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

header .header_space nav .cart_icon {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin-left: 40px;
}

	.firstview {
		height: calc(100vh - 70px);
		margin-top: 70px;
		background-image: url(./assets/img/img17.jpg);
		background-position: top center;
	}



	.caution {
		background-position: center;
		padding: 20px 0 20px;
	}

	.caution img {
		width: 100%;
	}

	.section1 {
    background-image: url(./assets/img/img1.jpg);
    background-position: center;
		padding: 55px 0 170px;
	}

	.section1 .container .top_box {
		font-family: 'Noto Serif JP', serif;
	}

	.section1 .container .top_box p:nth-of-type(1) {
		font-size: 15px;
		letter-spacing: 3px;
	}

	.section1 .container .top_box p:nth-of-type(1) span {
		width: 158px;
		padding: 3px 0;
		margin: 3px 10px;
		font-size: 20px;
	}

	.section1 .container .top_box p:nth-of-type(2) {
		font-size: 15px;
	}

	.section1 .container .center_box {
		margin-top: 70px;
	}

	.section1 .container .center_box p:nth-of-type(1) {
		font-size: 24px;
	}

	.section1 .container .center_box p:nth-of-type(2) {
		font-size: 34px;
		margin-top: 5px;
	}

	.section1 .container .bottom_box {
		margin-top: 100px;
	}

	.section1 .container .bottom_box p:nth-of-type(1) {
		font-size: 14px;
		line-height: 3;
	}

	.section1 .container .bottom_box p:nth-of-type(2) {
		font-size: 18px;
		margin-top: 25px;
	}

	.section2 {
		background-image: none;
		background-color: #000000;
	}

	.section2 .container {
		padding-bottom: 20px;
		overflow: inherit;
	}

	.section2 .container .side1 {
		display: none;
	}

	.section2 .container .side2 {
		 display: none;
	}

	.section2 .container p:nth-of-type(1) {
		font-size: 14px;
		line-height: 2.6;
		margin-top: 0px;
		transform: translateY(-90px);
	}

	.section2 .container h2 {
		font-size: 30px;
		margin: -50px 0 25px;
	}

	.section2 .container p:nth-of-type(2) {
		font-size: 16px;
	}

	.section3 {
		padding-bottom: 95px;
	}

	.section3 .section_space {
		width: 100%;
		min-width: auto;
	}

	.section3 .section_space .container {
		width: 100%;
	}

	.section3 .section_space .container .product_box {
		flex-direction: column;
		align-items: center;
	}
	.section3 .section_space .container .product_box:last-child {
		margin-top: 10px;
	}

	.section3 .section_space .container .product_box img {
		width: 100%;
	}

	.section3 .section_space .container .product_box .product_details {
		width: 300px;
		margin: 0 auto;
		padding-bottom: 0px;
	}

	.section3 .section_space .container .product_box .product_details h2 {
		font-size: 28px;
	}

	.section3 .section_space .container .product_box .product_details .text {
		font-size: 12px;
		margin: 15px 0 0;
	}

	.section3 .section_space .container .product_box .product_details .price {
		font-size: 40px;
		margin: 25px 0 0;
	}

	.section3 .section_space .container .product_box .product_details a {
		font-size: 18px;
		margin-top: 25px;
		padding: 15px 0;
	}

	.section3 .section_space .container .product_box .product_details a i {
		transform: translateX(-20px);
	}

	.media {
		padding: 90px 0;
	}

	.media .section_space {
		width: 300px;
		min-width: auto;
	}

	.title {
		font-size: 24px;
	}

	.media .section_space .container .media_box {
		margin-top: 40px;
		flex-direction: column;
	}

	.media .section_space .container .media_box .box_item {
		width: 100%;
	}
	.media .section_space .container .media_box .box_item:not(:first-child) {
		margin-top: 30px;
	}

	.media .section_space .container .media_box .box_item img {
		width: 100%;
		height: 200px;
	}

	.section4 .container .box_item {
		background-position: top center;
		height: auto;
		padding: 125px 0 50px;
	}
.section4 .container .box_item.item1 {
    background-image: url(./assets/img/img19.jpg);
}
.section4 .container .box_item.item2 {
    background-image: url(./assets/img/img20.jpg);
}
.section4 .container .box_item.item3 {
    background-image: url(./assets/img/img21.jpg);
    height: auto;
}
.section4 .container .box_item.item4 {
    background-image: url(./assets/img/img22.jpg);
}

	.section4 .container .box_item .box_space {
		width: 300px;
	}

	.section4 .container .box_item .box_space .text_box {
		width: 100%;
	}
	.section4 .container .box_item .box_space.reverce .text_box {
		width: 100%;
	}

	.section4 .container .box_item .box_space .text_box h2 {
		font-size: 22px;
    line-height: 1.1;
    letter-spacing: 3px;
}

	.section4 .container .box_item .box_space .text_box h2 span {
		font-size: 42px;
	}

	.section4 .container .box_item .box_space .text_box h2 .fs-24 {
		font-size: 15px;
	}

	.section4 .container .box_item .box_space .text_box p {
		font-size: 12px;
    line-height: 1.8;
		margin-top: 25px;
	}

	.menu {
		padding-top: 70px;
	}

	.review {
		padding: 80px 0;
	}

	.review .container .google_review {
		width: 300px;
		margin-top: 30px;
	}

	.review .container p {
		margin-top: 25px;
	}

	.review .container .review_box {
		padding: 20px 0;
		margin-top: 20px;
	}

	.review .container .review_box .review_item {
		width: 300px;
	}

	footer .container .top_box {
		flex-direction: column;
		align-items: center;
	}

	footer .container .top_box img {
		width: 145px;
		margin-right: 0px;
	}

	footer .container .top_box .sns_box {
		margin-top: 30px;
	}
	
	footer .container .top_box .sns_box a:not(:last-child) {
		margin-right: 40px;
	}

	footer .container .bottom_box {
		margin-top: 50px;
	}
	
	.checkout_box {
		margin-top: 70px;
		padding: 30px 0 60px;
	}

	.checkout_box .box_space {
		width: 350px;
	}

}