@charset "utf-8";

/*================================================
PresentAnchor
================================================*/

.PresentAnchor {
  position: fixed;
  top: -35px;
  right: -10px;
  z-index: 9997;
  display: none;
}
.PresentAnchorOne {
  display: block;
  position: relative;
  z-index: 9998;
  background-image: url(../img/present_anchor_back.svg);
  background-size: cover;
  background-position: center center;
  width: 250px;
  height: 250px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.PresentAnchorOneObject {
  display: block;
  position: relative;
  z-index: 9999;
  top: 180px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 70px;
  height: 45px;
  margin: auto;
  transition: transform 0.25s ease-out;
}
.PresentAnchorOne.is-hovered {
  transform: scale(1.15);
}
.PresentAnchorOneObject.is-moved {
  transform: translateY(-5px);
}

@media (max-width: 1365px) {

  .PresentAnchorOne {
    width: 200px;
    height: 200px;
  }
  .PresentAnchorOneObject {
    width: 56px;
    height: 36px;
    top: 140px;
  }
}

@media (max-width: 1023px) {

  .PresentAnchor {
    display: none;
  }
  .PresentAnchorOne {
    display: none;
  }
  .PresentAnchorOneObject {
    display: none;
  }
  /* .PresentAnchor {
    top: -15px;
    right: -5px;
  }
  .PresentAnchorOne {
    width: 150px;
    height: 150px;
  }
  .PresentAnchorOneObject {
    width: 50px;
    height: 32px;
    top: 105px;
  } */
}

/*================================================
Firstview
================================================*/

.Firstview {
  background-color: #000000;
}
.FirstviewFixedBack {
  width: 100%;
  background-image: url(../img/firstview_fixed_back.webp);
  background-attachment: fixed;
  filter: blur(10px);
  transition: filter 1.0s ease-out;
}
.FirstviewFixedBack.is-blurred-out {
  filter: blur(0);
}
.FirstviewShaftSide {
  float: left;
  width: 25%;
  padding-right: 0%;
  min-width: 1px;
  max-height: 1800px;
  background-image: url(../img/firstview_shaft_photo.webp);
  background-position: top center;
  background-size: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.FirstviewShaftSide.is-slid-in {
  transform: translateY(0);
  opacity: 1;
}
.FirstviewObjectSide {
  overflow: hidden;
  position: relative;
  float: left;
  width: 60%;
  padding-right: 15%;
  padding-top: 200px;
  padding-bottom: 100px;
}
.FirstviewTitle {
  overflow: hidden;
  position: relative;
  margin-bottom: 75px;
}
.FirstviewTitleAnimationWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.FirstviewTitleImage {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.FirstviewTitleAnimationWrapper.is-slid-in .FirstviewTitleImage {
  transform: translateX(0);
  opacity: 1;
}
.FirstviewArticle {
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 75px;
}
.FirstviewArticleOne {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.FirstviewArticleOneTitle {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.FirstviewArticleOneTitle span {
  display: block;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.FirstviewArticleOneTitle.is-slid-in span {
  opacity: 1;
  transform: translateX(0);
}
.FirstviewArticleOneText {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.FirstviewArticleOneText span {
  display: block;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.FirstviewArticleOneText.is-slid-in span {
  opacity: 1;
  transform: translateX(0);
}
.FirstviewArticleOneImage {
  margin-bottom: 50px;
}
.FirstviewItemName {
  float: left;
  width: 25%;
}
.FirstviewItemNameIcon {
  margin-bottom: 50px;
}
.FirstviewItemNameIcon img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.FirstviewItemNameIcon.is-slid-in img {
  transform: translateY(0);
  opacity: 1;
}
.FirstviewItemNameButton {
  display: block;
  padding: 20px;
  border-radius: 50px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border: 1px #FFFFFF solid;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.FirstviewItemNameButton.is-zoomed-in {
  opacity: 1;
  transform: scale(1.0);
}
.FirstviewItemNameButton:hover {
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  color: #008776;
}
.FirstviewItemAnko {
  float: left;
  width: 40%;
  min-height: 1px;
}
.FirstviewItemText {
  float: left;
  width: 35%;
}
.FirstviewItemText img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.FirstviewItemText.is-slid-in img {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1365px) {

  .FirstviewArticleOneTitle {
    font-size: 18px;
  }
  .FirstviewArticleOneText {
    font-size: 15px;
  }
  .FirstviewItemName {
    width: 30%;
  }
  .FirstviewItemNameButton {
    font-size: 20px;
  }
  .FirstviewItemAnko {
    width: 30%;
  }
  .FirstviewItemText {
    width: 40%;
  }
}

@media (max-width: 1023px) {

  .FirstviewFixedBack {
    width: 100%;
    background-attachment: inherit;
    background-size: cover;
    background-position: bottom center;
  }
  .FirstviewShaftSide {
    display: none;
    width: 0%;
  }
  .FirstviewObjectSide {
    width: 100%;
    padding-right: 0%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .FirstviewTitle {
    margin-bottom: 50px;
  }
  .FirstviewTitleImage {
    width: 80%;
    margin: 0px auto;
  }
  .FirstviewArticle {
    margin-bottom: 0px;
  }
  .FirstviewArticleOne {
    margin-bottom: 0px;
  }
  .FirstviewArticleOneTitle {
    width: 80%;
    margin: 0px auto 25px auto;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
  }
  .FirstviewArticleOneText {
    width: 80%;
    margin: 0px auto 50px auto;
    font-size: 14px;
  }
  .FirstviewArticleOneImage img {
    width: 100%;
  }
  .FirstviewItemName {
    float: none;
    width: 90%;
    margin: 0px auto;
  }
  .FirstviewItemNameButton {
    width: 80%;
    margin: 0px auto;
    padding: 15px;
    font-size: 20px;
  }
  .FirstviewItemNameIcon {
    width: 30%;
    margin: 0px auto 50px auto;
  }
  .FirstviewItemAnko {
    float: none;
    width: 100%;
    height: 50px;
  }
  .FirstviewItemText {
    float: none;
    width: 50%;
    margin: 0px auto;
  }
}

/*================================================
Pickup
================================================*/

.Pickup {
  padding: 150px 0px 100px 0px;
  background-color: #1E1E1E;
}
.PickupInner {
  width: 90%;
  margin: 0px auto;
}
.PickupPhoto {
  width: 100%;
  height: auto;
}

@media (max-width: 1279px) {

  .Pickup {
    padding: 100px 0px 75px 0px;
  }
}

@media (max-width: 1023px) {

  .Pickup {
    padding: 0px 0px 0px 0px;
  }
  .PickupInner {
    display: none;
    width: 100%;
  }
}

/*================================================
Series
================================================*/

.Series {
  clear: both;
  padding: 0px 0px 150px 0px;
  background-color: #1E1E1E;
}
.SeriesInner {
  max-width: 1280px;
  margin: 0px auto;
}
.SeriesText {
  float: left;
  width: 430px;
  margin-right: 50px;
  background-color: #1E1E1E;
}
.SeriesChart {
  float: left;
  width: 800px;
  margin-top: 100px;
  background-color: #000000;
  position: relative;
}
.SeriesTextOne {
  margin-bottom: 50px;
}
.SeriesTextOneTitle {
  margin-bottom: 20px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.SeriesTextOneText {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.SeriesTextOneImage {
  margin-bottom: 10px;
}
.SeriesTextOneImage img {
  width: 100%;
  height: auto;
}
.SeriesChartImage {
  position: relative;
  width: 800px;
  height: 800px;
}
.ChartALL {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 800px;
}
.ChartWrapper {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1.0;
}
.ChartWrapper .ChartSwitch {
  width: 75px;
  height: 75px;
  object-fit: cover;
  display: block;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.ChartWrapper:hover .ChartSwitch {
  opacity: 1;
}
.ChartCQ { left: 255px; top: 165px; background-color: #A9853B ; /* ゴールド */ }
.ChartIZ { left: 375px; top: 275px; background-color: #EE684B ; /* あかだいだい */ }
.ChartHD { left: 475px; top: 300px; background-color: #27C5E4 ; /* アクアマリン */ }
.ChartPT { left: 295px; top: 380px; background-color: #CDD0D1 ; /* グレー */ }
.ChartGC { left: 410px; top: 355px; background-color: #936748 ; /* カッパー */ }
.ChartDI { left: 595px; top: 385px; background-color: #E5875B ; /* 赤茶色 */ }
.ChartUB { left: 560px; top: 470px; background-color: #005A81 ; /* ディープブルー */ }
.ChartVF { left: 500px; top: 560px; background-color: #821C21 ; /* あずき色 */ }
.ChartXC { left: 640px; top: 510px; background-color: #E33237 ; /* カッパーレッド */ }
.ChartFI { left: 575px; top: 280px; background-color: #35A285;
  box-shadow: 1px 2px 16px 3px rgba(255, 255, 255, 0.75);
  animation: flicker 2s infinite alternate;
  animation-timing-function: linear; /* ターコイズ */
}

@keyframes flicker {
    0% { box-shadow: 1px 2px 16px 3px rgba(255, 255, 255, 0.75); }
   50% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
  100% { box-shadow: 1px 2px 16px 3px rgba(255, 255, 255, 0.75); }
}

.ChartPopup {
  position: absolute;
  top: 100% + 10px;
  left: 0px;
  transform: translateY(0);
  width: 250px;
  background-color: #000000;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 8px;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.ChartPopup p {
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.ChartPopup img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.ChartWrapper:hover .ChartPopup {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1279px) {
  .Series {
    clear: both;
    padding: 50px 0px 50px 0px;
    background-color: #1E1E1E;
  }
  .SeriesInner {
    max-width: 100%;
    width: 100%;
  }
  .SeriesText {
    float: none;
    width: 100%;
    padding: 0 10%; /* テキスト左右の余白を調整 */
    box-sizing: border-box; /* paddingを含めて幅を100%にする */
  }
  .SeriesChart {
    float: none;
    width: 100%;
    padding-bottom: 0px; /* 元々あったpadding-bottomをリセット */
    margin-top: 50px; /* スマホ版ではChartALLがSeriesTextの下に来るので調整 */
    position: relative; /* 子要素のabsoluteの基準にする */
    height: 0; /* padding-topで高さを確保するため、コンテンツによる高さをリセット */
    padding-top: 100%; /* 1:1のアスペクト比を維持するために幅と同じ高さを確保 (800x800pxの画像基準) */
  }
  .SeriesTextOne {
    margin-bottom: 25px;
  }
  .SeriesTextOneTitle {
    width: auto; /* width: 80%; を auto に変更し、親要素のpaddingに合わせる */
    margin: 0px auto 20px auto; /* 中央寄せは維持 */
    font-size: 16px;
  }
  .SeriesTextOneText {
    width: auto; /* width: 80%; を auto に変更し、親要素のpaddingに合わせる */
    margin: 0px auto 20px auto; /* 中央寄せは維持 */
    font-size: 14px;
  }
  .SeriesTextOneImage {
    margin-bottom: 0px;
  }
  .ChartWrapper.is-active .ChartPopup {
    visibility: visible;
    opacity: 1;
  }
  .SeriesChartImage { /* SeriesChartImage自体をabsoluteにして、親の確保した領域に広げる */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .SeriesChartImage img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 画像が歪まず、アスペクト比を保って表示されるように */
  }
  .ChartALL {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ChartWrapper {
    width: 50px;
    height: 50px;
  }
  .ChartWrapper .ChartSwitch {
    width: 50px;
    height: 50px;
  }

  /* 以下のChartWrapperの位置をPC版の相対位置に基づいて再計算 */
  .ChartCQ { left: calc(36.5625% - 25px); top: calc(25.3125% - 25px); }
  .ChartIZ { left: calc(51.5625% - 25px); top: calc(39.0625% - 25px); }
  .ChartHD { left: calc(64.0625% - 25px); top: calc(42.1875% - 25px); }
  .ChartPT { left: calc(41.5625% - 25px); top: calc(52.1875% - 25px); }
  .ChartGC { left: calc(55.9375% - 25px); top: calc(49.0625% - 25px); }
  .ChartDI { left: calc(79.0625% - 25px); top: calc(52.8125% - 25px); }
  .ChartUB { left: calc(74.6875% - 25px); top: calc(63.4375% - 25px); }
  .ChartVF { left: calc(67.1875% - 25px); top: calc(74.6875% - 25px); }
  .ChartXC { left: calc(84.6875% - 25px); top: calc(68.4375% - 25px); }
  .ChartFI { left: calc(76.5625% - 25px); top: calc(39.6875% - 25px); }

  .ChartPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 350px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    z-index: 300;
    visibility: hidden;
    opacity: 0;
  }
}

/*================================================
Secondview
================================================*/

.Secondview {
  background-color: #78A094;
}
.SecondviewFixedBack {
  overflow: hidden;
}
.SecondviewMuttering {
  opacity: 0;
  transition: opacity 1.0s ease-out;
}
.SecondviewMuttering.is-animated {
  opacity: 1;
}
.SecondviewLogo {
  float: left;
  width: 25%;
  padding: 5% 5%;
  box-sizing: border-box;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.SecondviewLogo.is-animated {
  transform: translateY(0);
  opacity: 1;
}
.SecondviewShaft {
  float: left;
  width: 5%;
  background-image: url(../img/secondview_shaft_photo.png);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.SecondviewShaft.is-animated {
  transform: translateY(0);
  opacity: 1;
}
.SecondviewMuttering {
  float: left;
  width: 50%;
  padding: 200px 12.5% 5% 7.5%;
  margin: 0px 10% 0px 10%;
  background-image: url(../img/secondview_muttering.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.SecondviewMutteringInner {
  padding: 50px;
  background-image: url(../img/secondview_mutteringInner_screen.png);
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.SecondviewMutteringInner.is-animated {
  opacity: 1;
}

@media (max-width: 1365px) {

  .SecondviewMuttering {
    width: 50%;
    padding: 200px 5% 5% 5%;
    margin: 0px 5% 0px 7.5%;
  }
}

@media (max-width: 1023px) {

  .SecondviewLogo {
    float: none;
    width: 100%;
    padding: 50px 75px 50px 75px;
  }
  .SecondviewShaft {
    display: none;
    float: none;
    width: 0%;
  }
  .SecondviewMuttering {
    float: none;
    width: 100%;
    padding: 25px 25px 25px 25px;
    margin: 0px 0% 0px 0%;
    background-position: top center;
  }
  .SecondviewMutteringInner {
    padding: 35px;
  }
}

/*================================================
SecondviewLogo (Object)
================================================*/

.SecondviewLogoName {
  margin-bottom: 50px;
  text-align: center;
}
.SecondviewLogoName img {
  width: auto;
  height: 800px;
}
.SecondviewLogoText {
  text-align: center;
}
.SecondviewLogoText img {
  width: auto;
  height: 200px;
}

@media (max-width: 1023px) {

  .SecondviewLogoName {
    margin-bottom: 35px;
  }
  .SecondviewLogoName img {
    width: 550px;
    height: 50px;
  }
  .SecondviewLogoText img {
    width: auto;
    height: 200px;
  }
}

/*================================================
SecondviewMuttering (Object)
================================================*/

.SecondviewMutteringOne {
  margin-bottom: 50px;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.SecondviewMutteringOne:last-of-type {
  margin-bottom: 0px;
}
.SecondviewMutteringOne.is-animated {
  transform: translateY(0);
  opacity: 1;
}
.SecondviewMutteringOneTitle {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.25;
  color: #00342C;
  font-size: 20px;
  font-weight: 900;
}
.SecondviewMutteringOneText {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #2D5549;
  font-size: 16px;
  font-weight: 700;
}
.SecondviewMutteringOneImage img {
  width: 100%;
  height: auto;
}

@media (max-width: 1365px) {

  .SecondviewMutteringOneTitle {
    font-size: 18px;
  }
  .SecondviewMutteringOneText {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {

  .SecondviewMutteringOneTitle {
    font-size: 16px;
  }
  .SecondviewMutteringOneText {
    font-size: 14px;
  }
}

/*================================================
YouTube
================================================*/

.YouTube {
  margin: 0px auto;
}
.YouTubeAdjust {
  width: 100%;
  margin: 0px auto;
  background-size: auto auto;
  background-color: #333333;
}
.YouTubeInner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.YouTubeInner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}  

@media (max-width: 1023px) {

  .YouTube {
    padding: 0px 0px;
  }
  .YouTubeAdjust {
    width: 100%;
  }
}

/*================================================
Present
================================================*/

.Present {
  padding: 100px 0px;
  background-color: #333333;
}
.PresentTitle {
  margin-bottom: 25px;
  text-align: center;
}
.PresentTitle aside {
  margin-bottom: 5px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.PresentTitle h3 {
  margin-bottom: 0px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
}
.PresentAttention {
  margin-bottom: 10px;
  text-align: center;
}
.PresentAttention p {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  line-height: 1.25;
  text-align: center;
  background-color: #F3FF33;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.PresentAttentionSub {
  margin-bottom: 40px;
  text-align: center;
}
.PresentAttentionSub p {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  line-height: 1.25;
  text-align: center;
  color: #F3FF33;
  font-size: 18px;
  font-weight: 700;
}
.PresentImage {
  width: 100%;
  margin-bottom: 100px;
}
.PresentImageOne {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.PresentImageOneImage {
  margin-bottom: 50px;
}
.PresentImageOneImage img {
  width: 100%;
  height: auto;
}
.PresentImageOneAbout {
  text-align: center;
}
.PresentImageOneAboutName {
  margin-bottom: 50px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}
.PresentImageOneAboutButton {
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}
.PresentImageOneAboutButton:hover {
  transition: all 0.3s ease;
  background-color: #990000;
}
.PresentDetail {
  clear: both;
  max-width: 1280px;
  margin: 0px auto;
}
.PresentDetailTitle {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .Present {
    padding: 75px 0px;
  }
  .PresentTitle aside {
    font-size: 11px;
  }
  .PresentTitle h3 {
    font-size: 28px;
  }
  .PresentAttention p {
    font-size: 18px;
  }
  .PresentAttentionSub {
    margin-bottom: 15px;
  }
  .PresentAttentionSub p {
    font-size: 16px;
  }
  .PresentImage {
    margin-bottom: 75px;
  }
  .PresentImageOneImage {
    margin-bottom: 35px;
  }
  .PresentImageOneAboutName {
    font-size: 20px;
  }
  .PresentImageOneAboutButton {
    font-size: 20px;
  }
  .PresentDetail {
    max-width: 90%;
  }
  .PresentDetailTitle {
    margin-bottom: 35px;
    font-size: 20px;
  }
}

@media (max-width: 1023px) {

  .Present {
    padding: 50px 0px 25px 0px;
  }
  .PresentTitle h3 {
    font-size: 18px;
  }
  .PresentAttention p {
    display: inline;
    line-height: 3.00;
    font-size: 14px;
  }
  .PresentAttentionSub p {
    display: inline;
    font-size: 14px;
  }
  .PresentImage {
    margin-bottom: 50px;
  }
  .PresentImageOne {
    float: none;
    width: 90%;
    margin: 0px auto 25px auto;
    padding: 25px 25px 35px 25px;
    border-radius: 15px;
    background-color: #FFFFFF;
  }
  .PresentImageOne:last-of-type {
    margin-bottom: 0px;
  }
  .PresentImageOneImage {
    margin-bottom: 5px;
  }
  .PresentImageOneAboutName {
    margin-bottom: 35px;
    font-size: 18px;
    color: #000000;
  }
  .PresentImageOneAboutButton {
    padding: 10px 25px;
    font-size: 16px;
  }
  .PresentDetailTitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

/*================================================
PresentTable
================================================*/

.PresentTable {
  width: 100%;
  margin: 0px auto;
  border: 1px #333333 solid;
  border-collapse: collapse;
  font-size: 16px;
}
.PresentTable small {
  margin: 0px 3px 0px 0px;
  font-size: 13px;
}
.PresentTable b {
  font-weight: normal;
}
.PresentTable i {
  line-height: 2.00;
  margin-bottom: 3px;
  border-bottom: 3px #BF0000 double;
  font-weight: normal;
}
.PresentTable tr {
  width: 100%;
}
.PresentTable th {
  width: 20%;
  padding: 10px;
  border-right: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
  line-height: 1.75;
  text-align: left;
  color: #FFFFFF;
  background-color: #00927F;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
}
.PresentTable th.Red {
  color: #BF0000;
  background-size: auto auto;
  background-color: #F2CCCC;
}
.PresentTable td.Red {
  color: #BF0000;
  background-color: #F2CCCC;
  font-weight: normal;
}
.PresentTable td span.Red {
  color: #BF0000;
}
.PresentTable td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px #333333 solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  vertical-align: top;
}
.PresentTableSmallAdjust {
  font-size: 13px;
}
.PresentTable strong {
  font-weight: normal;
}
.PresentTable strong a {
  margin: 0px 3px;
  font-weight: normal;
}
.PresentTableImage {
  display: block;
  text-align: center;
  margin: 20px auto 0px auto;
}

@media (max-width: 1023px) {

  .PresentTable {
    width: 100%;
    margin: 0px auto 0px auto;
    border-top: 1px #333333 solid;
    border-left: 1px #333333 solid;
    border-right: 1px #333333 solid;
    border-bottom: none;
    font-size: 14px;
  }
  .PresentTable tr {
    width: 100%;
  }
  .PresentTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
  }
  .PresentTable td {
    display: block;
    width: 94%;
    padding: 3%;
  }
  .PresentTable td img {
    width: 100%;
    height: auto;
  }
}

/*================================================
Buy
================================================*/

.Buy {
  background-color: #000000;
  padding: 100px 0px;
}
.BuyTitle {
  margin-bottom: 50px;
  text-align: center;
}
.BuyTitle aside {
  margin-bottom: 5px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.BuyTitle h3 {
  margin-bottom: 0px;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
}
.BuyInner {
  width: 80%;
  margin: 0px auto;
}
.BuyItem {
  margin-bottom: 50px;
}
.BuyItemOne {
  position: relative;
  float: left;
  width: 46%;
  margin: 0px 2%;
  padding: 0px 50px 200px 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.BuyItemOneImage {
  margin: 50px auto;
}
.BuyItemOneImage img {
  width: 100%;
  height: auto;
}
.BuyItemOneAboutName {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.25;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
}
.BuyItemOneAboutCatch {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.50;
  font-size: 16px;
  font-weight: 700;
}
.BuyItemOneAboutText {
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.BuyItemOneAboutButton {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  width: 80%;
  margin: 0px auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.BuyItemOneAboutButton:hover {
  background-color: #990000;
  transition: all 0.3s ease;
}
.BuyItemOneAboutShida {
  display: inline;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  margin: auto;
  padding: 10px;
  text-align: center;
  line-height: 1.25;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.BuyItemExtra {
  text-align: center;
}
.BuyItemExtra a {
  width: 100%;
  line-height: 1.50;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.BuyItemExtra a:hover {
  text-decoration: none;
}

@media (max-width: 1365px) {

  .Buy {
    background-color: #000000;
    padding: 75px 0px;
  }
  .BuyTitle aside {
    font-size: 11px;
  }
  .BuyTitle h3 {
    font-size: 28px;
  }
  .BuyInner {
    width: 90%;
  }
  .BuyItemOne {
    width: 48%;
    margin: 0px 1%;
    padding: 0px 35px 200px 35px;
  }
  .BuyItemOneAboutName {
    font-size: 28px;
  }
  .BuyItemOneAboutCatch {
    font-size: 15px;
  }
  .BuyItemOneAboutText {
    font-size: 14px;
  }
  .BuyItemOneAboutButton {
    font-size: 22px;
  }
  .BuyItemOneAboutShida {
    font-size: 15px;
  }
  .BuyItemExtra a {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {

  .Buy {
    padding: 50px 0px;
  }
  .BuyTitle h3 {
    font-size: 18px;
  }
  .BuyInner {
    width: 90%;
    background-color: #000000;
  }
  .BuyItem {
    margin-bottom: 0px;
  }
  .BuyItemOne {
    position: static;
    float: none;
    width: 100%;
    margin: 0px 0% 20px 0%;
    padding: 0px 0px 0px 0px;
  }
  .BuyItemOne:last-child {
    margin-bottom: 25px;
  }
  .BuyItemOneImage {
    margin: 25px auto;
  }
  .BuyItemOneAbout {
    padding: 0px 25px 20px 25px;
  }
  .BuyItemOneAboutName {
    font-size: 24px;
  }
  .BuyItemOneAboutCatch {
    font-size: 14px;
  }
  .BuyItemOneAboutText {
    font-size: 14px;
  }
  .BuyItemOneAboutButton {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 90%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
  }
  .BuyItemOneAboutShida {
    display: block;
    text-align: center;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 5px;
    font-size: 14px;
  }
  .BuyItemExtra a {
    font-size: 13px;
  }
}

/*================================================
Incentive
================================================*/

.Incentive {
  padding: 100px 0px;
  background-color: #FFFFFF;
}
.IncentiveInner {
  max-width: 1280px;
  margin: 0px auto;
}
.IncentiveOne {
  margin-bottom: 0px;
}
.IncentiveOneCoupon {
  margin: 0px auto 50px auto;
  background-color: #EEEEEE;
}
.IncentiveOneCoupon img {
  width: 100%;
  height: auto;
}
.IncentiveOneCouponLogo {
  display: block;
  float: left;
}
.IncentiveOneCouponLogo a {
  text-align: center;
}
.IncentiveOneCouponLogo a img {
  width: 100%;
  height: auto;
}
.IncentiveOneCouponCard {
  display: block;
  float: left;
}
.IncentiveOneCouponCard img {
  width: 100%;
  height: auto;
}
.IncentiveOneTitle {
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.25;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.IncentiveOneText {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.IncentiveOneCaution span {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.50;
  font-size: 16px;
}
.IncentiveOneCaution .Pochi {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1365px) {

  .IncentiveInner {
    max-width: 90%;
  }
  .IncentiveOneCoupon {
    max-width: 100%;
  }
  .IncentiveOneCaution span {
    font-size: 15px;
  }
  .IncentiveOneTitle {
    font-size: 18px;
  }
  .IncentiveOneText {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {

  .Incentive {
    padding: 0px 0px 25px 0px;
  }
  .IncentiveInner {
    max-width: 100%;
  }
  .IncentiveOneCoupon {
    display: flex;
    margin: 0px auto 35px auto;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .IncentiveOneCouponLogo,
  .IncentiveOneCouponCard {
    float: none;
    display: block;
    width: 80%;
    text-align: center;
  }
  .IncentiveOneCouponLogo img,
  .IncentiveOneCouponCard img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .IncentiveOneTitle {
    width: 80%;
    margin: 0px auto 20px auto;
    font-size: 16px;
  }
  .IncentiveOneText {
    width: 80%;
    margin: 0px auto 20px auto;
    font-size: 14px;
  }
  .IncentiveOneCaution span {
    width: 80%;
    margin: 0px auto 10px auto;
    font-size: 13px;
  }
}

/*================================================
PagetopFix
================================================*/

html {
  scroll-behavior: smooth;
}
.PagetopFix {
  position: fixed;
  z-index: 9999;
  width: 64px;
  height: 64px;
  right: 40px;
  bottom: 20px;
}
.PagetopFix a img {
  width: 64px;
  height: 64px;
}
.PagetopFix a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.3s ease;
}
.PagetopFix a:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {

  .PagetopFix {
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
  }
  .PagetopFix a img {
    width: 48px;
    height: 48px;
  }
}

/*================================================
Arrow
================================================*/

.ArrowButton {
  clear: both;
  display: block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px #FFFFFF solid;
  background-color: #000000;
  box-sizing: border-box;
}
.ArrowButton span {
  display: none;
}
.ArrowButton:hover {
  transition: all 0.3s ease;
  background-color: #333333;
}
.ArrowImage {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.ArrowImage::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1023px) {

  .ArrowButton {
    margin-top: 0px;
  }
}

/*================================================
Accordion
================================================*/

.AccordionSwitch {
  cursor: pointer;
}
.AccordionFold {
  display: none;
}

/*================================================
List Point
================================================*/

.Pochi {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.Pochi:before {
  content: "\25C6";
}
.Kome {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.Bikkuri {
	margin-right: 5px;
  padding: 3px 8px !important;
  border: 2px #000000 solid;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000000 !important;
}
.NewWindow {
  width: 18px !important;
  height: 18px !important;
  margin-right: 5px;
  vertical-align: middle;
}

/*================================================
FadeinUp
================================================*/

#main { overflow-x: hidden; }
.HeadlineUp { animation: SlideInUp 1.6s; } @keyframes SlideInUp { 0% { opacity: 0; transform: translateY(64px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineDown { animation: SlideInDown 1.6s; } @keyframes SlideInDown { 0% { opacity: 0; transform: translateY(-16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineLeft { animation: SlideInLeft 1.6s; } @keyframes SlideInLeft { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineRight { animation: SlideInRight 1.6s; } @keyframes SlideInRight { 0% { opacity: 0; transform: translateX(16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineZoom { animation: SlideInZoom 2.0s; } @keyframes SlideInZoom { 0% { opacity: 0; transform: scale(0.85); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineLag { animation: SlideInLag 2.4s; } @keyframes SlideInLag { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }

.FadeinUp {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 750ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -10px);
  transition : all 750ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-50px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(50px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 1000ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 750ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
.js-lazy { min-height: auto !important; }

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
