@charset "utf-8";
:root {
  --color-orange: #f97f41;
  --global-inner-medium: 4.25%;
}

html {
  box-sizing: border-box;
  font-size: calc(0.0625rem + ((1vw - 0.01px) * 3.7618));
  letter-spacing: 0.05em;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  box-sizing: border-box;
}

em {
  font-style: normal;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

li {
  list-style: none;
}

.u-sp-br {
  display: block;
}

.u-pc-br {
  display: inline;
}

.l-header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 0.5625rem 1rem;
}

.l-header__link {
  line-height: 1;
}

.l-header__logo {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

.l-header__image {
  height: fit-content;
  width: 5rem;
}

.l-header__text {
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: auto;
}

.l-header__button {
  display: none;
}

.main-visual {
  position: relative;
}

.main-visual__background {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.main-visual__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main-visual__inner {
  gap: 0.75rem;
  display: grid;
  padding: 1.5rem var(--global-inner-medium);
}

.main-visual__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.75rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.45;
}

.main-visual__text {
  font-size: 0.9375rem;
  text-align: center;
}

.main-visual__button {
  background: #f97f41;
  border-bottom: solid 3px #af5e35;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0.25rem;
  padding: 0.625rem 0.75rem;
  text-align: center;
  text-decoration: none;
}

.recommend {
  background-color: #fee5d9;
  padding: 2rem var(--global-inner-medium);
}

.recommend__inner {
  gap: 2.5rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(249, 127, 65, 0.3);
  display: grid;
  padding: 2rem 1rem;
}

.recommend__head {
  gap: 0.25rem;
  display: grid;
  position: relative;
}

.recommend__head::before {
  --position-border: calc(50% - 3rem);
  border: 2px solid var(--color-orange);
  bottom: -1rem;
  content: "";
  left: var(--position-border);
  position: absolute;
  transform: translatex var(--position-border);
  width: 3rem;
}

.recommend__head::after {
  --position-border: calc(50% - 0rem);
  border: 2px solid #fee5d9;
  bottom: -1rem;
  content: "";
  left: var(--position-border);
  position: absolute;
  transform: translatex var(--position-border);
  width: 3rem;
}

.recommend__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  justify-content: center;
  position: relative;
}

.recommend__note {
  display: none;
}

.recommend__list {
  gap: 1.25rem;
  display: grid;
}

.recommend__item {
  gap: 1rem;
  align-items: start;
  display: grid;
}

