@charset "utf-8";

/* ==========================================================================
   single
   ========================================================================== */

#single{
	background-color: #F1F1F1;
	background-color: #FFFFFF;
	padding: 100px 0 50px 0;
}
@media (min-width: 440px){
#single{
	padding: 170px 0 100px 0;
}
}


/* entry_contents
============================================================ */
#single .entry_contents{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 50px 0;
}
@media (min-width: 960px){
#single .entry_contents{
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 0 0 100px 0;
}
}


/* side_block{
============================================================ */
/*.single_entry .side_block{
	width: 240px;
	height: auto;
}

#toc_container{
	width: 100%!important;
	height: auto;
  border: 1px solid #DDD!important;
  padding: 14px 18px 15px 16px;
  margin-bottom: 30px!important;
	box-sizing: border-box;
}
@media (min-width: 960px){
#toc_container{
	width: 240px!important;
	padding: 19px 18px 18px 16px!important;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0!important;
}
}

.toc_title{
	font-size: 1.7rem!important;
	font-family: "Roboto", sans-serif!important;
	text-align: center!important;
	line-height: 1.2!important;
	font-weight: 500!important;
	letter-spacing: 0.08em!important;
}

.toc_toggle{
	color: #777;
	font-size: 1.4rem!important;
	font-weight: 400!important;
	line-height: 1!important;
	letter-spacing: 0.02em!important;
	display: block;
	margin: 4px 0 0 0!important;
}
@media (min-width: 960px){
.toc_toggle{
	display: none;
}
}

.toc_toggle a{
	color: #777;
	font-size: 1.4rem!important;
	text-decoration: none!important;
}

ul.toc_list{
	font-size: 1.4rem!important;
	padding-top: 8px!important;
	margin: 0 0 0 0!important;
}
@media (min-width: 960px){
ul.toc_list{
	font-size: 1.4rem!important;
	padding-top: 0!important;
	margin: 0!important;
}
}

ul.toc_list li{
	list-style-type: decimal!important;
	line-height: 1.4!important;
	margin-top: 4px!important;
	text-align: justify;
	word-break: break-all;
	font-feature-settings: "palt" 1;
}
@media (min-width: 960px){
ul.toc_list li{
	letter-spacing: 0.04em!important;
	margin-top: 10px!important;
}
}

ul.toc_list li a{
	text-decoration: none!important;
}*/


/* entry_block
============================================================ */
.single_entry .entry_block{
	width: 100%;
}
@media (min-width: 960px){
.single_entry .entry_block{
	width: 780px;
	width: 800px;
	margin: 0 auto;
}
}

.single_entry .title-wrap{
	width: 100%;
	background-color: #181818;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	padding: 17px 12px 17px 16px;
	margin: 0 0 10px 0!important;
}
@media (min-width: 960px){
.single_entry .title-wrap{
	padding: 22px 36px 25px 36px;
	margin: 0 0 10px 0!important;
}
}

.single_entry .title-wrap .bg-logo{
	width: 128px;
	height: 128px;
	opacity: 0.1;
	position: absolute;
	bottom: -30px;
	right: -18px;
	z-index: 1;
}
@media (min-width: 440px){
.single_entry .title-wrap .bg-logo{
	width: 146px;
	height: 146px;
	bottom: -45px;
	right: -15px;
}
}
@media (min-width: 960px){
.single_entry .title-wrap .bg-logo{
	width: 176px;
	height: 176px;
	bottom: -50px;
	right: -20px;
}
}

