@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: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 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;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}


/*button*/
.btn {
  font-size: 24px;
  text-align: center;
  border-radius: 12px;
  background-color: #6e79e0;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  /*margin: auto;*/
  min-width: 280px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #6e79e0;
}


/*mv*/
.mv {
  width: 100%;
  height: 100%;
  background: linear-gradient(#eafbe0, #caf1bd);
}

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


/*main*/
.point-card {
  width: 880px;
  padding: 50px;
  margin: auto;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
}

.point-title {
  display: block;
  text-align: center;
  font-family: "bokutoh-rera";
  font-weight: 400;
  font-style: normal;
}

.point-title span {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 36px;
}

.point-text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.point-wrapper-1 {
  background-color: #caf1bd;
  padding-top: 80px;
  padding-bottom: 100px;
}

.point-card-1 .point-icon {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 140px;
}

.point-card-1 .point-title span {
  border-top: 2px solid #e64290;
  border-bottom: 2px solid #e64290;
}

.point-img-1 {
  display: flex;
  margin-left: 134px;
}

.point-img-1 img {
  height: 390px;
  margin-right: 30px;

  margin-bottom: 40px;
}

.point-card-1 .grass {
  position: absolute;
  top: 5px;
  right: -60px;
  width: 190px;
}

.point-card-1 .rabbit {
  position: absolute;
  bottom: 40px;
  left: -85px;
  width: 247px;
}

.point-wrapper-2 {
  background-color: #f4e89f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.point-card-2 .point-icon {
  position: absolute;
  top: -30px;
  left: -88px;
  width: 189px;
}

.point-card-2 .point-title span {
  border-top: 2px solid #47af17;
  border-bottom: 2px solid #47af17;
}

.point-img-2 {
  display: flex;
  flex-wrap: wrap;
}

.point-img-2 img {
  height: 320px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.point-card-2 .gorilla {
  position: absolute;
  bottom: 50px;
  right: 120px;
  width: 273px;
}

.point-wrapper-3 {
  background-color: #c7caf2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.point-card-3 .point-icon {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 140px;
}

.point-card-3 .point-title span {
  border-top: 2px solid #19a1d1;
  border-bottom: 2px solid #19a1d1;
}

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

.point-img-3 img {
  height: 327px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.point-img-3 img:first-of-type {
  height: 253px;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: 180px;
}

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

.point-card-3 .seesaw {
  position: absolute;
  top: 200px;
  left: -116px;
  width: 350px;
}

.point-card-3 .island {
  position: absolute;
  bottom: -48px;
  right: -60px;
  width: 150px;
}

.point-wrapper-4 {
  background-color: #f4d0de;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.point-card-4 .point-icon {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 140px;
}

.point-card-4 .point-title span {
  border-top: 2px solid #e89b2a;
  border-bottom: 2px solid #e89b2a;
}

.point-img-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.point-card-4 .mouse {
  position: absolute;
  top: -105px;
  left: 60px;
  width: 150px;
}

.point-card-4 .turtle {
  position: absolute;
  top: 260px;
  right: -32px;
  width: 162px;
}

.point-wrapper-4 .bird {
  position: absolute;
  bottom: 150px;
  left: calc(50% - 498px);
  width: 97px;
}

.point-img-4 .point-item:nth-child(odd) {
  width: calc(50% - 40px);
  margin-right: 30px;
  margin-bottom: 20px;
}

.point-img-4 .point-item:nth-child(even) {
  width: calc(50% - 15px);
  margin-right: 0;
  margin-bottom: 20px;
}

.point-img-4 .point-item img {
  height: 296px;
  margin-bottom: 4px;
}

.point-img-4 .point-item:last-of-type img {
  padding: 16px 0;
}

.point-img-4 .point-item-name {
  font-family: "bokutoh-rera";
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 4px;
}

.circle {
  display: inline-block;
  color: #fff;
  background-color: #231815;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 4px;
  margin-right: 2px;
  font-size: 15px;
}

.label {
  display: inline-block;
  color: #fff;
  background-color: #e89b2a;
  padding: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px;
}

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

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

.lineup {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lineup .point-title {
  position: relative;
}

.lineup .point-title span {
  border-top: 2px solid #6e79e0;
  border-bottom: 2px solid #6e79e0;
}

.lineup .point-title .bird3 {
  position: absolute;
  top: -54px;
  left: calc(50% - 200px);
  width: 136px;
}

.lineup-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 978px;
  margin: auto;
  padding-top: 40px;
}

.lineup-subject {
  font-family: "bokutoh-rera";
  font-size: 24px;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.lineup-content img {
  width: 141px;
  height: 200px;
}

.lineup-item:nth-child(1),
.lineup-item:nth-child(2) {
  width: 474px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.lineup-item:nth-child(3),
.lineup-item:nth-child(4),
.lineup-item:nth-child(5) {
  width: 306px;
  margin-right: 30px;
  margin-bottom: 50px;
}

.lineup-item:nth-child(2),
.lineup-item:nth-child(5) {
  margin-right: 0;
}

.lineup-item:nth-child(1) .lineup-content,
.lineup-item:nth-child(2) .lineup-content {
  display: flex;
}

.lineup-item:nth-child(3) .lineup-content,
.lineup-item:nth-child(4) .lineup-content,
.lineup-item:nth-child(5) .lineup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup-item:nth-child(1) .lineup-content p,
.lineup-item:nth-child(2) .lineup-content p {
  font-size: 14px;
  margin-left: 20px;
  line-height: 1.6;
}

.lineup-item:nth-child(3) .lineup-content p,
.lineup-item:nth-child(4) .lineup-content p,
.lineup-item:nth-child(5) .lineup-content p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}

.btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.btn-wrapper .pen {
  position: absolute;
  width: 240px;
  top: -60px;
  left: calc(50% + 360px)
}

@media screen and (max-width: 1200px) {
  .point-card-3 .seesaw {
    left: -100px
  }
/*
  .btn-wrapper .pen {
    left: calc(50% + 260px)
  }
  */
}


@media screen and (max-width: 991px) {
  .point-card {
    width: calc(100% - 24px);
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .point-title span {
    font-size: 28px
  }

  .point-img img {
    height: auto;
  }

  .point-text {
    text-align: left
  }

  .point-card-1,
  .point-card-2,
  .point-card-3 {
    padding-top: 108px;
  }

  .point-wrapper-1 {
    padding-bottom: 60px;
  }


  .point-card-1 .point-icon {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .point-img-1 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 313px;
  }

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

  .point-img-1 img:nth-of-type(2) {
    max-width: 256px;
  }

  .point-card-1 .grass {
    top: -48px;
    right: -10px;
    width: 130px
  }

  .point-card-1 .rabbit {
    position: relative;
    bottom: auto;
    left: auto;
    width: 214px;
    margin: auto;
  }

  .point-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .point-card-2 .point-icon {
    top: -50px;
    left: calc(50% - 33px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .point-img-2 img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 360px;
  }

  .point-card-2 .gorilla {
    position: relative;
    bottom: auto;
    right: auto;
    width: 236px;
    margin: 20px auto 0;
  }

  .point-wrapper-3 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .point-card-3 .point-icon {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

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

  .point-img-3 img {
    width: 90%;
    max-width: 212px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .point-img-3 img:first-of-type {
    max-width: 308px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .point-card-3 .island {
    top: -70px;
    bottom: auto;
    right: -12px;
    width: 114px;
    overflow: hidden;
  }

  .point-card-3 .island img {
    width: 120px;
    max-width: none;
    overflow: hidden;
  }

  .point-card-3 .seesaw {
    position: relative;
    top: auto;
    left: auto;
    width: 306px;
    margin: auto;
  }

  .point-wrapper-4 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .point-img-4 {
    flex-direction: column;
  }

  .point-img-4 .point-item {
    width: 100% !important;
    max-width: 540px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px !important;
  }

  .point-card-4 .mouse {
    width: 108px;
    top: -66px;
    left: 0;
  }

  .point-card-4 .turtle {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
  }

  .point-wrapper-4 .bird {
    display: none;
  }

  .lineup {
    width: calc(100% - 40px)!important;
    margin: auto;
    padding-bottom: 40px;
  }

  .lineup .point-title .bird3 {
    left: calc(50% - 180px);
  }

  .lineup-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    padding-top: 20px;
  }

  .lineup-item {
    width: 100% !important;
    max-width: 700px !important;
    margin-right: 0 !important;
  }

  .lineup-content {
    flex-direction: column;
    align-items: center !important;
  }

  .lineup-content p {
    margin-top: 10px
  }

  .btn-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .btn-wrapper .pen {
    position: relative;
    top: auto;
    left: auto;
    margin: 30px auto 0;
  }
}


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

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

/*header 変更*/
.header {
	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.3rem;
	font-weight: 600;
	line-height: 1;
	padding: 12px 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-bottom: 80px;
}
.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: 1.5rem;
	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%;
}

}
@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;
	}
}