@charset "utf-8";

html{
  overflow-y: scroll;
}

*,img {
  image-rendering: -webkit-optimize-contrast;
}

*:focus {
  outline: none;
}

* {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  }

main {
 width: 960px;
 margin:0 auto;
 overflow: hidden;
 box-sizing: border-box;
 display: block;
}

.dreamFestaDesp {
  width: 100%;
  padding:0 50px;
  text-align: center;
}
h2 {
  margin-bottom:0;
}
h3 {
  font-size: 18px!important;
  margin: 50px auto 0!important;
  font-weight: bold!important;
}
.dreamFestaDesp p {
  margin:30px auto 0;
  text-align: center;
}
.dreamFestaDesp-logo {
  width: 240px;
  display: block;
  margin:auto;
}
.dreamFestaDesp .dreamFestaDesp-ruby {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Sawarabi Mincho', serif;
}
.dreamFestaInfo-wrap {
  width: 100%;
  background-color: #000;
}
.dreamFestaInfo {
  width: 1000px;
  padding:80px 70px 50px;
  margin:90px auto;
  position: relative;
  z-index: 0;
}

.dreamFestaInfo h2 {
  text-align: center;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0px;
  height: 28px;
  line-height: 1.5;
  position: relative;
  color:#fff;
  z-index: 1;
  top: 205px;
}
.dreamFestaInfo h2::before {
  content: attr(data-en);
  position: absolute;
  /* transform: rotate(-3deg); */
  top: -70px;
  left: 0;
  right:0;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  font-family: 'Parisienne', cursive;
  font-style: italic;
  z-index: -1;
}
.guristImg {
  display: block;
  margin-top:-50px;
}
.dreamFestaInfo p {
  color:#fff;
  margin:30px 50px 20px;
  text-align: center;
}
.dreamFestaInfo button div {
  background-color:#fff;
  color: #ac984e;
}
.campaignInfo {
  border:#ac984e 1px solid;
  padding: 50px 30px;
  margin: 80px auto;
}
.campaignInfo-h3 {
  font-size: 22px!important;
  color:#fff!important;
  font-family: 'Courier New', monospace!important;
}
.marginTop_0px {
  margin-top:0!important;
}
.campaignInfo-ul {
  width: 500px;
  margin:30px auto 0;
}
.campaignInfo li {
  line-height: 1.6;
  color:#fff;
  font-size: 18px;
}
.campaignInfo li s {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #ccc;
}
.campaignInfo p {
  line-height: 1.6;
}
.campaignInfo p span {
  font-size: 20px;
  color: #ddb576;
  display: inline-block;
  margin: 0 5px;
}
.campaignInfo p {
  line-height: 1.6;
}
.campaignInfo_p {
  font-size: 14px;
}
.flowStepArea {
  width: 100%;
  margin:60px auto;
}
.flowStepArea h3 {
  color:#fff;
  margin-bottom:30px!important;
  font-size: 22px!important;
}
.flowStep {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.flowStep span {
  font-size: 14px;
  color:#fff!important;
}
.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:40px;
}
.flexBox-inner {
  width: 48%;
}
.flexBox img {
  display: block;
  width: 50%;
}
.flexBox p {
  text-align: left;
  width: 50%;
}
.flexBox .payback {
  font-size: 10px;
  color:#888;
  display: block;
  margin:2px 0 5px;
}
.flexBox .title {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding:0 50px 0 30px;
}
.flexBox .title::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height:16px;
  border-radius: 50%;
  background-color: #ac984e;
}
.flexBox .description {
  text-align: left;
  width: 100%;
  padding:0 50px 0 30px;
}
.flexBox span {
  text-align: left;
  display: block;
}
.saponificationArea {
  margin-top: 90px;
}
.flexBox-video {
  display: flex;
  justify-content: space-evenly;
  margin:50px auto 60px;
}
.flexBox-video_right {
  width: 46%;
}
.flexBox-video_right p {
  text-align: left;
  text-indent: 80px;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px;
  height: 28px;
  line-height: 1.5;
  position: relative;
  color:#ddb576;
  z-index: 1;
  top: 0;
}
.flexBox-video_right p::before {
  content: attr(data-en);
    position: absolute;
    top: -45px;
    left: -80px;
    right: 0;
    color: #999;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Parisienne', cursive;
    font-style: italic;
    z-index: -1;
}
.flexBox-video_right ul {
  margin: 10px auto 35px;
}
.flexBox-video_right ul li {
  color: #e3e3e3!important;
  font-size: 14px;
  list-style-type: none;
}
video {
  width: 300px!important; /* 幅を固定 */
  aspect-ratio: 1 / 1; /* 縦横比を1:1に固定 */
}

