@charset "UTF-8";

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	font-size: 1rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
*, *::before, *::after {
	box-sizing:border-box;
}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}

iframe {
	background: #717171 !important;
}

.g_header {
	background-color: #FFF;
	padding: 20px 0;
	position: relative;
}

.header_logo {
	text-align: center;
}

.fv {
	position: relative;
}

.video_wrap {
	width: 100%;
	height: 85vh;
}

.video_wrap video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.fv h2 {
	font-size: 6vw;
	text-shadow: 1px 1px 20px #000;
	color: #FFF;
	line-height: 8vw;
	position: absolute;
	top: 35%;
	right: 5%;
	letter-spacing: 0.1rem;
}

section {
	width: 100%;
	text-align: center;
	padding: 8vh 0;
}

section h2 {
	color: #d4ab6b;
	font-size: 10vw;
	line-height: 6vw;
	margin-bottom: 8%;
}

section h2 span {
	font-size: 3vw;;
	letter-spacing: 0.1em;
}

.gnavi {
}

/* Swiper */
 .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  {
    margin-bottom: 16rem;
  }
  .l-inner {
    padding-bottom: 0;
  }
  .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 3.2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  .swiper-pagination-bullet {
    display: block;
    width: 3px;
    height: 4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.4);
  }
  .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.8rem;
  }
  .swiper-pagination-bullet-active {
    background-color: #0e261b;
  }
  .slide-media {
    height: 800px;
  }
  .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
  }
  .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
  }
  .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  }

  @-webkit-keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes mv01-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }
/* ハンバーガーメニュー */
.insta {
	position: fixed;
	top: 3.2vh;
	right: 50px;
	z-index: 998;
	display: block;
}

.insta img {
	width: 32px;
	height: 32px;
}

.hamburger-morph {
	position: fixed;
	top: 3.2vh;
	right: 10px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	background: rgba(14, 38, 27, 1);
}

.hamburger-morph__icon {
	width: 100%;
	height: 100%;
}

.hamburger-morph__line {
	fill: none;
	stroke: #FFF;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
	stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
	stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
	stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.nav-morph {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(14, 38, 27, 0.8);
	clip-path: circle(0% at calc(100% - 44px) 44px);
	transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 900;
}

.nav-morph.active {
	clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.nav-morph__list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.nav-morph__item {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
	opacity: 1;
	transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }

.nav-morph__link {
	position: relative;
	display: inline-block;
	padding: 20px;
	color: #d4ab6b;
	text-decoration: none;
	overflow: hidden;
}

.nav-morph__text {
	font-size: 2.2rem;
}

.nav-morph__hover {
	font-size: 1.4rem;
}

.nav-morph__text,
.nav-morph__hover {
	display: block;
	transition: transform 0.3s ease;
}

.nav-morph__hover {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
	transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
	transform: translateY(-100%);
}

#sec01 {
	background: url(../img/bg_l.png),url(../img/bg_r.png),#0e261b;
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 100%, 115% 0%, left;
	background-size: auto 40%, auto 50%;
	background-attachment: local, local;
}

#sec02 {
	background: url(../img/circle_01.png), url(../img/circle_02.png), url(../img/circle_03.png), #717171;
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 6%, 100% 41.5%, 0% 80%;
	background-size: auto 17%, auto 20%, auto 17%;
	background-attachment: local, local, local;
}

.sec01_img {
	margin-bottom: 8%;
}

.sec_txt {
	font-size: 2.8vw;
	color: #F0F0F0;
	line-height: 6vw;
	letter-spacing: 0.1em;
}

.sec02_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sec_block {
	text-align: center;
	color: #FFF;
}

.block_R, .block_L {
	padding: 10% 8%;
}

.sec_block h3 {
	font-size: 8vw;
	line-height: 3rem;
	margin-bottom: 6%;
}

.sec_block h3 span {
	font-size: 4vw;
}

.sec_block h4 {
	font-size: 6vw;
	margin-bottom: 8%;
	letter-spacing: 0.1rem;
}

#sec02 .sec_txt {
	margin-bottom: 8%;
}

.moreLink {
	margin: 0 0 0 52vw;
	font-size: 1.2rem;
}

.lineArrow {
	width: 110px;
	height: 20px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
   /*傾きを調節*/
	transform: skew(45deg);
	margin: -10px 0 0 0;
}

#sec03 {
	padding: 6vh 0 0;
}

.slider_innner {
	position: relative;
}

.cs_about {
	text-align: left;
	position: absolute;
	top: 5%;
	left: 10%;
}

.cs_about h3 {
	color: #FFF;
	font-size: 1.4vw;
	text-align: center;
	background: #0e261b;
	padding: 8px 0 12px;
	margin-bottom: 2vw;
	width: 11vw
}

.cs_about h4 {
	color: #0e261b;
	font-size: 3.6vw;
	margin-bottom: 2vw;
}

.cs_about .sec_txt {
	color: #0e261b;
}

.slide_img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide_link {
	padding: 14px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-size: 1.4rem;
	color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	position: absolute;
	bottom: 3%;
	right: 5%;
}

