@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-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-size: 12px;
  font-weight: 400;
  line-height: 3.6;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
}


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

img {
  max-width: 100%
}

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

.text-bold {
  font-weight: 700;
}

.text-green {
  color: #38A33D;
}

.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: 576px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/*button*/
.btn {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  background-color: #38A33D;
  color: #fff;
  display: inline-block;
  padding: 20px 20px;
  margin: 24px auto 0 auto;
  min-width: 380px;
}

@media screen and (max-width: 991px) {
  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 16px;
    min-width: 0;
    width: 100%;
  }
}


/*mv*/
.mv {
  width: 780px;
  margin: 80px auto 0;
}

.mv-logo {
  margin-bottom: 60px;
}


/*main*/
.main {
  background-color: #E7F7E7;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 10px;
}

.point-wrapper {
  width: 780px;
  margin: 0 auto 80px;
}

.point-content {
  background-color: #fff;
  padding: 60px 40px;
}

.tab-green {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #38A33D;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: inline-block;
  padding: 8px 20px 4px;
  vertical-align: bottom;
}

.tab-yellow {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  background-color: #FFF000;
  color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: inline-block;
  padding: 8px 20px 4px;
  vertical-align: bottom;
}

.point-num {
  font-size: 4.5rem;
  line-height: 1;
  vertical-align: bottom;
}

.point-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #38A33D;
  margin-bottom: 12px;
}

.marker {
  background: linear-gradient(transparent 50%, #FFF000 0%);
}

.kome {
  font-size: 1.5rem;
  text-align: left;
  margin-left: 15px;
}

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

.point1-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 440px;
  margin: 20px auto;
}

.point1-img img {
  border: 1px solid #666;
  width: 200px;
  margin: 20px 0 10px 0;
}

.point2-lineup {
  width: 280px;
  margin: 24px auto;
}

.point2-lineup ul {
  margin-top: 4px;
}

.point2-lineup ul li {
  padding: 4px 12px;
}

.point2-lineup ul li:nth-child(odd) {
  background-color: #F5F5F5;
}

.point2-lineup ul li:nth-child(even) {
  background-color: #eee;
}

.point3-img {
  display: flex;
  flex-direction: column;
  width: 299px;
  margin: 40px auto;
}

.point3-img img {
  border: 1px solid #666;
  margin-bottom: 15px;
}

.point3-onhai {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #38A33D;
  text-align: center;
  margin-bottom: 24px;
}

.point3 .info {
  margin: 10px auto;
  text-align: center;
  width: 500px;
}

.set-cover {
  border: 1px solid #666;
  margin: 0 auto 30px auto;
  width: 212px;
}

.set-card {
  text-align: center;
  margin-top: 40px;
}

.lineup .tab-yellow {
  width: 100%;
  text-align: center;
}

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

.lineup-img .lineup-item img {
  border: 1px solid #666;
  width: 200px;
}

.lineup-img .lineup-item p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 20px;
}

.meikou-logo {
  background-color: #fff;
  padding: 40px 0;
  margin: auto;
  width: 400px;
}


@media screen and (max-width: 799px) {
  .mv {
    width: calc(100% - 40px);/
  }

  .point-wrapper {
    width: calc(100% - 40px);
  }
}


@media screen and (max-width: 576px) {
  .mv {
    margin-top: 40px;
  }

  .mv-logo {
    margin-bottom: 40px;
  }

  .main {
    margin-top: -200px;
    padding-top: 260px;
  }

  .point-wrapper {
    margin-bottom: 60px;
  }

  .point-content {
    padding: 40px 20px;
  }

  .tab-yellow {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .point-title {
    font-size: 2.6rem;
  }

  .point1-img {
    width: 100%;
  }

  .point1-img img {
    width: calc(50% - 10px);
    margin-top: 10px;
  }

  .point2-lineup {
    width: 100%;
  }

  .point3 .info {
    width: 100%;
  }

  .lineup-img {
    width: 100%;
  }

  .lineup-img .lineup-item {
    width: calc(50% - 10px);
  }

  .lineup-img .lineup-item img {
    width: 100%;
  }

  .lineup-img .lineup-item p {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }

  .meikou-logo {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


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

.sws_bnr img {
  width: 100%;
}

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

/*202301 video*/
.video {
  width: 560px;
  margin: 0 auto 60px;
}

.video iframe {
  width: 560px;
  height: 315px;
}

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

  .video iframe {
    width: 100%;
    height: calc((100vw - 40px) * 0.5625);
  }
}

/*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.4rem;
	  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);
	  }
  }
