* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%; }

img, video {
  vertical-align: top; }

html {
  font-size: max(min(1.2vw, 72%), 60%);
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  background-color: #d8f2ff;
  margin: auto;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 1.6rem;
  min-width: 320px; }

header {
  display: inline; }

button {
  border: none;
  display: block;
  background-color: transparent;
  cursor: pointer; }

li {
  list-style: none; }

@media screen and (max-width: 750px) {
  .PcOnly {
    display: none !important; } }

@media screen and (min-width: 751px) {
  .SpOnly {
    display: none !important; } }

.CommonHr {
  border: none;
  border-top: #f2a1b7 solid 4px; }

.Header {
  position: relative;
  text-align: center; }

.LinkButton {
  position: fixed;
  display: block;
  width: 100px;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .LinkButton {
      right: 10px;
      bottom: 20px; } }
  @media screen and (min-width: 751px) {
    .LinkButton {
      right: 80px;
      bottom: 70px; } }

.BrandHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 3px 10px;
  width: 100%; }
  .BrandHeader-logo {
    width: 320px; }
    @media screen and (max-width: 750px) {
      .BrandHeader-logo {
        width: 200px; } }

.TopMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  background-color: #DB3732;
  height: 43px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.1; }
  @media screen and (min-width: 751px) {
    .TopMessage {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 30px 0 20px;
      border-radius: 0 0 20px 0; } }

.MainImage {
  width: 1920px; }

.GlobalMenuButton {
  position: sticky;
  top: 0;
  right: 0;
  margin-left: auto;
  z-index: 900; }
  @media screen and (min-width: 751px) {
    .GlobalMenuButton {
      width: 80px;
      margin-bottom: -80px; } }
  @media screen and (max-width: 750px) {
    .GlobalMenuButton {
      width: 60px;
      margin-bottom: -60px; } }

.GlobalMenu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.22s;
  z-index: 1000;
  visibility: hidden; }
  .GlobalMenu.opened {
    transform: translateX(0);
    visibility: visible; }
  .GlobalMenu-overlay {
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    display: none; }
  .GlobalMenu.opened .GlobalMenu-overlay {
    display: block; }
  .GlobalMenu-inner {
    position: relative;
    background-color: #CC0000;
    border-radius: 0 0 0 30px;
    color: white; }
  .GlobalMenu-list {
    padding: 10px 60px 60px; }
  .GlobalMenu-item {
    border-bottom: 1px dashed white; }
  .GlobalMenu-link {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 18px 5px;
    font-weight: bold; }
  .GlobalMenu-close {
    margin: 0 0 0 auto;
    display: block; }
    @media screen and (min-width: 751px) {
      .GlobalMenu-close {
        width: 80px; } }
    @media screen and (max-width: 750px) {
      .GlobalMenu-close {
        width: 60px; } }