.yazirusi {
	margin: -16px 0 0 160px;
	width: 60px;
	height: 14px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: skew(45deg);
}

.cs_slide_link {
	background: url("../img/insta.png") no-repeat;
	background-size: 30px 30px;
	background-position: 15px 50%;
	padding: 12px 20px 12px 64px;
	line-height: 1.5rem;
}

.cs_slide_link span {
	font-size: 1vw;
}

.swiper {
	height: 100vh;
}

#sec04 {
	background-color: #0e261b;
	padding: 8vh 0 0;
}

.slide02 h4, .slide02 .sec_txt {
	color: #FFF;
}

.vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left;
}

#sec04 .block_L {
	width: 40%;
	padding: 5% 0 0 8%;
}

#sec04 .sec_inner {
	display: flex;
}

.president {
	margin-bottom: 5vh;
	white-space: nowrap; 
}

.president h3 {
	color: #FFF;
	font-size: 9vw;
	line-height: 3vw;
	margin-bottom: 0;
	margin: 0 0 0 10%;
}

.president .sec_txt {
	margin: 0 0 0 13%;
	line-height: 2.4rem;
}

.president_txt {
	text-align: left;
	margin: 0 0 0 40%;
	padding: 0 2% 6% 0;
}

.rubi {
	text-orientation: mixed;
	font-size: 1.9rem;
	color:rgba(255,255,255,0.4);
}

.flex_item03 {
	flex-basis: 60%;
    flex-shrink: 0;
}

#sec05 {
	background-color: #717171;
}

footer {
	color: #0e261b;
	padding: 4vh 2vh 2vh;
	width: 100%;
}

.footer_header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 2vw;
}

footer h2 {
	font-size: 5.4vw;
	margin: 0 14px 0 0;
}

footer h2 span{
	font-size: 7vw;
}

footer h3 {
	font-size: 6vw;
	margin-bottom: 3vw;
	letter-spacing: 0.1rem;
}

.adress {
	font-size: 2.4vw;
	line-height: 3vw;
}

.footer_R ul {
	margin-bottom: 3vh;
}

.footer_R ul {
	font-size: 4vw;
	line-height: 6vw;
}

.footer_R ul .sub_menu {
	font-size: 3.6vw;
	padding: 0 0 0 10px;
}

.nolink {
	color:rgba(14,38,27,0.6);
}

.copy {
	text-align: center;
	font-size: 3.6vw;
}

.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.cancel {
	color: #FFF;
	margin: 0 auto;
}

.cancel h3 {
	font-size: 1.6vw;
	margin-bottom: 20px;
}

.cancel_txt {
	text-align: left;
	list-style-type: decimal;
	font-size: 1.2vw;
	line-height: 2vw;
}

/* comme si.*/

.cs_sec_inner {
	letter-spacing: 0.1rem;
}

.cs_fv {
	width: 100%;
	background: url("../img/commesi_01.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.cs_fv h2 {
	position: absolute;
	color: #FFF;
	text-shadow:0 0 10px #0e261b;
	letter-spacing: 0.1rem;
}

#cs_sec01 {
	background: #0e261b;
}

#cs_sec01 .sec_inner {
	justify-content: center;
}

.cs_img img {
	height: auto;
}

#cs_sec02 {
	padding: 0 0 6vh;
	background: url("../img/circle_02.png"),  url("../img/circle_04.png"), url("../img/circle_05.png"), url("../img/circle_02.png"), url("../img/circle_03.png"), #717171;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 152% -1%, 100% 30%, 0% 45%, 118% 67%, -10% 85%;
	background-size: auto 13%, auto 10%, auto 12%, auto 11%, auto 10%;
	background-attachment: local, local, local, local, local;
}

.wood_box_img {
	width : 32%;
}

.wood_box_img img {
	width: 100%;
	height: auto;
}

#cs_sec03 {
	background: #0e261b;
	padding: 0 0 16vh;
}

#cs_sec03 h2 {
	padding: 16vh 0 9vh;
}

#cs_sec03 .mc01 {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.mc_img img {
	width: 100%;
	height: auto;
}

.mc01 .mc_txt {
	font-size: 0.9vw;
	color: #FFF;
	position: absolute;
	bottom: 8%;
	right: 0;
}

.price_inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10vh;
}

#cs_sec04 h3 {
	font-size: 2.4vw;
	margin-bottom: 40px;
	color: #0e261b;
}

.cs_sec_inner h3 {
	color: #FFF;
}

.cs_sec_rubi {
	color: #FFF;
}

.color_br {
	color: #3c2820;
	margin: 0 25px 0 0;
}

.color_w {
	color: #FFF;
}

.box_color {
	font-size: 3.6vw;
}