.program-support {
  width: 800px;
  margin:auto;
}
.program-support .title {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding:0 50px 0 30px;
}
.program-support .description {
  text-align: left;
  width: 100%;
  padding:0 50px 0 30px;
}
.program-support .flexBox {
  padding:0 50px 0 30px;
}
.program-support .flexBox > div {
  width: 32%;
}
.program-support .flexBox > div img {
  width: 100%;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .2));
}
.program-support .flexBox > div p {
  width: 100%;
  font-size: 12px;
  margin:5px 0;
}

map {
  display: block;
  width: 100%;
}
map iframe {
  display: block;
  width: 100%;
  height:400px;
}

iframe,video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

h3 {
  text-align: center;
  margin:90px auto 30px;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
}
h4 {
  text-align: center;
  margin:50px auto 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  letter-spacing: 2;
}

.guidelines-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}

.guidelines-wrap::before,
.guidelines-wrap::after {
  content: ''; /* 疑似要素に必要 */
  position: absolute;
  display: block;
  background-size: cover; /* 画像を要素全体にフィット */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
}

/* before: 左上に画像を配置 */
.guidelines-wrap::before {
  background-image: url('https://gurieco.co.jp/wp-content/uploads/2024/11/detail-left.jpg'); /* 表示する画像1 */
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 400px;
  height: 300px;
}

/* after: 右下に画像を配置 */
.guidelines-wrap::after {
  background-image: url('https://gurieco.co.jp/wp-content/uploads/2024/11/detail-right.jpg'); /* 表示する画像2 */
  top: -90px;
  right: 0;
  z-index: -1;
  width: 530px;
  height: 300px;
}

.guidelines-area {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.guidelines-area img {
  width: 100%;
}
.guidelines-area .guidelines-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 50px auto;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
.guidelines-area .guidelines-text {
  text-align: center;
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}

.programArea-wrap {
  background-color: #e3e6e6;
  width: 100%;
  padding: 100px 0;
}

.programArea {
  position: relative;
  margin-bottom: 90px;
  width: 800px;
  margin: auto;
}
.programArea .title span {
  font-size: 60px;
  display: inline-block;
  font-weight: 400;
  font-family: 'Parisienne', cursive;
  font-style: italic;
  color: #ac984e;
  margin-right: 10px;
}

.flow-h2 {
  font-weight: bold!important;
  text-align: center;
  margin:0 auto 50px;
}

.programArea::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom:0;
  left: 7px;
  width: 2px;
  height:100%;
  background-color: #ac984e;
}

.programArea .flexBox img {
  display: block;
  width: 250px;
  height:250px;
  object-fit: contain;
  border-radius: 3px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .2));
}
.dreamFestaInfo button {
  background-color: #fff;
  color:#000;
}
.dreamFestaInfo button:hover {
  background-color: #ac984e;
  box-shadow: 0 1px 3px rgba(95, 88, 16, 0.589);
  border:none;
  color:#fff;
}
.floorMapArea-wrap {
  width: 100%;
  margin:120px auto 60px;
}
.floorMapArea {
  width: 1000px;
  padding:10px 50px 60px;
  margin:auto;
}
.floorMapArea h3 {
  margin-bottom:0;
  margin-top: 60px;
}
.floorMapArea-ruby {
  width: 100%;
  text-align: center;
  margin:0 auto 30px;
}
.floorMap {
  width: 800px;
  margin:0 auto;
}
.floorMap img {
  width: 100%;
}
.aspect-ratio-16-9 {
  position: relative;
  width: 100%; /* これは親要素に対する幅です */
  padding-top: 56.25%; /* 16:9のアスペクト比の高さ（9 / 16 = 0.5625） */
}

.aspect-ratio-16-9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 20px;
}

