@charset "UTF-8";
/* CSS Document */
/*
Theme Name: newyear2026
Theme URI: 
Author: the redcube
Author URI: cube-group.jp
Description: 
Version: 1.0
License: 
License 
Tags: 
Text Domain: newyear2024
*/
/*******************************
			リセット設定
*******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
	margin: 0 auto;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
    width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
fieldset {
	min-width: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 0px solid #c1c1c1;
	outline: 0px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
body,
button,
input,
select,
textarea {
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	padding: 0;
}
p {
	margin: 0 auto;
	padding: 0;
}
b,
strong {
	font-weight: bold;
	letter-spacing: 2px;
}
dfn,
cite,
em,
i {

}

input[type="submit"]{
	-webkit-appearance:none;
	border-radius: 0;
}
picture {
    width: 100%;
    height: 100%;
    display: block;
}
sup {
vertical-align: super;
}
/*******************************
		グローバル設定
*******************************/
html{
	font-size: 62.5%;
	margin: 0!important;
	height: 100%;
	box-sizing: border-box;
    overflow-x: hidden;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    line-height: 1;
    font-weight: normal;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: visible;
    background-color: transparent;
    font-feature-settings: "palt";
}
body p{
	font-size:16px;
	font-size:1.6rem;	
}
a[href^="tel"]{
    color:inherit;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color: #005499;
	transition: all 1s;
	opacity: 1;
}
a:hover {
	transition: all 1s;
	opacity: 0.6;
}
a.wagon-inner-link {
    transition: none;
    opacity: 1;
    background-color: #fff;
    display: block;
}
a.wagon-inner-link img {
    transition: all 1s;
    opacity: 1;
}
a.wagon-inner-link:hover img {
    transition: all 1s;
    opacity: 0.7;
}
.youtube {
	position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    margin: 0px auto;
    background-color: #777;
    z-index: 100;
    aspect-ratio: 16 / 9;
}
.youtube  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube  video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.awesome{
	font-family: "Font Awesome 5 Free";
}
#wrapper {
    height: auto;
    background: linear-gradient(to right,#f4cd6a,#f2c34b,#f4cd6a);
}
.br-sp{
	display: block;
}
.br-tab{
	display: none;
}
.br-pc{
	display: none;
}
/*******************************
		　　ヘッダー
*******************************/
header {
    position: relative;
    height: 50px;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#site-logo {
  width: 140px;
  padding: 0;
  margin: 0;
}
#site-logo a {
  display: block;
  width: 100%;
}
/*******************************
		　　トップ
*******************************/
#top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 960px;
}
#site-title {
    animation:title 2s both 1s;
}
@keyframes title {
0%{
	transform: scale(3);
	opacity:0;
}
100%{
	transform: scale(1);
	opacity:1;
}
}
#top-subtitle {
    width: 240px;
    height: 30px;
    background: linear-gradient(to right,red,orange,#dddd0c,green,#12bcbc,blue,purple);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.site-title {
    width: 90%;
}
.top-bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}
/*******************************
		　コンテンツ
*******************************/
main{
    background-image: url("images/wrapper-bg.png");
    background-size: 60%;
}
#contents {
    height: auto;
    padding: 20px 15px 100px;
    position: relative;
}
#movie {
    background-color: #fffce6;
    width: 100%;
    height: auto;
    max-width: 840px;
    margin: 50px auto 0;
    padding: 7%;
    position: relative;
    text-align: center;
}
#movie::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("images/waku-left.svg");
    left: 0;
    top: 0;
    width: 65vw;
    height: 40vw;
    background-repeat: no-repeat;
    background-position: top;
     z-index: 0;
}
#movie::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("images/waku-right.svg");
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 35vw;
    background-repeat: no-repeat;
    background-position: bottom;
     z-index: 0;
}
.cap2 {
    margin: 20px auto 0;
    font-size: 18px;
    max-width: 960px;
    position: relative;
    z-index: 10;
    color: #c1272d;
    font-weight: bold;
}
#button-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 0 auto 5%;
    width: 100%;
}
#movie button {
    position: relative;
    z-index: 20;
    height: 8vw;
    border: 0;
    font-size: 3vw;
    width: 22%;
    color: #fff;
    background-color: #615e5e;
    border-radius: 5px;
    cursor: pointer;
    transition: all 1s;
}
#movie button:hover{
    background-color: #000;
    transition: all 1s;
}
.fas.fa-play {
    margin-right: 10px;
}
.youtube {
    margin: 5% auto;
}
#movie-text01 {
	font-size: 2.8vw;
	line-height: 2;
	color: #000;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;    
}
#movie-text01 span {
    color: #e50012;
}
#movie-text02 {
    font-size: 4vw;
    line-height: 1.4;
    color: #c1272d;
    font-weight: bold;
}
#movie .buttonarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    float: none;
    margin: 5% auto 0;
    z-index: 20;
}
#movie .buttonarea .button {
    background-color: #c1272d;
}
#movie .buttonarea .button span::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    position: absolute;
    top: 55%;
    right: 10%;

}
#lottery {
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 0 auto 30px;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 10px;
}
#contents h2 {
    font-size: 4.2vw;
    font-weight: bold;
    color: #006837;
    margin-bottom: 5%;
}
#contents table{
	border-bottom: 0px solid #006837;
	font-size: 14px;
	line-height: 1.4;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 30px;
}
#contents table tr {
    width: 100%;
    display: flex;
    flex-flow: column;
}
#contents table td{
    border-top: 0px solid #006837;
    vertical-align: middle;
}
.table-title {
    color: #fff;
    background-color: #006837;
    padding: 1% 0;
    font-weight: bold;
    text-align: center;
    font-size: 3.2vw;
}
.table-data {
    font-weight: normal;
    text-align: left;
    font-size: 3.6vw;
    padding: 2%;
}
#product{
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 10% auto 0;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 10px;
}
#form{
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 0 auto ;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#kakunin {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
}
#kakunin::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg translate(-50%,-50%));
    transform: rotate(45deg) translate(-50%,-50%);
    position: absolute;
    bottom: 12px;
    right: 10%;
}
.button {
    width: 100%;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 0;
    cursor: pointer;
}
#form h2{
    color: #ff3600;
    font-size: 24px;
}
#form-text01 {
    font-size: 2.8vw;
    margin-bottom: 5%;
}
#form-text02 {
    font-size: 3.2vw;
    margin-bottom: 10%;
}
#contents #form  table td {
    border-top: 0px solid #000;
    position: relative;
}
#contents #form table {
    border-bottom: 0px solid #000;
}
#form .table-title {
    background-color: #ff3600;
}
#form .table-data {
    padding: 15px 0% 30px;
}
.table-data input {
    width: 100%;
    height: 40px;
    border: 1px solid #afacac;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 10px;
}
.table-data.file input {
    width: 100%;
    height: 40px;
    border: 0px solid #afacac;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 10px;
}
#form .mw_wp_form .error {
    font-size: 13px;
    color: #B70000;
    display: block;
    position: relative;
    bottom: 8px;
    float: left;
}
.cap {
    margin: 20px auto 0;
    font-size: 13px;
    max-width: 960px;
    position: relative;
    z-index: 10;
}
#privacy {
    margin: 20px auto 0;
    font-size: 14px;
}
#youtube-ch {
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
    padding: 30px 0px 40px;
    text-align: center;
    position: relative;
    max-width: 960px;
}
.youtube-ch {
    width: 90%;
}
#youtube-ch .buttonarea .button {
    background-color: #e3007f;
    width: 100%;
    margin: 0;
    border: 0;
    height: 40px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0;
    text-align: center;
    line-height: 2;
    text-decoration: none;
    font-size: 18px;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