.box_img img {
	filter: drop-shadow(0 15px 12px #333);
}

.box_type h4 {
	font-size: 2.4vw;
	margin-bottom: 25px;
}

.box_under {
	position: relative;
	color: #FFF;
}

.box_spec {
	font-size: 1.2vw;
	line-height: 1.8vw;
}

.box_spec span {
	font-size: 1vw;
	line-height: 3vw;
}

.color_vt {
	position: absolute;
	top: 10%;
	right: 0;
	letter-spacing: 0.5rem;
	font-size: 1vw;
}

.cvb {
	color: #3c2820;
}

.cvw {
	color: #FFF;
}

.cs02 {
	position: relative;
	background: url("../img/circle_01.png"), url("../img/wood_box_bg.png");
	background-repeat: no-repeat, no-repeat;
	background-size: auto 70%, cover;
	background-position: -10% -33%, 0 0;
	color: #FFF;
}

.kodawari {
	justify-content: space-around;
	width: 100%;
	margin-bottom: 5%;
}

.kodawari h5 {
	writing-mode: vertical-rl;
	font-size: 2.8vw;
	text-align: left;
	width : 26%;
	padding: 6% 13% 0 0;
}

.kodawari_txt {
	text-align: left;
	font-size: 0.9vw;
	line-height: 1.8vw;
	margin: 0 0 0 11.5%;
	padding: 1% 0 1% 6%;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.cs01, .cs02, .cs03, .cs04, .cs05 {
	width: 90%;
}

.cs01, .cs03, .cs05 {
	margin: 0 auto 8vh;
}

.cs04 {
	margin: 0 auto 12vh;
}

.cs02 {
	margin: 0 auto 12vh;
	padding: 5%;
}

.cs03 {
	color: #FFF;
}

.box_type {
	justify-content: space-between;
	margin-bottom: 6vw;
}

.box_type img {
	width: 100%;
	height: auto;
}

 .box_rect {
	flex-basis: 40%;
}

.cs03 .box_rect {
	flex-basis: 42%;
}

.box_obl {
	flex-basis: 54%;
}

.cs03 .box_obl {
	flex-basis: 52%;
}

.box_obl img {
	margin-top: 6%;
}

.cs03 .box_obl img {
	margin-top: 8%;
}

.box_img {
	margin-bottom: 4vw;
}

.features {
	margin-bottom: 6vw;
}

.features img {
	width: 100%;
	height: auto;
}

.features .sec_txt {
	margin-bottom: 30px;
}

.add {
	font-size: 1vw;
	line-height: 2vw;
}

#cs_sec04 {
	padding: 0 0 8vh;
	color: #717171;
	position: relative;
}

#cs_sec04 h2 {
	padding: 10vh 0 0;
}

.price_list table {
	color: #717171;
	width: 100%;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	font-size: 1vw;
	margin-bottom: 30px;
}

.price_list table tr {
	border-bottom: 1px solid #c5c5c5;
}

.price_list table td {
	padding: 20px 0;
}

.price_list table th, .price_list table td {
	width: 25%;
	text-align: center;
}

.item {
	font-size: 1.1vw;
}

.item th {
	padding: 10px 0;
}

.type {
	font-size: 2vw;
	vertical-align: middle;
	color: #0e261b;
}

.price_notice {
	text-align: left;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.price_notice .sec_txt{
	color: #717171;
}

.option_inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 8vh;
}

.option_inner .sec_txt{
	color: #717171;
	font-size: 1.2vw;
	margin-bottom: 4vh;
}

.option_details {
	border: 1px solid #c5c5c5;
	text-align: left;
	margin-bottom: 10px;
}

.option_details summary {
	position: relative;
	padding: 18px 20px;
	font-size: 1.6vw;
	cursor: pointer;
	list-style: none;
}

.option_details summary::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
	background: url("../img/plis.png") no-repeat;
	background-size: cover;
	width: 35px;
	height: 22px;
}

.option_details[open] summary::before {
	background: url("../img/minus.png") no-repeat;
	background-size: cover;
}

.option_img {
	flex-basis: 48%;
}

.option_img img {
	width: 100%;
	height: auto;
}

.option_txt {
	flex-basis: 48%;
	font-size: 1.2vw;
	line-height: 2vw;
	padding-left: 6%;
}

.option_contents {
	width: 96%;
	margin: 0 auto;
	padding: 4% 0;
	border-top: 1px solid #c5c5c5;
	justify-content: center;
	align-items: center;
}

#cs_sec05 {
	background: #0e261b;
	padding: 0 0 12vh;
}

.process_inner {
	width: 70%;
	margin: 0 auto;
	color: #FFF;
}

.process {
	justify-content: space-between;
	align-items: center;
}

.process_img {
	height: 130px;
	vertical-align: middle;
    display: table-cell;
}

.process_img img , .parrow img {
	width: 80%;
	height: auto;
}

.process_txt {
	font-size: 1vw;
}

.tooder {
	position: sticky;
	top: 15%;
	text-align: right;
}

#cs_sec06 {
	background: #717171;
	padding: 0 0 12vh;
}

.img_center img {
	width: 100%;
	height: auto;
	align-items: center;
	text-align: center;
	margin-bottom: 4vw;
}

.cle_innner {
	text-align: left;
	color: #FFF;
	align-items: center;
}

.cle_L h4 {
	font-size: 2.4vw;
	margin: 0 15px 15px 0;
}

.clv {
	margin-top: 4%;
	font-size: 1vw;
}