.Introduction {
  text-align: center;
  color: #155A96;
  background-color: #FFEFF3;
  background-image: url("./img/line_short1.svg"), url("./img/line_short2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left -30px bottom -10px, right -70px top -30px; }
  .Introduction-inner {
    padding: 55px 30px 70px; }
  .Introduction-heading {
    margin-bottom: 14px; }
    .Introduction-heading img {
      width: 320px; }
  .Introduction-text {
    font-weight: bold;
    line-height: 2.2; }
  .Introduction-images {
    margin: 30px auto 0;
    display: grid;
    gap: 15px; }
    @media screen and (min-width: 751px) {
      .Introduction-images {
        grid-template-columns: repeat(3, 1fr);
        max-width: 900px; } }
    @media screen and (max-width: 750px) {
      .Introduction-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        width: 400px; } }
  .Introduction-image {
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      .Introduction-image {
        border-radius: 20px; }
        .Introduction-image.large {
          grid-column: 1 / -1; } }
    .Introduction-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.TextAnnouncement {
  background-color: white;
  text-align: center; }
  .TextAnnouncement-inner {
    width: 800px;
    margin: auto; }
  .TextAnnouncement span {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #3873A6;
    text-decoration: none; }
  .TextAnnouncement a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #3873A6;
    text-decoration: underline; }
    .TextAnnouncement a:hover {
      text-decoration: none; }
    .TextAnnouncement a::after {
      position: absolute;
      top: calc(50% - 10px);
      right: 6px;
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("./img/arrow_right.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .TextAnnouncement a:not(:first-child) {
      border-top: 1px dashed #3873A6; }

.Story {
  background: linear-gradient(to bottom, #155a96, #3873a6);
  text-align: center; }
  .Story-inner {
    padding: 110px 18px 100px;
    width: 1000px;
    margin: auto; }
  .Story-bg {
    margin: auto;
    width: 400px;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .Story-bg {
        grid-area: image;
        border-radius: 80px;
        margin-left: 10px; } }
    @media screen and (max-width: 750px) {
      .Story-bg img {
        opacity: 0.5; } }
  .Story-heading {
    margin-bottom: 20px; }
  .Story-video {
    border-radius: 7px;
    overflow: hidden;
    margin: 80px auto 80px; }
    @media screen and (max-width: 750px) {
      .Story-video iframe {
        width: 420px;
        height: 240px; } }
  .Story-content {
    position: relative; }
    @media screen and (min-width: 751px) {
      .Story-content {
        display: grid;
        grid-template-areas: 'title image' 'text image' 'arrow image';
        grid-auto-columns: 1.2fr 1fr; } }
  .Story-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.93; }
    @media screen and (max-width: 750px) {
      .Story-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 30px;
        font-size: 1.3rem; } }
    @media screen and (min-width: 751px) {
      .Story-text {
        grid-area: text; } }
    .Story-text p {
      margin-bottom: 2em; }
      @media screen and (max-width: 750px) {
        .Story-text p {
          margin-bottom: 1.7em; } }
  .Story-textInner {
    margin: auto;
    padding: 0 20px; }
    @media screen and (min-width: 751px) {
      .Story-textInner {
        padding: 0; } }
    @media screen and (max-width: 750px) {
      .Story-textInner {
        width: 400px; } }
  @media screen and (max-width: 750px) {
    .Story-arrow {
      margin-top: 20px; } }
  @media screen and (min-width: 751px) {
    .Story-arrow {
      margin-top: 70px;
      grid-area: arrow; } }
  .Story .StoryCharacter {
    margin-top: 50px;
    color: white; }
    @media screen and (min-width: 751px) {
      .Story .StoryCharacter {
        display: flex; } }
    .Story .StoryCharacter-image {
      flex: 1.2;
      background: url("./img/grid.png") no-repeat;
      background-position: center;
      background-size: 100% auto; }
      .Story .StoryCharacter-image img {
        width: 160px; }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-image {
          width: 320px;
          margin: auto; } }
    .Story .StoryCharacter-content {
      position: relative;
      flex: 1;
      padding-top: 15px;
      text-align: left; }
      @media screen and (min-width: 751px) {
        .Story .StoryCharacter-content {
          padding-left: 70px; } }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-content {
          margin-top: -155px; } }
    .Story .StoryCharacter-label {
      font-size: 1.67rem;
      border: 1px solid white;
      color: white;
      width: fit-content;
      padding: 10px 13px;
      font-size: 1.55rem;
      background-color: rgba(56, 115, 166, 0.8); }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-label {
          margin-left: -8px;
          padding: 6px 8px;
          font-size: 1.3rem; } }
    .Story .StoryCharacter-name {
      background: white;
      color: #3873A6;
      width: fit-content;
      padding: 12px 25px;
      font-size: 2.7rem;
      font-weight: bold;
      margin-top: 14px; }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-name {
          margin-top: 10px;
          margin-left: -8px;
          font-size: 2rem;
          padding: 9px 15px; } }
    .Story .StoryCharacter-cv {
      margin-top: 25px;
      font-size: 1.4rem; }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-cv {
          margin-top: 18px;
          margin-left: -10px;
          font-size: 1.2rem; } }
    .Story .StoryCharacter-desc {
      margin-top: 25px;
      line-height: 1.95;
      font-size: 1.52rem; }
      @media screen and (max-width: 750px) {
        .Story .StoryCharacter-desc {
          margin-top: 30px;
          font-size: 1.35rem; } }
  .Story .StoryNote {
    margin-top: 90px;
    padding: 35px 35px 60px;
    background-color: white;
    border-radius: 60px;
    color: #3873A6;
    text-align: left;
    line-height: 2;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .Story .StoryNote {
        margin-top: 20px;
        padding: 30px 18px; } }
    .Story .StoryNote-icon {
      width: 100px;
      margin: 0 auto 35px; }
    @media screen and (max-width: 750px) {
      .Story .StoryNote-text {
        font-size: 1.35rem; } }
    .Story .StoryNote-text.small {
      margin-top: 1.9em;
      font-size: 1.2rem; }

