.mt-ssm {
  margin-top: 9px;
}

.mt-sm,
.mobile-menu__link {
  margin-top: 32px;
}

.pt-ssm {
  padding-top: 9px;
}

.pt-sm {
  padding-top: 32px;
}

.mt-md {
  margin-top: 64px;
}

.pt-md {
  padding-top: 64px;
}

.mt-msd {
  margin-top: 80px;
}

.pt-msd {
  padding-top: 80px;
}

.mt-llr {
  margin-top: 96px;
}

.pt-llr {
  padding-top: 96px;
}

.mt-lllr {
  margin-top: 113px;
}

.pt-lllr {
  padding-top: 113px;
}

.mt-llllr {
  margin-top: 132px;
}

.pt-llllr {
  padding-top: 132px;
}

.mt-lg {
  margin-top: 160px;
}

.pt-lg {
  padding-top: 160px;
}

.mb-ssm {
  margin-bottom: 9px;
}

.mb-sssm {
  margin-bottom: 12px;
}

.mb-ssssm {
  margin-bottom: 13px;
}

.mb-sm {
  margin-bottom: 32px;
}

.pb-ssm {
  padding-bottom: 9px;
}

.pb-sssm {
  padding-bottom: 13px;
}

.pb-sssm {
  padding-bottom: 16px;
}

.pb-sm {
  padding-bottom: 32px;
}

.mb-md,
.footer .logo {
  margin-bottom: 64px;
}

.pb-md,
.footer .logo {
  padding-bottom: 64px;
}

.mb-mdl {
  margin-bottom: 72px;
}

.pb-mdl {
  padding-bottom: 72px;
}

.mb-ler {
  margin-bottom: 96px;
}

.mb-lr {
  margin-bottom: 104px;
}

.pb-ler {
  padding-bottom: 96px;
}

.pb-lr {
  padding-bottom: 104px;
}

.mb-lg {
  margin-bottom: 160px;
}

.pb-lg {
  padding-bottom: 160px;
}

.font-ss,
p,
h6 {
  font-size: 8px;
}

.font-sm,
.footer__li > a,
.sub-title,
h5 {
  font-size: 16px;
}

.font-msd,
h4 {
  font-size: 16px;
}

.font-md,
h3 {
  font-size: 32px;
}