.cle_L .color_br {
	margin: 0 6px 0 0;
}

.cle_L .flex {
	justify-content: flex-start;
}

.rec_spec {
	margin-bottom: 16%;
}

.rec_spec02 {
	margin-bottom: 10px;
}

.cle_L .add {
	line-height: 1.4vw;
}

.cle_R .sec_txt {
	margin-bottom: 15px;
}

.cs05 .box_midashi {
	text-align: center;
	margin-bottom: 5vw;
}

.cs05 .box_midashi h3 {
	margin-bottom: 10px;
}

.cs05 .box_midashi .cs_sec_rubi {
	margin-bottom: 0;
}

.cs05 h4 {
	color: #d4ab6b;
	font-size: 2.6vw;
	margin-bottom: 5vw;
}

.ceremony_wrap {
	color: #FFF;
}

.ceremony_wrap01 {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 50px;
	margin-bottom: 80px;
}

.ceremony01, .ceremony02 {
	align-items: stretch;
}

.ceremony_L {
	flex-basis: 50%;
	position: relative;
}

.ceremony_R {
	flex-basis: 50%;
	position: relative;
}

.ceremony_img img {
	width: 100%;
	height: auto;
}

.ceremony_txt {
	text-align: left;
	font-size: 1.4vw;
	line-height: 2.4vw;
}

.ceremony_arrow {
	position: absolute;
}

.adjust {
	margin-top: -6px;
}

/* /comme si.*/

@media (max-width: 768px) {

.pc {
	display: none;
}

.header_logo img{
	width: 30%;
	height: auto;
}

section h2 {
	font-size: 9vw;
	line-height: 6vw;
}

.sec01_img img {
	width: 70%;
	height: auto;
}

#cs_sec01 .sec_txt {
	font-size: 3.5vw;
	line-height: 7vw;
}

#sec02 {
	padding: 8vh 0 6vh;
}

.footer_L {
	margin-bottom: 3vh;
}

#sec05 {
	padding: 6vh 0;
}

/* comme si.*/

.cs_fv {
	height: 80vh;
	background: url("../img/commesi_01_sp.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

.cs_fv h2 {
	left: 5%;
	bottom: 10%;
	font-size: 6vw;
	line-height: 9vw;
}

.cs_img img {
	width: 50vw;
	margin-bottom: 40px;
}

#cs_sec02 h2 {
	padding: 6vh 0 0;
}

#cs_sec02 {
	background-position: 553% 2%, -240% 27%, 0% 45%, 118% 70%, 0% 92%;
	background-size: auto 7%, auto 9%, auto 7%, auto 7%, auto 6%;
	background-attachment: local, local, local, local, local;
}

.box_midashi {
	text-align: center;
}

.cs_sec_inner h3 {
	font-size: 7vw;
	margin-bottom: 15px;
}

.cs_sec_rubi {
    font-size: 3vw;
    margin-bottom: 5px;
}

.box_color {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3vw;
	margin-bottom: 25px;
}

.box_rect {
	margin-bottom: 15px;
}

.box_rect .box_img img {
	width: 70%;
}

.box_img {
    margin-bottom: 8vw;
}

.box_type h4 {
    font-size: 6.4vw;
    margin-bottom: 20px;
}

.box_spec {
	font-size: 4vw;
	line-height: 7vw;
}

.color_vt {
    letter-spacing: 1rem;
    font-size: 2vw;
	top: 10%;
}

.box_rect .color_vt {
	right: 14%;
}

.box_obl .color_vt {
	right: 0;
}

.box_spec span {
	font-size: 2vw;
	line-height: 6vw;
}

.cs01 {
	margin: 0 auto 4vh;
}

.kodawari {
	display: flex;
}

.kodawari h5 {
    font-size: 5vw;
    padding: 0 13% 0 0;
}

.kodawari_txt {
    text-align: left;
    font-size: 2.4vw;
    line-height: 4vw;
}

.cs02 {
	background-size: auto 53%, cover;
	background-position: -30% -21%, 0 0;
	margin: 0 auto 6vh;
}

.cs03 .box_type {
	margin-bottom: 12vw;
}

.features .sp {
	font-size: 6vw;
	margin-bottom: 25px;
}

.features .block_R  {
	padding: 0;
	text-align: left;
}

.features .add, .cle_R .add {
	font-size: 2.4vw;
	line-height: 4vw;
}

.cle_L h4 {
	font-size: 6vw;
	margin: 0 20px 0 0;
}

.cle_L .flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.clv {
	font-size: 2.4vw;
	margin: 0 20px 0 0;
}

.cle_L .sp {
	font-size: 4vw;
	line-height: 3.6vw;
}

.cle_L .sp span {
	font-size: 2vw;
}

.cle_R .sec_txt {
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.4);
	font-size: 3.5vw;
}

.cs03 {
	margin: 0 auto 9vh;
}

.img_center img {
    margin-bottom: 7vw;
}

.cs04 {
	margin: 0 auto 6vh;
}

.cs05 h4 {
    font-size: 6.5vw;
    margin-bottom: 30px;
}