#youtube-ch .buttonarea {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    bottom: 0;
}
/*******************************
		　　フッター
*******************************/
footer {
    background-color: #fff;
    padding: 10% 15px 30px;
}
#copyright {
    text-align: center;
    font-size: 13px;
}
#footer-logo {
    width: 180px;
    margin-bottom: 5%;
}
#logo {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5%;
}
#logo li {
    width: 48%;
    margin-bottom: 2%;
    text-align: left;
}
#logo li img {
    height: 80%;
}
#footer-text {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #878686;
    line-height: 1.4;
}
.buttonarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    float: left;
    margin: 0px auto 60px;
}
.buttonarea .button {
    width: 80%;
    margin: 0 0 5%;
    border: 0;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0;
    text-align: center;
    line-height: 2;
    text-decoration: none;
    font-size: 18px;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.buttonarea .button span {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.button span::after{
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg translate(-50%,-50%));
    transform: rotate(45deg) translate(-50%,-50%);
    position: absolute;
    top: 54%;
    right: 10%;
}
#link-button {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
    background-color: #3e3d3d;
  }
#link-button li{
    width: calc(100% / 2); 
    height: 100%;
}
#link-button li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: none;
}
#link-button li a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 15px;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
    transition: border 0.5s;
    
}
#link-button li:first-child a{
    background-color: #1E42C0;
}
#link-button li:nth-child(2) a{
    background-color: #E8700A;
}
#link-button li:nth-child(3) a{
    background-color: #6CB02F;
}
#link-button li:nth-child(4) a{
    background-color: #b02f56;
}
#link-button li:nth-child(5) a{
    background-color: #2f96b0;
}
#wagon {
    background-color: #000;
    padding: 10px 15px;
    display: flex;
    flex-flow: column;
    color: #fff;
}
.wagon-inner h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px auto;
}
.wagon-inner p {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.6;
}
.wagon-inner:first-child {
    margin-bottom: 30px;
}
.wagon-inner .wagon-logo{
    width: 80%;
    max-width: 320px;
}
.wagon-inner .wagon-inner-link {
    height: 40px;
    border-radius: 20px;
    font-size: 1.6rem;
    display: flex;
    transition: none;
    background-color: #c8ac41;
    flex-flow: column;
    align-items: center;
    width: 280px;
    margin: 15px auto;
    justify-content: center;
    color: #000;
    font-weight: bold;
    text-decoration: navajowhite;
    position: relative;
  }