.recommend__item::after {
  border: 4px solid #fee5d9;
  content: "";
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.recommend__image {
  width: 100%;
}

.recommend__title {
  background: linear-gradient(transparent 70%, #ffff7d 0%);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  width: fit-content;
}

.recommend__text {
  color: #333;
  font-size: 0.9375rem;
}

.recommend__link {
  display: inline-block;
  font-size: 0.9375rem;
  margin-left: auto;
  margin-top: -0.5rem;
}

.recommend__caution {
  display: block;
  font-size: 0.75rem;
}

.feature {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 1.5rem;
}

.feature__item {
  gap: 0.5rem;
  display: grid;
  justify-content: center;
}

.feature__thumbnail {
  align-items: center;
  background-color: #f9f9f9;
  box-sizing: border-box;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  width: 5.25rem;
}

.feature__image {
  fill: #f97f41;
  height: 100%;
  max-height: 1.875rem;
  min-width: 2rem;
}

.feature__title {
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
}

.feature__title .notes {
    font-weight: normal;
}

.feature__text {
  display: none;
}

.closing {
  position: relative;
}

.closing__background {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.closing__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.closing__catch {
  color: #ff0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.closing__inner {
  gap: 1rem;
  display: grid;
  padding: 2rem var(--global-inner-medium);
}

.closing__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.closing__title em {
  color: #ff0;
}

.closing__title br {
  display: none;
}

.closing__text {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}

.closing__text .closing__br {
  display: none;
}

.closing__button {
  background: #fff;
  border-bottom: 2px solid #af5e35;
  border-radius: 4px;
  color: var(--color-orange);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0.625rem 0.75rem;
  text-align: center;
  text-decoration: none;
}

.voice__inner {
  gap: 2.5rem;
  display: grid;
  padding: 2rem var(--global-inner-medium);
}

.voice__head {
  gap: 0.25rem;
  display: grid;
  position: relative;
}

.voice__head::before {
  --position-border: calc(50% - 3rem);
  border: 2px solid var(--color-orange);
  bottom: -1rem;
  content: "";
  left: var(--position-border);
  position: absolute;
  transform: translatex var(--position-border);
  width: 3rem;
}

.voice__head::after {
  --position-border: calc(50% - 0rem);
  border: 2px solid #fee5d9;
  bottom: -1rem;
  content: "";
  left: var(--position-border);
  position: absolute;
  transform: translatex var(--position-border);
  width: 3rem;
}

.voice__background {
  left: -4.5rem;
  position: absolute;
  top: 0;
}

.voice__image {
  height: 3.75rem;
  width: 3.75rem;
}

.voice__heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

.voice__note {
  display: none;
}

.voice__list {
  gap: 0.5rem;
  display: grid;
}

.voice__item {
  background-color: #eee;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  position: relative;
}

.voice__icon {
  left: 0.375rem;
  position: absolute;
  top: 0.375rem;
  width: 1.5rem;
}

.voice__text {
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.525;
}

.voice__button {
  background-color: transparent;
  border: none;
  color: var(--color-orange);
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1rem auto;
  position: relative;
  white-space: nowrap;
  width: 5rem;
}

.voice__button::after {
  border: 0;
  border-right: solid 4px var(--color-orange);
  border-top: solid 4px var(--color-orange);
  content: "";
  height: 0.625rem;
  left: 50%;
  margin-top: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0) rotate(135deg);
  width: 0.625rem;
}

.voice-tab {
  gap: 2px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.voice-tab__list {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.story {
  background-color: #eeede8;
  padding: 2rem var(--global-inner-medium);
}

.story__inner {
  gap: 4rem;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  padding: 2rem var(--global-inner-medium);
  position: relative;
}

.story__inner::after {
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
}

.story__list {
  gap: 1rem;
  display: grid;
}

.story__item {
  gap: 0.25rem;
  display: grid;
  font-size: 0.875rem;
  text-align: center;
}

.story__head {
  position: relative;
}

.story__head::before {
  background-color: #f97f41;
  bottom: -2.1875rem;
  content: "";
  height: 0.625rem;
  left: 50%;
  position: absolute;
  transform: translate(-0.75rem, -50%);
  width: 0.625rem;
}

.story__head::after {
  background-color: #fee5d9;
  bottom: -2.8125rem;
  content: "";
  height: 0.625rem;
  left: 50%;
  position: absolute;
  transform: translate(-0.125rem, -50%);
  width: 0.625rem;
}

.story__text {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.story__emphasis {
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
}

.story__foot {
  margin: 0 0 1.5rem;
  position: relative;
}

.story__image {
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.story__stop {
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.movie {
  background-color: #eeede8;
}

.movie__inner {
  padding: 1rem var(--global-inner-medium) 2rem;
}

.movie__thumbnail {
  /* アスペクト比 16:9の場合の縦幅 */
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.movie__thumbnail > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-footer {
  background-color: #5a1c1c;
  color: #fff;
  font-size: 0.8125rem;
  padding: 1rem 1rem 6rem;
  text-align: center;
}

.ovarlay-button {
  background-color: rgba(17, 17, 17, 0.6);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.ovarlay-button__inner {
  padding: 0.75rem 1rem;
}

.ovarlay-button__link {
  background: #57bb89;
  border-bottom: 2px solid #408662;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  :root {
    --global-inner-medium: clamp(8%, 100vw, calc((100% - 1280px) / 2));
  }
  html {
    font-size: calc(1rem + ((1vw - 16px) * 0.5495));
  }
  .u-sp-br {
    display: inline;
  }
  .u-pc-br {
    display: block;
  }
  .l-header__logo {
    flex: 1;
  }
  .l-header__image {
    width: 6.25rem;
  }
  .l-header__text {
    margin-bottom: 0.1875rem;
    margin-left: 0.75rem;
  }
  .l-header__button {
    background: #57bb89;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
  }
  .main-visual__inner {
    justify-content: center;
    margin: 0 auto;
    padding: 4rem var(--global-inner-medium);
    width: 100%;
  }
  .main-visual__heading {
    display: inline;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 2rem;
    text-align: center;
  }
  .main-visual__text {
    font-size: 1.125rem;
  }
  .main-visual__button {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    max-width: 100%;
    padding: 0.75rem;
  }
  .recommend {
    padding: 4rem var(--global-inner-medium);
  }
  .recommend__inner {
    gap: 4rem;
    padding: 3rem 2rem;
  }
  .recommend__head::before {
    bottom: -1.5rem;
  }
  .recommend__head::after {
    bottom: -1.5rem;
  }
  .recommend__heading {
    font-size: 2rem;
  }
  .recommend__note {
    text-align: center;
  }
  .recommend__list {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
  .recommend__item::after {
    display: none;
  }
  .recommend__link {
    text-align: right;
  }
  .recommend__caution {
    font-size: 0.875rem;
  }
  .feature {
    gap: 1.5rem 3rem;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    margin-top: 3rem;
    padding-top: 0;
  }
  .feature__item {
    gap: 1rem;
    display: flex;
  }
  .feature__wrap {
    gap: 0.25rem;
    align-self: baseline;
    display: grid;
    flex: 1;
  }
  .feature__thumbnail {
    height: 5.9375rem;
    width: 7.9375rem;
  }
  .feature__image {
    max-height: 2.5rem;
  }
  .feature__title {
    font-size: 1.0625rem;
    text-align: left;
  }
  .feature__text {
    color: #333;
    display: block;
    font-size: 0.875rem;
  }
  .closing__catch {
    font-size: 1.5rem;
  }
  .closing__title {
    font-size: 1.5rem;
  }
  .closing__title br {
    display: block;
  }
  .closing__text {
    font-size: 1.125rem;
  }
  .closing__text .closing__br {
    display: block;
  }
  .closing__button {
    font-size: 2rem;
    margin: 1rem auto 0;
    max-width: 47.5rem;
    padding: 0.75rem;
    width: 100%;
  }
  .voice__inner {
    gap: 4rem;
    padding: 4rem var(--global-inner-medium);
  }
  .voice__head::before {
    bottom: -1.5rem;
  }
  .voice__head::after {
    bottom: -1.5rem;
  }
  .voice__background {
    left: 0;
  }
  .voice__image {
    height: auto;
    width: 5rem;
  }
  .voice__heading {
    font-size: 2rem;
    width: 100%;
  }
  .voice__list {
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
  .voice__item {
    padding: 1rem;
  }
  .voice__button {
    display: none;
  }
  .voice-tab {
    grid-template-columns: repeat(5, 1fr);
  }
  .voice-tab__list {
    font-size: 1rem;
  }
  .story {
    padding: 4rem var(--global-inner-medium);
  }
  .story__inner {
    padding: 4rem var(--global-inner-medium);
  }
  .story__list {
    gap: 1.5rem;
  }
  .story__item {
    gap: 0.5rem;
    font-size: 1rem;
  }
  .story__text {
    font-size: 1.5rem;
  }
  .story__emphasis {
    font-size: 1.25rem;
  }
  .story__emphasis br {
    display: none;
  }
  .story__foot {
    margin: 3rem 0;
  }
  .story__image {
    width: 75%;
  }
  .story__stop {
    font-size: 2rem;
  }
  .movie__inner {
    padding-bottom: 4rem;
  }
  .u-form-size--m {
    max-width: 35%;
  }
  .u-form-size--l {
    width: 100%;
  }
  .u-hidden--pc {
    display: none;
  }
}

@media print, screen and (min-width: 320px) {
  html {
    font-size: calc(1rem + ((1vw - 3.75px) * 0.8163));
  }
}

@media print, screen and (min-width: 1280px) {
  html {
    font-size: 1rem;
  }
  .l-header {
    padding: 0.6875rem 1.5rem;
  }
  .main-visual__inner {
    font-size: 2.875rem;
    max-width: 780px;
    padding: 4rem 0;
  }
  .main-visual__heading {
    font-size: 2.875rem;
  }
  .main-visual__text {
    font-size: 1.5rem;
  }
  .main-visual__button {
    font-size: 2rem;
    padding: 0.75rem;
    width: 46.875rem;
  }
  .recommend__heading {
    flex-direction: row;
    font-size: 2.5rem;
  }
  .recommend__title {
    font-size: 1.75rem;
  }
  .recommend__text {
    font-size: 1rem;
  }
  .recommend__link {
    font-size: 1rem;
  }
  .feature__text {
    font-size: 1rem;
  }
  .voice__image {
    width: 10rem;
  }
  .voice__note {
    display: block;
    font-size: 1.25rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 1080px) {
  .recommend__inner {
    padding: 3rem 4rem;
  }
  .recommend__note {
    display: block;
    font-size: 1.25rem;
  }
  .closing__catch {
    font-size: 2rem;
  }
  .closing__title {
    font-size: 1.75rem;
  }
  .voice__heading {
    font-size: 2.5rem;
  }
  .voice__text {
    font-size: 1rem;
  }
  .story__item {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  .story__text {
    font-size: 2rem;
  }
  .story__emphasis {
    font-size: 1.5rem;
  }
  .story__foot {
    margin: 5rem 0;
  }
  .story__image {
    width: 50%;
  }
}

@media print {
  html {
    font-size: 16px;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media print, screen and (max-width: 768px) {
  .u-hidden--sp {
    display: none;
  }
}