.ceremony_txt {
    font-size: 3.6vw;
    line-height: 6vw;
}

.ceremony02 .ceremony_txt {
    padding-left: 22%;
    margin-top: -7%;
}

.ceremony02 .txt_left {
    padding-left: 0;
}

.ceremony_arrow img {
	width: 60%;
	height: auto;
}

.ceremony01 {
	margin-bottom: 70px;
}

.ceremony02 {
	margin-bottom: 40px;
}

.ceremony01 .ceremony_R, .ceremony02 .ceremony_R,.ceremony03 .ceremony_R {
	margin-top: -8%;
}

.ceremony01 .ceremony_arrow {
	right: 0;
	top: 0;
}
.ceremony_sp {
	position: relative;
}

.ceremony_sp .ceremony_arrow {
	position: absolute;
	left: 0;
	top: 0;
}

.ceremony_wrap01 {
	margin-bottom: 40px;
}

.ceremony_wrap02 .ceremony02 {
	margin-bottom: 0;
}

.cs05 {
	margin: 0 auto 2vh;
	padding-top: 5vh;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#cs_sec03 {
	padding: 0 0 6vh;
}

#cs_sec03 h2 {
    padding: 8vh 0 2vh;
}

#cs_sec03 .mc01 {
    width: 90%;
}

.mc01 .mc_txt {
    font-size: 2vw;
    line-height: 3.8vw;
    text-align: left;
    bottom: 0%;
    right: 1%;
}

.tooder {
	display: none;
}

#cs_sec04 h2 {
	padding: 6vh 0 0;
}

#cs_sec04 h3 {
	font-size: 6vw;
	margin-bottom: 25px;
}

.price_inner {
    width: 90%;
    margin-bottom: 6vh;
}

.item {
	font-size: 3vw;
}

.type {
	font-size: 4vw;
}

.price_list table td {
	font-size: 3vw;
}

.price_list table {
	margin-bottom: 20px;
}

.price_notice {
	width: 100%;
}

.price_notice .sec_txt {
	font-size: 3.5vw;
	line-height: 6vw;
	margin-bottom: 20px;
}

.price_notice .add {
	font-size: 2vw;
	line-height: 3vw;
	margin-bottom: 30px;
}

.oder_btn {
	background: #0e261b;
	color: #FFF;
	font-size: 5vw;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
}

.oder_btn a {
	display: block;
}

.option_inner {
	width: 90%;
    margin-bottom: 30px;
}

.option_inner .sec_txt {
    font-size: 3.5vw;
	line-height: 6vw;
    margin-bottom: 25px;
}

.option_details summary {
    padding: 18px 20px;
    font-size: 3.5vw;
}

.option_img {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}

.option_txt {
    font-size: 3.5vw;
	line-height: 6vw;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
}

.option_txt span {
    font-size: 2.6vw;
	line-height: 4vw;
}

#cs_sec04 {
	padding: 0 0 6vh;
}

#cs_sec05 {
	padding: 0 0 8vh;
}

#cs_sec05 h2 {
	padding: 8vh 0 0;
}

.process_inner {
    width: 90%;
}

.process {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.process_block, .parrow {
	width: 20%;
}

.parrow img {
	width: 50%;
}

.process_img img {
	width: 90%;
}

.process_txt {
	font-size: 2.4vw;
}

.option_details summary::before {
	right: 3%;
	width: 45px;
	height: 28px;
}

.cs_slide_link span {
	font-size: 3vw;
}

.cs_slide_link {
	background-size: 28px 28px;
	background-position: 10px 50%;
	padding: 10px 20px 10px 48px;
	line-height: 1.5rem;
}

.cs_slide_link .yazirusi {
	margin: -16px 0 0 135px;
}

.slide_link {
	color: #FFF;
	border: none;
	background-color: #0e261b;
}

#cs_sec06 h2 {
	padding: 6vh 0 1vh;
	margin-bottom: 0;
}

.cancel {
	width: 80%;
}

.cancel h3 {
	font-size: 4vw;
}

.cancel_txt {
	font-size: 3vw;
	line-height: 5vw;
}

#cs_sec06 {
	padding: 0 0 6vh;
}

.features .sec_txt {
	font-size: 3.5vw;
}

.cs_about h3 {
	font-size: 4vw;
	width: 30vw;
	margin-bottom: 4vw;
}

.cs_about h4 {
	font-size: 5vw;
	margin-bottom: 3vw;
}

/* /comme si.*/

}

@media (min-width: 769px) and (max-width: 1024px) {

.sp {
	display: none;
}

.insta img {
	width: 40px;
	height: 40px;
}

.header_logo img {
	width: 130px;
	height: auto;
}

.insta {
	top: 25px;
	right: 74px;
}

.hamburger-morph {
	top: 25px;
	right: 20px;
	width: 40px;
	height: 40px;
}

.fv h2 {
	font-size: 3vw;
	line-height: 5vw;
}

section h2 {
	font-size: 6vw;
	line-height: 4vw;
	margin-bottom: 0;
	padding: 6% 0 5%;
}

#sec01 h2, #sec02 h2 {
	padding: 10vh 0 6vh;
}