.wagon-inner .wagon-inner-link::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 15px;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
    transition: border 0.5s;
    
}
.top-bannar {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
@media only screen and (min-width: 600px) {
.br-sp{
	display: none;
}
.br-tab{
	display: block;
}
.br-pc{
	display: none;
}
#title {
    top: 45%;
}
#contents {
    height: auto;
    padding: 30px 30px 100px;
    position: relative;
}
#contents h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#button-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 0 auto 5%;
    width: 80%;
}
#movie button {
    position: relative;
    z-index: 20;
    height: 6vw;
    border: 0;
    font-size: 3vw;
    width: 20%;
    color: #fff;
    background-color: #615e5e;
    border-radius: 5px;
    cursor: pointer;
    transition: all 1s;
}
#kakunin {
    width: 320px;
    margin: 0 auto;
    height:auto;
    position: relative;
}
.table-title {
    color: #fff;
    background-color: #006837;
    padding: 1% 0;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.table-data {
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    padding: 2%;
}
footer {
    background-color: #fff;
    padding: 100px 30px 50px;
}
#logo {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
#youtube-ch {
    background-color: transparent;
    width: 100%;
}
#youtube-ch .buttonarea {
    position: absolute;
    display: block;
    width: 320px;
    height: 40px;
    float: none;
    margin: 0;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    background-color: #e3007f;
}
}
@media only screen and (min-width: 768px) {
header {
    position: absolute;
    z-index: 100;
    width: auto;
    height: auto;
    right: 30px;
    top: 30px;
    background-color: transparent;
    padding: 0;
}
#link-button {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}
#link-button li {
  width: calc(100% / 4);
  height: 100%;
}
#link-button li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 4vw;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.0vw;
    font-weight: bold;
    text-decoration: none;
  }
#wagon {
    padding: 30px;
    flex-flow: row nowrap;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.wagon-inner:first-child {
    margin-bottom: 0;
    margin-right: 30px;
  }
.wagon-inner h2 {
    margin: 0px auto 10px;
  }
.wagon-inner .wagon-logo {
    width: 100%;
    max-width: 400px;
  }
 #contents  table tr{
    width: 100%;
    display: table;
    flex-flow:  none;
}  
.table-title {
    width: 20%;
    padding: 20px 0 20px 0px;
    color: #006837;
    background-color: transparent;
}
#movie-text01 {
    font-size: 18px;
}
#lottery {
    padding: 60px 30px;
}
 #product {
     padding: 60px 30px; 
}
#form {
    padding: 60px 30px;
}
#contents  table{
    border-bottom: 2px solid #006837;
}
#contents table td{
    border-top: 2px solid #006837;
}
#form-text01 {
    font-size: 16px;
    margin-bottom: 5%;
}
#form-text02 {
    font-size: 14px;
    margin: 5%;
    text-align: center;
}
#form .table-title {
    background-color: transparent;
    color: #000;
    width: 30%;
    padding: 30px 0 30px 20px;
}
#contents #form table {
    border-bottom: 2px solid #000;
}
#contents #form table td {
    border-top: 2px solid #000;
    text-align: left;
}
#form .table-data {
    padding: 15px 0% 15px;
}
}
@media only screen and (min-width: 1024px) {
/*******************************
		　　ヘッダー
*******************************/

/*******************************
		　　トップ
*******************************/
#top {
    height: auto;
}
#title {
    top: 50%;
}
.top-bg {
    position: relative;
    width: 100%;
    z-index: 0;
    height: auto;
    object-position: bottom;
}
.site-title {
    width: 80%;
}
#top-subtitle {
    width: 360px;
    height: 40px;
    font-size: 24px;
    margin-bottom: 30px;
}
/*******************************
		　 コンテンツ
*******************************/
#contents {
    height: auto;
    padding: 10px 0px 100px;
    position: relative;
}
#movie {
    background-color: #fffce6;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 50px auto 0;
    padding: 80px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}
