@charset "UTF-8";
:root {
  --color-black:#000;
  --color-white:#fff;
  --color-cream:#fffcdb;
  --color-gohoubi:#e60039;
  --color-otegaru:#ccb700;
  --color-otegaru120:#ac9d30;
  --color-green:#3f683e;
}


/*==============================================
global
==============================================*/
html {
  font-size: 62.5%;
  position: relative;
  background: var(--color-otegaru);
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: var(--color-cream);
  word-break: break-all;
  min-width: 1200px;
}

body.fixed {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:last-child {
  margin-bottom:0;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, button, figure, figcaption {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: middle!important;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
  image-rendering: -webkit-optimize-contrast; /*Chromeぼけ対策*/
  image-rendering: auto;
}

@media (max-width:768px) {
  body {
    font-size: 1.4rem;
    min-width: initial;
  }
}

/*==============================================
common
==============================================*/
.main {
  position: relative;
  display: block;
  overflow: hidden;
  /* padding-top: 150px; */
}

._pc {
  display: inline-block;
}

._sp {
  display: none;
}

._section {
  padding: 100px 2.5vw;
}

._section--otegaru {
  background: var(--color-otegaru);
}

._section--gohoubi {
  background: var(--color-gohoubi);
}

._section__tit {
  width: 370px;
  text-align: center;
  margin:0 auto 100px;
}

._anime {
  opacity: 0;
  transform: translateY(30px);
}


@media (max-width:768px) {
  ._pc {
    display: none;
  }

  ._sp {
    display: inline-block;
  }

  ._section {
    padding: 50px 20px;
  }

  ._section__tit {
    width: 50%;
    margin:0 auto 50px;
  }
}

/*==============================================
link
==============================================*/
a, a:visited, a img, a:visited img, button {
  transition: all .3s ease-in;
}

a:not([class]), a:not([class]):visited {
  color: var(--color-black);
  text-decoration: none;
}

a:not([class]):hover {
  text-decoration: none;
  opacity: 0.8;
}

/*==============================================
header
==============================================*/
.header {
  text-align: center;
  padding: 70px 0 120px;
}

.header__tit {
  width: 900px;
  margin: 0 auto 40px;
}

.header__place {
  color: var(--color-green);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  padding-bottom: 95px;
  margin-bottom: 80px;
  position: relative;
  letter-spacing: 0.1em;
}

.header__place::after {
  content: '';
  background: url(../img/header_line.png) no-repeat left top;
  background-size: contain;
  aspect-ratio: 281/24;
  position: absolute;
  bottom:0;
  left:50%;
  width: 241px;
  transform: translateX(-50%);
}

.header__copy {
  font-weight: 700;
  margin-bottom: 70px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}


@media (max-width:768px) {
  .header {
    padding: 20px 20px 60px;
  }

  .header__tit {
    width: 100%;
  }

  .header__place {
    font-size: 2.2rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .header__place::after {
    width: 40%;
  }

  .header__copy {
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: left;
    text-align: justify;
  }
}


/*==============================================
nav
==============================================*/
.nav--fixed {
  position: fixed;
  width: 100%;
  bottom: 30px;
  left:0;
  z-index: 10;
}

.nav__list {
  display: grid;
  grid-template-columns: repeat(2,272px);
  justify-content: center;
  gap: 45px;
  margin: 0 auto;
}

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

.nav--fixed .nav__list {
  width: 450px;
  grid-template-columns: repeat(2,auto);
  gap: 25px;
}

.nav--fixed .nav__list-item {
  background: var(--color-white);
  border-radius: 100px;
}

@media (max-width:768px) {
  .nav--fixed {
    bottom: 0px;
  }

  .nav__list {
    grid-template-columns: repeat(2,auto);
    gap: 15px;
  }

  .nav--fixed .nav__list {
    width: 100%;
    padding: 0 15px 15px;
  }
}



/*==============================================
box
==============================================*/
.box__list {
  display: grid;
  grid-template-columns: repeat(2,auto);
  gap: 40px;
  width: 960px;
  margin: 0 auto;
}

.box__list-item {
  background: var(--color-white);
  border-radius: 46px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box__list-item-main-txt {
  display: grid;
  gap: 0;
  justify-content: center;
}

.box__list-item-main-txt-name {
  text-align: center;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.box__list-item-main-txt-name span {
  font-size: 1.9rem;
}

.box__list-item-main-txt-price {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.75em;
  font-family: "Orelega One",sans-serif;
  letter-spacing: 0.05em;
}

.box__list-item-main-txt-price span {
  font-weight: 400;
  font-size: 120%;
}

.box__list-item-main-txt-price-notice {
  font-size: 1.2rem!important;
  font-weight: 700!important;
  ;
}

.box__list-item-main-txt-copy {
  padding: 0 50px 45px;
  text-align: justify;
  font-size: 1.55rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.box__list-item--otegaru .box__list-item-main-txt-name,
.box__list-item--otegaru .box__list-item-main-txt-price {
  color: var(--color-otegaru120);
}

.box__list-item--gohoubi .box__list-item-main-txt-name,
.box__list-item--gohoubi .box__list-item-main-txt-price {
  color: var(--color-gohoubi);
}

.box__list-item-info {
  background: var(--color-green);
  padding: 20px 0.8vw 25px;
  color: var(--color-white);
  text-align: center;
}

.box__list-item-info-name {
  font-size: 3.1rem;
  line-height: 1.2;
  margin-bottom: .2em;
  letter-spacing: 0.08em;
}

.box__list-item-info-name--small {
  font-size: 2.5rem;
}

.box__list-item-info-about {
  font-size: 1.55rem;
  margin-bottom: .75em;
  letter-spacing: 0.08em;
}

.box__list-item-info-url a, .box__list-item-info-url a:visited {
  color: var(--color-white);
  font-size: 1.27rem;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: .2em;
}


@media (max-width:768px) {
  .box__list {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .box__list-item {
    border-radius: 20px;
  }

  .box__list-item-main-txt {
    padding: 0 10px;
  }

  .box__list-item-main-txt-name {
    font-size: 2.16rem;
  }

  .box__list-item-main-txt-name span {
    font-size: 1.52rem;
  }

  .box__list-item-main-txt-price {
    font-size: 1.44rem;
  }


  .box__list-item-main-txt-copy {
    padding: 0 25px 25px;
    font-size: 1.24rem;
  }

  .box__list-item-info {
    padding: 20px 10px;
  }

  .box__list-item-info-name {
    font-size: 2.3rem;
  }

  .box__list-item-info-about {
    font-size: 1.24rem;
  }

  .box__list-item-info-url a, .box__list-item-info-url a:visited {
    font-size: 1.24rem;
  }
}

/*==============================================
backhome
==============================================*/
.backhome {
  text-align: center;
  padding: 140px 0 40px;
}

.backhome a, .backhome a:visited {
  display: inline-block;
  background: var(--color-white);
  color: var(--color-gohoubi);
  font-weight: 700;
  border-radius: 100px;
  padding: .75em 2em;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  border:3px solid var(--color-gohoubi);
}

.backhome a:hover {
  border:3px solid var(--color-white);
  color: var(--color-white);
  background: var(--color-gohoubi);
}

@media (max-width:768px) {
  .backhome {
    padding: 70px 0 20px;
  }

  .backhome a, .backhome a:visited {
    font-size: 2rem;
  }
}


/*==============================================
footer
==============================================*/
.footer {
  background: var(--color-otegaru);
  padding: 65px 20px 80px;
}

.footer__notice {
  color: var(--color-white);
  font-size: 1.27rem;
  text-align: center;
  margin-bottom: 5em;
  letter-spacing: 0.08em;
}

.footer__btn {
  text-align: center;
  margin:0 auto 2em;
  width: 303px;
}

.footer__copyright {
  text-align: center;
  font-size: 1.27rem;
  letter-spacing: 0.05em;
}

@media (max-width:768px) {
  .footer {
    padding: 40px 20px 40px;
  }

  .footer__notice {
    font-size: 1.1rem;
    margin-bottom: 3em;
  }

  .footer__btn {
    width: 50%;
  }

  .footer__copyright {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
}