#sec03 h2, #sec04 h2 {
	padding: 8vh 0 6vh;
}

section h2 span {
	font-size: 2vw;;
}

.sec_txt {
	font-size: 1.3vw;
	line-height: 2.8vw;
}

#sec01 {
	background-position: 0% 100%, 112% 0%, left;
	background-size: auto 50%, auto 70%;
	padding: 0 0 12vh 0;
}

.sec_inner {
	display: flex;
	align-items: center;
}

.sec01_img img {
	width: 48vh;
	height: auto;
}

#sec02 {
	background-position: 0% 15%, 100% 58%, -8% 98%;
	background-size: auto 32%, auto 32%, auto 32%;
}

.sec_block {
	text-align: left;
}

.sec_block h3 {
	font-size: 8vw;
	line-height: 4rem;
}

.flex_item01 {
	flex-basis: 48%;
    flex-shrink: 0;
}

.flex_item02 {
	flex-basis: 52%;
    flex-shrink: 0;
}

.block_R {
	padding: 0 0 0 8%;
}

.innner01, .innner02 {
	margin-bottom: 60px;
}

.block_L {
	padding: 0 0 0 8%;
}

.sec_block h3 {
	font-size: 4vw;
	line-height: 2.4rem;
	margin-bottom: 8%;
}

.sec_block h3 span {
	font-size: 1vw;
}

.sec_block h4 {
	font-size: 2vw;
	margin-bottom: 8%;
}

.moreLink {
	margin: 0 0 0 26vw;
	font-size: 1.3rem;
}

.lineArrow {
	width: 120px;
	margin: -12px 0 0 -18px;
}

#sec02 {
	padding: 0 0 12vh;
}

#sec03, #sec04 {
	padding: 0 0;
}

.cs_about {
	top: 10%;
	left: 15%;
}

.slide_link {
	bottom: 5%;
	right: 5%;
	font-size: 1.8rem;
}

.yazirusi {
	margin: -16px 0 0 200px;
}

.cs_slide_link .yazirusi {
	margin: -16px 0 0 180px;
}

.cs_about {
	left: 10%;
}

.flex_item03 {
	flex-basis: 60%;
}

#sec04 .block_L {
	width: 40%;
	padding: 0 0 0 15%;
}

.president h3 {
	font-size: 4vw;
	line-height: 2vw;
	padding: 0 0%;
}

.president .sec_txt {
	margin: 2% 0 0 10%;
	line-height: 2.4rem;
}

.rubi {
	font-size: 2.2rem;
	margin: 2% 0 0 0;
}

#sec05 {
	padding: 0 0 12vh;
}

footer {
	padding: 10vh 0 4vh;
}

.footer_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 80vw;
	margin: 0 auto 8vh;
}

.footer_R ul {
	font-size: 1.4vw;
	line-height: 2vw;
}

footer h2 {
	font-size: 1.6vw;
	margin: 0 14px 0 0;
}

footer h2 span{
	font-size: 2.6vw;
}

footer h3 {
	font-size: 2.4vw;
	margin-bottom: 2vw;
}

.adress {
	font-size: 1.1vw;
	line-height: 1.5vw;
}

.footer_R ul .sub_menu {
	font-size: 1vw;
	padding: 0 0 0 10px;
}

.copy {
	font-size: 1.2vw;
}

/* comme si.*/

.cs01, .cs02, .cs03, .cs04, .cs05 {
	width: 70%;
}

.flex {
	display: flex;
}

.box_flex {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 4vw;
}

.cs_fv {
	height: 500px;
}

.cs_fv h2 {
	left: 5%;
	bottom: 8%;
	font-size: 3vw;
	line-height: 4.8vw;
}

#cs_sec01 {
	padding: 10vh 0;
}

.cs_img {
	margin: 0 5vw 0 0;
}

.cs_img img {
	width: 32vw;
}

#cs_sec02 h2 {
	font-size: 5vw;
	line-height: 4vw;
	padding: 8vh 0 4vh;
}

#cs_sec02 .cs_sec_inner {
	width: 80%;
	margin: 0 auto 8vh;
}

.cs_sec_rubi {
	font-size: 1.2vw;
	margin-bottom: -3%;
}

.box_midashi {
	text-align: left;
}

.cs_sec_inner h3 {
	font-size: 3.6vw;
}

.box_color {
	font-size: 1.2vw;
}

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

.box_type img {
	width: 100%;
	height: auto;
}

.box_rect {
	flex-basis: 40%;
}

.box_obl {
	flex-basis: 54%;
}

.box_img {
	margin-bottom: 4vw;
}

.box_obl img {
	margin-top: 6%;
}

.box_spec {
	font-size: 1.6vw;
	line-height: 2.4vw;
}

.box_type h4 {
	font-size: 2.8vw;
	margin-bottom: 25px;
}

.box_spec span {
	font-size: 1.2vw;
	line-height: 3vw;
}

.features h3 {
	font-size: 2.8vw !important;
}

.features .flex_item01 {
	width: 46%;
}

