@charset "UTF-8";

/*header*/
.h-main {
  height: 100px;
  border-bottom: 1px solid #a79e7f;
}

.h-inner {
  height: 100px;
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-sideWrp--both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-linkBlock {
  display: block;
  margin-top: 8px
}

.h-logoBox_logo {
  width: 166px;
}

.h-btnBox {
  position: relative;
  width: 190px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  background-color: #5a3c00;
}

.h-btnBox:hover {
  opacity: .7;
}

.h-btnBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 10px;
  margin: auto 0;
  content: '';
  background-image: url(../img/icon_triangle.svg);
}

.h-btnBox::before:hover {
  opacity: .7
}

.h-btnBox_btn {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
  display: block;
  padding-left: 20px;
  letter-spacing: .06em;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .l-inner {
    width: 93%;
  }
}

@media screen and (max-width: 380px) {
  .h-logoBox_logo {
    width: 105px;
  }
}


/*footer*/
.f-main {
  height: 50px;
  color: #5a3c00;
  border-top: 1px solid;
}

.f-inner {
  height: 50px;
}

.f-copy {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3.6;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
}


/*common*/
* {
  box-sizing: border-box;
}

body {
  font-family: "m-plus-rounded-2m", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%
}

.text-center {
  text-align: center;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/*button*/
.btn {
  display: block;
  font-size: 20px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto;
  width: 350px;
}

.btn-blue {
  color: #fff;
  background-color: #0f7abc;
  box-shadow: 6px 6px 0 #7dccf3;
}

.btn-pink {
  color: #fff;
  background-color: #ea6ea1;
  box-shadow: 6px 6px 0 #f7b5d6;
}

@media screen and (max-width: 991px) {
  .btn {
    font-size: 16px;
    width: 280px;
  }
}


/*mv*/
.mv {
  margin-bottom: 60px;
}

.mv img {
  display: block;
  width: 100%;
  max-width: 942px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .mv {
    margin-bottom: 30px;
  }

  .mv img {
    max-width: none;
  }
}


/*main*/
.lead {
  background: url(../img/bg_lead.png);
  background-repeat: repeat;
}

.lead-card {
  width: 750px;
  background-color: #e6faff;
  border-radius: 24px;
  margin: 40px auto;
  padding: 60px 0;
}

.lead-img {
  display: block;
  width: 650px;
  margin: auto;
}

.border-gradient {
  padding: 4px;
  border-radius: 30px;
  width: 900px;
  margin: auto;
}

.point-card {
  padding: 60px 75px;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
}

.point-title {
  display: block;
  text-align: center;
}

.point-title span {
  display: inline-block;
  padding: 10px 40px;
  font-size: 32px;
  font-weight: 500;
}

.point-text {
  margin-top: 20px;
  font-size: 18px;
}

.kome {
  font-size: 14px;
  text-align: left;
  margin-left: 12px;
  margin-top: 6px;
}

.kome::before {
  content: "※";
  display: inline-block;
  text-indent: -1.5rem;
}

.point-wrapper-1 {
  background: url(../img/bg_tokutoku.png), linear-gradient(#f8c5b0, #f4c1d8);
  padding-top: 140px;
  padding-bottom: 80px;
}

.border-gradient-1 {
  background: linear-gradient(to right, #f19285, #e670a7);
}

.point-card-1 .point-title {
  background: linear-gradient(to right, #f19285, #e670a7);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.point-img-1 {
  width: 748px;
  margin: auto;
}

.point-wrapper-2 {
  background: url(../img/bg_tokutoku.png), linear-gradient(#e0cae1, #b0dcf6);
  padding-top: 140px;
  padding-bottom: 80px;
}

.border-gradient-2 {
  background: linear-gradient(to right, #a680b7, #23ade4);
}

.point-card-2 .point-title {
  background: linear-gradient(to right, #a680b7, #23ade4);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.point-flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-chara-2 {
  width: 331px;
  margin-right: 15px;
}

.point-img-2 {
  width: 387px;
}

.point-wrapper-3 {
  background: url(../img/bg_tokutoku.png), linear-gradient(#afdcd7, #f1eb96);
  padding-top: 140px;
  padding-bottom: 80px;
}

.border-gradient-3 {
  background: linear-gradient(to right, #1db5a5, #e5e023);
}

.point-card-3 .point-title {
  background: linear-gradient(to right, #1db5a5, #e5e023);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 770px;
}

.point-flex-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-chara-3 {
  width: 322px;
}

.point-img-3 {
  width: 387px;
  margin-right: 15px;
}

.point-wrapper-4 {
  background: url(../img/bg_tokutoku.png), linear-gradient(#f8e493, #f9c996);
  padding-top: 140px;
  padding-bottom: 80px;
}

.border-gradient-4 {
  background: linear-gradient(to right, #eec700, #f19040);
}

.point-card-4 .point-title {
  background: linear-gradient(to right, #eec700, #f19040);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.point-flex-4 {
  display: flex;
  justify-content: center;
}

.furoku-item {
  text-align: center;
}

.furoku-item-2 {
  width: 220px;
  margin-right: 20px;
}

.furoku-name {
  font-size: 18px;
  font-weight: 500;
}

.furoku-img-4-1 {
  width: 313px;
}

.furoku-img-4-2 {
  width: 179px;
}

.furoku-img-4-3 {
  width: 177px;
}

.cbt-card {
  width: 750px;
  background-color: #e6faff;
  border-radius: 24px;
  margin: 80px auto;
  padding: 60px 40px;
}

.cbt-title {
  display: block;
  width: 318px;
  margin: auto;
}

.cbt-towa {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  padding: 2px 12px;
  margin-bottom: 8px;
}

.cbt-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px 0;
}

.cbt-item {
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  line-height: 1.25;
}

.cbt-svg {
  display: block;
  height: 24px;
  margin: auto;
}

.cbt-item-name {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #0f7abc;
  text-align: center;
}

.cbt-card .btn {
  margin: 20px auto 0;
}

.lineup {
  background-color: #f9edf2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 180px;
  position: relative;
}

.lineup .point-title {
  background-color: #f9edf2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lineup-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 900px;
  margin: auto;
  text-align: center;
}

.lineup-item {
  width: 184px;
}

.lineup-subject {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  padding: 2px 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.lineup .btn {
  margin: 40px auto;
}

.video-wrapper {
  text-align: center;
  padding: 20px 40px 0 40px;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 640/360;
}


@media screen and (max-width: 991px) {
  .border-gradient,
  .lineup-wrapper {
    width: calc(100% - 24px);
  }

  .point-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lineup-item {
    width: calc((100% - 60px) / 4);
  }
}


@media screen and (max-width: 767px) {
  .lead-card {
    width: calc(100% - 24px);
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 20px;
  }

  .lead-img {
    width: calc(100% - 24px);
  }

  .point-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .point-title {
    width: calc(100% - 48px) !important;
  }

  .point-title span {
    font-size: 24px;
    padding: 10px 20px 8px;
    width: max-content;
    max-width: 100%;
  }

  .point-text {
    font-size: 16px;
  }

  .point-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .point-card-1 .point-title {
    top: -58px;
  }

  .point-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .point-card-2 .point-title {
    top: -58px;
  }

  .point-flex-2 {
    flex-direction: column-reverse;
  }

  .point-chara-2 {
    margin-right: 0;
    margin-top: 20px;
  }

  .point-wrapper-3 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .point-card-3 .point-title {

    top: -94px;
  }

  .point-card-3 .point-title span {
    padding-left: 12px;
    padding-right: 12px;
  }

  .point-flex-3 {
    flex-direction: column;
  }

  .point-img-3 {
    margin-right: 0;
  }

  .point-wrapper-4 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .point-card-4 .point-title {
    top: -58px;
  }

  .point-flex-4 {
    flex-direction: column;
    align-items: center;
  }

  .furoku-item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .cbt-card {
    width: calc(100% - 24px);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .cbt-title {
    margin-bottom: 20px;
  }

  .cbt-wrapper {
    flex-direction: column;
  }

  .cbt-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .cbt-item:last-of-type {
    margin-bottom: 0;
  }

  .lineup {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lineup .point-title {
    top: -54px;
  }

  .lineup-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .lineup-item {
    width: 100%;
    max-width: 200px;
    margin-bottom: 40px;
  }

  .lineup-item:last-of-type {
    margin-bottom: 0;
  }

  .video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}


/*202301 sws bnr*/
.sws_bnr {
  display: block;
  width: 360px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .sws_bnr {
    width: calc(100% - 40px);
  }
}

/*header 変更*/
.header {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 11px 0 10px;
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 162px;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-left: auto;
}
.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.6rem;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	padding: 11px 0 12px;
	text-align: center;
	width: 164px;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}
.lineup h3 {
	width: fit-content;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 3rem;
    border-bottom: 5px solid #5a3c00;
	font-size: 2rem;
	color: #5a3c00;
}
.lineup h3 span {
	color: #5a3c00;
	vertical-align: top;
}
.lineup {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
.lineup-box {
	width: 80%;
	margin: 0 auto;

}
.lineup__cta-buttons {
	width: 100%;
	margin: 0 auto;
}
.lineup__cta-button {
	flex:1;
}
.cta-button span, .cta-button--line span {
    padding-left: 1.25rem;
    position: relative;
}
.cta-button span::before, .cta-button--line span::before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
}
.cta-button, .cta-button--line {
    background-color: #358f2b;
    box-shadow: 0 6px 0 #25641e;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 1.3;
    /* max-width: 15.375rem; */
    padding: 12px 0;
    text-align: center;
    transition: 0.2s;
    width: 100%;
	margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.header {
	padding: 15px 0 14px;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.header__logo a {
	width: 162px;
}

.header__buttons {
	flex-direction: initial;
	gap: 24px;
}

.cta-button,
.cta-button--line {
	background-color: #358f2b;
	box-shadow: 0 0.3125rem 0 #25641e;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1;
	padding: 0.75rem 0;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}

.cta-button span,
.cta-button--line span {
	padding-left: 1.25rem;
	position: relative;
}

.cta-button span::before,
.cta-button--line span::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.cta-button--line {
	text-transform: uppercase;
}
.button,
.button--green {
	font-size: 16px;
	padding: 15px 20px;
	width: 198px;
}
.lineup__cta-buttons {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 0.875rem;
}

.lineup__cta-button:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}
.cta-button,
.cta-button--line {
	box-shadow: 0 0.4375rem 0 #25641e;
	padding: 1.3125rem 0;
	width: 100%;
}
.lineup-box {
	width: 60%;
}

}
@media (hover: hover) {

	.cta-button:hover,
	.cta-button--line:hover {
		box-shadow: none;
		opacity: 1;
		transform: translateY(0.3125rem);
	}
}

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

	.pc {
		display: block;
	}
	
	.sp {
		display: none;
	}
}