.font-lr,
.main-title,
h2 {
  font-size: 40px;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.HD {
  font-size: 16px;
}

ul {
  padding: 0;
}

a {
  text-decoration: none !important;
}

.flex,
.header__nav {
  display: flex;
  flex-direction: column;
}

.content-width,
.page-second__inner,
.page-one__container,
.footer__ul,
.footer .ul-border,
.footer {
  width: 92.5%;
  margin: 0 auto;
  max-width: 480px;
}

::-moz-selection {
  color: #00e777;
}

::selection {
  color: #00e777;
}

html {
  font-family: "General Sans", "hiragino-kaku-gothic-pron", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: #00e777;
}
.header.triggerd {
  transition: all 0.7s;
  background-color: rgba(255, 255, 255, 0.95);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
}
.header .img {
  width: 80%;
}
.header .logo {
  display: flex;
  align-items: center;
  font-family: "obviously-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header__nav {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  display: none;
}
.header__ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header__li {
  margin: 8px;
}
.header__li > a {
  color: black;
}
.header__li > a:hover {
  color: #00e777;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 100px auto;
  background-color: white;
  transition: transform 1.2s, opacity 1s;
  transform: translateX(700px);
  z-index: 100;
}
.mobile-menu__main {
  margin: 0 auto;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  opacity: 0;
  transition: transform 1s, opacity 0.7s;
  padding: 0 100px;
  transform: scale(0.7);
}
.mobile-menu__item:nth-child(1) {
  transition-delay: 0.15s;
}
.mobile-menu__item:nth-child(2) {
  transition-delay: 0.3s;
}
.mobile-menu__item:nth-child(3) {
  transition-delay: 0.45s;
}
.mobile-menu__item:nth-child(4) {
  transition-delay: 0.6s;
}
.mobile-menu__link {
  display: block;
  text-decoration: none;
  text-align: center;
}

.main-title {
  color: black;
}
.main-title:hover {
  color: #00e777;
}

.sub-title {
  font-weight: 400;
  display: block;
  color: black;
}

.menu-button {
  position: fixed;
  right: 0;
  top: 0;
  height: var(
    --header-height
  ); /* カスタムプロパティを使用してヘッダーの高さを適用 */
}

.mobile-menu-btn {
  background-color: transparent;
  border: none;
  background-color: black;
  padding: 0 11px;
  height: 100%;
}
.mobile-menu-btn > span {
  background-color: white;
  width: 36px;
  height: 1px;
  display: block;
  transition: transform 1s, background-color, 1s;
  transform: translateX(0);
  margin: 0;
  padding: 0;
}
.mobile-menu-btn > span:nth-child(1) {
  margin-top: 10px;
}
.mobile-menu-btn > span:nth-child(2) {
  margin-top: 10px;
}
.mobile-menu-btn > span:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-open #container {
  opacity: 0;
  transform: translateX(-600px);
}
.menu-open .footer {
  opacity: 0;
  transform: translateX(-400px);
}
.menu-open .mobile-menu {
  transform: none;
}
.menu-open .mobile-menu-btn > span {
  background-color: #00e777;
}
.menu-open .mobile-menu-btn > span:nth-child(1) {
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu-btn > span:nth-child(2) {
  transform: translateY(-18px) scaleX(0);
}
.menu-open .mobile-menu-btn > span:nth-child(3) {
  transform: translateY(-11px) rotate(-135deg);
}
.menu-open .mobile-menu__item {
  transform: scale(1);
  opacity: 1;
}
.menu-open .mobile-menu__link > a:hover {
  color: #00e777;
}

.footer-section {
  background-color: #00e777;
  width: 100%;
}

.footer {
  padding: 60px 0 40px 0;
  transition: transform 1.2s, opacity 0.7s;
}
.footer .ul-border {
  border-bottom: 1px solid black;
  width: 100%;
  height: 3px;
}
.footer .dekikata {
  display: flex;
  justify-content: center;
}
.footer .img-footer {
  width: 90%;
  max-width: 280px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.footer__ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.footer__ul-graduation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.footer__ul-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.footer__ul-no {
  list-style: none;
  margin: 0;
  font-size: 8px;
}
.footer__li-graduate {
  margin-bottom: 0;
}
.footer__li {
  margin: 40px 8px;
}
.footer__li > a {
  color: black;
}
.footer__li > a:hover {
  color: white;
}
.footer__li-link {
  margin: 40px 8px 0px 8px;
}

.link-link {
  width: 92.5%;
  margin: 0 auto;
  max-width: 480px;
}

img {
  width: 100%;
  height: 100%;
}

.texts-subtitle {
  font-size: 23px;
}

.texts-secondtitle {
  font-size: 15px;
}

.svg {
  width: 100%;
  height: 100%;
}

#container {
  margin-top: 57px;
  position: relative;
  transition: transform 1.2s, opacity 0.7s;
  opacity: 1;
  z-index: 2;
}

.page-one__contents {
  margin-bottom: 128px;
}
.page-one__inner {
  width: 100%;
  height: 50vh;
  background-image: url(../img/works/2nd_before/Mojihyougen_enshuu/12247033_Midori_Sonoda/1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  margin: 0 auto;
}
.page-one__container {
  margin-top: 64px;
}
.page-one__texts {
  display: flex;
  flex-direction: column;
}
.page-one__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.page-one__title > span {
  background-color: #00e777;
  padding: 2px;
}
.page-one__date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  font-size: 13px;
}
.page-one__age {
  font-size: 13px;
}
.page-one__name {
  font-size: 13px;
}
.page-one__subject {
  font-size: 13px;
}
.page-one__line {
  padding: 0 8px;
  height: 1px;
  background-color: black;
  transform: rotate(90deg);
}
.page-one__caption {
  font-size: 15px;
  text-align: justify;
}

.page-second__contents {
  padding-top: 0px;
  padding-bottom: 88px;
  background-image: url(../img/GridFade.svg);
}
.page-second__texts {
  display: flex;
  flex-direction: column;
}
.page-second__title {
  text-align: center;
  font-size: 23px;
  margin-bottom: 16px;
}
.page-second__title > span {
  background-color: #00e777;
  padding: 2px;
}
.page-second__line-big-second {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-bottom: 32px;
}
.page-second__caption {
  padding-bottom: 48px;
  text-align: justify;
}

.slick-list .draggable {
  margin-right: 63px;
}

.slider-oya {
  width: 92.5%;
  margin: 0 auto;
  max-width: 480px;
}

.slider {
  margin-bottom: 168px;
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 30vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item01 {
  background-image: url(../img/works/2nd_before/Mojihyougen_enshuu/12247033_Midori_Sonoda/1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-item02 {
  background-image: url(../img/works/2nd_before/Mojihyougen_enshuu/12247033_Midori_Sonoda/2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-item03 {
  background-image: url(../img/works/2nd_before/Mojihyougen_enshuu/12247033_Midori_Sonoda/3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 30vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #00e777; /*矢印の色*/
  border-right: 2px solid #00e777; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots-custom {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots-custom li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots-custom button {
  width: 19px;
  height: 19px;
  display: block;
  border: 1px solid black;
  border-radius: 100%;
  background: white;
  font-size: 0; /* 数値のページネーションを非表示にする */
}

.slick-dots-custom .slick-active button {
  background: #00e777;
}

.headericons {
  width: 0px;
  height: 0px;
}

img.svg {
  transform: none;
  width: 70%;
}

li.header__sns__li::marker {
  margin: 0;
  width: 0;
  height: 0;
  display: none;
}

marker {
  display: none;
  width: 0;
  height: 0;
}

.time-container {
  display: flex;
  flex-direction: row;
}

.time {
  padding: 8px;
}

.time #day {
  font-size: 32px;
}
.time #hour {
  font-size: 32px;
}
.time #min {
  font-size: 32px;
}
.time #sec {
  font-size: 32px;
}

@media (min-width: 600px) {
  .font-ss,
  h6,
  p {
    font-size: 8px;
  }
  .font-sm,
  h5,
  .sub-title,
  .footer__li > a {
    font-size: 16px;
  }
  .font-msd,
  h4 {
    font-size: 16px;
  }
  .font-md,
  h3 {
    font-size: 32px;
  }
  .font-lr,
  h2,
  .main-title {
    font-size: 40px;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    margin: 0;
    padding: 0;
  }
  h3 {
    margin: 0;
    padding: 0;
  }
  h4 {
    margin: 0;
    padding: 0;
  }
  h5 {
    margin: 0;
    padding: 0;
  }
  h6 {
    margin: 0;
    padding: 0;
  }
  p {
    margin: 0;
    padding: 0;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .content-width,
  .footer,
  .footer .ul-border,
  .footer__ul,
  .page-one__container,
  .page-second__inner {
    max-width: 950px;
  }
  .flex,
  .header__nav {
    display: flex;
    flex-direction: row;
  }
  .mobile-menu {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transition: transform 1.2s, opacity 1s;
    transform: translateX(400px);
    z-index: -100;
  }
  .mobile-menu-btn {
    display: none;
  }
  .mobile-menu__link {
    text-align: center;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120vh; /* ビューポートの幅に合わせる */
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer .img-footer {
    width: 80%;
    max-width: 480px;
  }
  .footer__li {
    margin: 40px 24px;
  }
  .footer__li:nth-child(1) {
    margin-left: 0;
  }
  .link-link {
    width: 92.5%;
    margin: 0 auto;
    max-width: 940px;
  }
  .slider-oya {
    width: 85.5%;
    margin: 0 auto;
    max-width: 600px;
  }
  .slider-item {
    height: 30vh;
  }
  .headericons {
    width: 0px;
    height: 0px;
  }
  .header__sns {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  img.svg {
    transform: none;
    width: 70%;
  }
  li.header__sns__li::marker {
    margin: 0;
    width: 0;
    height: 0;
    display: none;
  }
  marker {
    display: none;
    width: 0;
    height: 0;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    max-width: 940px;
  }

  .time-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .time #day {
    font-size: 64px;
  }
  .time #hour {
    font-size: 64px;
  }
  .time #min {
    font-size: 64px;
  }
  .time #sec {
    font-size: 64px;
  }
}
@media (min-width: 960px) {
  .font-ss,
  h6,
  p {
    font-size: 14px;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .content-width,
  .footer,
  .footer .ul-border,
  .footer__ul,
  .page-one__container,
  .page-second__inner {
    max-width: 1119px;
  }
  .draw-width,
  .footer .ul-border {
    max-width: 800px;
  }
  .flex,
  .header__nav {
    flex-direction: row;
  }
  .header {
    margin-left: calc(100vw - 65px);
    width: 100vh;
    position: fixed;
    border-bottom: 1px solid #00e777;
    top: 0;
    left: 0;
    right: 0; /* 画面の右端に配置 */
    height: 64px;
    background-color: transparent;
    z-index: 100;
    transform: rotate(90deg); /* 90度回転 */
    transform-origin: 33px 33px;
  }
  .header.triggerd {
    transition: all 0.7s;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vh; /* ビューポートの幅に合わせる */
    padding-left: 0;
    background-color: white;
  }
  .header .logo {
    top: 0;
    background-color: #00e777;
    padding: 19px 16px 19px 16px;
  }
  .header .img {
    width: 200px; /* 画像のスタイルを調整 */
    height: auto;
  }
  .header .header__ul {
    display: flex;
    flex-direction: row; /* テキストの方向を元に戻す */
  }
  .header .header__li {
    margin: 0 16px; /* マージンの調整 */
  }
  .header .header__li > a {
    color: black;
    font-size: 16px;
    transform: rotate(-90deg); /* テキストを反対向きに回転 */
  }
  .header .header__li > a:hover {
    color: #00e777;
  }
  #container {
    margin-top: 0px;
  }
  .footer .dekikata {
    width: 100%;
  }
  .footer .img-footer {
    width: 70%;
    max-width: 760px;
  }
  .footer__nav {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .ul-border {
    border-bottom: 1px solid black;
    width: 100%;
    height: 3px;
  }
  .footer__li > a {
    font-size: 24px;
    padding: 0 16px;
  }
  .footer .copyright {
    font-size: 16px;
  }
  .page-one__contents {
    margin-bottom: 128px;
  }
  .page-one__inner {
    height: 70vh;
  }
  .page-one__container {
    margin-top: 64px;
  }
  .page-one__texts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-right: 28px;
  }
  .page-one__title-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-one__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .page-one__title > span {
    background-color: #00e777;
    padding: 2px;
  }
  .page-one__date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .page-one__age {
    font-size: 16px;
  }
  .page-one__name {
    font-size: 16px;
  }
  .page-one__subject {
    font-size: 16px;
  }
  .page-one__line {
    padding: 0 8px;
    height: 1px;
    background-color: black;
    transform: rotate(90deg);
  }
  .page-one__line-big {
    width: 1px;
    height: 290px;
    margin: 0 -70px;
    background-color: black;
  }
  .page-one__caption {
    font-size: 16px;
    max-width: 280px;
  }
  .page-second__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-second__texts {
    width: 45%;
  }
  .page-second__title {
    text-align: left;
  }
  .page-second__line-big-second {
    width: 70%;
    height: 1px;
    background-color: black;
    margin-bottom: 32px;
  }
  .page-second__caption {
    font-size: 15px;
  }
  .kadai {
    padding-right: 40px;
  }
  .slider-oya {
    width: 92.5%;
    margin: 0 auto;
    padding-right: 64px;
  }
  .slider {
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 56vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  /*　背景画像設定　*/
  .slider-item {
    height: 56vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
    position: absolute; /*絶対配置にする*/
    z-index: 3;
    top: 46%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #00e777; /*矢印の色*/
    border-right: 2px solid #00e777; /*矢印の色*/
    height: 30px;
    width: 30px;
  }
  .slick-dots-custom li {
    display: inline-block;
    margin: 0 10px;
  }
  .slick-dots-custom button {
    width: 32px;
    height: 32px;
  }
  .slider-oya {
    width: 92.5%;
    margin: 0 auto;
    max-width: 1119px;
  }
  .headericons {
    width: 153px;
    height: 45.58px;
  }
  .header__nav {
    margin: 0 240px 0 0;
  }
  .svg-sns {
    transform: rotate(-90deg);
    width: 50%;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    max-width: 1119px;
  }

  .time-container {
    flex-direction: row;
  }

  .time #day {
    font-size: 96px;
  }
  .time #hour {
    font-size: 96px;
  }
  .time #min {
    font-size: 96px;
  }
  .time #sec {
    font-size: 96px;
  }
}
@media (min-width: 1220px) {
  h6,
  p {
    font-size: 12px;
  }
  .pb-ssm {
    padding-bottom: 18px;
  }
  .mb-ssm {
    margin-bottom: 18px;
  }
  .pb-sm {
    padding-bottom: 64px;
  }
  .mb-sm {
    margin-bottom: 64px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 128px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 128px;
  }
  .mb-mdl {
    margin-bottom: 144px;
  }
  .pb-mdl {
    padding-bottom: 144px;
  }
  .mt-md {
    margin-top: 128px;
  }
  .pt-md {
    padding-top: 128px;
  }
  .mt-llllr {
    margin-top: 144px;
  }
  .pt-llllr {
    padding-top: 144px;
  }
  .content-width,
  .footer,
  .footer .ul-border,
  .footer__ul,
  .page-one__container,
  .page-second__inner {
    max-width: 1919px;
  }
  .header {
    margin-left: calc(100vw - 65px);
  }
  .footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer__nav {
    display: flex;
    justify-content: flex-start;
    text-align: right;
    padding-right: 32px;
  }
  .footer .logo {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer .img-footer {
    width: 100%;
    max-width: 342px;
  }
  .footer__ul {
    justify-content: flex-end;
  }
  .footer__ul-no {
    list-style: none;
    margin: 0;
    text-align: right;
  }
  .footer__li {
    margin: 0 2px;
  }
  .footer__li > a {
    font-size: 12px;
    padding: 0 6px;
    margin: 0 6px;
  }
  .footer__li-link {
    margin: 0 2px;
  }
  .footer__graduate,
  .footer__copyright {
    margin: 0 4px;
    text-align: left;
  }
  .footer .ul-border {
    width: 0;
    height: 0;
    display: none;
  }
  .footer .ul-border-sec {
    display: block;
    border-bottom: 1px solid black;
    width: 30px;
    height: 3px;
    transform: rotate(90deg);
  }
  .link {
    display: flex;
    flex-direction: row;
  }
  .link-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
    max-width: 1919px;
  }
  .footer__nav .link-link,
  .footer__nav .footer__ul-no {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .footer__nav .footer__li {
    margin: 0px 4px 0px 4px; /* 余白の調整 */
  }
  .footer__nav .footer__li a {
    font-size: 12px; /* フォントサイズの調整 */
  }
  .footer__nav .footer__graduate,
  .footer__nav .footer__copyright {
    margin: 0 8px;
    white-space: nowrap;
  }
  .footer__nav .link-link,
  .footer__nav .footer__ul-no {
    text-align: right;
  }
  .footer__ul-no .footer__licopyright {
    display: none;
    font-size: 8px;
    width: 0%;
    height: 0%;
  }
  .mobile-menu {
    transform: translateX(2000px);
    z-index: -100;
  }
  .footer-imgs {
    width: 100%;
    max-width: 400px;
  }
  .page-one__title {
    font-size: 15px;
  }
  .page-one__age {
    font-size: 15px;
  }
  .page-one__name {
    font-size: 15px;
  }
  .page-one__subject {
    font-size: 15px;
  }
  .page-one__line {
    padding: 0 14px;
    height: 1px;
  }
  .page-one__line-big {
    height: 300px;
  }
  .page-one__caption {
    font-size: 15px;
    max-width: 480px;
  }
  .page-second__title {
    font-size: 24px;
  }
  .page-second__caption {
    font-size: 20px;
  }
  .slider {
    height: 70vh;
  }
  .slider-item {
    height: 70vh;
  }
  .slick-dots-custom {
    margin: 40px 0 0 0;
  }
  .footer__ul-no {
    display: none;
  }
  .slider-oya {
    width: 82.5%;
    margin: 0 auto;
    max-width: 1300px;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    margin-right: 18px;
    max-width: 1919px;
    padding-bottom: 48px;
  }

  .time-container {
    flex-direction: row;
    justify-content: flex-end;
  }

  .time {
    padding-top: 0;
  }

  .time #day {
    font-size: 64px;
  }
  .time #hour {
    font-size: 64px;
  }
  .time #min {
    font-size: 64px;
  }
  .time #sec {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .mt-ssm {
    margin-top: 9px;
  }
  .mt-sm,
  .mobile-menu__link {
    margin-top: 32px;
  }
  .pt-sm {
    padding-top: 32px;
  }
  .mt-md {
    margin-top: 64px;
  }
  .pt-md {
    padding-top: 64px;
  }
  .mt-lr {
    margin-top: 104px;
  }
  .pt-lr {
    padding-top: 104px;
  }
  .mt-lg {
    margin-top: 160px;
  }
  .pt-lg {
    padding-top: 160px;
  }
  .mb-ssm {
    margin-bottom: 9px;
  }
  .mb-sm {
    margin-bottom: 32px;
  }
  .pb-sm {
    padding-bottom: 32px;
  }
  .mb-md,
  .footer .logo {
    margin-bottom: 64px;
  }
  .pb-md,
  .footer .logo {
    padding-bottom: 64px;
  }
  .mb-lr {
    margin-bottom: 104px;
  }
  .pb-lr {
    padding-bottom: 104px;
  }
  .mb-lg {
    margin-bottom: 160px;
  }
  .pb-lg {
    padding-bottom: 160px;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    margin: 0;
    padding: 0;
  }
  h3 {
    margin: 0;
    padding: 0;
  }
  h4 {
    margin: 0;
    padding: 0;
  }
  h5 {
    margin: 0;
    padding: 0;
  }
  h6 {
    margin: 0;
    padding: 0;
  }
  p {
    margin: 0;
    padding: 0;
  }
  .content-width,
  .footer,
  .footer .ul-border,
  .footer__ul,
  .page-one__container,
  .page-second__inner {
    max-width: 2400px;
  }
  .header {
    margin-left: calc(100vw - 69px);
  }
  .footer {
    padding: 40px 0 40px 0;
  }
  .footer__nav {
    margin-left: 300px;
  }
  .footer .ul-border-sec {
    width: 60px;
  }
  .footer__nav .footer__li {
    margin: 0px 8px 0 8px; /* 余白の調整 */
  }
  .footer__nav .footer__li a {
    font-size: 16px; /* フォントサイズの調整 */
  }
  .footer__nav .footer__graduate,
  .footer__nav .footer__copyright {
    margin: 0 8px;
    white-space: nowrap;
  }
  .footer__nav .footer__li a {
    font-size: 16px;
    margin: 0 8px 0 8px;
  }
  .footer .logo {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__ul-no .footer__licopyright {
    font-size: 10px;
    margin-left: calc(100vh - 20px);
  }
  .page-one__contents {
    margin-bottom: 128px;
  }
  .page-one__inner {
    height: 70vh;
  }
  .page-one__container {
    margin-top: 64px;
  }
  .page-one__texts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-right: 28px;
  }
  .page-one__title-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-one__title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 0px;
  }
  .page-one__title > span {
    background-color: #00e777;
    padding: 2px;
  }
  .page-one__date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .page-one__age {
    font-size: 30px;
  }
  .page-one__name {
    font-size: 30px;
  }
  .page-one__subject {
    font-size: 30px;
  }
  .page-one__line {
    padding: 0 18px;
    height: 1px;
    width: 1px;
    background-color: black;
    transform: rotate(90deg);
  }
  .page-one__line-big {
    width: 1px;
    height: 400px;
    margin: 0 -70px;
    background-color: black;
  }
  .page-one__caption {
    font-size: 24px;
    max-width: 600px;
  }
  .page-second__title {
    font-size: 28px;
  }
  .page-second__caption {
    font-size: 24px;
  }
  .slider {
    height: 80vh;
  }
  .slider-item {
    height: 80vh;
  }
  .slider-oya {
    width: 80.5%;
    margin: 0 auto;
    max-width: 1300px;
  }
  .footer__ul-no {
    display: none;
  }

  .footer-imgs {
    width: 130%;
    max-width: 480px;
  }

  .countdown-container {
    width: 92.5%;
    margin: 0 auto;
    margin-right: 18px;
    max-width: 1919px;
    padding-bottom: 80px;
  }

  .time-container {
    flex-direction: row;
    justify-content: flex-end;
  }

  .time {
    padding: 18px;
  }

  .time #day {
    font-size: 80px;
  }
  .time #hour {
    font-size: 80px;
  }
  .time #min {
    font-size: 80px;
  }
  .time #sec {
    font-size: 80px;
  }
  .end-sec {
    padding-right: 0;
  }
} /*# sourceMappingURL=style.css.map */
