html {
	scroll-behavior: smooth;
}
/* patch */
.comp-footer-sub.spd {
  margin-bottom: 16px !important;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
  .framework-0 dt {
    font-size: 14px;
  }
}
.framework-0 a {
  color: #0d6efd;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* patch */
.img-link {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.img-link:hover {
  opacity: 0.8;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.bottom-contents__img {
  width: 50%;
  max-width: 460px;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
	.bottom-contents__img {
		width: 100%;
	}
  }

.backnumber-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 42px;
}
@media (max-width: 768px) {
	.backnumber-list {
		gap: 12px 80px;
	  } 
  }
.backnumber-item {
  display: flex;
  justify-content: start;
  padding-right: 8px;
  font-size: 16px;
  width: 12.5%;
}
.backnumber-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 4px;
  color: #454545;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.backnumber-item .active {
  pointer-events: none;
  text-decoration: none;
  background-color: #dfdfdf;
  color: #888888;
}
@media (max-width: 576px) {
  .backnumber-item {
    width: 50%;
    margin-bottom: 8px;
  }
}

.lead-decoration {
	position: relative;
	display: inline-block;
  }
  
  .lead-decoration::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -10px;
	display: block;
	width: 18px;
	height: 13px;
	background: url(/img/tips/h3-decoration.svg) no-repeat;
  }
  
  
  .corner-top::before {
	  content: "";
	  position: absolute;
	  top: -1px;
	  left: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	}
	@media (max-width: 576px) {
	  .corner-top::before {
		width: 40px;
		height: 40px;
	  }
	}
	.corner-top::after {
	  content: "";
	  position: absolute;
	  top: -1px;
	  right: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	@media (max-width: 576px) {
	  .corner-top::after {
		width: 40px;
		height: 40px;
	  }
	}
	
	.corner-bottom::before {
	  content: "";
	  position: absolute;
	  right: -1px;
	  bottom: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
	@media (max-width: 576px) {
	  .corner-bottom::before {
		width: 40px;
		height: 40px;
	  }
	}
	.corner-bottom::after {
	  content: "";
	  position: absolute;
	  bottom: -1px;
	  left: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(270deg);
	  transform: rotate(270deg);
	}
	@media (max-width: 576px) {
	  .corner-bottom::after {
		width: 40px;
		height: 40px;
	  }
	}
  
	.cta-card {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  background-color: #ffffff;
	  border-radius: 8px;
	  border: 1px solid #d7d7d7;
	}
	
	.cta-card-head {
	  position: relative;
	  display: block;
	  padding-top: 1.5rem;
	  font-size: 18px;
	  font-weight: bold;
	  text-align: center;
	}
	@media (max-width: 768px) {
	  .cta-card-head {
		font-size: 16px;
		padding-top: 1.6rem;
	  }
	}
	.cta-card-head span {
	  font-size: 14px;
	}
	@media (max-width: 768px) {
	  .cta-card-head span {
		font-size: 14px;
	  }
	}
	
	.cta-card-body {
	  position: relative;
	  padding: 0.5rem 1rem 1rem;
	}
	
	.cta-card-head-balloon {
	  position: absolute;
	  top: -1.7rem;
	  right: 0;
	  left: 0;
	  display: block;
	  width: 100%;
	  min-width: 230px;
	  max-width: 260px;
	  margin: auto;
	  padding: 8px 0;
	  background-color: #000000;
	  color: #ffffff;
	  font-size: 14px;
	  text-align: center;
	  border-radius: 8px;
	}
	.cta-card-head-balloon::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -0.5rem;
	  left: 0;
	  display: block;
	  width: 1rem;
	  height: 1rem;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #000000;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	.cta-card-head-main-balloon {
	  position: absolute;
	  top: -1.7rem;
	  right: 0;
	  left: 0;
	  display: block;
	  width: 100%;
	  min-width: 230px;
	  max-width: 260px;
	  margin: auto;
	  padding: 8px 0;
	  background-color: #bf0000;
	  color: #ffffff;
	  font-size: 14px;
	  text-align: center;
	  border-radius: 8px;
	}
	.cta-card-head-main-balloon::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -0.5rem;
	  left: 0;
	  display: block;
	  width: 1rem;
	  height: 1rem;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #bf0000;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
  .w-100{
    width:100% !important;
  }
  .border-100vh{
    border-radius: 100vh;
  }
  .border-orange{
    border: 1px solid #F6C365 !important;
  }
  .min-width240{
    min-width: 240px !important;
  }
  .max-width270{
    max-width: 270px !important;
  }

  body{
	color: #272727;
	font-size: 16px;
	font-weight: 400;
  }
  @media (max-width: 768px) {
	body {
	  font-size: 14px;
	}
  }
  .font-bold{
	font-weight: 750;
  }
  .color{
	color: rgba(68, 41, 41, 1);
  }
  .bg-koban{
	background-color: #FFFAF3;
	border-top:  3px solid #604F4E;
	border-bottom:  3px solid #604F4E;
  }
  .koban-grid{
	background-image: url("../images/pc/bg_koban.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: grid;
	grid-template-columns: 370px 1fr;
	gap: 27px;
	align-items: center;
  }
  @media (max-width: 768px) {
	.koban-grid {
	  grid-template-columns: 1fr;
	  gap: 8px;
	}
  }
  @media (max-width: 576px) {
	.koban-grid {
	  background-image: url("../images/sp/bg_koban.png");
	  background-size: cover;
	}
  }
  .no1-icon-img{
	width: 166px;
	height: 166px;
  }
  .koban-text{
	width: 90%;
	font-size: 16px;
  }
  @media (max-width: 768px) {
	.koban-text {
	  width: 100%;
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	  font-size: 14px;
	}
  }
  .section-label-thin{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 72px;
	font-size: 16px;
  }
  @media (max-width: 992px) {
	.section-label-thin {
	  gap: 36px;
	  font-size: 14px;
	}
  }
  @media (max-width: 768px) {
	.section-label-thin {
	  gap: 12px;
	  font-size: 12px;
	}
  }
  .section-label-thin-bg{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 71px;
	transform: translateY(-50%);
	background-color: #fff8eb;
	z-index: -1;
  }
  .section-label-thin span{
	letter-spacing: 1.5rem;
  }
  @media (max-width: 992px) {
	.section-label-thin span{
	  letter-spacing: 1rem;
	}
  }
  @media (max-width: 992px) {
	.section-label-thin img{
	  width: 124px;
	  height: auto;
	}
  }
  @media (max-width: 768px) {
	.section-label-thin img{
	  width: 88px;
	  height: 89px;
	}
  }
  rt{
	text-align: center;
	ruby-align: center;
	font-weight: 500;
	margin-bottom: 3px;
  }
  .section-label-medium{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
  }
  @media (max-width: 768px) {
	.section-label-medium {
	  gap: 16px;
	  font-size: 12px;
	}
  }
  .section-label-medium-bg{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 102px;
	transform: translateY(-50%);
	background-color: #fff8eb;
	z-index: -1;
  }
  @media (max-width: 768px) {
	.section-label-medium-bg {
	  height: 200px;
	}
  }
  .section-label-medium-content{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
  }
  @media (max-width: 768px) {
	.section-label-medium-content img{
	  width: 64px;
	  height: 79px;
	}
  }
  .section-label-medium-content p{
	line-height: 2rem;
  }
  @media (max-width: 768px) {
	.section-label-medium-content p{
	  padding-left: 1.5rem !important;
	  padding-right: 1.5rem !important;
	}
  }
  .section-label-large{
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
	padding-top: 17px;
	background-color: #fff8eb;
  }
  .dela-gothic-one-regular {
	font-family: "Dela Gothic One", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
  }
  .flex-item-1{
	flex-basis: auto;
  }
  .title{
	border-bottom: 3px solid rgba(68, 41, 41, 1);
	padding-bottom: 10px;
  }
  @media (max-width: 768px) {
	.title {
	  font-size: 16px;
	}
  }
  .manekineko::before{
	content: "";
	display: inline-block;
	width: 57px;
	height: 81px;
	background-image: url(../images/all/manekineko.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 20px;
	position: relative;
	top: 20px;
  }
  @media (max-width: 768px) {
	.manekineko::before {
	  width: 39px;
	  height: 55px;
	}
  }
  .koduti::before{
	content: "";
	display: inline-block;
	width: 75px;
	height: 92px;
	background-image: url(../images/all/koduti.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 20px;
	position: relative;
	top: 20px;
  }
  @media (max-width: 768px) {
	.koduti::before {
	  width: 50px;
	  height: 62px;
	}
  }
  .tai::before{
	content: "";
	display: inline-block;
	width: 59px;
	height: 69px;
	background-image: url(../images/all/tai.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 20px;
	position: relative;
	top: 20px;
  }
  @media (max-width: 768px) {
	.tai::before {
	  width: 50px;
	  height: 58px;
	}
  }
  .takarabune::before{
	content: "";
	display: inline-block;
	width: 69px;
	height: 76px;
	background-image: url(../images/all/takarabune.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 20px;
	position: relative;
	top: 20px;
  }
  @media (max-width: 768px) {
	.takarabune::before {
	  width: 50px;
	  height: 55px;
	}
  }
  .line-height{
	line-height: 2.5em;
  }
  .image-grid{
	max-width: 1020px;
	column-gap: 20px;
	row-gap: 40px;
  }
  @media (max-width: 768px) {
	.image-grid {
	  column-gap: 10px;
	  row-gap: 10px;
	  justify-items: center;
	  align-items: center;
	}
  }
  .image-border{
	width: 500px;
	height: auto;
  }
  @media (max-width: 768px) {
	.image-border {
	  width: 295px;
	  height: auto;
	}
  }
  .image-balloon-position{
	position: relative;
  }
  .word-balloon-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 322px;
	height: 62px;
  }
  @media (max-width: 768px) {
	.word-balloon-bottom {
	  width: 213px;
	  height: 43px;
	}
  }
  .word-balloon-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	height: 61px;
  }
  @media (max-width: 768px) {
	.word-balloon-top {
	  width: 212px;
	  height: 42px;
	}
  }
  .thanks_gotoTop {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 19px 80px 24px auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: 700;
	color: #BF2000;
  }
  .thanks_gotoTop:hover, .thanks_gotoTop:active {
	opacity: 0.8;
  }
  @media (max-width: 640px) {
	.thanks_gotoTop {
	  margin: 18px 16px 24px auto;
	}
  }
  .thanks_gotoTop a:link, .thanks_gotoTop a:hover, .thanks_gotoTop a:visited, .thanks_gotoTop a:active {
	color: #BF2000;
	text-decoration: none;
  }
  .thanks_gotoTop span {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  .thanks_gotoTop img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
  }

  .under-video{
    display:none;
  }
  .thanks_videoContainer{
    display: none;
  }
  .patternAappear{
    display: none;
    width: 100%;
    height:1px;
  }
  .patternBappear{
    display: none;
    width: 100%;
    height:1px;
  }