#formSection::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #ac984e;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hexagon {
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hexagon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.messageArea {
  width: 700px;
  padding:0;
  height: auto;
  margin:auto;
  background: url("/dreamfesta/img/owner-messege.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.messageArea-inner {
  width: 100%;
  height:100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding:70px;
  border-radius:50px;
}

.messageArea-inner p {
  width: 100%;
  text-align: center;
}

.messageArea-inner .promoter-message {
  margin-bottom:50px;
}
.messageArea-inner .promoter {
  margin-top: 80px;
}

footer {
  width: 100%;
  height:50px;
  background-color: #000;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0;
  color:#c7c4c4;
  font-size: 12px;
}

.top a {
  text-align: center;
  display: block;
  color:#000;
  margin:50px auto 100px;
}

button {
  width: 500px;
  height:60px;
  text-align: center;
  background-color: #000;
  color:#fff!important;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  margin:50px auto!important;
  display: block;
  font-size: 18px;

}

button:hover {
  background-color: #ac984e;
  box-shadow: 0 1px 3px rgba(95, 88, 16, 0.589);
  border:none;
}

.live_play {
  position: relative;
  display: block;
  transition: 0.2s;
}

.live_play:hover {
  opacity: 1;
}

.live_play::before,
.live_play::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ac984e;
  border-radius: 3px;
}

.live_play div {
  width: 100%;
  background-color: #000;
  border-radius: 6px;
  position:relative;
  z-index: 1;
  height: 100%;
  line-height: 54px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}



@keyframes anime {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  to {
    transform: scale(1.08,1.5);
    opacity: 0;
  }
}

.live_play::before {
  animation: anime 2s ease-out infinite;
}

.live_play::after {
  animation: anime 2s ease-out 0.45s infinite;
}


/* display */

.display-on--991px {
  display: none;
}
.display-on--768px {
  display: none;
}
.display-on--649px {
  display: none;
}
.display-on--460px {
  display: none;
}

/*******************************
スクロールを促す矢印
********************************/
.l-section-top {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: relative;
}

.c-title {
  margin: 0;
  color: #eee;
  text-align: center;
}

.c-scrolldown {
  width: 2px;
  height: 120px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgba(221, 181, 118, 1) 50%, rgba(221, 181, 118, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0%{
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100%{
    background-position: 0 120px;
  }
}

.scrollrightBox {
  width: 100%;
  position: relative;
}

.scrollright {
  width: 120px; /* 横方向の幅 */
  height: 1px; /* ラインの高さ */
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.horizontal-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, rgb(221, 181, 118) 50%, rgba(221, 181, 118, 0) 50%);
  background-position: -60px 0; /* 初期位置を横方向に調整 */
  background-size: 200% 100%; /* 横方向の背景サイズを指定 */
  animation: scrollright 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrollright {
  0% {
    background-position: -120px 0; /* 左端の位置 */
  }
  75% {
    background-position: 0 0; /* 真ん中の位置 */
  }
  100% {
    background-position: 120px 0; /* 右端の位置 */
  }
}

.campaign-info {
  margin-bottom: 100px;
}

/* 全体のスタイル */
.scroll-container {
  width: 100%; /* 画面幅に合わせる */
  overflow: hidden; /* コンテナ外を隠す */
  position: relative;
}

.scroll-content {
  display: flex; /* 画像を横並びにする */
  width: 2000px;
  animation: scroll 50s linear infinite; /* アニメーション設定 */
}

.scroll-content img {
  object-fit: contain;
  width: 2000px; /* 画像の横幅を指定 */
  flex-shrink: 0; /* 画像サイズが縮小しないようにする */
}

/* アニメーション定義 */
@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-2000px); /* 画像1枚分動かす */
  }
}

canvas {
  position: absolute;
  width: 1000px;
  top: 200px;
  left: 0;
  pointer-events: none; /* マウス操作を通過させる */
}

