@charset "utf-8";
/*==========================
Article header (Holomin1 Page)
==========================*/
.page-template-page-holomin1 .container{
	background-color: #fffbe6;
	
}
.holomin1 .article__header {
    margin-top: 16px;
    height: 388px;
    background-image: url('http://holomin.jp/wp-content/uploads/2024/11/chomin.jpg');
    background-repeat: no-repeat;
    background-position: left 16px bottom;
    background-size: cover;
    position: relative;
}

.holomin1 .mainVisual {
    background: #392828eb;
    box-sizing: border-box;
    width: 100%;
    max-width: 324px;
    position: absolute;
    bottom: 0;
    color: #fff;
    border-radius: 5px;
	font-size:1.8rem;
	text-align:left;
}
.animated-img {
  position: absolute;
  width: 100px;
  
}
.holomin1 .wpforms-field-container{
padding-right: 20px;
    padding-left: 20px;
}
/* 左側の画像のアニメーション */
.left {
  animation-delay: 0s; /* 最初から開始 */
	animation: moveImage 40s linear infinite;
}

/* 右側の画像のアニメーション */
.right {
	animation: moveImage 80s linear infinite;
	right:300px;
}

@keyframes moveImage {
  0% {
    transform: translate(0, 0);
	  opacity: 1;
  }
  25% {
    transform: translate(300px, 600px);
	  opacity: 0.5;
  }
  50% {
    transform: translate(20px, 1200px);
	  opacity: 0;
  }
  75% {
    transform: translate(300px, 1800px);
	  opacity: 0;
  }
  100% {
    transform: translate(20, 2400px);
	  opacity: 0;
  }
}

.holomin1 .logo__pc {
    display: none;
}

/* .article header pc */
@media screen and (min-width:769px) {
    .holomin1 .article__header {
        margin: auto;
        height: 388px;
        background-image: url('http://holomin.jp/wp-content/uploads/2024/11/chomin-pc.png');
        background-position:center;
		max-width: 1060px;
		border-radius: 60px 0;
    }

    .holomin1 .mainVisual {
        padding: 20px 20px 20px 205px;
        max-width: 600px;
		left: -60px;
    }

    .holomin1 .logo__sp {
        display: none;
    }

    .holomin1 .logo__pc {
        display: block;
    }

}/* pc 769px */

.holomin1 div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background: #fff;
    border: 2px solid #d69836;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2.0rem;
    line-height: 1.5;
    padding-top: 100px;
    padding-bottom: 100px;
}
}
.holomin1 .holomin{
	height: 70px;
    padding-left: 20px;
}
.holomin1 .container{
	display: flex;
    justify-content: flex-end;
	max-width: 1200px;
}

. top .wpforms-field-container{
	max-width: 600px;
}
.holomin1 .description{
	max-width: 800px;
	margin: 0 auto;
}
.holomin1 .description h3{
	padding: 40px 20px 0 20px;
    font-size: 1.8rem;
	margin-bottom: 0;
}
.holomin1 .description p{
	font-size: 1.5rem;
	padding: 0 20px 0 20px;
}
.holomin1 .name{
	display: inline-block;
	text-align: right;
	width:100%
}
.holomin1 .underline{
	text-decoration:underline;
}
.holomin1 .wpforms-thank-you-message{
	font-weight:800;
}
/*　アンケート非表示　*/
.holomin1 .wpforms-submit{
	display:none;
}
.holomin1 .finish{
	text-align: center;
    font-size: 18px;
    background-color: #fff;
    padding: 60px 20px;
    max-width: 700px;
    margin: 70px auto 0;
}
.holomin1 .holomin-finish{
	vertical-align: middle;
	padding-left: 10px;
}