.single_entry .title-wrap .title{
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 600;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
}
@media (min-width: 960px){
.single_entry .title-wrap .title{
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
}

.single_entry .title-wrap .price_block{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	color: #B3424A;
	margin: 8px 0 0 0;
}

.single_entry .price_block .index{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 20px -1px 0;
}

.single_entry .price_block .price{
	font-size: 2.4rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.single_entry .price_block .yen{
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 -1px 2px;
}

.single_entry .data_block{
	width: 100%;
	font-size: 1.25rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
@media (min-width: 960px){
.single_entry .data_block{
	font-size: 1.3rem;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
}

.single_entry .data_block .category{
	margin-right: 1.5em;
}

.single_entry .entry{
	margin: 30px 0 0 0;
}
@media (min-width: 960px){
.single_entry .entry{
	margin: 60px 0 0 0;
}
}

.single_entry .entry h2{
	color: #fff;
	width: 100%;
	font-size: 1.7rem;
	line-height: 1.4em;
	font-weight: 600!important;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	border-left: 6px solid #999;
	background-color: #181818;
	box-sizing: border-box;
	padding: 15px 12px 16px 16px;
	margin: 30px 0 20px 0!important;
}
@media (min-width: 960px){
.single_entry .entry h2{
	font-size: 2.3rem;
	font-weight: 500!important;
	letter-spacing: 0.08em;
	padding: 12px 16px 13px 16px;
	margin: 50px 0 30px 0!important;
}
}

.single_entry .entry h3{
	font-size: 1.7rem;
	line-height: 1.4em;
	font-weight: 700!important;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 0 6px 0;
	margin: 25px 0 16px 0!important;
}
@media (min-width: 960px){
.single_entry .entry h3{
	font-size: 2.0rem;
	font-weight: 600!important;
	letter-spacing: 0.08em;
	padding: 0 0 8px 0;
	margin: 30px 0 16px 0!important;
}
}

.single_entry .entry h3::after{
	content: "";
	width: 90px;
	height: 2px;
	background-color: #181818;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
@media (min-width: 960px){
.single_entry .entry h3::after{
	width: 140px;
}
}

.single_entry .entry h4{
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: 700!important;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.02em;
	text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;  
	margin: 20px 0 12px 0!important;
}
@media (min-width: 960px){
.single_entry .entry h4{
	font-size: 1.8rem;
	font-weight: 600!important;
	letter-spacing: 0.06em;
	margin: 30px 0 12px 0!important;
}
}

.single_entry .entry p{
	font-size: 1.5rem;
	line-height: 1.7em;
	letter-spacing: 0;
	word-break: break-all;
	text-align: justify;
	margin-bottom: 14px!important;
}
@media (min-width: 960px){
.single_entry .entry p{
	font-size: 1.6rem;
	line-height: 1.9em;
	letter-spacing: 0.02em;
	margin-bottom: 14px!important;
}
}

.single_entry .entry p:last-of-type{
	margin-bottom: 0!important;
}

.single_entry .entry ul,
.single_entry .entry ol{
  font-size: 1.5rem;
  margin: 25px 0 25px 0;
}
@media (min-width: 960px){
.single_entry .entry ul,
.single_entry .entry ol{
  font-size: 1.6rem;
  margin: 25px 0 25px 0;
}
}

.single_entry .entry ul li{
  list-style: disc;
  margin: 0 0 0 1.8rem;
}

.single_entry .entry ul li ul li{
  list-style: disc;
  margin: 0 0 0 3.4rem;
}

.single_entry .entry ol li{
  list-style: decimal;
  margin: 0 0 0 2.0rem;
}

.single_entry .entry ol li ol li{
  list-style: disc;
  margin: 0 0 0 3.4rem;
}

.single_entry .entry blockquote{
  border-left: 3px solid #CCD4DD;
  padding: 0 0 3px 30px;
  margin: 60px 0 0 0;
}

.single_entry .entry hr{
  height: 1px;
  padding: 0;
  border: 0;
  margin: 40px 0 0 0;
  background-color: rgba(85, 112, 142, 1);
}
@media (min-width: 440px){
.single_entry .entry hr{
  margin: 40px 0 0 0;
}
}
@media (min-width: 960px){
.single_entry .entry hr{
  margin: 60px 0 0 0;
}
}

.single_entry .entry figure{
  margin: 30px 0 0 0;
}
@media (min-width: 960px){
.single_entry .entry figure{
  margin: 40px 0 5px 0;
}
}

.single_entry .vk_slider{
	width: 100%!important;
	height: auto;
	position: relative;
	margin: 30px 0 0 0!important;
}
@media (min-width: 960px){
.single_entry .vk_slider{
	width: 780px!important;
	/*height: 530px!important;*/
	margin: 40px 0 5px 0!important;
}
}

.single_entry .swiper-wrapper{
	width: 100%!important;
	padding: 0!important;
	transition-timing-function: cubic-bezier(0, 0, 0, 1)!important;
}
@media (min-width: 960px){
.single_entry .swiper-wrapper{
	width: 780px!important;
}
}

.single_entry .vk_slider_item-paddingLR-use {
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

.single_entry .vk_slider_item {
	height: auto;
	overflow: hidden;
}
@media (min-width: 960px){
.single_entry .vk_slider_item {
	/*height: 530px!important;*/
}
}

/*.single_entry .vk_slider_item_container {
    min-height: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
    -webkit-margin-before: 0!important;
    margin-block-start: 0!important;
}*/

.single_entry .swiper-wrapper figure {
	padding: 0!important;
	margin: 0!important;
	/*margin-block-start: 0!important;
	margin-block-end: 0!important;
	margin-inline-start: 0!important;
	margin-inline-end: 0!important;*/
}

.single_entry .swiper-wrapper img{
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
}
@media (min-width: 960px){
.single_entry .swiper-wrapper img{
	width: 780px!important;
	height: auto!important;
}
}

/*.swiper-pagination-bullet{
    border-radius: unset;
    width: 20px!important;
    height: 4px!important;
    background-color: #ccc;
    opacity: unset;
    outline: 0px solid var(--vk-color-background-white-translucent)!important;
    pointer-events: auto;
}
@media (min-width: 960px){
.swiper-pagination-bullet{
	width: 30px!important;
	height: 5px!important;
}
}*/

/*.single_entry .entry figure img,
.single_entry .entry p img{
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
	display: block;
	border-radius: 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
@media (min-width: 960px){
.single_entry .entry figure img,
.single_entry .entry p img{
	max-width: 680px;
  max-height: 680px;
}
}*/

.single_entry .entry figure figcaption{
  font-size: 1.3rem;
  text-align: center;
  margin: 10px 0 0 0;
}

.single_entry .entry a{
  transition: all 0.2s ease;
  text-decoration: underline;
}

@media (min-width: 960px){
.single_entry .entry a:hover{
	opacity: 0.3;
}
}

ul.is-style-vk-check-square-mark li{
	list-style: none!important;
	position: relative;
	margin: 0!important;
	padding-left: 24px;
}

ul.is-style-vk-check-square-mark li::before{
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../img/hanbai/icon-check-box.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0.41em;
}


/* nav
============================================================ */
#single nav{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 40px;
}
@media (min-width: 440px){
#single nav{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 50px;
}
}

#single nav a{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 0px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2px;
	gap: 14px;
	gap: 0;
}
@media (min-width: 440px){
#single nav a{
	width: calc((100% - 16px * 1) / 2); 
	gap: 18px;
	gap: 0;
	transition: all 0.2s ease;
}
}

#single nav a img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
@media (min-width: 960px){
#single nav a img{
	width: 80px;
	height: 80px;
}
}

#single nav a .nav-next-title{
	text-align: right;
}