.features .flex_item02 {
	width: 54%;
}

.features .block_R {
	padding: 0 0 0 6%;
}

.kodawari_txt {
	font-size: 1.1vw;
	line-height: 2vw;
}

#cs_sec03 {
	padding: 0 0 12vh;
}

#cs_sec03 h2 {
	font-size: 5vw;
	padding: 9vh 0;
}

.item {
	font-size: 1.4vw;
}

td {
	font-size: 1.4vw;
}

#cs_sec04 h3 {
	font-size: 2.8vw;
}

.option_inner .sec_txt{
	font-size: 1.4vw;
}

.option_details summary {
	font-size: 1.8vw;
}

.option_txt {
	font-size: 1.4vw;
	line-height: 2.2vw;
}

#cs_sec04 {
	padding: 0 0 4vh;
}

.process_txt {
	font-size: 1.3vw;
}

.cle_L {
	flex-basis: 30%;
}

.cle_R {
	flex-basis: 70%;
	border-left: 1px solid rgba(255,255,255,0.6);
	padding: 1% 0 1% 8%;
}

.ceremony02, .ceremony03 {
	margin-top: -3%;
}

.ceremony01 .ceremony_txt {
	margin: 26% 0 0 15%;
}

.ceremony_wrap02 .ceremony01 .ceremony_txt {
	margin: 29% 0 0 10%;
}

.ceremony02 .ceremony_txt {
	margin: 26% 0 0 0;
}

.ceremony_wrap02 .ceremony02 .ceremony_txt {
	margin: 13% 10% 0 0;
}

.ceremony03 .ceremony_txt {
	margin: 10% 0 0 8%;
}

.ceremony01 .ceremony_arrow {
	left: 7%;
	bottom: 15%;
}

.ceremony02 .ceremony_arrow {
	right: 7%;
	bottom: 15%;
}

.price_notice .sec_txt{
	flex-basis: 48%;
	font-size: 1.2vw;
}

.price_notice .add{
	flex-basis: 52%;
	font-size: 0.9vw;
	line-height: 1.6vw;
	border-left: 1px solid #d5d5d5;
	padding-left: 6%;
}

.slide_link {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

/*ホバーしたときに下線矢印も同時に色を変える*/
.slide_link:hover .yazirusi  {
	border-bottom: 1px solid #d4ab6b;
	border-right: 1px solid #d4ab6b;
}

.slide_link:hover {
	color: #d4ab6b;
}

.cs_slide_link:hover {
	background: url("../img/insta_hover.png") no-repeat;
	background-size: 30px 30px;
	background-position: 15px 50%;
}

#cs_sec06 h2 {
	padding: 10vh 0 3vh;
}

.cancel {
	width: 70%;
}

/* /comme si.*/


}

@media screen and (min-width:1024px) {

.sp {
	display: none;
}

.insta img {
	width: 40px;
	height: 40px;
}

.header_logo img {
	width: 180px;
	height: auto;
}

.insta {
	top: 36px;
	right: 74px;
}

.hamburger-morph {
	top: 36px;
	right: 20px;
	width: 40px;
	height: 40px;
}

section {
	padding: 0 0;
}

.fv h2 {
	font-size: 2.2vw;
	line-height: 4vw;
	top: 35%;
	right: 5%;
}

section h2 {
	font-size: 4vw;
	line-height: 2vw;
	margin-bottom: 0;
	padding: 10vh 0 9vh;
}

section h2 span {
	font-size: 1vw;;
}

.sec01_img {
	margin-bottom: 6%;
}

.sec_txt {
	font-size: 1.1vw;
	line-height: 2.4vw;
}

#sec01 {
	background-position: 0% 100%, 105% 0%, left;
	background-size: auto 70%, auto 100%;
	padding: 0 0 14vh 0;
}

#sec01 h2 {
	padding: 14vh 0 9vh;
}

.sec01_img img {
	width: 450px;
	height: auto;
}

.sec_inner {
	display: flex;
	align-items: center;
}

#sec02 .sec_inner {
	margin-bottom: 80px;
}

#sec02 .sec_inner:nth-child(4) {
	margin-bottom: 0;
}

#sec02 {
	background-position: 0% 7%, 100% 55%, -8% 98%;
	background-size: auto 37%, auto 43%, auto 38%;
	padding: 0 0 14vh 0;
}

#sec02 h2 {
	padding: 14vh 0 9vh;
}

.sec_block {
	text-align: left;
}

.sec_block h3 {
	font-size: 8vw;
	line-height: 4rem;
}

.flex_item01 {
	flex-basis: 50%;
    flex-shrink: 0;
}

.flex_item02 {
	flex-basis: 50%;
    flex-shrink: 0;
}

.block_R {
	padding: 0 0 0 10%;
}

.block_L {
	padding: 0 0 0 12%;
}

.sec_block h3 {
	font-size: 4vw;
	line-height: 2.4rem;
	margin-bottom: 8%;
}

.sec_block h3 span {
	font-size: 1vw;
}

.sec_block h4 {
	font-size: 2vw;
	margin-bottom: 8%;
}

