@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
/*全体の設定
---------------------------------------------------------------------------*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    color: #292929;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.375rem;
    font-size: 16px;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
    text-align: center;
}
a {
    text-decoration: none;
}
.grecaptcha-badge {
	display: none;
}
/*ヘルプタグ
---------------------------------------------------------------------------*/
.pc {
    display: block;
}
.sp {
    display: none;
}
.f-shippori {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.text-center {
    text-align: center;
}
.f-w {
    color: #fff;
}
.f-bold {
    font-weight: 700;
}
/*角っこ色違い帯*/
.title-bg {
    position: relative;
    background: #941624;
}
.title-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #af5c4d;
    border-right: 25px solid transparent;
}
.title-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #af5c4d;
    border-left: 25px solid transparent;
}
.badge {
    position: absolute; 
    background: url(../images/endroll/04_mark2.webp) center / cover no-repeat;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #f7ee13;
    font-size: 43px; 
    font-weight: 500;
    line-height: 1.2;
    transform: rotate(10deg);
    letter-spacing: 0.08em;
}
.badge span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
.attention span {
    color: #f7ee13;
	font-size: 18px;
}

.pricebox {
    color: #000;
    font-weight: 600;
    display: flex;
}
.pricebox .price_ex {
    margin-bottom: 5px;
}
.pricebox .price_ex span {
    font-size: 25px;
}
.pricebox .price_ex .f-xs {
    font-size: 14px;
}
.pricebox .price_ex .en {
    font-size: 18px;
}
.pricebox .price_ex .kara {
    font-size: 18px;
}
.pricebox .price_inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pricebox .price {
    color: #c93b32;
    font-size: 20px;
    border-bottom: 2px solid #c93b32;
    line-height: 1.2;
    position: relative;
}
.pricebox .price_inner::before {
    content: "";
    background: url(../images/endroll/arrow.png) center / cover no-repeat;
    width: 59px;
    height: 20px;
    display: block;
    margin-top: 20px;
}
.pricebox .price span {
    font-size: 42px;
}
.pricebox .price .en {
    font-size: 30px;
}
.pricebox .price .kara {
    font-size: 26px;
}
/*レイアウト
---------------------------------------------------------------------------*/
.inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}
/*各タイトル
---------------------------------------------------------------------------*/
.title {
    text-align: center;
    margin-bottom: 35px; 
    letter-spacing: -0.12em;	
    font-family: "Shippori Mincho", serif;
}
.subtitle {
    font-size: 20px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
    display: block;
    background: url(../images/endroll/05_line.webp) center bottom / 225px no-repeat;
    padding-bottom: 10px;
}
.title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width : 767px) {
    section,#plan1 {
        scroll-margin-top: 80px
    }
	.title h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.subtitle {
        font-size: 18px;
        margin-bottom: 15px;
        background: url(../images/endroll/05_line.webp) center bottom / 200px no-repeat;
    }
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
    margin: auto;
	height: 102px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
	position: fixed;
}
header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 22px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
	padding-right: 100px;
	padding-left: 10px;
}
main {
	padding-top: 102px;
}
section {
  scroll-margin-top: 102px;
}
.logo {
    width: 152px;
    margin: 0 8px;
}
nav {
    display: flex;
}
nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    gap: 35px;
}
nav li a {
    color: #000;
}
nav li a:not(.cta-btn):hover {
    border-bottom: 2px solid #6899ae;
}
.cta-btn {
    background: #6899ae;
    color: #fff;
    display: flex; 
    align-items: center; 
    justify-content: center;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #6899ae;
    transition: .3s;
}
.cta-btn:hover {
    background: #fff; 
    color: #6899ae;
}
.cta-btn .fa {
	margin-right: 10px;
	margin-top: 3px;
}
/*追従ボタン*/
.cta {
	position: fixed; 
	top: 20px;
	right: 20px;
	width: 158px;
	height: 158px;
	display: flex; 
	align-items: center; 
	justify-content: center;
	background: url(../images/endroll/button.png) center / cover no-repeat;
	color: #fff;
	z-index: 999;
	padding-top: 20px;
	transition: .3s;
}
.cta a {
	display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.cta:hover {
	transform: translateY(-4px);
}
@media screen and (max-width : 1369px) {
	header .inner {
		padding-right: 200px;
	}
}
@media screen and (max-width : 900px) {
	header {
		height: 80px;
		position: fixed;
	}
	header .inner {
		padding: 0 15px;
		height: 100%;
	}
	.logo {
		width: 120px;
	}
	.cta {
		display: none;
	}
	main {
		padding-top: 80px;
	}
}
/*fv
---------------------------------------------------------------------------*/
.fv_visual{
    position: relative;
    width: 100%;
    background: url(../images/endroll/01_backimg.webp) center / cover no-repeat;
    height: 486px;
}
.fv_content{
    position: absolute;
    inset: 0;
}
.fv_inner{
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 22px;
}
.fv_title {
    font-size: 55px;
    text-align: center;
    color: #fff;
    padding: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
}
.fv_title span {
    display: block;
    font-size: 30px;
	font-weight: 500;
}
.fv_ribbon,
.fv_campaign-banner,
.fv_text {
    position: absolute;
}
.fv_ribbon {
    left: 20px;
    top: -148px;
    writing-mode: vertical-rl;
    width: 124px;
    height: 338px;
    background: url(../images/endroll/01_ribbon.webp) center / cover no-repeat;
    padding-top: 40px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-right: 20px;
    font-size: 17px;
    z-index: 10;
}
.fv_ribbon span {
	font-size: 36px;
	display: block; 
}
ruby{
  ruby-position: over;
}
rt{
  font-size: 0.5em;
  line-height: 1;
}
.fv_campaign-banner {
	top: 44%;
    left: 8%;
    background: url(../images/endroll/01_mark2.webp) center / cover no-repeat;
    width: 314px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 82px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #c89c53;
    line-height: 1; 
    align-content: center;
}
.fv_campaign-banner span {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
}
.fv_campaign-banner span:first-child::before {
    content: "＼";
    margin-right: 5px;
}
.fv_campaign-banner span:first-child::after {
    content: "／";
    margin-left: 5px;
}
.fv_campaign-banner span:first-child {
    margin-bottom: 10px; 
    font-weight: 400;
}
.fv_campaign-banner span.f-shippori {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.fv_text {
    top: 80%;
    right: 9%;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
/*
動画バージョン
---------------------------------------------------------------------------*/
.endroll2 .fv_visual{
  position: relative;
  width: 100%;
  height: 560px;
  background: none;
}
.endroll2 .fv_videoWrap{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.endroll2 .fv_bgvideo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.endroll2 .fv_overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}
.endroll2 .fv_content{
  position: absolute;
  inset: 0;
  z-index: 2; 
}
.endroll2 .fv_inner{
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 22px;
}
.endroll2 .fv_text {
    top: 70%;
	right: 14%;
}
.endroll2 .fv_campaign-banner {
    top: 44%;
    left: 1%;
}
/*スマホ表示*/
@media screen and (max-width : 1029px) {
	.fv_title {
		font-size: 4.8872vw;
		padding: 2vw;
        padding-left: 7vw;
	}
	.fv_title span {
    	font-size: 2.5vw;
	}
	.fv_visual {
		height: 70vw!important;
	}
	/*.endroll2 .fv_visual {
		height: 47.23vw;
	}*/
	.fv_ribbon {
		left: 2.9436vw;
        top: -14.884vw;
        width: 14.05vw;
        height: 41.847vw;
        padding-top: 2.4295vw;
        padding-right: 1.5vw;
        font-size: 2.2vw;
	}
	.fv_ribbon span {
		font-size: 5vw;
	}
    .fv_text {
        top: initial!important;
        right: 0!important;
        font-size: 5vw;
        bottom: 7vw;
        left: 0;
        text-align: center;
	}
	.fv_campaign-banner {
        bottom: 18vw;
        left: 6vw!important;
        width: 30.515vw;
        height: 24.295vw;
        font-size: 7.9689vw;
        top: initial!important;
	}
	.fv_campaign-banner span { 
		font-size: 1.7492vw;
	}
	.fv_campaign-banner span:first-child {
		margin-bottom: 0.9718vw;
	}
	.fv_campaign-banner span.f-shippori {
        font-size: 2.137998vw;
        margin-top: 0.9718vw;
    }
	/*.endroll2 .fv_text {
		right: 2%;
	}
	    .endroll2 .fv_ribbon {
        left: 1.9436vw;
        top: -10.884vw;
        width: 8.05vw;
        height: 28.847vw;
        padding-top: 1.4295vw;
        padding-right: 1.15vw;
        font-size: 2vw;
    }
	   .endroll2 .fv_campaign-banner {
        bottom: 2vw;
        left: 3vw;
        width: 28.515vw;
        height: 22.295vw;
        font-size: 7.9689vw;
    }
	.endroll2 .fv_title {
        font-size: 3.8872vw;
        padding: 1.36054vw 1.36054vw 1.36054vw 4vw;
    }*/
}
/*reason
---------------------------------------------------------------------------*/
.reason {
    background: #000;
    color: #fff;
}
.reason .inner {
    padding-top: 70px;
    padding-bottom: 92px;
}
.reason_title {
    color: #c89c53;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.reason_text {
    text-align: center;
    margin-bottom: 60px;
}
.reason_list {
    display:flex;
    justify-content: center; 
    gap: 45px;
}
.reason_item {
    flex: 1;
}
/*.reason_item:nth-of-type(2) {
	border-left: 3px solid #a2957d;
	border-right: 3px solid #a2957d;
}*/
.reason_item-img {
    text-align: center;
    margin-bottom: 15px;
}
.reason_item:first-of-type .reason_item-img img {
    width: 123px;
}
.reason_item:nth-of-type(2) .reason_item-img img {
    width: 131px;
}
.reason_item:nth-of-type(3) .reason_item-img img {
    width: 142px;
}
.reason_item-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding: 12px 0;
    margin-bottom: 10px;
}
.reason_item-text {
    letter-spacing: 0.05em;
}
.endroll2 .reason_header {
	display: flex; 
	justify-content: space-between;
	margin-bottom: 50px;
}
.endroll2 .reason_title {
	text-align: left;
}
.endroll2 .reason_ttl_txt {
	text-align: left;
}
.endroll2 .reason_text {
	text-align: left;
}
.endroll2 .reason_img {
	width: 400px;
	margin-left: 10px;
}
@media screen and (max-width : 1199px) {
    .reason_list {
        flex-direction: column;
        max-width: 700px;
        margin: auto;
    }	
	.endroll2 .reason_header {
		flex-direction: column;
	}
	.endroll2 .reason_img {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width : 767px) {
	.reason_title {
		font-size: 22px;
	}
	.reason_item-title {
		font-size: 22px;
	}
	.reason .inner {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
/*event
---------------------------------------------------------------------------*/
.event {
    background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
}
.event .inner {
    padding-top: 80px;
    padding-bottom: 150px;
}
.event .title {
    color: #fff;
}
.event_text {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.event_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 75px;
}
.event_item {
    max-width: 350px;
}
.event_p {
    text-align: center; 
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}
@media screen and (max-width : 767px) {
	.event .inner {
		padding-bottom: 60px;
	}
	.event_container {
		grid-template-columns: 1fr 1fr;
    	gap: 25px;
	}
	.event_text {
		margin-bottom: 50px;
	}
	.event_p {
		font-size: 16px;
	}
}
/*main_plan
---------------------------------------------------------------------------*/
.main_plan {
    background-image: linear-gradient(150deg, rgba(125, 100, 57, 1) 4%, rgba(202, 162, 97, 1) 25%, rgba(169, 136, 81, 1) 44%, rgba(205, 165, 99, 1) 66%, rgba(125, 100, 57, 1) 100%, rgba(169, 136, 81, 1) 83%);
}
.main_plan .inner {
	padding-top: 98px; 
	padding-bottom: 98px;
}
.main_plan_catch {
	display: flex; 
	align-items: center; 
	gap: 45px;
}
.main_plan_catch li {
	max-width: 370px; 
	height: 220px;
	width: 30%;
	display: flex; 
	align-items: center;
	justify-content: center;
	padding: 0 7px;
}
.main_plan_catch li:nth-of-type(1) {
	padding-top: 30px;
}
.main_plan_catch li img {
	max-width: 290px;
	width: 100%;
}
.main_plan_catch li:nth-of-type(2) img {
	max-width: 270px;
}
.main_plan_catch li:last-of-type img {
	max-width: 240px;
}
.main_plan_detail {
	background: #fff;
	margin-top: 52px;
	position: relative;
	margin-bottom: 20px;
}
.main_plan_detail_title {
	color: #fff; 
	font-size: 35px; 
	padding: 13px 96px;
	font-weight: 700;
}
.main_plan_detail .badge {
	top: 10px;
	right: 122px;
	width: 200px; 
	height: 200px;
	font-size: 63px;
	font-family: 'Noto Sans JP', sans-serif;
}
.main_plan_detail .badge span {
	font-size: 21px!important; 
	font-weight: 600;
	text-align: center;
}
.main_plan .pricebox  {
	padding: 24px 92px;
	align-items: center;
	gap: 50px;
}
.main_plan .pricebox .price_ex,
.main_plan .pricebox .price_ex .en {
	font-size: 24px;
}
.main_plan .pricebox .price_ex span {
    font-size: 34px;
}
.main_plan .pricebox .price_ex .kara {
    font-size: 30px;
}
.main_plan .pricebox .price_ex .f-xs {
    font-size: 18px;
}
.main_plan .pricebox .price span {
font-size: 53px;
}
.main_plan .pricebox .price .en {
font-size: 38px;
}
.main_plan .pricebox .price {
font-size: 30px;
}
.main_plan .pricebox .price .kara {
	font-size: 43px;
}
.main_plan .attention {
	color: #fff;
}
.main_plan .attention span {
	display: block;
}
.main_plan .link-circle {
    width: 35px;
    height: 35px;
    background: #cc9f54;
    border-radius: 100%;
    position: absolute;
    bottom: 34px;
    right: 44px;
	display: flex; 
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}
.main_plan a:hover .link-circle {
	transform: translateY(4px);
}
.arrow {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 10px;
}
.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 13.2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: 50% calc(100% - 1px);
}
.arrow::before {
    transform: rotate(49.4deg);
}
.arrow::after {
    transform: rotate(-49.4deg);
}
.main_plan .link-circle span {
	color: #fff;
}
@media screen and (max-width : 1187px) {
	.main_plan .pricebox {
		display: block;
	}
}
@media screen and (max-width : 767px) {
	.main_plan .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.main_plan_catch {
    	gap: 25px;
    	flex-direction: column;
	}
	.main_plan_catch li {
    	width: 100%;
    	display: flex;
		padding: 0 50px;
		height: 190px;
		max-width: 100%;
	}
	.main_plan_detail .badge {
    	top: 5px;
    	right: 5px;
    	width: 95px;
    	height: 95px;
    	font-size: 28px;
	}
	.main_plan_detail .badge span {
		font-size: 12px!important;
	}
	.main_plan_detail_title {
        font-size: 30px;
        padding: 13px 24px;
	}
	.main_plan .pricebox {
        padding: 24px 24px 50px;
	}
	.main_plan .pricebox .price_ex,
	.main_plan .pricebox .price_ex .en,
	.main_plan .pricebox .price_ex .kara {
        font-size: 18px;
    }
	.main_plan .pricebox .price_ex span {
        font-size: 28px;
    }
	.main_plan .pricebox .price_ex .f-xs {
    font-size: 14px;
    }
	.main_plan .pricebox .price span {
        font-size: 40px;
    }
	.main_plan .pricebox .price {
        font-size: 16px;
    }
	.pricebox .price_inner {
		gap: 10px;
	}
	.main_plan .pricebox .price .en,
	.main_plan .pricebox .price .kara {
        font-size: 23px;
    }
	.pricebox .price_inner::before {
        width: 49px;
        height: 16px;
        margin-top: 10px;
    }
	.main_plan .link-circle {
        width: 30px;
        height: 30px;
        bottom: 7px;
        right: 10px;
	}
	.arrow::before, .arrow::after {
		height: 11px;
	}
}
/*strength
---------------------------------------------------------------------------*/
.strength {
    background: #000;
    color: #fff;
}
.strength .inner {
    padding-top: 60px; 
    padding-bottom: 120px;
}
.strength_list {
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 60px 0 0;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
}
.strength_title {
    display: flex;
    margin-bottom: 25px;
    padding-left: 35px;
    padding-bottom: 5px;
}
.strength_number {
    font-family: "Shippori Mincho", serif;
    font-size: 80px;
    line-height: 1;
}
.strength_title_inner {
    padding-top: 10px;
}
.strength_title h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
}
.strength_label {
    background: #fff;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    padding: 0 5px;
    font-size: 15px;
}
.strength_inner img {
    width: 100%;
}
.strength_text {
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.strength_text .attention {
    font-size: 16px; 
    color: #9fa0a0;
    display: block;
    letter-spacing: 0;
}
@media screen and (max-width : 1199px) {
	.strength_list {
		display: block;
        max-width: 700px;
        margin: auto;
	}
	.strength_list li + li {
		margin-top: 40px;
	}
}
@media screen and (max-width : 767px) {
	.strength .inner {
		padding-bottom: 60px;
	}
	.strength_number {
        font-size: 50px;
        padding-bottom: 5px;
        margin-right: 5px;
    }
	.strength_title h3 {
		font-size: 28px;
	}
	.strength_title {
        padding-left: 30px;
        align-items: flex-end;
    }
	.strength_text {
		font-size: 18px;
	}
	.strength_text .attention {
        font-size: 14px;
        margin-top: 5px;
    }
}
/*live-stream
---------------------------------------------------------------------------*/
.live-stream .inner {
    padding-top: 90px;
    padding-bottom: 86px;
	text-align: center;
}
.live-stream .title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.live-stream p {
	margin-top: 30px;
    font-size: 20px;
}
@media screen and (max-width : 767px) {
    .live-stream .inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .live-stream .title {
        font-size: 28px;
    }
    .live-stream p {
        font-size: 18px;
        margin-top: 20px;
    }
}
/*plan
---------------------------------------------------------------------------*/
.plan {
    background-image: linear-gradient(150deg, rgba(125, 100, 57, 1) 4%, rgba(202, 162, 97, 1) 25%, rgba(169, 136, 81, 1) 44%, rgba(205, 165, 99, 1) 66%, rgba(125, 100, 57, 1) 100%, rgba(169, 136, 81, 1) 83%);
    color: #fff;
}
.plan .inner {
    padding-top: 60px; 
    padding-bottom: 120px;
}
.plan .title {
	margin-bottom: 10px;
}
.plan_list {
    margin-bottom: 20px;
}
.plan_item {	
    position: relative;
}
.plan_item + .plan_item {
	margin-top: 30px;
}
.plan_text {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.plan_text span {
	color: #f7ee13;
    font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.plan_title {
    font-size: 31px;
    font-weight: 700;
    padding-left: 92px;
    padding-top: 15px; 
    padding-bottom: 13px;
    letter-spacing: -0.05em;
}
.plan_number {
    font-size: 45px; 
    line-height: 1;
    margin-right: 10px;
    letter-spacing: 0.05em;
}
.plan_inner {
    display: flex;
    background: #fff;
    padding: 22px 10px 20px 82px;
    gap: 30px;
}
.plan_inner_item {
    display: flex; 
    gap: 30px;
    color: #000;
}
.plan_inner .image img {
    width: 100%;
}
.plan_inner .table table {
    border: 1px solid #dcdddd;
    font-size: 18px;
	width: 100%;
}
.plan_inner .table tr {
    border-bottom: 1px solid #dcdddd;
    align-items: center; 
}
.plan_inner .table tr:last-of-type th {
    border-bottom: none;
}
.plan_inner .table th {
    background-color: #dcdddd;  
    font-weight: normal;
    width: 100px;
    text-align: center;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.plan_inner .table td {
    background-color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}
.plan_inner .pricebox {
    color: #000;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.plan_inner .price_ex {
    margin-bottom: 5px;
}
.plan_inner .price_ex span {
    font-size: 25px;
}
.plan_inner .price_ex .f-xs {
    font-size: 14px;
}
.plan_inner .price_ex .en {
    font-size: 18px;
}
.plan_inner .price_ex .kara {
    font-size: 18px;
}
.plan_inner .price_inner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.plan_inner .price {
    color: #c93b32;
    font-size: 20px;
    border-bottom: 2px solid #c93b32;
    line-height: 1.2;
    position: relative;
}
.plan_inner .price_inner::before {
    content: "";
    background: url(../images/endroll/arrow.png) center / cover no-repeat;
    width: 59px;
    height: 20px;
    display: block;
    margin-top: 20px;
}
.plan_inner .price span {
    font-size: 42px;
}
.plan_inner .price .en {
    font-size: 30px;
}
.plan_inner .price .kara {
    font-size: 26px;
}
.plan .badge {
    top: 50px;
    right: 89px;
}
.endroll2 .plan_list {
	display: flex;
	
}
.endroll2 .plan_item + .plan_item {
	margin-top: 0;
}
.endroll2 .plan_inner {
	flex-direction: column-reverse;
	padding: 0;
	gap: 0;
	background: #000;
}
.endroll2 .plan_inner_item {
	display: block;
	padding: 10px 22px;
	background: #fff;
}
.endroll2 .plan_inner_item .image {
	display: none;
}
.endroll2 .plan_item {
	border: 1px solid #caa261;
}
.endroll2 .plan_number {
	display: none;
}
.endroll2 .plan_title {
	padding: 15px 22px 0;
	background: #000;
}
.endroll2 .plan_underline {
	border-bottom: 1px solid #fff;
}
.endroll2 .plan_title.title-bg::before,
.endroll2 .plan_title.title-bg::after {
	content: none;
}
.endroll2 .plan_inner .pricebox {
	background: #000;
	padding: 0 22px 22px;
}
.endroll2 .plan_inner .price_inner {
	gap: 0;
}
.endroll2 .plan_inner .price_ex {
	color: #fff;
}
.endroll2 .plan_inner .price {
	color: #f7ee13;
	border-bottom: none;
}
.endroll2 .plan_inner .table table {
	border: none;
}
.endroll2 .plan_inner .table th {
	background: none;
	border-right: none;
    border-bottom: 1px solid #000;
	text-align: left;
}
.endroll2 .plan_inner .table tr {
	border-bottom: 1px solid #000;
}
.endroll2 .plan_inner .table tr:last-of-type {
	border-bottom: none;
}
.endroll2 .plan_inner .table td {
	padding: 10px 0;
	line-height: 1.1;
}
.endroll2 .plan_inner .table td span {
	font-size: 14px;
}
.endroll2 .plan .badge {
    top: 15px;
    right: 15px;
	width: 100px; 
	height: 100px;
	font-size: 32px;
}
.endroll2 .badge span {
	text-align: center; 
	font-size: 12px;
}
.endroll2 .plan_item.plan2::before {
	content: "おすすめ！";
	width: 100px; 
	height: 30px; 
	background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
	color: #fff;
	top: -23px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute; 
}
.endroll2 .plan_item.plan2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #b70a20;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
.endroll2 .plan_inner .price_inner::before {
    content: "";
    background: url(../images/endroll/arrow2.png) center / cover no-repeat; 
	margin-top: 16px;
}
.endroll2 .br {
	display: block;
}
@media screen and (max-width : 1230px) {
	.plan_inner {
		flex-direction: column-reverse;
	}
	.plan_inner .pricebox {
    	flex-direction: row;
    	justify-content: flex-start;
    	align-items: center;
		gap: 30px;
	}
	.plan_inner .price_ex {
		margin-bottom: 0;
	}
	.endroll2 .plan_inner .pricebox {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
    }	
	.endroll2 .br {
		display: none;
	}
}
@media screen and (max-width : 1126px) {
	.endroll2 .plan_list {
    	flex-direction: column;
    	gap: 40px;
	}
}
@media screen and (max-width : 1119px) {
	.endroll2 .plan_item.plan3 .table tr:first-of-type th, .endroll2 .plan_item.plan3 .table tr:first-of-type td {
    	padding-top: 10px;
	}
}
@media screen and (max-width : 1000px) {
	.plan_number {
		font-size: 40px;
	}
	.plan .badge {
        right: 5px;
        top: 60px;
		width: 100px;
		height: 100px;
		font-size: 28px;
	}
	.plan .badge span {
		font-size: 12px;
	}
	.plan_inner {
    	padding: 22px 20px;
    	gap: 30px;
    	flex-direction: column-reverse;
	}
	.plan_title {
		padding-left: 20px;
	}
	.plan_inner_item {
		flex-direction: column;
		gap: 15px;
	}
	.plan_inner .price_ex,
	.plan_inner .price_ex .en,
	.plan_inner .price_ex .kara {
		font-size: 14px;
	}
	.plan_inner .price_ex .f-xs {
		font-size: 12px;
	}
	.plan_inner .price_ex span {
		font-size: 20px;
	}
	.plan_inner .price {
		font-size: 15px;
	}
	.plan_inner .price .en {
		font-size: 20px;
	}
	.plan_inner .price span {
    	font-size: 36px;
	}
	.plan_inner .price .kara {
    	font-size: 22px;
	}
	.plan_inner .price_inner {
		gap: 8px;
	}
	.plan_inner .price_inner::before {
    	width: 34px;
    	height: 12px;
	}
}
@media screen and (max-width : 767px) {
	.plan .inner {
		padding-bottom: 60px;
	}
	.plan_text,
	.event_text {
		font-size: 17px;
	}
	.plan_text span {
		font-size: 16px;
	}
	    .plan_number {
        font-size: 35px;
	}
	.plan .badge,
	.endroll2 .plan .badge {
		top: 57px;
		width: 95px;
        height: 95px;
	}
	.endroll2 .plan .badge {
		top: 5px;
		right: 5px;
	}
	.plan_inner .pricebox {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
	
	.pricebox .price_ex,
	.pricebox .price_ex .en,
	.pricebox .price_ex .kara {
        font-size: 18px;
    }
	.pricebox .price_ex span {
        font-size: 28px;
    }
	.pricebox .price_ex .f-xs {
        font-size: 14px;
    }
	.pricebox .price span {
        font-size: 40px;
    }
	.pricebox .price {
        font-size: 16px;
    }
	.pricebox .price_inner {
		gap: 10px;
	}
	.pricebox .price .en,
	.pricebox .price .kara {
        font-size: 23px;
    }
	.pricebox .price_inner::before {
        width: 49px;
        height: 16px;
        margin-top: 10px;
    }
}
@media screen and (max-width : 400px) {
	.endroll2 .plan_title {
		padding-left: 15px;
		font-size: 29px;
		letter-spacing: -0.1em;
	}
	.endroll2 .plan .badge {
		width: 85px; 
		height: 85px;
		font-size: 26px;
	}
	.endroll2 .badge span {
		font-size: 11px;
	}
}
/*production
---------------------------------------------------------------------------*/
.production {
    background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
}
.production .inner {
    padding-top: 60px;
    padding-bottom: 120px;
}
.production_list {
    margin-top: 80px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}
.production_movie {
    text-align: center;
}
.production_movie img {
    width: 100%;
}
.production_movie figcaption {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    font-size: 25px;
}
@media screen and (max-width : 1199px) {
	.production .inner {
		padding-bottom: 60px;
	}
	.production_movie figcaption {
		font-size: 20px;
	}
}
@media screen and (max-width : 767px) {
	.production_list {
        margin-top: 40px;
        gap: 30px 10px;
		grid-template-columns: 1fr;
	}
    .production_movie figcaption {
        font-size: 16px;
    }
}
/*about
---------------------------------------------------------------------------*/
.about {
    background-image: linear-gradient(150deg, rgba(46, 95, 120, 1) 7%, rgba(96, 140, 160, 1) 19%, rgba(70, 121, 141, 1) 29%, rgba(71, 121, 142, 1) 42%, rgba(43, 93, 118, 1) 56%, rgba(83, 130, 151, 1) 71%, rgba(79, 117, 134, 1) 78%, rgba(68, 103, 119, 1) 87%, rgba(83, 123, 141, 1) 96%);
}
.about .inner {
    padding-top: 130px; 
    padding-bottom: 130px;	
}
.about_detail {
    margin: auto;
    position: relative;
    text-align: center;
    color: #fff;
}
/* ヘッダー（上枠部分） */
.company-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* 左右の線 */
.company-header .line {
    flex: 1;
    height: 1px;
    background: #fff;
}
/* タイトル文字 */
.company-header .about_title {
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 30px;
}
/* ボックス本体 */
.company-box {
    border: 1px solid #fff;
    border-top: 0;
    margin-top: -23px;
    padding: 55px 20px 68px;
}
.about_sub_title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-shadow: 0 0px 13px rgba(0, 0, 0, .9);
    margin-bottom: 30px;
}
.about_sub_title span {
    display: inline-flex;
    align-items: center;
}
.about_sub_title img {
    width: 200px;
}
.about_sub_title a:hover {
	border-bottom: 1px solid #fff;
}
.about_lead {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 0 0px 13px rgba(0, 0, 0, .9);
    margin-bottom: 38px;
}
.about_text {
    font-size: 21px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-shadow: 0 0px 13px rgba(0, 0, 0, .9);
}
.about_text span {
    font-size: 50px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
}
@media screen and (max-width : 1199px) {
	.about .inner {
		padding-bottom: 60px;
	}
	.about_detail {
		padding: 0 10px 50px;
	}
	.about_sub_title {
		font-size: 30px;
	}
	.about_sub_title img {
    	width: 130px;
	}
	.about_lead {
		font-size: 22px;
	}
	.about_text {
		font-size: 16px;
	}
	.about_text span {
		font-size: 28px;
	}
}
@media screen and (max-width : 767px) {
	.about .inner {
		padding-top: 60px;
	}
	.about_detail {
		padding: 0;
	}
	.company-box {
        padding: 55px 10px 40px;
    }
    .about_sub_title {
        font-size: 26px;
    }
	.about_lead {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
/*works
---------------------------------------------------------------------------*/
.works {
	background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
}
.works .inner {
    padding-top: 60px;
    padding-bottom: 120px;
}
.works .title span {
    display: block;
    font-size: 16px;
}
.works .title_txt {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 90px;
}
.works_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}
.works_item {
	text-align: center;
}
.works_item img {
	width: 100%;
}
.works_item-text {
	color: #fff; 
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
}
@media screen and (max-width : 767px) {
	.works .inner {
		padding-bottom: 60px;
	}
	.works .title_txt {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.works_container {
        gap: 30px 10px;
        grid-template-columns: 1fr;
    }
	.works_item-text {
		font-size: 16px;
	}
}
/*flow
---------------------------------------------------------------------------*/
.flow {
	background: #000;
	color: #fff;
}
.flow .inner {
	padding-top: 60px; 
	padding-bottom: 160px;
}
.flow_text {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 90px;
}
.flow_text span {
	background: #941624;
	padding: 0 0 0 10px;
}
.flow_step li {
	background: #fff;
	color: #000;
	border: 2px solid #cc9f54;
	padding: 18px 18px 18px 18px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.05em;
	position: relative;
}
.flow_step li + li {
	margin-top: 58px;
}
.flow_step li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 2px;
    height: 58px;
    background: repeating-linear-gradient(to bottom, #cc9f54 0 3px, transparent 3px 6px);
    right: 0;
    margin: auto;
}
.flow_number {
	color: #941624;
	position: absolute;
	left: 120px;
}
.flow_title span {
	display: block; 
	font-size: 14px;
}
@media screen and (max-width : 999px) {
	.flow_number {
		left: 0;
		position: relative;
	}
}
@media screen and (max-width : 767px) {
	.flow .inner {
		padding-bottom: 60px;
	}
	.flow_text {
		font-size: 17px;
		margin-bottom: 60px;
	}
	.flow_step li {
		font-size: 18px;
		padding: 14px;
	}
	.flow_step li + li {
        margin-top: 40px;
}
	.flow_step li + li::before {
        top: -41px;
        height: 40px;
	}
}
/*review
---------------------------------------------------------------------------*/
.review {
	background-image: linear-gradient(150deg, rgba(125, 100, 57, 1) 4%, rgba(202, 162, 97, 1) 25%, rgba(169, 136, 81, 1) 44%, rgba(205, 165, 99, 1) 66%, rgba(125, 100, 57, 1) 100%, rgba(169, 136, 81, 1) 83%);
}
.review .inner {
    padding-top: 60px;
    padding-bottom: 115px;
}
.review .title {
    color: #fff;
}
.review .subtitle {
    background: none; 
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.review_list {
    background: #fff;
    padding: 78px 70px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 15px;
	margin-top: 80px;
}
.review_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review_list li:first-of-type {
	justify-content: flex-start;
}
/*.review_list li:last-of-type {
    grid-column: 1 / -1;
}*/
.review_img {
    width: 115px;
    text-align: center;
}
.review figcaption {
    font-weight: 600;
    font-size: 18px;
}
.review_text {
    background: url(../images/endroll/07_fukidashi2.png) center / cover no-repeat;
    width: 409px;
    height: 149px;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    padding-top: 19px;
    letter-spacing: -0.05em;
}
.review_list li:nth-of-type(2) .review_text {
    background: url(../images/endroll/07_fukidashi2.png) center / cover no-repeat;
    width: 409px;
    height: 149px;
}
.review_list li:nth-of-type(3) .review_text {
    background: url(../images/endroll/07_fukidashi3.png) center / cover no-repeat;
    width: 425px;
    height: 169px;
}
.review_list li:nth-of-type(4) .review_text {
    background: url(../images/endroll/07_fukudashi4.png) center / cover no-repeat;
    width: 409px;
    height: 169px;
}
.review_text span {
    color: #b59969;
}
.review_list li:nth-of-type(3) .review_text span {
    display: inline;
}
@media screen and (max-width : 1199px) {
	.review_list {
		display: block;
		padding: 50px 20px;
	}
	.review_list li {
		margin-top: 30px;
		justify-content: flex-start;
		max-width: 550px;
    	width: 100%;
    	margin: auto;
	}
	.review_list li + li {
		margin-top: 30px;
	}
}
@media screen and (max-width : 767px) {
	.review .inner {
		padding-bottom: 60px;
	}
	.review_list {
		margin-top: 30px;
	}
	.review_list li {
		gap: 10px;
		margin-top: 0;
		max-width: 360px;
	}
	.review_list li + li {
		margin-top: 30px;
	}
	.review_img {
		max-width: 75px; 
		width: 100%;
	}
	.review figcaption {
        font-size: 14px;
    }
	.review_text {
        background: none !important;
        width: 100% !important;
		max-width: 260px;
        height: initial!important;
        font-size: 14px;
        padding-top: 0;
        border: 1px solid #000;
		border-radius: 10px;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
		position: relative;
	}
    .review_text::before {
        content: "";
        position: absolute;
        bottom: auto;
        top: 20px;
        left: -11px;
        border-width: 10px 11px 10px 0;
        border-color: transparent #000 transparent transparent;
        border-style: solid;
    }
    .review_text::after {
        content: "";
        position: absolute;
        bottom: auto;
        top: 21px;
        left: -10px;
        border-width: 9px 10px 9px 0;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
    }
}
/*option
---------------------------------------------------------------------------*/
.option {
    background: #000;
    color: #fff;
}
.option .inner {
    padding-top: 65px;
    padding-bottom: 125px;
}
.option .price_list {
    max-width: 690px; 
    border: 1px solid #fff;
    padding: 33px 40px;
    margin: 80px auto 55px;
    position: relative;
}
.option .price_list::before {
    content: "PRICE";
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    background: #000;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    width: 155px;
    margin: auto;
    letter-spacing: 0.1em;
}
.option .price_list li {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.option .price_list li .f-xs {
	font-size: 10px;
}
.option .option_list {
    display: grid;
    gap: 5px;
    padding: 0;
    margin: 0 0 50px;
    grid-template-columns: repeat(3, 1fr);
}
.option .option_list li {
    background: #fff;
    padding: 10px;
    color: #a7051a;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.option .option_list li span {
    font-size: 27px;
}
@media (max-width: 1199px) {
	.option .inner {
		padding-bottom: 60px;
	}
    .option .option_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 824px) {
	.option .price_list {
		padding: 28px 12px;
	}
    .option .option_list li {
        font-size: 16px;
		min-height: 90px;
    }
}
@media screen and (max-width : 767px) {
	.option .price_list {
		margin-top: 50px;
	}
	.option .price_list::before {
        font-size: 23px;
        top: -20px;
        width: 125px;
	}
	.option .price_list li {
        font-size: 16px;
	}
	.option .option_list li span {
        font-size: 12px;
    }
	.option .option_list {
		margin-bottom: 30px;
	}
}
/*faq
---------------------------------------------------------------------------*/
.faq {
	background-image: linear-gradient(150deg, rgba(125, 100, 57, 1) 4%, rgba(202, 162, 97, 1) 25%, rgba(169, 136, 81, 1) 44%, rgba(205, 165, 99, 1) 66%, rgba(125, 100, 57, 1) 100%, rgba(169, 136, 81, 1) 83%);
	color: #fff;
}
.faq .inner {
	padding-top: 60px; 
	padding-bottom: 120px;
}
.faq_list li {
	background: #fff;
}
.faq_list li + li {
	margin-top: 30px;
}
.faq_q {
	padding: 22px 77px;
	font-size: 24px;
}
.faq_title {
	display: flex; 
	align-items: center;
	position: relative;
}
.faq_title span {
	color: #941624;	
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;
	margin-right: 22px;
    font-size: 22px;
    font-weight: 700;
	flex-shrink: 0;
	padding-bottom: 4px;
}
.faq_a {
	color: #7d7d7d;
	padding: 27px 130px;
}
@media screen and (max-width : 767px) {
	.faq .inner {
		padding-bottom: 60px;
	}
	.faq_q {
    	padding: 22px 22px;
        font-size: 18px;
	}
	.faq_a {
    	padding: 24px;
	}
	.faq_title {
		align-items: flex-start;
	}
	.faq_title span {
		margin-right: 9px;
		margin-top: 3px;
	}
}
/*contact
---------------------------------------------------------------------------*/
.contact {
	background-image: linear-gradient(150deg, rgba(91, 0, 0, 1) 9%, rgba(186, 11, 33, 1) 31%, rgba(168, 6, 27, 1) 51%, rgba(186, 11, 33, 1) 68%, rgba(119, 0, 5, 1) 92%);
	color: #fff;
}
.contact .inner {
	padding-top: 60px; 
	padding-bottom: 120px;	
}
.hidden-fields-container {
	border: none;
}
.form-thanks {
    display: block;
    text-align: center;
    padding: 60px 20px;
}
.form-step {
    display: none;
}
.form-step.is-active {
    display: block;
}
.form-step .table {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	max-width: 690px;
	margin: auto auto 40px;
	font-size: 20px;	
}
.form-item + .form-item {
	border-top: 1px solid #000;
}
.form-item .item-inner {
	display: flex;
}
.form-item .item-title {	
	width: 40%;
	border-right: 1px solid #000;
	padding: 20px;
	background: #dcdddd;
	font-weight: 600;
}
.form-item .item-input {
	width: 60%;
	padding: 20px;
	font-weight: 600;
}
label {
	display: block;
	margin-bottom: 10px;
}
.required,
.optional {
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: #941624;
	border-radius: 5px;
}
.optional {
	background: #cc9f54;
}
input,textarea {
	width: 100%;
	border: none;
	background: #faf5ed;
	border-radius: 10px;
	padding: 15px;
	cursor: pointer;
}
input[type="radio"] ,
input[type="checkbox"]{
	width: initial;
	margin-right: 10px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip,
.error-message {
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	color: red;
	padding-top: 5px;
}
.wpcf7-response-output {
    margin: 0;
    padding: 20px 0 0;
    border: none;
    text-align: center;
}
.wpcf7 .sent .form-input,
.wpcf7 .sent .form-confirm,
.wpcf7 .sent .wpcf7-form {
    display: none;
}
.wpcf7 .sent .form-thanks {
    display: block;
    padding-top: 50px;
    text-align: center;
}
.wpcf7 .sent .wpcf7-response-output {
	display: none;
}
.wpcf7 .wpcf7-submit {
    pointer-events: auto;
}
.wpcf7 .sent .wpcf7-submit {
    pointer-events: none;
    opacity: 0.5;
}
.form-confirm p {
	padding-top: 5px;
}
/*ボタン*/
.form-submit {
	display: flex; 
	align-items: center; 
	justify-content: center;
	gap: 10px;
	margin: 20px auto auto;
	max-width: 225px; 
	height: 100px;
	width: 100%;
}
.form-submit button,
.form-submit .wpcf7-submit {
	width: 100%;
	margin: auto; 
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	font-size: 30px; 
	font-weight: 600;
	background: initial;
}
.contact .title-bg {
	background: #b89459
}
.contact .title-bg::after{
	border-bottom: 25px solid #dcbb86;
}
.contact .title-bg::before {
	border-top: 25px solid #dcbb86;
}
/*戻る・送信する*/
.form-btn-group {
	display: flex; 
	align-items: center; 
	justify-content: center;
	gap: 50px;
}
.js-back {
	background: #fff;
    border: 1px solid #ccc;
    max-width: 150px;
    color: #534741;
    font-size: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.form-btn-group .form-submit {
	margin: initial;
}
/*プライバシーポリシー*/
.contact .privacy {
	text-align: center; 
	font-size: 20px;
}
.contact .privacy a {
	color: #f7ee13;
	border-bottom: 1px solid currentcolor;
}
.contact .privacy a:hover {
	color: #fff;
}
.contact .privacy .wpcf7-list-item label {
	display: flex; 
	align-items: center;
	justify-content: center;
}
.contact .privacy input[type="checkbox"] {
	width: 20px; 
	height: 20px; 
	border: 0;
	margin-right: 10px;
}
.wpcf7-spinner {
	display: none!important;
}
@media screen and (max-width : 767px) {
	.contact .inner {
		padding-bottom: 60px;
	}
	.form-item .item-inner {
		flex-direction: column;
	}
	.form-item .item-title {
        width: 100%;
        border-right: none;
		border-bottom: 1px solid #000;
	}
	.form-item .item-title label {
		margin-bottom: 0;
	}
	.form-item .item-input {
        width: 100%; 
	}
	.contact .privacy .wpcf7-list-item label {
        align-items: flex-start;
	}
	.contact .privacy input[type="checkbox"] {
        width: 30px;
        height: 30px;
	}
}
/*office
---------------------------------------------------------------------------*/
.office .inner {
	padding-top: 60px; 
	padding-bottom: 120px;
}
.office .title h2 span {
	display: block; 
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: -0.05em;
}
.pc {
	display: block;
}
.hidden {
	display: none;
}
.el_each {
	display: flex;
	gap: 20px;
}
.japan_map {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.japan_map ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    gap: 10px;
    width: 100%;
}
.japan_map ul li {
    width: 30%;
    max-width: 240px;
    height: 90px;
    background: #941624;
    color: #fff;
}
.japan_map ul li a {
    font-size: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #941624;
}
.area {
	max-width: 980px;
    margin: 50px auto auto;
}
.el_each {
	display: flex;
	gap: 30px;
	font-size: 16px;
}
.el_each + .el_each {
	margin-top: 50px;
}
.el_each h3 {
	margin-top: 0;
	font-size: 26px;
}
.el_each p {
	margin-bottom: 20px;
}
.el_each .ttl {
	font-size: 20px; 
	margin-bottom: 10px;
	margin-top: 10px;
}
.el_each .ttl span {
	font-size: 18px;
}
.el_each .ttl + p {
	font-size: 18px; 
}
.el_each .el_app {
	display: none;
}
.el_each .el_att {
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
    .japan_map ul li a:hover {
        background: #fff;
        border-color: #941624;
        color: #941624;
    }
}
@media screen and (max-width : 767px) {
	.office .inner {
		padding-bottom: 60px;
	}
	.japan_map {
		margin-top: 0;
	}
	.japan_map {
		display: block; 
		text-align: center;
	}
	.japan_map ul {
		margin-top: 20px;
		display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        list-style: none;
        gap: 15px;
        width: 100%;
        justify-content: center;
	}
	.japan_map ul li {
    	width: 47%;
    	max-width: 100%;
	}
	.el_each {
		display: block;
	}
	.el_each iframe {
		width: 100%;
		margin-bottom: 15px;
		height: 220px;
	}
	.el_each .el_app {
		display: block;
	}
	.el_each .el_app a {
		margin: 20px auto auto;
    	display: flex;
    	justify-content: center;
    	border: 1px solid #ccc;
    	padding: 12px;
    	max-width: 80%;
    	font-size: 15px;
	}
}
/*footer
---------------------------------------------------------------------------*/
footer {
    width: 100%;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
}
.footer-inner li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
.footer-inner a {
    color: #fff;
    position: relative;
}
.footer-inner a:hover {
    text-decoration: underline;
}
footer p.copy {
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    color: #f4efe6;
}
/*=============================
          SP用
 =============================*/
 @media screen and (max-width : 900px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    body {
        font-size: 1rem;
    }
    .sp_cta {
        position: fixed;
        width: 100%;
        bottom: 0px;
        opacity: 0.95;
        z-index: 99;
    }
    .sp_cta ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .sp_cta li {
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 20px;
		font-weight: 700;
        background: #6899ae;
    }
    .sp_cta li a {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 15px 3px;
    }
    .sp_cta li a:hover {
        text-decoration: underline;
        opacity: 0.8;
    }
	 .sp_cta .fa {
		 margin-right: 10px;
	 }
    nav ul {
        max-width: 100%;
        justify-content: space-between;
        margin: 0 auto;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    /* ハンバーガーメニュー */
    .menu-btn {
        display: flex;
        height: 35px;
        width: 40px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #fff;
        opacity: 0.9;
		margin-bottom: 0;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 40px;
        border-radius: 3px;
        background-color: #6899ae;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 10px;
    }
    .menu-btn span:after {
        top: 10px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 90%;
        height: 100%;
        position: fixed;
        top: 80px;
        left: 100%;
        padding: 20px 10px;
        z-index: 80;
        background-color: #6899ae;
        transition: all 0.5s;
		opacity: 0.95;
    }
    #menu-btn-check:checked~.menu-content {
        left: 10%;
    }
    .menu-content li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    .menu-content li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        color: #f2fbfb;
        text-decoration: none;
        padding: 1rem;
        position: relative;
    }
    .menu-content li a::before {
        content: "";
        width: 9px;
        height: 9px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 1rem;
        top: 20px;
    }
    .menu-content li a:hover {
        color: #fff;
        text-decoration: underline;
    }
}
@media screen and (max-width : 767px) {
	body {
		font-size: 14px;
	}
}
@media screen and (max-width : 374px) {
	.pricebox .price_inner::before {
		width: 30px;
	}
}