#single nav a h4{
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	padding-bottom: 4px;
	padding: 0 16px 4px;
}
@media (min-width: 440px){
#single nav a h4{
	font-size: 1.4rem;
	transition: all 0.2s ease;
}
}

#single nav a h4 span{
	color: #666;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.6;
	display: inline-block;
}
@media (min-width: 440px){
#single nav a h4 span{
	font-size: 1.3rem;
}
}

@media (min-width: 960px){
#single nav a:hover  h4{
	opacity: 0.5;
}
}


/* contact_btn_block
============================================================ */
#single .contact_btn_block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border-radius: 3px;
	background-color: #181818;
	padding: 26px 20px 20px 20px;
}
@media (min-width: 440px){
#single .contact_btn_block{
	padding: 40px 30px 16px 30px;
}
}

#single .contact_btn_block .btn_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}
@media (min-width: 960px){
#single .contact_btn_block .btn_block{
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
}
}

#single .contact_btn_block .head{
	color: #FAFAFA;
	width: 100%;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: 600;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (min-width: 440px){
#single .contact_btn_block .head{
	width: auto;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.14em;
	text-align: left;
}
}

#single .contact_btn_block .head .roboto{
	font-size: 116%;
	font-weight: 400;
	margin: 0 0.1em 0 0;
	vertical-align: -0.04em;
}


/* contact_btn
============================================================ */
.contact_btn_block .btn_block .btn a{
	color: #fff;
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	text-align: center;
  display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
  position: relative;
	background-color: #B3424A;
	border-radius: 4px;
	box-sizing: border-box;
}
@media (min-width: 440px){
.contact_btn_block .btn_block .btn a{
	width: 100%;
	height: 56px;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
}
@media (min-width: 960px){
.contact_btn_block .btn_block .btn a{
	width: 280px;
	height: 56px;
	font-size: 1.6rem;
	transition: all 0.2s ease;
}
}

.contact_btn_block .btn_block .btn.line a{
	background-color: #06C755;
}

.contact_btn_block .btn_block .btn.tel{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.contact_btn_block .btn.tel a{
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
}

.contact_btn_block .btn.tel .note{
	color: #FAFAFA;
	font-size: 1.35rem;
	line-height: 1.8;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	text-align: center;
}
@media (min-width: 440px){
.contact_btn_block .btn.tel .note{
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
}

.contact_btn_block .btn a .roboto{
	font-size: 116%;
	font-weight: 400;
	margin: 0 0.1em -0.15em 0.1em;
}

@media (min-width: 960px){
.contact_btn_block .btn a:hover,
.contact_btn_block .btn.line a:hover{
	background-color: #444;
}
}


/* back_btn
============================================================ */
.back_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
}
@media (min-width: 440px){
.back_btn{
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.back_btn a{
	color: #fff;
	width: 100%;
}
@media (min-width: 440px){
.back_btn a{
	width: 330px;
}
}