@charset "UTF-8";
/* Theme Name: yumetorokko topページ */
.mainContent {
  overflow: hidden;
}
.top_v_area {
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/****************************************************************************

 loader 

****************************************************************************/
#loader {
  opacity: 1;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}
.spinner {
  position: absolute;
  top: 40%;
  left: 47%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 170px;
  height: 170px;
  background: #ffffff;
  text-align: center;
  animation: sk-stretchdelay 3s infinite
}
@keyframes sk-stretchdelay {
  0% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
    ;
    -webkit-transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
}
/****************************************************************************

scroll バー

****************************************************************************/
.txt {
  color: #040243;
  font-family: "リュウミン R-KL";
}
.scroll {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -1400%);
  display: inline-block;
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  .scroll {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .scroll {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid darkblue;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/****************************************************************************

ページごと幅

****************************************************************************/
#part1, #part2, #part3 {
}
.centerArea {
  text-align: center;
  margin: 0 auto;
  height: auto;
  padding: 0 150px;
}
@media (max-width: 780px) {
 .centerArea {
    height: auto;
    padding: 0 50px;
}
}

@media (max-width: 480px) {
.centerArea {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
}
/****************************************************************************

文章装飾

****************************************************************************/
h1 {
  font-family: "隷書101";
  font-size: 2.5rem;
  margin: 50px 0 10px;
  color: #646060;
}
@media (max-width: 480px) {
  h1 {
    padding: 0 5px;
    font-size: 1.9rem;
  }
}
h2 {
  font-family: "丸フォーク M";
  font-size: 1.5rem;
  margin: 30px 0 10px;
  padding: 0 30px 0 0;
  color: #646060;
}
@media (max-width: 480px) {
  h2 {
    padding: 0 20px;
  }
}
.t_small {
  font-size: 1rem;
  line-height: 160%;
  margin-top: 20px;
}
h3 {
  font-family: "丸フォーク M";
  font-size: 1.2rem;
  margin: 30px 0 10px;
  padding: 0 30px;
  color: #6a7c50;
}
/****************************************************************************

top gmenu 

****************************************************************************/
/** SP PC共通メニュー　**/
/** 開閉ボタン　**/

.T_menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10000;
    background: #171c61;
    border: solid 10px #171c61;
    box-shadow: 0 0 8px white;
    
}

@media (max-width: 768px) {
.T_menu {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
}
}
.menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
.menu__line--center {
    top: 14px;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 13px;
    transform: rotate(45deg);
    background: #fff;
}
.menu__line--center.active {
    transform: scaleX(0);
}
.menu__line--bottom.active {
    bottom: 14px;
    transform: rotate(135deg);
    background: #fff;
}
/** menu リスト部分　**/

.open_h {
    background: #171c61;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    height: 100%;
    -webkit-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    transition: .35s ease-out;
    overflow-y: scroll;
    position: fixed;
    box-shadow: 0 0 8px #171c61;
    z-index: 1000;
    opacity: 0.88;
	
}

.open_h li:first-child {
    margin-top: 130px;
}
.open_h li {
    padding: 10px;
    width: 300px;
	font-family: "フォーク R";
}
.open_h li {
    padding: 10px;
    width: 250px;
}
.open_h li a {
    color: #fff;
}
/** 左から　**/
.open_2 {
    right : -100%;
}
.open_2.active2 {
    right : 0px;
}
@media (max-width: 768px) {
.open_h li:first-child {
    margin-top: 70px;
}
.open_h li {
    padding: 10px;
    width: 150px;
	font-family: "フォーク R";
}
.open_h li {
    padding: 10px;
    width: 150px;
}
.open_h li a {
    color: #fff;
}
/** 左から　**/
.open_2 {
    right : -100%;
}
.open_2.active2 {
    right : 0px;
}
}
/****************************************************************************

新着ニュース 

****************************************************************************/
 .newsArea{
  margin:0 auto;
}
.newsArea ul li {
      padding: 0 40px 10px 5px;
      font-size: 15px;
      list-style-type:none; 
}

/****************************************************************************

最上部画像 

****************************************************************************/
/* 最上部バー */
.topBar {
  background: #3f0018;
  height: 70px;
  position: relative;
  color: #ffc0ab;
  font-size: 1rem;
  padding: 20px 0;
  font-family: "すずむし";
}
/* TOP画像下バー */
.topBar2 {
  background: #3f0018;
  height: 150px;
}
/* 曼荼羅回転 */
.mainImages .mandara1 {
  position: absolute;
  bottom: -500px;
  right: -400px;
  width: 65%;
  z-index: 10000;
  transform: rotate(80deg);
  animation: mandara1 4s ease-out;
  opacity: 0.6;
}
@keyframes mandara1 {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(80deg);
  }
}
@media (max-width: 768px) {
  .mainImages .mandara1 {
    position: absolute;
    bottom: -210px;
    right: -150px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .mainImages .mandara1 {
    position: absolute;
    top: -200px;
    right: -150px;
    width: 100%;
  }
}
/* 画像 */
.mainTop {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/****************************************************************************

途中動画

****************************************************************************/
.top_v_area {
  max-height: 900px;
}
.top_video2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10000;
}
.video_komado {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* 地球動画　*/
.top_video3 {
  height: 20vh;
  display: flex;
  align-items: left;
  justify-content: left;
  overflow: hidden;
}
.video3_box {
  width: 60vmin; /*  枠の大きさ　*/
  height: 40vmin;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: -10000;
}
.webfont {
  font-family: "丸フォーク M";
  line-height: 1;
}
/****************************************************************************

フェードイン　回転　曼荼羅

****************************************************************************/
.fade_container2 {
  height: auto;
  position: relative;
}
/*fade*/
.mandarain {
  opacity: 0;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transition: all 6.0s;
}
.mandarain.scrollin2 {
  opacity: 1;
  transform: rotate(180deg);
}

.man_g {
  position: absolute;
  top: -200px;
  left: -250px;
  width: 40%;
  height: auto;
}
@media (max-width: 1200px) {
  .man_g {
    position: absolute;
    top: -230px;
    left: -200px;
    width: 45%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .man_g {
    position: absolute;
    top: -50px;
    left: -100px;
    width: 65%;
    height: auto;
  }
}
.man_pi{
  position: absolute;
  top: 380px;
  right: -400px;
  width: 40%;
  height: auto;
}
@media (max-width: 1200px) {
.man_pi {
    position: absolute;
    top: 450px;
    right: -300px;
    width: 55%;
    height: auto;
  }
}
@media (max-width: 480px) {
.man_pi {
    position: absolute;
    top: 900px;
    right: -130px;
    width: 65%;
    height: auto;
  }
}
.man_pu {
  position: absolute;
  top: 20px;
  left: -300px;
  width: 45%;
  height: auto;
}
@media (max-width: 1200px) {
  .man_pu {
    position: absolute;
    top: 500px;
    left: -150px;
    width: 60%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .man_pu {
    position: absolute;
    top: 1080px;
    left: -80px;
    width: 55%;
    height: auto;
  }
}

.man_b {
  position: absolute;
  top: -450px;
  left: -280px;
  width: 30%;
  height: auto;
}
@media (max-width: 1200px) {
  .man_b {
    position: absolute;
    top: -380px;
    left: -60px;
    width: 35%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .man_b {
    position: absolute;
    top: -290px;
    left: -60px;
    width: 55%;
    height: auto;
  }
}
/****************************************************************************

フェードイン　斜めから

****************************************************************************/
.fade_container3 {
  height: auto;
  position: relative;
}
/*fade*/
.text_rightin {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(180px, 30px);
  opacity: 0;
}
.text_rightin.scrollin3 {
  opacity: 1;
  transform: translate(0, 0);
}
/****************************************************************************

フェードイン　クルクル

****************************************************************************/
.fade_container4 {
  height: auto;
  position: relative;
}
.text_kurukuru {
  transform: rotateY(90) translateY(60px);
  opacity: 0;
  z-index: 0;
}
.text_kurukuru.scrollin4 {
  transform: rotateY(360deg) translateY(0);
  opacity: 1;
  animation: kurukuru 1.4s ease-out;
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.text_1 {
  position: absolute;
  top: -290px;
  left: 20px;
}
@media (max-width: 1200px) {
  .text_1 {
    position: absolute;
    top: -220px;
    left: 10px;
  }
  .text_1 img {
    width: 70%;
  }
}
.text_2 {
  position: absolute;
  top: -330px;
  left: 50%;
}
@media (max-width: 480px) {
  .text_2 {
    position: absolute;
    top: -260px;
    left: 50%;
  }
  .text_2 img {
    width: 100%;
  }
}
/*Top*/
.text_0 {
  position: absolute;
  top: 95%;
  right: -85%;
  transform: translate(-50%, -50%);
}
.text_0 img {
  width: 120%;
}
@media (max-width: 1200px) {
  .text_0 {
    position: absolute;
    top: 105%;
    right: -610px;
    transform: translate(-50%, -50%);
  }
  .text_0 img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .text_0 {
    position: absolute;
    top: 145%;
    right: -610px;
    transform: translate(-50%, -50%);
  }
  .text_0 img {
    width: 40%;
  }
}
/****************************************************************************

動画ゆらゆら

****************************************************************************/
.video_komado {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box_video {
  width: 20vmin; /*  枠の大きさ　*/
  height: 20vmin;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  position: relative;
}
@media (max-width: 480px) {
  .box_video {
    width: 80vmin; /*  枠の大きさ　*/
    height: 80vmin;
  }
}
.spin-container {
  width: 100%;
  height: 100%;
  animation: spin 12s linear infinite;
  position: relative;
}
.shape {
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: morph 8s ease-in-out infinite both alternate;
  position: absolute;
  overflow: hidden;
  z-index: 5;
}
.bd {
  width: 142%;
  height: 142%;
  position: absolute;
  left: -21%;
  top: -21%;
  background: url(https://www.yumetorokko.net/wp-content/uploads/2019/10/001.jpg);
  background-size: 100%;
  background-position: center center;
  display: flex;
  color: #003;
  font-size: 5vw;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  animation: spin 12s linear infinite reverse;
  opacity: 1;
  z-index: 2;
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
/****************************************************************************

footer

****************************************************************************/
.footer {
  background: #040243;;
  color: #ffdf9f;
}
/* フッターメニュー　*/
.footerArea a {
  color: #ffdf9f;
}
/* TOPへ戻るbotton 上書き 
***************************************************************************/
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 10000;
}
#page-top a {
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
}
#page-top a:hover {
  background: #ffdf9f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  #page-top {
    position: fixed;
    right: 12px;
    bottom: 60px;
    display: none;
    width: 100px;
  }
  #page-top img {
    width: 100%;
  }
}
/****************************************************************************

top  タイトル

****************************************************************************/



.topTitle {
    position: absolute;
    top: 38%;
    left: 50%;
    line-height: 130%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

@media (max-width: 1200px) {
.topTitle {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    line-height: 130%;
}
}

@media (max-width: 480px) {
.topTitle {
    position: absolute;
    top: 22%;
    left: 50%;
    line-height: 100%;
}
}
p.title {
    font-family: "リュウミン R-KL";
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0.5em;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

@media (max-width: 1200px) {
p.title {
    font-size: 3rem;
}
}

@media (max-width: 480px) {
p.title {
    font-size: 3rem;
    line-height: 100%;
}
}
span.ouen {
    font-family: "リュウミン R-KL";
    font-size: 2.8rem;
    font-weight: 200;
    color: #ffffff;
    opacity: 0.7;
    text-align: left;
    writing-mode: vertical-rl;
}

@media (max-width: 1200px) {
span.ouen {
    font-size: 1.9rem;
}
}

@media (max-width: 480px) {
span.ouen {
    font-size: 1.5rem;
}
}
}
/* メールアドレス欄　*/

input[type="text"]#mail_address{
    width:500px;
	height:auto;
    font-size: 1.5rem;
    
}
@media (max-width: 3000px) {
input[type="text"]{
     width:400px;
	height:auto;
  }
}
@media (max-width: 480px) {
input[type="text"]{
     width:100%;
  }
}

/*　送信ボタン　お申し込みボタン */
input[type="submit"]#mmnm_submit {
  line-height: 130%;
  padding: 8px 5px 10px;
  margin: 5px 0;
  max-width:170px;
  width: 40%;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(to bottom, #ff911d 0%,#ff911d 41%,#fbcf3b 100%); 
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
}