/*******************************
スクロールを促す矢印
********************************/
.sc-container {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 110px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  }

  .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }

  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }

  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }

  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }

  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  @keyframes move {
    25% {
      opacity: 1;

    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }

  .sc-text {
    display: block;
    margin-top: 75px;
    margin-left: -24px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #ac984e;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
  }

  @keyframes pulse {
    to {
      opacity: 1;
    }
  }





        
        .flyer {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 50, 100, 0.15);
            overflow: hidden;
            position: relative;
        }
        
        .flyer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #00a8cc, #0088cc, #0066aa);
        }
        
        .header {
            background: linear-gradient(135deg, #0088cc 0%, #00a8cc 100%);
            color: white;
            padding: 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 3s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0%, 100% { transform: rotate(0deg); }
            50% { transform: rotate(180deg); }
        }
        
        .product-name {
            font-size: 2.5em;
            font-weight: bold;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
        }
        
        .subtitle {
            font-size: 1.2em;
            opacity: 0.95;
            font-weight: 300;
            position: relative;
            z-index: 1;
        }
        
        .content {
            padding: 40px;
        }
        
        .notice-badge {
            display: inline-block;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            font-weight: bold;
            font-size: 1.1em;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        .section {
            margin-bottom: 35px;
            padding: 25px;
            border-radius: 15px;
            border-left: 5px solid #00a8cc;
            background: linear-gradient(135deg, #f8fdff 0%, #ffffff 100%);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .section-title {
            font-size: 1.3em;
            font-weight: bold;
            color: #0088cc;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            background: #00a8cc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.8em;
        }
        
        .section-content {
            line-height: 1.8;
            color: #333;
            font-size: 1.05em;
        }
        
        .warning-section {
            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
            border-left-color: #ff6b6b;
        }
        
        .warning-section .section-title {
            color: #d63031;
        }
        
        .warning-section .icon {
            background: #ff6b6b;
        }
        
        .highlight {
            background: linear-gradient(120deg, #fff3cd 0%, #ffeaa7 50%, #fff3cd 100%);
            padding: 20px;
            border-radius: 10px;
            border: 2px solid #ffd93d;
            margin: 20px 0;
            font-weight: 600;
            position: relative;
            overflow: hidden;
        }
        
        .cost-notice {
            background: linear-gradient(135deg, #ffe6e6 0%, #ffffff 100%);
            border: 2px solid #ff9999;
            padding: 20px;
            border-radius: 12px;
            margin-top: 20px;
            font-weight: 600;
            color: #cc0000;
            text-align: center;
        }
        
        .footer {
            background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);
            color: white;
            padding: 25px;
            text-align: center;
            font-size: 0.95em;
            line-height: 1.6;
        }
        
        .contact-info {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid rgba(255,255,255,0.2);
        }
        
        @media (max-width: 600px) {
            .flyer {
                margin: 10px;
                border-radius: 15px;
            }
            
            .header {
                padding: 20px;
            }
            
            .product-name {
                font-size: 2em;
            }
            
            .content {
                padding: 25px;
            }
            
            .section {
                padding: 20px;
            }
        }

        .company-intro {
            font-size: 16px;
            color: #555;
            margin-bottom: 30px;
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #2c5aa0;
			width:100%;
        }

        .policy-section {
            margin-bottom: 35px;
        }

        .section-title {
            font-size: 20px;
            font-weight: 600;
            color: #2c5aa0;
            margin-bottom: 15px;
            padding: 12px 20px;
            background: linear-gradient(135deg, #f0f4f8 0%, #e8f0fe 100%);
            border-radius: 6px;
            border-left: 4px solid #2c5aa0;
        }

        .section-content {
            font-size: 15px;
            color: #444;
            padding: 0 20px;
        }

        .policy-footer {
            margin-top: 60px;
            padding-top: 30px;
            text-align: right;
            padding: 30px;
        }

        .establishment-date {
            font-size: 16px;
            font-weight: 600;
            color: #666;
            margin-bottom: 15px;
        }

        .company-name {
            font-size: 18px;
            margin-bottom: 8px;
        }

        .representative-name {
            font-size: 16px;
            color: #555;
            font-weight: 500;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .security-policy-container {
                padding: 30px 15px;
            }

            .policy-title {
                font-size: 24px;
            }

            .section-title {
                font-size: 18px;
                padding: 10px 15px;
            }

            .section-content {
                padding: 0 15px;
            }

            .company-intro {
                padding: 20px;
            }

            .policy-footer {
                padding: 25px 20px;
                text-align: center;
            }
        }

        /* プリント用スタイル */
        @media print {
            .security-policy-container {
                max-width: none;
                box-shadow: none;
            }

            .policy-header,
            .section-title {
                color: #000 !important;
            }

            .company-intro,
            .policy-footer {
                background: #fff !important;
                border: 1px solid #ccc;
            }
        }