#movie::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("images/waku-left.svg");
    left: 0;
    top: 0;
    width: 580px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top;
}
#movie::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("images/waku-right.svg");
    right: 0;
    bottom: 0;
    width: 780px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.youtube {
    margin: 5% auto;
}
#button-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 20px auto 10px;
    width: 480px;
}
#movie button {
    position: relative;
    z-index: 20;
    height: 60px;
    border: 0;
    font-size: 30px;
    width: 100px;
    color: #fff;
    background-color: #615e5e;
    border-radius: 5px;
    cursor: pointer;
    transition: all 1s;
}
#movie-text01 {
    font-size: 24px;
    line-height: 2;
}
#movie-text02 {
    font-size: 24px;
    line-height: 1.4;
}
#movie .buttonarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    float: none;
    margin: 5% auto 0;
    z-index: 20;
}
#lottery {
    background-color: #fff;
    width: 100%;
    height: 580px;
    max-width: 960px;
    margin: 100px auto 0;
    padding: 60px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-radius: 20px;
}
#form{
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 150px auto 0;
    padding: 60px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}
#contents h2{
    font-size: 28px;
    margin-bottom: 0;
}
#contents  table{
     font-size: 22px;
    border-bottom: 2px solid #006837;
}
#contents  table tr{
    width: 100%;
    display: table;
    flex-flow:  none;
}
#contents table td{
    border-top: 2px solid #006837;
    vertical-align: middle;
}
.table-title {
    width: 150px;
    padding: 20px 0 20px 20px;
    color: #006837;
    background-color: transparent;
    font-weight: normal;
    text-align: left;
    font-size: 22px;
}
.table-data {
    padding: 20px 0 20px 20px;
    font-size: 22px;
}
.table-data input {
    width: 100%;
    height: 40px;
    border: 1px solid #afacac;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 10px;
}
.table-data.file input {
    width: 100%;
    height: 40px;
    border: 0px solid #afacac;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 10px;
}
#form h2{
    color: #ff3600;
    font-size: 28px;
}
#form-text01 {
    font-size: 16px;
    margin: 20px auto;
}
#form-text02 {
   font-size: 14px;
    margin: 0;
}
#kakunin {
    width: 320px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.button {
    font-size: 24px;
}
#contents #form  table td {
    border-top: 2px solid #000;
    position: relative;
}
#contents #form table {
    border-bottom: 2px solid #000;
}
#form .table-title {
    width: 240px;
    padding: 30px 0 30px 20px;
    color: #000;
    background-color: transparent;
}
#form .table-data {
    padding: 30px 0 30px 20px;
}
#form .mw_wp_form .error {
    font-size: 60%;
    color: #B70000;
    display: block;
}
#youtube-ch {
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 100px auto 0;
    padding: 60px 0 80px;
    text-align: center;
    position: relative;
    max-width: 960px;
}
.youtube-ch {
    width: auto;
    margin-bottom: 30px;
}
#youtube-ch .buttonarea .button {
    background-color: #e3007f;
}
/*******************************
		　 フッター
*******************************/
footer {
    background-color: #fff;
    padding: 100px 0px 50px;
}
#footer-logo {
    width: 200px;
    margin-bottom: 20px;
}
#logo {
    display: flex;
    flex-flow: row nowrap;
    width: 960px;
    justify-content: space-around;
    margin: 0 auto;
}
#logo li img {
    height: 40px;
}
#footer-text {
    font-size: 18px;
}
}
@media only screen and (min-width: 1281px) {
 .site-title {
    width: 100%;
}
#movie {
    max-width: 1100px;
}
#lottery {
    max-width: 1100px;
}
#form{
    max-width: 1100px;
}
#youtube-ch {
    max-width: 1100px;
}
}