@charset "utf-8";

/* 共通 */
:root {
  --bonvo-blue-color: #6CCFE6;
  --turquoise-color: #00A8C4;
  --orange-color: #FF8900;
}
.bg-bonvo-blue {
	background-color: var(--bonvo-blue-color);
}
.text-bonvo-blue {
	color: var(--bonvo-blue-color);
}
.bg-turquoise {
	background-color: var(--turquoise-color);
}
.text-turquoise {
	color: var(--turquoise-color);
}
.text-black333 {
	color: #333;
}
.text-zenmaru {
	font-family: "Zen Maru Gothic", sans-serif;
}
.text-cherry {
	font-family: "Cherry Bomb One", system-ui;
}
.text-fs18-ls150 {
	font-size: calc(18 / 20 * 1rem);
	line-height: 2;
	letter-spacing: .15em;
}
.fw-500 {
	font-weight: 500;
}
.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.px-bonvo-sec {
	padding-right: 5px;
	padding-left: 5px;
}
.pb-bonv-child {
	padding-bottom: calc(70 / 15 * 1rem);
}
@media all and (min-width: 1400px) {
	.pb-bonv-child {
		padding-bottom: calc(120 / 15 * 1rem);
	}
}
/* //共通 */

/* エフェクト汎用 */
.fade-in-item {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity .4s, transform .4s;
}
.is-scrolled.fade-in-item {
	opacity: 1;
	transform: translateY(0);
}
.jump-item {
	opacity: 0;
	transform: scale(.8);
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-scrolled.jump-item {
	opacity: 1;
	transform: scale(1);
}
/* //エフェクト汎用 */

/* タブ機能 */
.tab__contents {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: .5s;
}
.tab__contents.is-tab-contents--active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

/* //タブ機能 */

/* FV */
.bonvo-fv {
	padding-top: 100px;
	padding-bottom: 100px;
	height: 100vh;
	height: 100svh;
	min-height: 250px;
}
.bonvo-fv__logo-wrap {
	opacity: 0;
	transform: scale(.8);
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	max-width: 1047px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.is-loaded.bonvo-fv__logo-wrap {
	opacity: 1;
	transform: scale(1);
	transition-delay: .5s;
}
.bonvo-fv__logo {
	width: 100%;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
	.bonvo-fv {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}
@media all and (min-width: 1400px) {
	.bonvo-fv {
		padding-top: 430px;
		padding-bottom: 430px;
	}
}
@media all and (min-width: 1920px) {
}
/* //FV */


/* 公式キャラクター */
.bonvo-intro {
	padding-top: 50px;
	padding-bottom: 4.5rem;
}
.bonvo-intro__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 30px;
}
.bonvo-intro__item {
	width: 100%;
}
.bonvo-intro__balloon {
	background-color: #fff;
	border-radius: 100vh;
	font-size: calc(18 / 15 * 1rem);
	font-weight: 700;
	letter-spacing: .15em;
	position: relative;
	padding: .5rem 1.5rem;
	line-height: 1.3;
	margin-bottom: 2rem;
	width: fit-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.bonvo-intro__balloon::after {
	content: '';
	position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
  background-color: #fff;
  mask: url('../images/bonvo/balloon-tail.svg') no-repeat center center/contain;
}
.bonvo-intro__logo {
	width: 205px;
}
.bonvo-intro__name-wrap {
	padding-bottom: 2rem;
	margin-bottom: 1.6rem;
	position: relative;
}
.bonvo-intro__name-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 100vh;
	background: url('../images/bonvo/dashed-line-sp.svg') repeat-x left bottom/20px 4px;
}
.bonvo-intro__name {
	width: 100%;
	max-width: 340px;
}
.bonvo-intro__main-text {
	font-size: calc(14 / 15 * 1rem);
	font-weight: 700;
	line-height: calc(36 / 18);
	letter-spacing: .15em;
}
@media all and (min-width: 576px) {
	.bonvo-intro__item {
		width: 50%;
	}
	.bonvo-intro__item--img {
		padding-right: 1.5rem;
	}
}
@media all and (min-width: 768px) {
	.bonvo-intro {
		padding-top: 0;
	}
	.bonvo-intro__item--img {
		max-width: 620px;
		padding-right: 2rem;
	}
	.bonvo-intro__item--text {
		max-width: 572px;
	}
	.bonvo-intro__logo {
		width: 280px;
	}
}
@media all and (min-width: 992px) {
	.bonvo-intro__logo {
		width: 540px;
	}
	.bonvo-intro__name-wrap::after {
		height: 6px;
		background: url('../images/bonvo/dashed-line.svg') repeat-x left bottom/40px 6px;
	}
	.bonvo-intro__name-wrap {
		padding-bottom: 2.25rem;
		margin-bottom: 1.8rem;
	}
}
@media all and (min-width: 1200px) {
	.bonvo-intro {
		padding-bottom: 200px;
	}
	.bonvo-intro__item--img {
		padding-right: 80px;
	}
	.bonvo-intro__balloon {
		font-size: calc(22 / 20 * 1rem);
	}
	.bonvo-intro__main-text {
		font-size: calc(18 / 20 * 1rem);
	}
}
@media all and (min-width: 1400px) {
	.bonvo-intro {
		padding-bottom: 260px;
	}
}
@media all and (min-width: 1920px) {
	.bonvo-intro__name {
		max-width: 418px;
	}
}
/* //公式キャラクター */
/* タブでのコンテンツ切り替え */
.bonvo-tabs {
	padding-bottom: 100px;
	position: relative;
}
.bonvo-tabs::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 45px;
	mask: url('../images/bonvo/wave-long.svg') repeat-x left bottom/auto 100%;
	background-color: #fff;
}
.bonvo-tab__list {
	display: flex;
	justify-content: center;
	row-gap: 1.5rem;
	margin-right: -3.5px;
	margin-bottom: 0;
	margin-left: -3.5px;
}
.bonvo-tab__item {
	width: 100%;
	max-width: 516px;
	padding-right: 3.5px;
	padding-left: 3.5px;
}
.bonvo-tab___button {
	background-color: #FF8900;
	border-radius: 100vh;
	border: none;
	color: #fff;
	width: 100%;
	padding: .525rem;
  position: relative;
  transition: background-color .2s, color .2s;
}
.bonvo-tab___button::after {
	content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 8px;
  background-color: #fff;
  mask: url(../images/bonvo/balloon-tail.svg) no-repeat center center / contain;
  opacity: 0;
  transition: opacity .2s; 
}
.bonvo-tab___button-eng-text, .bonvo-tab___button-jp-text {
	display: block;
}
.bonvo-tab___button-eng-text {
	font-size: clamp(1rem, 5vw, calc(18 / 15 * 1rem));
	letter-spacing: .05em;
	line-height: 1;
	padding-bottom: .2rem;
}
.bonvo-tab___button-jp-text {
	font-size: calc(10 / 15 * 1rem);
	font-weight: 900;
	letter-spacing: .15em;
}
.bonvo-tab___button-jp-text-inner {
	font-size: clamp(.5em, 2vw, .8em);
	letter-spacing: 0;
}
.is-tab--active.bonvo-tab___button {
  background-color: #fff;
  color: var(--turquoise-color);
}
.is-tab--active.bonvo-tab___button::after {
	opacity: 1;
}
@media all and (min-width: 576px) {
	.bonvo-tab__item {
		width: 50%;
	}

}
@media all and (min-width: 768px) {
	
}
@media all and (min-width: 992px) {
	.bonvo-tab__list {
		margin-bottom: calc(70 / 20 * 1rem);
	}
	.bonvo-tab__item {
		width: 33.3333%;
	}
	.bonvo-tab___button-jp-text-inner {
		letter-spacing: inherit;
		font-size: 1em;
	}
	.bonvo-tab___button::after {
	  bottom: -11px;
	  width: 48px;
	  height: 12px;
	}
	.bonvo-tabs::after {
		height: 70px;
	}
	.bonvo-tab__list {
		margin-right: -12px;
		margin-left: -12px;
	}
	.bonvo-tab__item {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bonvo-tab___button {
		padding: 1.15rem 1rem;
		border-radius: calc(30 / 20 * 1rem);
	}
	.bonvo-tab___button-eng-text {
		font-size: calc(30 / 20 * 1rem);
		padding-bottom: .5rem;
	}
	.bonvo-tab___button-jp-text {
		font-size: calc(14 / 20 * 1rem);
	}
}
@media all and (min-width: 1200px) {
	
}
@media all and (min-width: 1400px) {
	.bonvo-tabs {
		padding-bottom: 110px;
	}
	.is-tab--active.bonvo-tab___button::after {
	  bottom: -22px;
	  width: 97px;
	  height: 24px;
	}
	.bonvo-tabs::after {
		height: 110px;
	}
}
@media all and (min-width: 1920px) {
	.bonvo-tab___button-eng-text {
		font-size: calc(40 / 20 * 1rem);
		padding-bottom: .5rem;
	}
	.bonvo-tab___button-jp-text {
		font-size: calc(16 / 20 * 1rem);
	}
}
/* //タブでのコンテンツ切り替え */
/* タブの中身共通部分 */
.bonvo-contents {
	position: relative;
}
.bonvo-contents::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 45px;
	mask: url('../images/bonvo/wave-long.svg') repeat-x left bottom/auto 100%;
	background-color: var(--turquoise-color);
}
.bonvo-contents__tab-inner {
	padding-top: 30px;
	padding-bottom: 110px;
}
.bonvo-contents__ttl-wrap {
	margin-bottom: 1.75rem;
}
.bonvo-contents__ttl {
	font-size: clamp(2rem, 11vw, calc(40 / 15 * 1rem));
	letter-spacing: .05em;
	margin-bottom: .35rem;
}
.bonvo-contents__subttl {
	font-size: calc(14 / 15 * 1rem);
	font-weight: 900;
	letter-spacing: .1em;
}
@media all and (min-width: 400px) {
	.bonvo-contents__ttl {
		font-size: 3rem;
	}
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.bonvo-contents__tab-inner {
		padding-top: 4rem;
	}
}
@media all and (min-width: 992px) {
	.bonvo-contents__tab-inner {
		padding-top: 70px;
		padding-bottom: 200px;
	}
	.bonvo-contents__ttl-wrap {
		margin-bottom: calc(45 / 20 * 1rem);
	}
	.bonvo-contents__ttl {
		font-size: 5rem;
	}
	.bonvo-contents::after {
		height: 70px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	
	.bonvo-contents::after {
		height: 110px;
	}
	.bonvo-contents__tab-inner {
		padding-top: 100px;
		padding-bottom: 250px;
	}
}
@media all and (min-width: 1920px) {
	
	.bonvo-contents__ttl {
		font-size: calc(100 / 20 * 1rem);
	}
	.bonvo-contents__subttl {
		font-size: calc(24 / 20 * 1rem);
	}
	.bonvo-contents__tab-inner {
		padding-bottom: 305px;
	}
}
/* //タブの中身共通部分 */
/* ぼんぼのプロフィール */
.bonvo-prof {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 2.5rem;
	margin-bottom: 3.25rem;
}
.bonvo-prof__item {
	width: 100%;
}
.bonvo-prof__item-img-wrap {
	padding-right: 2rem;
	padding-left: 2rem;
}
.bonvo-prof__img {
	width: 192px;
}
.bonvo-prof__name {
	font-size: calc(50 / 15 * 1rem);
	letter-spacing: .15em;
	margin-bottom: 1rem;
}
.bonvo-prof__table {
	background: rgba(108, 207, 230, .15);
	border-radius: 20px;
	padding: calc(50 / 15 * 1rem) calc(20 / 15 * 1rem);
}
.bonvo-prof__table-item {
	display: flex;
	padding: calc(22 / 20 * 1rem) 2px;
	position: relative;
	margin-bottom: 0;
}
.bonvo-prof__table-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 168, 196, .15);
	mask: url('../images/bonvo/dashed-line-prof.svg') repeat-x bottom left/20px 2px;
}
.bonvo-prof__table-item:last-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 168, 196, .15);
	mask: url('../images/bonvo/dashed-line-prof.svg') repeat-x bottom left/20px 2px;
}
.bonvo-prof__table-ttl {
	letter-spacing: .1em;
	font-weight: 700;
	width: 83px;
	min-width: 83px;
}
.bonvo-prof__table-contents {
	letter-spacing: .1em;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
	margin-bottom: 0;
}
.bonvo-prof__table-contents::before {
	content: '：';
	position: absolute;
	top: 0;
	left: 0;
}
.bonvo-description {
	border-top: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
	padding: calc(15 / 15 * 1rem) 0;
	font-size: calc(14 / 15 * 1rem);
	letter-spacing: .15em;
	line-height: calc(33 / 14);
}
@media all and (min-width: 576px) {
	
}
@media all and (min-width: 768px) {
	.bonvo-prof__item-img-wrap {
		width: 40%;
	} 
	.bonvo-prof__item-text-wrap {
		width: 60%;
	}
	.bonvo-prof__table {
		padding: 1.75rem;
	}
}
@media all and (min-width: 992px) {
	.bonvo-prof__name {
		font-size: 4rem;
	}
	.bonvo-prof__item {
		width: 50%;
	}
	.bonvo-prof__img {
	  width: 220px;
	}
}
@media all and (min-width: 1200px) {
	.bonvo-prof__img {
	  width: 270px;
	}
	.bonvo-prof__table-ttl {
    width: 100px;
    min-width: 100px;
	}
	.bonvo-prof__table-item {
		padding: calc(17 / 20 * 1rem);
	}
	.bonvo-prof__table {
		padding: calc(50 / 20 * 1rem) calc(30 / 20 * 1rem);
		border-radius: calc(40 / 20 * 1rem);
	}
	.bonvo-description {
		font-size: calc(18 / 20 * 1rem);
		line-height: calc(36 / 18);
		padding: calc(45 / 20 * 1rem) 0;
	}
}
@media all and (min-width: 1400px) {
	.bonvo-prof__name {
		font-size: calc(100 / 20 * 1rem);
		margin-bottom: calc(30 / 20 * 1rem);
	}
	.bonvo-prof__table {
		padding: calc(78 / 20 * 1rem) calc(67 / 20 * 1rem);
		border-radius: calc(50 / 20 * 1rem);
	}
	.bonvo-prof__img {
		width: calc(414 / 20 * 1rem);
	}
	.bonvo-prof__table-ttl {
		width: calc(144 / 20 * 1rem);
	}
	.bonvo-prof {
		margin-bottom: calc(70 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //ぼんぼのプロフィール */
/* 出没情報 */
.bonvo-schedule {
	background: rgba(108, 207, 230, .15);
	border-radius: 1.25rem;
	padding: 1.5rem;
}
.bonvo-schedule__inner {
	overflow-x: auto;
	overflow-y: hidden;
}
.bonvo-schedule__table {
	border-collapse: separate;
	border-spacing: 0;
}
.bonvo-schedule__table, .bonvo-schedule__tbody, .bonvo-schedule__tr {
	width: 100%;
	min-width: 500px;
}
.bonvo-schedule__th, .bonvo-schedule__td {
	border-bottom: 2px solid var(--turquoise-color);
	width: 33.333333%;
	padding: 1rem;
	position: relative;
}
.bonvo-schedule__th:not(:last-child), .bonvo-schedule__td:not(:last-child) {
	border-right: 2px solid var(--turquoise-color);
}
.bonvo-schedule__th:not(:last-child)::after, .bonvo-schedule__td:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: -1px;
	transform: translateX(50%) translateY(50%);
	width: 1rem;
	height: 1rem;
	background-color: #E9F8FB;
	z-index: 10;
}
.bonvo-schedule__th {
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-align: center;
	line-height: calc(58 / 40);
}
.bonvo-schedule__td {
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(44 / 30);
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.bonvo-schedule {
		border-radius: calc(50 / 20 * 1rem);
		padding: 2rem;
	}
	.bonvo-schedule__th {
		font-size: 1.5rem;
	}
	.bonvo-schedule__td {
		font-size: 1.1rem;
		padding: 1.25rem 1.5rem;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.bonvo-schedule {
		padding: calc(70 / 20 * 1rem) calc(94 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
	.bonvo-schedule__th {
		font-size: calc(40 / 20 * 1rem);
		height: 120px;
	}
	.bonvo-schedule__td {
		font-size: calc(30 / 20 * 1rem);
		padding: calc(40 / 20 * 1rem) calc(45 / 20 * 1rem);
	}
}
/* //出没情報 */

/* グッズ紹介 */
.bonvo-goods {
	row-gap: 2.5rem;
}
.bonvo-goods__item-inner {
	display: flex;
	align-items: center;
}
.bonvo-goods__img-wrap {
	width: 51%;
}
.bonvo-goods__text-wrap {
	width: 49%;
	padding-right: 1rem;
	padding-left: 1rem;
	letter-spacing: .05em;
}
.bonvo-goods__img {
	border-radius: 20px;
}
.bonvo-goods__name {
	font-size: 1rem;
	font-weight: 900;
	line-height: calc(50 / 30);
}
.bonvo-goods__price-wrap {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: calc(58 / 40);
}
.bonvo-goods__price-tax {
	font-size: .9rem;
	font-weight: 900;
	display: inline-block;
}
.btn-bonvo-small {
	display: block;
	border-radius: 1rem;
	padding: .75rem;
	font-size: .9rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: var(--orange-color);
}
.btn-bonvo-small:hover {
	color: #fff;
	opacity: .7;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.bonvo-goods {
		row-gap: 4rem;
	}
	.bonvo-goods__text-wrap {
		padding-left: 2rem;
	}
	.bonvo-goods__item:nth-child(even) {
		top: 5rem;
		position: relative;
	}
}
@media all and (min-width: 992px) {
	
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	
	.bonvo-goods__img {
		border-radius: calc(60 / 20 * 1rem);
	}
	.bonvo-goods__name {
		font-size: calc(25 / 20 * 1rem);
	}
	.bonvo-goods__price-wrap {
		font-size: calc(32 / 20 * 1rem);
	}
	.bonvo-goods__price-tax {
		font-size: calc(22 / 20 * 1rem);
	}
	.bonvo-goods__item:nth-child(even) {
		top: calc(110 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
	.bonvo-goods {
		row-gap: calc(110 / 20 * 1rem);
	}
	.bonvo-goods__text-wrap {
		padding-right: 1.75rem;
		padding-left: calc(50 / 20 * 1rem);
	}
	.bonvo-goods__name {
		font-size: calc(30 / 20 * 1rem);
	}
	.bonvo-goods__price-wrap {
		font-size: calc(40 / 20 * 1rem);
	}
	.bonvo-goods__price-tax {
		font-size: calc(25 / 20 * 1rem);
	}
}
/* //グッズ紹介 */

/* log book */
.log-book {
	padding-top: 2.5rem;
	padding-bottom: 4.75rem;
	overflow: hidden;
}
.log-book__ttl {
	font-size: calc(40 / 15 * 1rem);
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: 3rem;
}
.log-book__box {
	border-width: 20px 8px 8px 8px;
	border-style: solid;
	border-color: #FFCE80;
	border-radius: 20px;
  background-color: #fff;
  position: relative;
  max-width: 1448px;
  margin-right: auto;
  margin-left: auto;
}
.log-book__box::after {
	content: '';
	position: absolute;
	right: -1.75rem;
	bottom: -2rem;
	width: 4.5rem;
	height: 7.5rem;
	background: url('../images/bonvo/pen.svg') no-repeat right bottom/contain;
}
.log-book__box-inner {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(221,221,221,.4) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(221,221,221,.4) calc(100% - 1px));
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: center center;
  padding: 3rem calc(20 / 15 * 1rem) 1.25rem calc(20 / 15 * 1rem);
}
.log-book__binder {
	position: absolute;
	top: calc(29 / 15 * -1rem);
  left: 50%;
  transform: translateX(-50%);
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	gap: 6px;
	width: 95%;
	max-width: 290px;
}
.log-book__binder-item {
	max-width: 1.25rem;
}
.log-book__list--child {
	padding-right: 10px;
	padding-left: 10px;
}
@media all and (min-width: 374px) {
	.log-book__binder {
		gap: 8px;
	}
}
@media all and (min-width: 576px) {

	.log-book__binder {
		max-width: 100%;
	}
}
@media all and (min-width: 768px) {
	.log-book {
		padding-top: 4rem;
	}
	.log-book__binder-item {
		max-width: calc(30 / 20 * 1rem);
	}
	.log-book__box-inner {
		border: 4px solid #DDD;
	  padding: 4rem 2rem 2rem 2rem;
	}
	.log-book__box::after {
    right: -3rem;
    bottom: -4.5rem;
    width: 9rem;
    height: 14rem;
	}
	.log-book__binder {
		top: -2.25rem;
	}
}
@media all and (min-width: 992px) {
	.log-book__box {
		border-width: calc(26 / 20 * 1rem);
	}
	.log-book__binder {
	  top: -2.25rem;
	}
	.log-book__box-inner {
	  background-size: calc(40 / 20 * 1rem) calc(40 / 20 * 1rem);
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book {
		padding-top: calc(90 / 20 * 1rem);
		padding-bottom: calc(200 / 20 * 1rem);
	}
	.log-book__ttl {
		font-size: calc(100 / 20 * 1rem);
		margin-bottom: .8em;
	}
	.log-book__box-inner {
		padding: calc(106 / 20 * 1rem) calc(123 / 20 * 1rem);
	}
	.log-book__binder {
	  gap: calc(24 / 20 * 1rem);
	}
	.log-book__box::after {
		right: calc(108 / 20 * -1rem);
		bottom: calc(109 / 20 * -1rem);
		width: calc(263 / 20 * 1rem);
		height: calc(426 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
	.log-book__binder {
		gap: calc(37 / 20 * 1rem);
	}
	.log-book__list--child {
		padding-right: 67px;
		padding-left: 20px;
	}
}
/* //log book */

/* log bookの記事リンク部分 */
.log-book__item:not(:last-child) {
	margin-bottom: 2rem;
}
.log-book__item-child:not(:last-child) {
	margin-bottom: 2rem;
}
.log-book__link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
.log-book__thumb-wrap, .log-book__text-wrap {
	width: 100%;
}
.log-book__thumb-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.log-book__thumb-wrap--top img {
	aspect-ratio: 275 / 180;
}
.log-book__thumb-wrap--child img {
	aspect-ratio: 315 / 180;
}
.log-book__upper {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: calc(10 / 15 * 1rem);
}
.log-book__date {
	font-size: calc(12 / 15 * 1rem);
	font-weight: 700;
	letter-spacing: .05em;
}
.log-book__category {
	display: flex;
	gap: 3px;
}
.log-book__category-label {
	font-size: calc(10 / 15 * 1rem);
	font-weight: 700;
	letter-spacing: .15em;
	padding: .175rem .55rem;
	border-radius: 5px;
}
.log-book__post-ttl {
	font-size: calc(16 / 15 * 1rem);
	font-weight: 700;
	line-height: calc(36 / 24);
	letter-spacing: .15em;
	margin-bottom: calc(10 / 15 * 1rem);
}
.log-book__post-ttl-inner {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.log-book__view-more {
	text-align: right;
	display: block;
}
.log-book__view-more-inner {
	font-size: calc(14 / 15 * 1rem);
	letter-spacing: .05em;
	display: inline-block;
	position: relative;
	padding-right: calc(32 / 15 * 1rem);
	padding-bottom: calc(3 / 15 * 1rem);
}
.log-book__view-more-inner::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% + 1px);
	height: 100%;
	background-color: #333;
	mask: url('../images/bonvo/bonvo-arrow-sp.svg') no-repeat right bottom/contain;
}
@media (hover: hover) {
  .log-book__link:hover {
  	opacity: .7;
  }
}

@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.log-book__thumb-wrap {
		width: 34%;
	}
	.log-book__text-wrap {
		width: 66%;
		padding-left: 2rem;
	}
	.log-book__upper {
		margin-bottom: .75rem;
	}
	.log-book__post-ttl-inner--top {
		-webkit-line-clamp: 3;
	}
	.log-book__post-ttl-inner--child {
		-webkit-line-clamp: 2;
	}
	.log-book__view-more-inner {
		font-size: calc(18 / 20 * 1rem);
		padding-right: calc(32 / 20 * 1rem);
		padding-bottom: calc(10 / 20 * 1rem);
	}
	.log-book__view-more-inner::after {
		mask-image: url('../images/bonvo/bonvo-arrow.svg');
	}
	.log-book__category-label {
		padding: .28rem .55rem;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book__item:not(:last-child) {
		margin-bottom: calc(50 / 20 * 1rem);
	}
	.log-book__item-child:not(:last-child) {
		margin-bottom: calc(40 / 20 * 1rem);
	}
	.log-book__thumb-wrap {
		width: calc(380 / 20 * 1rem);
	}
	.log-book__thumb-wrap img {
		aspect-ratio: 380 / 240;
		border-radius: calc(60 / 20 * 1rem);
	}
	.log-book__text-wrap {
		width: calc(100% - (380 / 20 * 1rem));
		padding-left: calc(50 / 20 * 1rem);
	}
	.log-book__date {
		font-size: 1rem;
	}
	.log-book__category-label {
		font-size: calc(18 / 20 * 1rem);
	}
	.log-book__lower {
		position: relative;
		padding-right: calc(183 / 20 * 1rem);
	}
	.log-book__view-more {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.log-book__post-ttl  {
		font-size: calc(24 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //log bookの記事リンク部分 */


/* ボタン */
.btn-bonvo-wrap {
	margin-top: calc(50 / 15 * 1rem);
}
.btn-bonvo {
	padding: 1rem;
	background-color: var(--orange-color);
	transition: background-color .3s;
	border-radius: calc(30 / 20 * 1rem);
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: calc(500 / 20 * 1rem);
	height: 4.5rem;
}
.btn-bonvo--has-border {
	border: 2px solid var(--orange-color);
}
.btn-bonvo__inner {
	font-size: calc(18 / 15 * 1rem);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .15em;
	color: #fff;
	padding-right: calc(70 / 20 * 1rem);
	position: relative;
	display: inline-block;
	transition: color .3s;
}
.btn-bonvo--disable {
	background-color: #ccc;
	pointer-events: none;
	.btn-bonvo__inner {
		padding-right: 0;
	}
	.btn-bonvo__inner::after {
		display: none;
	}
}
@media all and (min-width: 375px) {
	.btn-bonvo__inner {
		font-size: calc(24 / 15 * 1rem);
	}
}
.btn-bonvo__inner::after {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right: 0;
	width: calc(44 / 15 * 1rem);
	height: calc(12 / 15 * 1rem);
	background-color: #fff;
	mask: url('../images/bonvo/bonvo-btn-icon-sp.svg') no-repeat right center/contain;
	transition: background-color .3s;
}
@media (hover: hover) {
	.btn-bonvo:hover {
		background-color: #fff;
		.btn-bonvo__inner {
			color: var(--orange-color);
		}
		.btn-bonvo__inner::after {
			background-color: var(--orange-color);
		}
	}
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.btn-bonvo-wrap {
		margin-top: calc(70 / 20 * 1rem);
	}
	.btn-bonvo {
		width: calc(738 / 20 * 1rem);
		height: calc(121 / 20 * 1rem);
	}
	.btn-bonvo__inner {
		font-size: calc(40 / 20 * 1rem);
		padding-right: calc(75 / 20 * 1rem);
	}
	.btn-bonvo__inner::after {
		width: calc(59 / 20 * 1rem);
		height: calc(12 / 20 * 1rem);
		mask-image: url('../images/bonvo/bonvo-btn-icon.svg');
	}
}
@media all and (min-width: 1920px) {
}
/* //ボタン */

/* パンくず */
.breadcrumb-wrap {
	margin-top: calc(42 / 15 * 1rem);
	margin-bottom: calc(60 / 15 * 1rem);
}
.breadcrumb-wrap ul li {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: calc(10 / 15 * 1rem);
	letter-spacing: .1em;
}
#breadcrumb ul li:not(:last-child)::after {
	top: 56%;
	width: 8px;
	height: 8px;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.breadcrumb-wrap {
		margin-top: calc(58 / 20 * 1rem);
		margin-bottom: 8rem;
	}
}
@media all and (min-width: 1920px) {
}
/* //パンくず */

/* 下層ヘッダー */
.bonvo-child-head {
	background-color: var(--bonvo-blue-color);
	text-align: center;
	color: #fff;
	height: 173px;
	position: relative;
	padding-bottom: 49px;
}
.bonvo-child-head .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bonvo-child-head::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 49px;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px));
	background-size: 24px 24px;
	background-repeat: repeat;
	background-position: top left;
	background-color: #fff;
  mask: url(../images/bonvo/wave-long.svg) repeat-x left bottom / auto 100%;
  z-index: 10;
}
.bg-check {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px));
	background-size: 24px 24px;
	background-repeat: repeat;
	background-position: top left;
}
.bonvo-child-head__inner {
	padding-right: 73px;
	position: relative;
}
.bonvo-child-head__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -16px;
	width: 85px;
	height: 99px;
	background: url('../images/bonvo/bonvo-childfv.svg') no-repeat center center/contain;
}
.bonvo-child-head__ttl {
	font-size: calc(28 / 15 * 1rem);
	line-height: 1.2;
	letter-spacing: .05em;
	margin-bottom: .45rem;
}
.bonvo-child-head__sub-ttl {
	font-size: calc(12 / 15 * 1rem);
	font-weight: 900;
	letter-spacing: .1em;
}
.bonvo-child-head__ttl-break {
	display: block;
}
@media all and (min-width: 375px) {
.bonvo-child-head__ttl-break {
	display: inline;
	padding-left: .25em;
}

}
@media all and (min-width: 576px) {
	.bonvo-child-head__inner {
	  padding-right: 0;
	}
	.bonvo-child-head__inner::after {
		right: -6.75rem;
	}
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.bonvo-child-head {
		height: 250px;
		padding-bottom: 61px;
	}
	.bonvo-child-head::before {
		height: 61px;
		background-size: 30px 30px;
	}
	.bg-check {
		background-size: 30px 30px;
	}
	.bonvo-child-head__ttl {
    font-size: 3rem;
    margin-bottom: .25rem;
  }
  .bonvo-child-head__sub-ttl {
  	font-size: 1rem;
  }
  .bonvo-child-head__inner::after {
  	top: 63%;
  	right: -10rem;
  	width: 128px;
  	height: 148px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.bonvo-child-head {
		padding-bottom: 118px;
		height: 379px;
	}
	.bonvo-child-head::before {
		height: 118px;
		background-size: 39px 39px;
	}
	.bg-check {
		background-size: 39px 39px;
	}
  .bonvo-child-head__inner::after {
  	top: 82%;
  	right: -16.5rem;
  	width: calc(236 / 20 * 1rem);
  	height: calc(277 / 20 * 1rem);
  }

}
@media all and (min-width: 1920px) {
}
/* //下層ヘッダー */


/* アーカイブカテゴリ */
.bonvo-cat-list-wrap {
	margin-bottom: 25px;
	border-bottom: 2px solid #ddd;
}
.bonvo-cat-list {
	display: flex;
	flex-wrap: wrap;
	padding: 22px 0 25px;
	margin: 0 -5px;
	row-gap: 18px;
}
.bonvo-cat-list__item {
	width: 33.3333333%;
	padding-right: 5px;
	padding-left: 5px;
}
.bonvo-cat-list__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(55 / 15 * 1rem);
	border-radius: 20px;
	text-align: center;
	padding-bottom: 2px;
}
.bonvo-cat-list__link--current::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 48px;
	height: 12px;
	mask: url('../images/bonvo/balloon-tail.svg') no-repeat center bottom/contain;
}
.bonvo-cat-list__link--all {
	background-color: #ddd;
	.bonvo-cat-list__link-inner {
		color: var(--turquoise-color);
	}
}
.bonvo-cat-list__link--all::after {
	background-color: #ddd;
}
.bonvo-cat-list__link:not(.bonvo-cat-list__link--all) .bonvo-cat-list__link-inner {
	color: #fff;
}
.bonvo-cat-list__eng-text {
	font-size: calc(20 / 15 * 1rem);
	letter-spacing: .05em;
	display: block;
	text-transform: capitalize;
	line-height: 1;
  padding-bottom: 4px;
}
.bonvo-cat-list__jp-text {
	font-size: calc(10 / 15 * 1rem);
	font-weight: 900;
	letter-spacing: .15em;
	display: block;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.bonvo-cat-list-wrap {
		border-bottom-width: 3px;
	}
	.bonvo-cat-list {
		padding-bottom: calc(48 / 20 * 1rem);
		margin: 0 -10px;
		row-gap: 28px;
	}
	.bonvo-cat-list-wrap {
		margin-bottom: 30px;
	}
	.bonvo-cat-list__item {
		padding-right: 10px;
		padding-left: 10px;
	}
	.bonvo-cat-list__link {
	  height: calc(80 / 20 * 1rem);
	}
}
@media all and (min-width: 1200px) {
	.bonvo-cat-list {
		padding-top: 0;
	}
}
@media all and (min-width: 1400px) {
	.bonvo-cat-list {
		margin-right: -15px;
		margin-left: -15px;
	}
	.bonvo-cat-list__item {
		padding-right: 15px;
		padding-left: 15px;
	}
	.bonvo-cat-list__link {
		border-radius: 30px;
	}
	.bonvo-cat-list__link::after {
		bottom: calc(22 / 20 * -1rem);
		width: calc(97 / 20 * 1rem);
		height: calc(24 / 20 * 1rem);
	}
	.bonvo-cat-list__eng-text {
		font-size: calc(30 / 20 * 1rem);
	}
	.bonvo-cat-list__jp-text {
		font-size: calc(14 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //アーカイブカテゴリ */

/* ページネーション */
.bonvo-tablenav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
.bonvo-tablenav li {
	padding-right: 10px;
	padding-left: 10px;
}
.bonvo-tablenav .page-numbers:not(.prev):not(.next) {
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .05em;
	border: 3px solid var(--bonvo-blue-color);
	color: var(--bonvo-blue-color);;
	border-radius: 50%;
	background-color: #fff;
	width: calc(50 / 15 * 1rem);
	min-width: calc(50 / 15 * 1rem);
	height: calc(50 / 15 * 1rem);
	text-align: center;
	line-height: 1;
	padding-bottom: 6px;
}
.bonvo-tablenav .page-numbers:not(.prev):not(.next).current {
	background-color: var(--bonvo-blue-color);
	color: #fff;
}
.bonvo-tablenav {
	padding-top: 50px;
	a.page-numbers:hover {
		opacity: .7;
	}
	.prev, .next {
		color: #fff;
		width: calc(48 / 15 * 1rem);
		height: calc(52 / 15 * 1rem);
		background-color: var(--orange-color);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		letter-spacing: .05em;
	}
	.prev {
		mask: url('../images/bonvo/icon-triangle-left-sp.svg') no-repeat center center/contain;
		padding-left: .25rem;
	}
	.next {
		mask: url('../images/bonvo/icon-triangle-right-sp.svg') no-repeat center center/contain;
		padding-right: .25rem;
	}
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.bonvo-tablenav {
		padding-top: 80px;
	}
}
@media all and (min-width: 1200px) {
	
}
@media all and (min-width: 1400px) {
	.bonvo-tablenav {
		padding-top: 80px;
	}
}
@media all and (min-width: 1920px) {
	.bonvo-tablenav {
		li {
	    padding-right: calc(25 / 20 * 1rem);
	    padding-left: calc(25 / 20 * 1rem);
		}
		.page-numbers:not(.prev):not(.next) {
			font-size: 3rem;
			width: calc(100 / 20 * 1rem);
			height: calc(100 / 20 * 1rem);
		}
		.prev, .next {
			font-size: calc(28 / 20 * 1rem);
			width: calc(94 / 20 * 1rem);
			height: calc(106 / 20 * 1rem);
		}
		.prev {
			mask-image: url('../images/bonvo/icon-triangle-left.svg');
			padding-left: .75rem;
		}
		.next {
			mask-image: url('../images/bonvo/icon-triangle-right.svg');
			padding-right: .75rem;
		}
	}
}
/* //ページネーション */

/* シングル */
.log-book-single {
	position: relative;
}
.log-book-single__contents {
	position: relative;
	z-index: 20;
	padding-bottom: calc(70 / 15 * 1rem);
}
.back-archive {
	padding-top: 2rem;
}
@media all and (min-width: 576px) {
	.acc-rudder {
		position: relative;
	}
	.acc-rudder::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(25%) translateY(-42%);
		width: 50vw;
		height: 50vw;
		background: url('../images/bonvo/rudder.svg') no-repeat center center/contain;
		mix-blend-mode: darken;
		z-index: 10;
		clip-path: polygon(0 80px, 100% 80px, 100% 100%, 0% 100%);
	}
}
@media all and (min-width: 768px) {
	.acc-rudder::before {
		clip-path: polygon(0 100px, 100% 100px, 100% 100%, 0% 100%);
	}
}
@media all and (min-width: 992px) {
	.acc-rudder::before {
		clip-path: polygon(0 150px, 100% 150px, 100% 100%, 0% 100%);
	}
}
@media all and (min-width: 1200px) {
	.log-book-single__body {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.acc-rudder::before {
	  clip-path: polygon(0 28%, 100% 28%, 100% 100%, 0% 100%);
	}
}
@media all and (min-width: 1400px) {
	.log-book-single__contents {
		padding-bottom: calc(120 / 20 * 1rem);
	}
	.back-archive {
		padding-top: calc(70 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
	.acc-rudder::before {
		width: 888px;
		height: 888px;
	}
	.log-book-single__head-wrap {
		max-width: 1431px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* //シングル */

/* シングルの日付とカテゴリ */
.log-book-single__head {
	padding-top: 22px;
	padding-bottom: calc(10 / 15 * 1rem);
	display: flex;
	align-items: center;
	gap: calc(8 / 15 * 1rem);
	flex-wrap: wrap;
}
.log-book-single__head-date {
	font-size: calc(12 / 15 * 1rem);
	letter-spacing: .05em;
	font-weight: 700;
}
.log-book-single__head-category {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.log-book-single__head-category-label {
	font-size: calc(10 / 15 * 1rem);
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 3px;
	padding: calc(2 / 15 * 1rem) calc(9.5 / 15 * 1rem) calc(4 / 15 * 1rem);
}
.log-book-single__head-category-link:hover {
	opacity: .7;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {
	.log-book-single__head {
		padding-top: .5rem;
	}
}
@media all and (min-width: 1400px) {
	.log-book-single__head {
		gap: calc(30 / 20 * 1rem);
		padding-bottom: calc(23 / 20 * 1rem);
	}
	.log-book-single__head-date {
		font-size: calc(24 / 20 * 1rem);
	}
	.log-book-single__head-category-label {
		font-size: calc(24 / 20 * 1rem);
		border-radius: 5px;
		padding: calc(3.5 / 20 * 1rem) calc(10.5 / 20 * 1rem) calc(5.5 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //シングルの日付とカテゴリ */

/* シングル見出し */
.log-book-single__ttl {
	font-size: calc(20 / 15 * 1rem);
	font-weight: 700;
	letter-spacing: .15em;
	line-height: calc(30 / 20);
	padding-bottom: calc(20 / 15 * 1rem);
	margin-bottom: calc(18 / 15 * 1rem);
	position: relative;
}
.log-book-single__ttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	border-radius: 100vh;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book-single__ttl {
		font-size: calc(40 / 20 * 1rem);
		line-height: calc(7/ 4);
		padding-bottom: calc(42 / 20 * 1rem);
		margin-bottom: calc(30 / 20 * 1rem);
	}
	.log-book-single__ttl::after {
		height: 3px;
	}
}
@media all and (min-width: 1920px) {
}
/* //シングル見出し */

/* crewと日付 */
.log-book-single__info {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: calc(13 / 15 * 1rem);
	margin-bottom: calc(30 / 15 * 1rem);
}
.log-book-single__info-item {
	position: relative;
	padding-bottom: calc(7 / 15 * 1rem);
	font-weight: 700;
}
.log-book-single__info-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	border-radius: 100vh;
}
.log-book-single__info-item--date {
	padding-right: calc(37 / 15 * 1rem);
}
.log-book-single__info-item--date::before {
	content: '';
	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	right: 0;
	width: calc(29 / 15 * 1rem);
	height: calc(25 / 15 * 1rem);
	background-color: var(--orange-color);
	mask: url('../images/bonvo/icon-date.svg') no-repeat center center/contain;
}
.log-book-single__info-sennin {
	font-size: calc(14 / 15 * 1rem);
	letter-spacing: .05em;
	padding-right: calc(2 / 15 * 1rem);
}
.log-book-single__info-crew {
	font-size: calc(10 / 15 * 1rem);
	letter-spacing: .05em;
	padding-right: calc(6 / 15 * 1rem);
}
.log-book-single__info-name {
	font-size: calc(14 / 15 * 1rem);
	letter-spacing: .05em;
}
.log-book-single__info-date-label {
	font-size: calc(10 / 15 * 1rem);
	letter-spacing: .05em;
	padding-right: calc(5 / 15 * 1rem);
}
.log-book-single__info-date {
	font-size: calc(18 / 15 * 1rem);
	letter-spacing: .025em;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book-single__info {
		gap: calc(5 / 2 * 1rem);
		margin-bottom: calc(45 / 20 * 1rem);
	}
	.log-book-single__info-item {
	  padding-bottom: calc(12 / 20 * 1rem);
	}
	.log-book-single__info-item::after {
		height: 3px;
	}
	.log-book-single__info-sennin {
		font-size: calc(34 / 20 * 1rem);
		padding-right: calc(6 / 20 * 1rem);
	}
	.log-book-single__info-crew {
		font-size: calc(20 / 20 * 1rem);
		padding-right: calc(24 / 20 * 1rem);
	}
	.log-book-single__info-name {
		font-size: calc(34 / 20 * 1rem);
	}
	.log-book-single__info-date-label {
		font-size: calc(24 / 20 * 1rem);
		padding-right: calc(28 / 20 * 1rem);
	}
	.log-book-single__info-date {
		font-size: calc(40 / 20 * 1rem);
	}
	.log-book-single__info-item--date {
		padding-right: calc(96 / 20 * 1rem);
	}
	.log-book-single__info-item--date::before {
		top: 40%;
		width: calc(64 / 20 * 1rem);
		height: calc(55 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //crewと日付 */


/* 時間と天気 */
.log-book-single__detail {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: calc(20 / 15 * 1rem);
	max-width: 420px;
	margin-right: auto;
	margin-bottom: 1.75rem;
	margin-left: auto;
}
.log-book-single__detail-item {
	width: 50%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	font-weight: 700;
	padding-bottom: .4rem;
}
.log-book-single__detail-item::after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  border-radius: 100vh;
}
.log-book-single__detail-time {
	position: relative;
	padding-right: calc(43 / 15 * 1rem);
	display: inline-block;
}
.log-book-single__detail-time::after {
	content: '';
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 0;
	width: calc(24 / 15 * 1rem);
	height: calc(24 / 15 * 1rem);
	background-color: var(--orange-color);
	mask: url('../images/bonvo/icon-time.svg') no-repeat center center/contain;
}
.log-book-single__detail-time-ttl {
	font-size: calc(11 / 15 * 1rem);
}
.log-book-single__detail-weather-ttl {
	font-size: calc(10 / 15 * 1rem);
}
.log-book-single__detail-weather-jp {
	padding-right: 3px;
}
.log-book-single__detail-weather-eng {
	padding-right: calc(38 / 15 * 1rem);
	text-transform: capitalize;
	position: relative;
}
.log-book-single__detail-weather-eng::after {
	content: '';
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 0;
	width: calc(24 / 15 * 1rem);
	height: calc(24 / 15 * 1rem);
	background-color: var(--orange-color);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
}
.log-book-single__detail-weather--sunny::after {
	mask-image: url('../images/bonvo/icon-sunny.svg');
}
.log-book-single__detail-weather--cloudy::after {
	mask-image: url('../images/bonvo/icon-cloudy.svg');
}
.log-book-single__detail-weather--rainy::after {
	mask-image: url('../images/bonvo/icon-rainy.svg');
}
.log-book-single__detail-weather--snow::after {
	mask-image: url('../images/bonvo/icon-snow.svg');
}
.log-book-single__detail-time-ttl, .log-book-single__detail-weather-ttl {
	width: 100%;
}
@media all and (min-width: 375px) {
	.log-book-single__detail-time-ttl, .log-book-single__detail-weather-ttl {
		width: fit-content;
	}
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book-single__detail {
		max-width: calc(931 / 20 * 1rem);
		margin-bottom: calc(65 / 20 * 1rem);
	}
	.log-book-single__detail-item::after {
		height: 3px;
	}
	.log-book-single__detail-item {
		padding-bottom: .6rem;
	}
	.log-book-single__detail-time-wrap {
		justify-content: flex-start;
		padding-left: calc(31 / 20 * 1rem);
	}
	.log-book-single__detail-time-ttl {
	  font-size: calc(24 / 20 * 1rem);
	  padding-right: calc(42 / 20 * 1rem);
	}
	.log-book-single__detail-time {
	  font-size: calc(38 / 20 * 1rem);
	  padding-right: calc(84 / 20 * 1rem);
	}
	.log-book-single__detail-time::after {
		width: calc(55 / 20 * 1rem);
		height: calc(55 / 20 * 1rem);
	}
	.log-book-single__detail-weather-wrap {
		justify-content: flex-start;
		padding-right: calc(46 / 20 * 1rem);
		padding-left: calc(32 / 20 * 1rem);
	}
	.log-book-single__detail-weather-ttl {
		font-size: calc(24 / 20 * 1rem);
		padding-right: calc(42 / 20 * 1rem);
	}
	.log-book-single__detail-weather-jp {
		font-size: calc(38 / 20 * 1rem);
		padding-right: calc(22 / 20 * 1rem);
	}
	.log-book-single__detail-weather-eng {
		font-size: calc(24 / 20 * 1rem);
		padding-right: calc(75 / 20 * 1rem);
	}
	.log-book-single__detail-weather-eng::after {
		top: 34%;
		width: calc(55 / 20 * 1rem);
		height: calc(55 / 20 * 1rem);
	}
}
@media all and (min-width: 1920px) {
}
/* //時間と天気 */



/* シングルの本文 */
.log-book-single__blockeditor-area {
	font-size: calc(14 / 15 * 1rem);
	font-weight: 400;
	letter-spacing: .1em;
	p {
		line-height: calc(24.5 / 14);
	}
}

@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book-single__blockeditor-area {
		font-size: calc(18 / 20 * 1rem);
		p {
			line-height: calc(36 / 18);
		}
	}
	
}
@media all and (min-width: 1920px) {
}
/* //シングルの本文 */


/* 画像装飾 */
.log-book-single__blockeditor-area .wp-block-image,
.frame-img-wrap {
	border: calc(8 / 15 * 1rem) solid #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .09);
	position: relative;
}
.log-book-single__blockeditor-area .wp-block-image,
.frame-img-wrap--notslider {
	max-width: 84%;
	margin: 4rem auto 3.5rem;
}
.log-book-single__blockeditor-area .wp-block-image, 
.bonvo-slider__slide:nth-child(even) .frame-img-wrap,
.frame-img-wrap--notslider {
	transform: rotate(5deg);
}
.bonvo-slider__slide:nth-child(odd) .frame-img-wrap {
	transform: rotate(-5deg);
}
.log-book-single__blockeditor-area .wp-block-image::before,
.frame-img-wrap::before {
	content: '';
	position: absolute;
	top: -.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(23 / 15 * 1rem);
  height: calc(23 / 15 * 1rem);
  border-radius: 50%;
  background-color: var(--bonvo-blue-color);
}
.log-book-single__blockeditor-area .wp-block-image::after,
.frame-img-wrap::after {
	content: '';
	position: absolute;
	top: -.7rem;
	left: 50.75%;
  transform: translateX(-50%);
  width: calc(7 / 15 * 1rem);
  height: calc(7 / 15 * 1rem);
  border-radius: 50%;
  background-color: #B9F2FF;
}
.log-book-single__blockeditor-area .wp-block-image img,
.frame-img {
	width: 100%;
}
.single-first-img {
	aspect-ratio: 940 / 665;
}
.single-first-img img {
	height: 100%;
	object-fit: cover;
}
.frame-img-wrap--notslider {
	z-index: 20;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
	.log-book-single__blockeditor-area .wp-block-image,
	.frame-img-wrap {
		border-width: 1.25rem;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.log-book-single__blockeditor-area .wp-block-image,
	.frame-img-wrap {
		border-width: calc(29 / 20 * 1rem);
		box-shadow: 10px 10px 20px rgba(0, 0, 0, .09);
	}
	.log-book-single__blockeditor-area .wp-block-image,
	.frame-img-wrap--notslider {
		max-width: 100%;
		margin-bottom: 5.5rem;
	}
	.log-book-single__blockeditor-area .wp-block-image::before,
	.frame-img-wrap::before {
		top: -1.75rem;
    width: calc(84 / 20 * 1rem);
    height: calc(84 / 20 * 1rem);
  }
	.log-book-single__blockeditor-area .wp-block-image::after,
	.frame-img-wrap::after {
		top: -1.25rem;
    width: calc(24 / 20 * 1rem);
    height: calc(24 / 20 * 1rem);
  }
}
@media all and (min-width: 1920px) {
}
/* //画像装飾 */


/* スライダー */
.bonvo-slider {
	position: relative;
	z-index: 20;
}
.bonvo-slider__slide {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.bonvo-slider__arrow {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(56 / 15 * 1rem);
  height: calc(62 / 15 * 1rem);
  text-align: center;
  letter-spacing: .05em;
  background-color: var(--turquoise-color);
  color: #fff;
  white-space: nowrap;
}
.bonvo-slider__arrow--prev {
	left: 10px;
	padding-right: 0;
	padding-left: .25rem;
	mask: url('../images/bonvo/icon-triangle-left-sp.svg') no-repeat center center/contain;
}
.bonvo-slider__arrow--next {
	right: 10px;
	padding-right: .25rem;
	padding-left: 0;
	mask: url('../images/bonvo/icon-triangle-right-sp.svg') no-repeat center center/contain;
}
@media all and (min-width: 576px) {
	.bonvo-slider__arrow--prev {
		left: 14vw;
	}
	.bonvo-slider__arrow--next {
		right: 14vw;
	}
}
@media all and (min-width: 768px) {
	.bonvo-slider__slide {
	  padding-top: 1.75rem;
	  padding-bottom: 3rem;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
	.bonvo-slider__arrow {
		font-size: calc(24 / 20 * 1rem);
		width: calc(94 / 20 * 1rem);
		height: calc(106 / 20 * 1rem);
	}
	.bonvo-slider__arrow--prev {
		padding-left: .75rem;
		mask: url('../images/bonvo/icon-triangle-left.svg') no-repeat center center/contain;
		left: 16.75vw;
	}
	.bonvo-slider__arrow--next {
		padding-right: .75rem;
		mask: url('../images/bonvo/icon-triangle-right.svg') no-repeat center center/contain;
		right: 16.75vw;
	}
	.bonvo-slider__slide {
	  padding-top: 2vw;
	  padding-bottom: 4rem;
	}

}
@media all and (min-width: 1920px) {
}
/* //スライダー */

/* いいねボタン */
.wpulike {
	text-align: right;
	padding: 0;
}
.wpulike-heart .wp_ulike_general_class {
	background-color: #fff;
}
.wpulike-heart button.wp_ulike_btn {
	position: relative;
	padding: 17px 86px 12px 14px;
}
.wpulike-heart button.wp_ulike_btn::before {
	content: 'いいね！';
	padding-right: 5px;
	position: absolute;
	width: max-content;
	top: 48%;
	transform: translateY(-50%);
	right: 0;
}
.wpulike-heart button.wp_ulike_btn::after {
	left: 18px;
}
/* //いいねボタン */