@charset "UTF-8";

@use "sass:math";

.-pc {
	display: block;
}


#header {
    background-color: #eee;
    position: relative;
    /* height: 40px; */
    z-index: 9999;
    width: 100%;
    font-family: "arrows";
    line-height: 0px;
}
@media (min-width: 769px){
	.l-wrap {
		padding: 0;
		overflow: clip;
	}
	#header #logo {
		padding: 18px 0;
	    width: 407px;
    	margin: 0 auto;
	}
}

section {
    padding-top: 100px;
}

.kv {
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #c0cad6;
}

#ceremony .kv {
    background-color: #f9f6f1;
}
.kv_img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l-inner {
	max-width: 960px;
	margin: 0 auto ;
}
h2.read {
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.8;
}
#ceremony h2.read {
    margin-bottom: 0;
}

.sticky-content{
	min-height:1000px;
  }
  
  .sticky_title {
	  position:-webkit-sticky; 
	  position:sticky; 
	  top:0;
	  background-color: #fff;
	  padding: 20px 0;
	  z-index: 9999;
  }

  a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.CoordinateSet_body {
    display: flex;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}
.CoordinateSet_item {
    margin: 0 10px;
}
.CoordinateSet_img {
    width: 100%;
    height: auto;
}
#ceremony .CoordinateSet_img {
    max-width: 233px;
    height: auto;
}

h3 {
    display: flex;
    flex-direction: row;
    font-size: 20px;
}
	.step_no {
    	background-color: #585657;
    	color: #fff;
    	padding: 10px 20px;
    	border-radius: 25px;
		margin-right: 20px;
	}
	.step_txt {
	    margin-top: 10px;
	}

.CoordinateSet_list {
    width: 1260px;
	margin: 0 auto 100px;
}
#ceremony .CoordinateSet_list {
    width: 970px;
    margin: 0 auto 100px;
}

.CoordinateSet_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.CoordinateSet_list li {
    margin: 0 5px;
}

#ceremony .CoordinateSet_list p:first-child {
    padding: 0 10px 7px;
}
#ceremony .CoordinateSet_list p {
    margin-bottom: 10px;
    border-bottom: 3px solid #eae6de;
    padding: 24px 10px 7px;
    /* text-align: right; */
}

section.set_box {
    background-color: #eee;
    padding: 40px 0;
	margin-bottom: 30px;
}
#ceremony section.set_box {
    background-color: #eae6de;
    padding: 40px 0;
    margin-bottom: 30px;
}
.CoordinateSet_look {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
	.CoordinateSet_slider {
    	position: relative;
		width: 347px;
		margin: 0 0;
	}
	.CoordinateSet_slider img {
		width: inherit;
	}
	.swiper-pagination {
    	position: inherit;
    	margin-top: 10px;
	}
	.swiper-pagination-bullet {
	    margin: 0 5px;
	}
	:root {
    --swiper-theme-color: #808ea1;
}
	.CoordinateSet_set {
	    width: 58%;
		position: relative;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
	    font-size: 18px;
	}
    .swiper-button-next, .swiper-button-prev {
        top: 40%;
    }
	.CoordinateSet_set p {
	    font-family: 'Noto Serif JP', serif;
    	font-size: 30px;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.CoordinateSet_set p span {
    	background-color: #585657;
    	color: #fff;
    	padding: 4px 15px;
    	margin-right: 10px;
	}
    .CoordinateSet_set p span.two-digits {
        padding: 4px 8px;
    }
.CoordinateSet_set dl {
    display: flex;
    margin-bottom: 8px;
    font-size: 11px;
}
	.CoordinateSet_set dt {
	    width: 70px;
	}
	.CoordinateSet_set dd {
	    width: 120px;
	}
	#ladies .CoordinateSet_set dd {
	    width: 100px;
	}
	.CoordinateSet_set dd.dd2 {
        width: 160px;
    }
    #ladies .CoordinateSet_set dd.dd2 {
        width: 160px;
    }
    #ceremony .CoordinateSet_set dd {
        width: 100px;
    }
    #ceremony .CoordinateSet_set dd.dd2 {
        width: 70px;
    }
    #ceremony .CoordinateSet_set {
        width: 49%;
        position: relative;
    }
    #ceremony .l_item li {
        width: 48%;
        min-height: 380px;
    }
    #ceremony .price_area {
        position: absolute;
        top: 42px;
        right: 0;
    }
    #ceremony span.shosai {
        position: absolute;
        right: 5px;
        font-size: 12px;
        border-radius: 20px;
        top: unset;
        bottom: 50px;
    }

.item {
    margin-top: 25px;
}
.Product {
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px 50px;
}
.item ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
	.item li {
    width: 32%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border-right: 5px;
    padding: 10px 10px 50px;
	min-height: 335px;
    border-radius:  0 0 5px 5px;
}
	.item img {
		width: 98%;
	}
	p.Product_name {
	    font-size: 14px;
    	font-family: inherit;
    	margin: 10px 0;
		line-height: 1.2;
	}
	span.shosai {
		position: absolute;
		right: 5px;
		font-size: 12px;
		border-radius: 20px;
		bottom: 50px;
}


.l_item {
    margin-top: 25px;
}

.l_item ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.l_item li {
    width: 32%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border-right: 5px;
    padding: 10px 10px 50px;
	min-height: 335px;
    border-radius:  0 0 5px 5px;
}
.l_item img {
	width: 98%;
}

.Product_size {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0 0 5px 5px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    background-color: #808ea1;
}
#ceremony .Product_size {
    background-color: #b69c79;
}

.cart_botton_area {
    text-align: right;
}
button.Button {
    background-color: #808ea1;
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin-top: 18px;
    width: 220px;
    border-radius: 30px;
    font-size: 18px;
}
#ceremony button.Button {
    background-color: #b69c79;
}

.price_area {
    position: absolute;
    /* margin-top: 30px; */
    top: 54px;
    right: 0;
}
.price_area p {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 5px;
}
span.price_b {
    font-size: 20px;
}
p.price_value {
    margin-top: 10px;
    text-align: center;
    background-color: #c4d5e4;
    padding: 5px 10px;
}
#ceremony p.price_value {
    background-color: #DB8383;
    color: #fff;
}
span.price_color {
    color: #7ea3c5;
}
#ceremony span.price_color {
    color: #DB8383;
}



.combination_lp {
    display: flex;
    justify-content: center;
}
.combination_lp li {
    padding: 0 15px;
    font-size: 14px;
	line-height: 1.6;
}
.combination_lp a.btn {
    background-color: #585657;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 50px;
    width: 230px;
    text-align: center;
}


.snscont__footer-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
@media (min-width: 1024px){
.snscont__footer-buttons {
    margin: 50px auto 0;
    max-width: 380px;
}
.c-button {
    max-width: 345px;
}
}
.c-button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 0 10px;
    width: 100%;
    color: inherit;
    cursor: pointer;
}

.c-button.has-border {
    border: 1px solid #ACACAC;
}

.l-pagetop.l-fixed {
    position: fixed;
    bottom: 20px;
    right: 16px;
    z-index: 9999;
}

.dli-arrow-up > span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.1em;
    height: 1em;
    background: currentColor;
  }
  
  .dli-arrow-up > span::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.05em;
    right: 50%;
    box-sizing: border-box;
  }
  .dli-arrow-up {
    color: #fff;
    font-size: 24px;
    background: rgb(102 102 102);
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 0px;
}