.Series {
  background-color: #FFEFF3;
  color: #3873A6; }
  .Series-inner {
    padding: 100px 20px 17px; }
    @media screen and (max-width: 750px) {
      .Series-inner {
        padding-top: 60px; } }
  .Series-heading {
    text-align: center;
    margin-bottom: 75px; }
    .Series-heading img {
      width: 355px; }
  .Series-text {
    padding: 0 0 0 13px;
    font-weight: bold;
    font-size: 1.67rem;
    line-height: 2;
    margin: auto; }
    @media screen and (max-width: 750px) {
      .Series-text {
        width: 360px;
        padding: 0; } }
    @media screen and (min-width: 751px) {
      .Series-text {
        text-align: center; } }
    .Series-text p {
      margin-bottom: 1.8em; }

.BgPink {
  background-color: #FFEFF3; }

.PhotoList {
  background-color: #FFEFF3;
  overflow: hidden;
  padding-bottom: 30px;
  width: 1920px;
  margin: auto; }
  .PhotoList-inner {
    display: flex;
    max-width: none;
    width: fit-content;
    position: relative;
    left: 0;
    animation: scrollX 40s linear infinite; }
  .PhotoList.paused .PhotoList-inner {
    animation-play-state: paused; }
  .PhotoList-item {
    width: 230px;
    margin-right: 15px; }
    @media screen and (min-width: 751px) {
      .PhotoList-item {
        width: 280px; } }
  .PhotoList-itemImage {
    margin-bottom: 10px; }
  .PhotoList-itemContent {
    background-color: #CC0000;
    color: white;
    border-radius: 60px;
    padding: 40px; }
    @media screen and (max-width: 750px) {
      .PhotoList-itemContent {
        padding: 35px 20px; } }
  .PhotoList-itemHeading {
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    margin-bottom: 8px; }
    @media screen and (max-width: 750px) {
      .PhotoList-itemHeading {
        font-size: 1.4rem; } }
    .PhotoList-itemHeading img {
      height: 50px;
      margin-right: 7px; }
      @media screen and (max-width: 750px) {
        .PhotoList-itemHeading img {
          height: 30px; } }
  .PhotoList-itemText {
    font-size: 1.4rem;
    line-height: 2; }
    @media screen and (max-width: 750px) {
      .PhotoList-itemText {
        font-size: 1.2rem; } }
  .PhotoList-itemLocation {
    margin-top: 5px;
    padding-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    font-size: 1.15rem; }
    .PhotoList-itemLocation img {
      width: 12px;
      margin-right: 5px; }

@keyframes scrollX {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.PhotoList.paused .PhotoListControl .PhotoListControl-pause {
  display: none; }

.PhotoList:not(.paused) .PhotoListControl .PhotoListControl-play {
  display: none; }

.PhotoListControl {
  width: 950px;
  margin: auto;
  padding: 25px 20px 20px; }
  .PhotoListControl button {
    display: block;
    width: 50px; }

.Special {
  background-color: #3873A6;
  background-image: url("./img/grid2.png");
  background-size: 570px; }
  @media screen and (max-width: 750px) {
    .Special {
      background-size: 320px; } }
  .Special-inner {
    padding: 70px 20px 70px;
    margin: auto; }
    @media screen and (max-width: 750px) {
      .Special-inner {
        padding-left: 0;
        padding-right: 0; } }
  .Special-heading {
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 750px) {
      .Special-heading img {
        width: 270px; } }
  .Special-headDesc {
    color: white;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .Special-headDesc {
        font-size: 1.3rem; } }

.NoteContainer {
  position: relative;
  width: 950px;
  margin: 40px auto;
  color: #3873A6;
  padding-left: 30px; }
  @media screen and (min-width: 751px) {
    .NoteContainer::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 30px;
      background-image: url("./img/note_frame.png"); } }
  @media screen and (max-width: 750px) {
    .NoteContainer {
      padding-left: 0;
      padding-right: 10px; } }
  .NoteContainer::after {
    position: absolute;
    top: -4px;
    left: 74px;
    content: '';
    display: block;
    width: 44px;
    height: 82px;
    background-image: url("./img/sticky_note.png");
    background-size: 100%; }
    @media screen and (max-width: 750px) {
      .NoteContainer::after {
        width: 24px;
        height: 45px;
        left: 10px; } }
  .NoteContainer-inner {
    padding: 50px 42px 60px;
    background-color: white;
    border-radius: 0 60px 60px 0; }
    @media screen and (max-width: 750px) {
      .NoteContainer-inner {
        padding: 40px 15px 50px; } }
  .NoteContainer.reversed {
    padding-left: 0;
    padding-right: 30px; }
    @media screen and (max-width: 750px) {
      .NoteContainer.reversed {
        padding-left: 12px;
        padding-right: 0; } }
    .NoteContainer.reversed::before {
      left: auto;
      right: 0;
      transform: scaleX(-1); }
    .NoteContainer.reversed::after {
      left: auto;
      right: 74px; }
      @media screen and (max-width: 750px) {
        .NoteContainer.reversed::after {
          right: 12px; } }
    .NoteContainer.reversed .NoteContainer-inner {
      border-radius: 60px 0 0 60px; }
  .NoteContainer-title {
    text-align: center;
    border-bottom: 1px dashed #3873A6;
    font-weight: bold;
    font-size: 2.5rem;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 750px) {
      .NoteContainer-title {
        font-size: 1.7rem; } }
  .NoteContainer-title2 {
    width: fit-content;
    margin: 50px auto 0;
    border-bottom: 4px solid #F2A1B7;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.7; }
  .NoteContainer-text {
    font-size: 1.55rem;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    margin: 1em 0; }
    @media screen and (max-width: 750px) {
      .NoteContainer-text {
        font-size: 1.3rem; } }
    .NoteContainer-text.small {
      font-size: 1.15rem; }
  .NoteContainer-image {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 1.5em auto; }
    .NoteContainer-image .character {
      position: relative;
      width: 160px; }
    .NoteContainer-image button {
      position: absolute;
      right: -8px;
      bottom: 28px;
      background-color: white;
      border: 2px solid #3873A6;
      border-radius: 30px;
      padding: 3px;
      color: #3873A6; }
      @media screen and (max-width: 750px) {
        .NoteContainer-image button {
          right: -3px; } }
    .NoteContainer-image .material-symbols-rounded {
      font-size: 2.4rem;
      margin: 0; }
  .NoteContainer-video {
    margin: 10px auto;
    width: 440px;
    border-radius: 7px;
    overflow: hidden; }
    .NoteContainer-video iframe {
      display: block; }
  .NoteContainer hr {
    border: none;
    border-top: 1px dashed #3873A6;
    margin: 1.2em 0; }
  .NoteContainer .Profile {
    display: flex;
    margin-top: 40px; }
    .NoteContainer .Profile-image {
      width: 128px;
      overflow: hidden;
      margin-right: 30px; }
      @media screen and (max-width: 750px) {
        .NoteContainer .Profile-image {
          margin-right: 10px; } }
    .NoteContainer .Profile-content {
      flex: 1;
      text-align: left; }
    .NoteContainer .Profile-title {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 10px;
      border-left: 4px solid #F2A1B7;
      padding-left: 6px; }
      .NoteContainer .Profile-title:not(:first-of-type) {
        margin-top: 20px; }
    .NoteContainer .Profile-text {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 2; }
  .NoteContainer.reversed .Profile {
    margin-left: 80px; }
    @media screen and (max-width: 750px) {
      .NoteContainer.reversed .Profile {
        margin-left: 0; } }

.HowToEnjoy {
  background-color: #d8f2ff; }
  .HowToEnjoy-inner {
    background-image: url("./img/line_long.svg");
    background-repeat: no-repeat;
    background-position: center 400px;
    padding: 80px 20px 60px;
    margin: auto; }
    @media screen and (min-width: 751px) {
      .HowToEnjoy-inner {
        background-position: 250px 250px; } }
    @media screen and (min-width: 751px) {
      .HowToEnjoy-inner {
        width: 950px; } }
    @media screen and (max-width: 750px) {
      .HowToEnjoy-inner {
        width: 500px; } }
  .HowToEnjoy-heading {
    margin-bottom: 47px;
    text-align: center; }
    .HowToEnjoy-heading img {
      width: 270px; }

.HowToEnjoyItem {
  position: relative;
  margin-bottom: 40px;
  color: #3873A6; }
  @media screen and (min-width: 751px) {
    .HowToEnjoyItem {
      display: flex;
      align-items: start; } }
  .HowToEnjoyItem-image {
    border-radius: 60px;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .HowToEnjoyItem-image {
        width: 320px; } }
    @media screen and (max-width: 750px) {
      .HowToEnjoyItem-image {
        width: 218px; } }
  .HowToEnjoyItem-content {
    position: relative;
    margin: 0 30px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (min-width: 751px) {
      .HowToEnjoyItem-content {
        flex: 1;
        margin-top: 60px;
        padding: 50px 35px; } }
    @media screen and (max-width: 750px) {
      .HowToEnjoyItem-content {
        width: 294px;
        margin-top: -40px;
        padding: 35px 22px; } }
  .HowToEnjoyItem-heading {
    margin-bottom: 38px;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 2.2rem; }
    @media screen and (max-width: 750px) {
      .HowToEnjoyItem-heading {
        font-size: 1.6rem; } }
  .HowToEnjoyItem-text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.9; }
    @media screen and (max-width: 750px) {
      .HowToEnjoyItem-text {
        font-size: 1.2rem; } }
    .HowToEnjoyItem-text.center {
      margin-top: 1em;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .HowToEnjoyItem-text.center {
          font-size: 1.15rem; } }
  .HowToEnjoyItem-button {
    margin-top: 34px; }
    .HowToEnjoyItem-button:not(:last-child) {
      margin-bottom: 30px; }
  .HowToEnjoyItem-stepNumber {
    position: absolute;
    top: -18px;
    right: -5px;
    background-image: url("./img/balloon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 76.8px;
    height: 51.6px;
    padding: 3px;
    font-size: 23px;
    font-weight: bold;
    text-align: center; }
  .HowToEnjoyItem-info {
    border: 1px solid #F2A1B7;
    color: #DB3732;
    background-color: white;
    text-align: center;
    padding: 12px;
    margin-top: 15px;
    line-height: 1.9;
    border-radius: 7px;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .HowToEnjoyItem-info {
        font-size: 1.1rem; } }
    .HowToEnjoyItem-info::before {
      content: '';
      width: 20px;
      height: 20px;
      background: url("./img/exclamation.png");
      background-size: 100%;
      display: block;
      margin: 4px auto 8px; }
  .HowToEnjoyItem-note {
    margin-top: 20px;
    font-size: 11px; }
  @media screen and (min-width: 751px) {
    .HowToEnjoyItem:nth-of-type(2n) {
      flex-direction: row-reverse; } }
  .HowToEnjoyItem:nth-of-type(2n) .HowToEnjoyItem-image {
    margin: 0 0 0 auto; }
  .HowToEnjoyItem:nth-of-type(2n) .HowToEnjoyItem-stepNumber {
    left: -2px;
    right: auto; }
  @media screen and (max-width: 750px) {
    .HowToEnjoyItem:nth-of-type(2n) .HowToEnjoyItem-content {
      margin-left: auto;
      margin-right: 20px; } }
  .HowToEnjoyItem-airplane {
    position: absolute;
    top: 18px;
    right: 6px;
    width: 183px; }
    @media screen and (min-width: 751px) {
      .HowToEnjoyItem-airplane {
        left: 160px;
        right: auto; } }

.CommonButton {
  display: block;
  background-color: #DB3732;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 40px;
  padding: 20px 10px;
  text-decoration: none;
  color: white;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  user-select: none; }
  @media screen and (max-width: 750px) {
    .CommonButton {
      font-size: 1.45rem; } }
  .CommonButton.secondary {
    background-color: white;
    color: #3873A6;
    border: 2px solid #3873A6; }
  .CommonButton.disabled {
    background-color: #E5E5E5;
    color: #666;
    cursor: not-allowed; }

.Features {
  border-radius: 60px 60px 0 0;
  background-color: #3873A6;
  color: white; }
  .Features-inner {
    padding: 70px 20px 30px;
    margin: auto; }
    @media screen and (min-width: 751px) {
      .Features-inner {
        width: 950px; } }
    @media screen and (max-width: 750px) {
      .Features-inner {
        width: 400px; } }
  .Features-heading {
    text-align: center;
    margin-bottom: 40px; }
  .Features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .Features-listItem {
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 750px) {
      .Features-listItem {
        width: 48%; } }
    @media screen and (min-width: 751px) {
      .Features-listItem {
        width: 22%; } }
  .Features-listImage {
    margin: auto auto 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #155A96;
    border-radius: 100px; }
    @media screen and (max-width: 750px) {
      .Features-listImage {
        width: 125px;
        height: 125px; } }
    @media screen and (min-width: 751px) {
      .Features-listImage {
        aspect-ratio: 1 / 1; } }
  .Features-listTitle {
    font-weight: bold;
    font-size: 1.6rem; }
  .Features-note {
    margin: -30px auto auto;
    padding: 0 20px;
    margin-top: -30px;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.9; }

.Requirements {
  background-color: #3873A6; }
  .Requirements-inner {
    padding: 70px 20px 30px;
    margin: auto; }
    @media screen and (min-width: 751px) {
      .Requirements-inner {
        width: 850px; } }
    @media screen and (max-width: 750px) {
      .Requirements-inner {
        width: 400px;
        padding: 30px 10px 30px; } }
  .Requirements-heading {
    text-align: center;
    margin-bottom: 40px; }
  .Requirements-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 750px) {
      .Requirements-list {
        display: block; } }
  .Requirements-listItem {
    padding: 30px 20px 40px;
    background-color: white;
    border-radius: 60px;
    color: #3873A6; }
    @media screen and (min-width: 751px) {
      .Requirements-listItem {
        width: 48.5%;
        margin-bottom: 3%; } }
    @media screen and (max-width: 750px) {
      .Requirements-listItem {
        margin-bottom: 25px; } }
  .Requirements-head {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #3873A6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1.5rem; }
    .Requirements-head img {
      width: 90px; }
      .Requirements-head img.small {
        width: 70px; }
    .Requirements-head h3 {
      flex: 1;
      text-align: center; }
  .Requirements-content {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: bold; }
    .Requirements-content small {
      display: block;
      line-height: 1.8;
      font-size: 1rem; }

.SellingInfo {
  background-color: #3873A6; }
  .SellingInfo-inner {
    padding: 50px 20px 40px;
    margin: auto; }
    @media screen and (min-width: 751px) {
      .SellingInfo-inner {
        width: 950px; } }
    @media screen and (max-width: 750px) {
      .SellingInfo-inner {
        width: 400px;
        padding: 20px 10px 30px; } }
  .SellingInfo-heading {
    margin-bottom: 40px;
    text-align: center; }
  .SellingInfo-comingSoon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 580px;
    margin: 40px auto;
    background-color: #155A96;
    border: 4px solid #f2a1b7;
    color: white;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    user-select: none; }

.SellingInfoContent {
  border: 4px solid #f2a1b7;
  padding: 35px 35px 10px;
  color: white;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .SellingInfoContent {
      padding: 35px 15px 10px; } }
  .SellingInfoContent h3 {
    border-bottom: 1px dashed white;
    padding-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em; }
    .SellingInfoContent h3:not(:first-child) {
      margin-top: 3em; }
    @media screen and (max-width: 750px) {
      .SellingInfoContent h3 {
        font-size: 1.7rem; } }
  .SellingInfoContent-text {
    margin: 0.6em auto;
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 1px; }
    .SellingInfoContent-text .underline {
      border-bottom: 1px solid white;
      display: inline-block;
      line-height: 1.2; }
    @media screen and (max-width: 750px) {
      .SellingInfoContent-text.date {
        font-size: 3rem; } }
  .SellingInfoContent-small {
    margin: 2em auto;
    font-size: 1.07rem;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .SellingInfoContent-small {
        text-align: left; } }

.TrialNazo {
  background-color: #3873A6; }
  .TrialNazo-inner {
    width: 640px;
    margin: auto;
    padding: 20px; }
    @media screen and (max-width: 750px) {
      .TrialNazo-inner {
        padding: 20px 10px; } }
  .TrialNazo-heading {
    width: 250px;
    margin: 0 auto 30px; }
  .TrialNazo-image {
    border: 4px solid #f2a1b7; }
  .TrialNazo-form input {
    margin: 1em 0;
    border: none;
    padding: 18px;
    font-size: 1.4rem;
    width: 100%;
    border-radius: 8px; }
  .TrialNazo-form .CommonButton {
    width: 260px; }
  .TrialNazo-hintWapper {
    width: 340px;
    margin: 30px auto; }
    @media screen and (max-width: 750px) {
      .TrialNazo-hintWapper {
        width: 250px; } }
  .TrialNazo-hint {
    position: relative;
    color: white; }
    .TrialNazo-hint summary {
      padding: 18px;
      border-bottom: 1px solid white;
      list-style: none;
      font-weight: bold;
      cursor: pointer; }
      .TrialNazo-hint summary::marker {
        content: ''; }
      .TrialNazo-hint summary::-webkit-details-marker {
        display: none; }
      @media screen and (max-width: 750px) {
        .TrialNazo-hint summary {
          margin: auto;
          font-size: 1.45rem; } }
    .TrialNazo-hint > div {
      padding: 18px;
      font-size: 1.4rem; }
    .TrialNazo-hint::after {
      position: absolute;
      top: 20px;
      right: 25px;
      display: block;
      content: '';
      width: 16px;
      height: 16px;
      background: url("./img/arrow.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      transition: 0.2s;
      transform: rotate(0);
      pointer-events: none; }
      @media screen and (max-width: 750px) {
        .TrialNazo-hint::after {
          left: calc(50% + 80px);
          right: auto; } }
    .TrialNazo-hint[open]::after {
      transform: rotate(180deg); }

.Tips {
  background-color: #3873A6; }
  .Tips-inner {
    width: 950px;
    margin: auto;
    padding: 50px 20px 150px; }
    @media screen and (max-width: 750px) {
      .Tips-inner {
        padding: 30px 10px 100px; } }
  .Tips details {
    position: relative;
    margin: 20px 0;
    background-color: white;
    border-radius: 32px;
    color: #3873A6;
    font-weight: bold; }
    .Tips details > div {
      padding: 18px 22px;
      margin-top: 1em;
      font-size: 1.4rem;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        .Tips details > div {
          font-size: 1.3rem; } }
      .Tips details > div h3:not(:first-child) {
        margin-top: 1em; }
      .Tips details > div ul {
        padding-left: 1.5em; }
      .Tips details > div li {
        list-style: circle; }
      .Tips details > div p {
        padding: 0 0.5em; }
    .Tips details summary {
      padding: 18px 22px;
      list-style: none;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .Tips details summary {
          font-size: 1.4rem; } }
    .Tips details::after {
      position: absolute;
      top: 20px;
      right: 22px;
      display: block;
      content: '';
      width: 26px;
      height: 26px;
      background: url("./img/arrow_blue.png");
      background-repeat: no-repeat;
      background-size: 100%;
      transition: 0.2s;
      transform: rotate(180deg);
      pointer-events: none; }
      @media screen and (max-width: 750px) {
        .Tips details::after {
          width: 16px;
          height: 16px; } }
    .Tips details[open]::after {
      transform: rotate(0); }

.Footer {
  margin-top: -60px;
  text-align: center;
  background-color: #CC0000;
  border-radius: 60px 60px 0 0;
  color: white; }
  .Footer-inner {
    width: 400px;
    margin: auto;
    padding: 50px 20px 50px; }
  .Footer-logo {
    margin-bottom: 50px; }

.FooterContent-heading {
  font-size: 1.1rem;
  margin-top: 35px;
  margin-bottom: 5px; }
.FooterContent-text {
  margin-bottom: 35px;
  font-size: 1.7rem; }
.FooterContent-link {
  margin: 35px 40px 8px;
  background-color: transparent;
  border: 1px solid white;
  padding: 15px 10px; }
.FooterContent-note {
  font-size: 1.05rem; }
.FooterContent p {
  font-size: 1rem; }
.FooterContent a {
  color: white; }

.Copyright {
  margin-top: 53px;
  font-size: 1.1rem; }

[data-transition="fadeIn"].hidden {
  opacity: 0; }
[data-transition="fadeIn"]:not(.hidden) {
  transition: 0.8s opacity;
  transition-delay: 0.2s;
  opacity: 1; }

[data-transition="scale"].hidden {
  transform: scale(0); }
[data-transition="scale"]:not(.hidden) {
  transition: 0.3s transform;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.04, 0.69, 0.39, 1.28);
  transform: scale(1); }

.Campaign {
  background-color: #FFEFF3;
  border-top: 4px solid #F2A1B7; }
  .Campaign-inner {
    padding: 95px 20px 150px; }
    @media screen and (max-width: 750px) {
      .Campaign-inner {
        padding: 70px 10px 90px; } }
  .Campaign-title {
    background: url("./img/heading-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 18px;
    margin-bottom: 45px; }
    @media screen and (max-width: 750px) {
      .Campaign-title {
        background-size: contain;
        margin-bottom: 20px; } }
    .Campaign-title span {
      display: block;
      font-size: 1.6rem; }
    .Campaign-title strong {
      display: block;
      font-size: 2.2rem; }
  .Campaign-desc {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    color: #3873A6;
    margin-bottom: 80px; }
    @media screen and (max-width: 750px) {
      .Campaign-desc {
        margin-bottom: 50px; } }
  .Campaign-container {
    margin: auto auto;
    width: 800px;
    background-color: white;
    padding: 30px 35px 10px;
    border-radius: 50px;
    color: #3873A6; }
    @media screen and (max-width: 750px) {
      .Campaign-container {
        padding: 30px 18px 5px; } }
    .Campaign-container h2 {
      text-align: center;
      border-bottom: 1px dotted;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 2.6rem; }
      @media screen and (max-width: 750px) {
        .Campaign-container h2 {
          font-size: 2.1rem; } }
    .Campaign-container p {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 2.3em; }
      @media screen and (max-width: 750px) {
        .Campaign-container p {
          font-size: 1.3rem; } }
    .Campaign-container .quoCard {
      margin: -25px auto 20px;
      width: 400px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

.News {
  background-color: #3873A6;
  background-image: url("./img/grid2.png");
  background-size: 570px; }
  @media screen and (max-width: 750px) {
    .News {
      background-size: 320px; } }
  .News-inner {
    padding: 15px 20px 150px; }
    @media screen and (max-width: 750px) {
      .News-inner {
        padding: 10px 10px 90px; } }
  .News-title {
    margin: 10px auto 40px;
    text-align: center; }
    .News-title img {
      width: 240px; }
      @media screen and (max-width: 750px) {
        .News-title img {
          width: 180px; } }
  .News-date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .News-container {
    margin: auto auto;
    width: 800px;
    background-color: white;
    padding: 30px 35px 10px;
    border-radius: 50px;
    color: #3873A6; }
    @media screen and (max-width: 750px) {
      .News-container {
        padding: 30px 18px 5px; } }
    .News-container h1 {
      border-bottom: 1px dotted;
      font-size: 2.3rem;
      line-height: 1.8;
      padding-bottom: 13px;
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        .News-container h1 {
          font-size: 1.8rem; } }
    .News-container h2 {
      border-left: 5px solid #F2A1B7;
      font-size: 1.6rem;
      line-height: 1.3;
      padding: 6px; }
      @media screen and (max-width: 750px) {
        .News-container h2 {
          font-size: 1.5rem; } }
    .News-container p {
      margin: 1em 0;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 2.3em; }
      @media screen and (max-width: 750px) {
        .News-container p {
          font-size: 1.3rem; } }
    .News-container p:has(img) {
      text-align: center; }
      .News-container p:has(img) img {
        width: 500px; }

audio {
  display: none; }

.material-symbols-rounded {
  vertical-align: sub;
  font-size: 1.1em;
  margin-left: 2px; }