.moreLink {
	margin: 0 0 0 26vw;
	font-size: 1.3rem;
}

.lineArrow {
	width: 120px;
	margin: -12px 0 0 -18px;
}

#sec03 {
	padding: 0 0;
}

#sec03 h2 {
	padding: 10vh 0 9vh;
}

.cs_about {
	top: 10%;
	left: 15%;
}

.slide_link {
	bottom: 8%;
	right: 5%;
	font-size: 1.8rem;
}

.yazirusi {
	margin: -16px 0 0 200px;
}

.cs_slide_link .yazirusi {
	margin: -16px 0 0 180px;
}

#sec04 {
	background-color: #0e261b;
	padding: 0 0;
}

.flex_item03 {
	flex-basis: 60%;
}

#sec04 .block_L {
	width: 40%;
	padding: 0 0 0 18%;
}

.president h3 {
	font-size: 4vw;
	line-height: 2vw;
	padding: 0 0;
}

.president .sec_txt {
	margin: 2% 0 0 10%;
	line-height: 2.4rem;
}

.rubi {
	margin: 2% 0 0 0;
	font-size: 2.7rem;
}

#sec05 {
	padding: 0 0 14vh 0;
}

footer {
	padding: 10vh 0 4vh;
}

.footer_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 80vw;
	margin: 0 auto 8vh;
}

footer h2 {
	font-size: 1.8vw;
	margin: 0 14px 0 0;
}

footer h2 span{
	font-size: 2.6vw;
}

footer h3 {
	font-size: 2.4vw;
	margin-bottom: 2vw;
}

.adress {
	font-size: 1.2vw;
	line-height: 2vw;
}

.footer_R ul {
	font-size: 1.4vw;
	line-height: 2vw;
}

.footer_R ul .sub_menu {
	font-size: 1vw;
	padding: 0 0 0 10px;
}

.copy {
	font-size: 1.4vw;
}

/* comme si.*/

.cs01, .cs02, .cs03, .cs04, .cs05 {
	width: 70%;
}

.flex {
	display: flex;
}

.box_flex {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 4vw;
}

.cs_fv {
	height: 85vh;
}

.cs_fv h2 {
	left: 5%;
	bottom: 10%;
	font-size: 2.2vw;
	line-height: 3.6vw;
}

#cs_sec01 {
	padding: 12vh 0;
}

.cs_img {
	margin: 0 5vw 0 0;
}

.cs_img img {
	width: 25vw;
}

#cs_sec02 {
	padding: 0 0 6vh;
}

#cs_sec02 h2 {
	line-height: 3vw;
	padding: 16vh 0 8vh;
}

.cs_sec_inner h3 {
	font-size: 3.6vw;
}

.box_midashi {
	text-align: left;
}

.box_color {
	font-size: 1.2vw;
}

.cs_sec_rubi {
	font-size: 1.2vw;
	margin-bottom: -3%;
}

.features h3 {
	font-size: 2.8vw !important;
}

.features .flex_item01 {
	width: 46%;
}

.features .flex_item02 {
	width: 54%;
}

.features .block_R {
	padding: 0 0 0 6%;
}

.cle_L {
	flex-basis: 30%;
}

.cle_R {
	flex-basis: 70%;
	border-left: 1px solid rgba(255,255,255,0.6);
	padding: 1% 0 1% 8%;
}

.ceremony02, .ceremony03 {
	margin-top: -3%;
}

.ceremony01 .ceremony_txt {
	margin: 26% 0 0 15%;
}

.ceremony_wrap02 .ceremony01 .ceremony_txt {
	margin: 29% 0 0 10%;
}

.ceremony02 .ceremony_txt {
	margin: 26% 0 0 0;
}

.ceremony_wrap02 .ceremony02 .ceremony_txt {
	margin: 13% 10% 0 0;
}

.ceremony03 .ceremony_txt {
	margin: 10% 0 0 8%;
}

.ceremony01 .ceremony_arrow {
	left: 7%;
	bottom: 15%;
}

.ceremony02 .ceremony_arrow {
	right: 7%;
	bottom: 15%;
}

.price_notice .sec_txt{
	flex-basis: 48%;
	font-size: 1.2vw;
}

.price_notice .add{
	flex-basis: 52%;
	font-size: 0.9vw;
	line-height: 1.6vw;
	border-left: 1px solid #d5d5d5;
	padding-left: 6%;
}

.slide_link {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

/*ホバーしたときに下線矢印も同時に色を変える*/
.slide_link:hover .yazirusi  {
	border-bottom: 1px solid #d4ab6b;
	border-right: 1px solid #d4ab6b;
}

.slide_link:hover {
	color: #d4ab6b;
}

.cs_slide_link:hover {
	background: url("../img/insta_hover.png") no-repeat;
	background-size: 30px 30px;
	background-position: 15px 50%;
}

#cs_sec06 h2 {
	padding: 10vh 0 3vh;
}

.cancel {
	width: 40%;
}

.cancel_txt {
	font-size: 0.8vw;
	line-height: 1.4vw;
}

/* /comme si.*/


}