@charset "UTF-8";
/*
Theme Name: レッドキューブHP制作ページ
Theme URI: 
Author: the redcube
Author URI: cube-group.jp
Description: 
Version: 1.0
License: 
License Tags: 
Text Domain: レッドキューブHP制作ページ
*/
/*******************************
			リセット設定
*******************************/
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
    font-size: 80%;
}
.validate {
    position: relative;
}
.mw_wp_form .naiyou .error {
    margin-bottom: -10px;
}
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;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.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,
.posted-on: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;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
body,
button,
input,
select,
textarea {
}
b,
strong {
	font-weight: bold;
	letter-spacing: 2px;
}
dfn,
cite,
em,
i {

}

/*******************************
		グローバル設定
*******************************/
html{
	font-size: 62.5%;
	margin: 0!important;
	height: 100%;
	box-sizing: border-box;
}
body{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    font-family: Lato,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	line-height: 1;
	font-weight: normal;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	overflow-x: hidden;
	background-color: #fff;
	font-feature-settings: "palt";
}
a[href^="tel"]{
    color:inherit;
}
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
 color: #000;
text-decoration: none;
}
.Mac{
	font-family: Lato,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
    width: 100%;
    height: 100%;
}
#video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*******************************
			header
*******************************/
header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 9999;
    background-color: rgba(255,255,255,.8);
    transition: height 0.5s;
}
header.Open {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    transition: height 0.5s;
}
#site-logo {
    width: auto;
    height: 28px;
    position: fixed;
    z-index: 10000;
    top: 14px;
    left: 15px;
}
header button {
    width: 165px;
    height: 28px;
    background: linear-gradient(90deg, rgb(255, 194, 75) 0%, rgb(255, 111, 165) 100%);
    border: none;
    border-radius: 3px;
    position: fixed;
    right: 60px;
    top: 14px;
    padding: 0;
}
header button a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
}
.far.fa-envelope {
    margin: 0 5px 0 10px;
    font-size: 15px;
}
.far.fa-envelope {
    width: 20px;
}
#menuInner {
    flex-flow: column;
    position: relative;
    width: 100%;
    height: calc(100% - 56px);
    justify-content: flex-start;
    padding: 50px 0 0;
    margin: 56px 0 0;
    overflow-y: auto;
}
#menu {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    flex-flow: column;
}
.menubutton {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 230px;
    height: 45px;
}
.menubutton a {
    font-size: 18px;
}
#menu .far.fa-envelope {
    margin: 0 10px 0 15px;
    font-size: 23px;
}
.privacypolicy a {
    font-size: 20px;
    display: block;
    margin-top: 30px;
}
#g-navi {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}
#g-navi li {
    font-size: 26px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin-bottom: 25px;
}
#g-navi li a {
    text-decoration: none;
}
#g-navi a span {
    font-size: 15px;
    color: #5cc2ff;
    font-weight: normal;
}
#toggle {
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    position: fixed;
    top: 10px;
}
#toggle.Open {
    height: 37px;
}
#toggle .toggle-inner {
   width: 100%;
   height: 100%;
   display: flex;
   flex-flow: column wrap;
   justify-content: space-between;
   align-items: center;
   padding: 1px;
}
#toggle span {
   border-top: 2px solid #888;
   display: block;
   width: 100%;
   transition: all 1s;
   position: relative;
}
#toggle span:nth-child(1){
    transform: translateY(10px) rotate(0deg);
}
#toggle.Open span:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	-moz-transform: translateY(13px) rotate(-45deg);
	transform: translateY(18px) rotate(-45deg);
	animation: header_0n 2.5s ease-in-out 0s infinite;
	border-top: 2px solid #888;
}
#toggle span:nth-child(2) {
    transform: translateY(-10px) rotate(0deg);
}
#toggle.Open span:nth-child(2) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	-moz-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
	animation: header_0n 2.5s ease-in-out 0s infinite;
	border-top: 2px solid #888;
}
#button{
    position: fixed;
    z-index: 9998;
    bottom: 0;
    display: none;
}
/*******************************
			 main
*******************************/
main{
    text-align: center;
    padding-top: 56px;
    overflow-x: hidden;
}
main p{
   line-height: 2; 
    font-size: 21px;
}
.image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
/*-------------------------------------------------------------------------フッダー--------------------------------------------------------------------------------*/
footer {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 100px 15px;
    background-color: #0092D3;
}
#footer_left .section_image {
    margin-bottom: 20px;
    text-align: center;
    width: 160px;
    margin: 0 auto 20px;
}
#footer_left {
    display: flex;
    flex-direction: column;
}
#footer_left p {
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: center;
}
#footer_right .g-navi a {
    color: #fff;
    text-decoration: none;
}
#footer_right {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.g-navi {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    height: 250px;
    margin: 40px auto;
}
#g-navi a span {
    display: none;
}
#footer_right h2 {
    font-size: 20px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-top: 30px;
    color: #fff;
    text-align: center;
}
#footer_right button {
    width: 280px;
    height: 65px;
    background: linear-gradient(90deg, rgb(255, 194, 75) 0%, rgb(255, 111, 165) 100%);
    border: none;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
}
#footer_right button a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: column;
    justify-content: center;
}
#footer_right a {
    color: #fff;
}
.footer_logo {
    display: block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 768px) {
header {
    height: 70px;
}
#site-logo {
    height: 40px;
    left: 30px;
    top: 16px;
}
header button {
    width: 200px;
    height: 35px;
    right: 100px;
    }
header button a {
    font-size: 14px;
}
#menu .far.fa-envelope {
    margin: 0 20px 0 0px;
    font-size: 25px;
}
#menuInner {
    flex-flow: column;
    position: relative;
    width: 100%;
    height: calc(100% - 56px);
    justify-content: center;
    margin: 56px 0 0;
    overflow-y: auto;
    padding: 0;
}
#g-navi li {
    margin-bottom: 30px;
}
main{
    text-align: center;
    padding-top: 70px;
}
#toggle {
    width: 40px;
    height: 40px;
    right: 30px;
    top: 14px;
}
#button {
    display: block;
    bottom: 1%;
    right: 5%;
}
header button {
    top: 16px;
}
.menubutton {
    width: 300px;
    height: 60px;
    opacity: 1;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(255, 194, 75) 0%, rgb(255, 111, 165) 100%);
    border: none;
}
.menubutton a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.far.fa-envelope {
    margin: 0 13px 0 15px;
    font-size: 22px;
}
#button .far.fa-envelope {
    font-size: 30px;
    margin: 0 30px 0 0;
}
.g-navi {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 24px;
    height: 130px;
    width: 70%;
    margin: 0 auto;
}
}
@media only screen and (min-width: 1024px) {
    header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 112px;
    width: 100%;
    margin: 0;
}
header.Open {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 112px;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    transition: height 0.5s;
}
#menu.OpenNav {
    display: none !important;
}
#site-logo {
    width: auto;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#g-navi {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    padding: 0;
    height: auto;
    margin: 0;
}
#g-navi li {
    font-size: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
}
#g-navi li a{
    text-decoration: none;  
}
    #toggle{
        display: none;
    }
header button {
    width: 170px;
    height: 35px;
    right: 100px;
    display: none;
}
#menuInner {
    display: flex !important;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    position: absolute;
    right: 30px;
}
#g-navi li {
    font-size: 20px;
    margin: 0;
}
main {
    text-align: center;
    padding-top: 112px;
}
.menubutton {
    padding: 0;
}
.menubutton a {
    height: 100%;
    width: 100%;
}
.mw_wp_form .error {
    font-size: 18px!important;
    color: #B70000;
    display: block;
    margin-top: 10px;
    }
/*-------------------------------------------------------------------------フッダー--------------------------------------------------------------------------------*/
footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 120px 60px;
    background-color: #0092D3;
}
#footer_left .section_image {
    width: 195px;
    height: 33px;
    margin: 0;
}
#footer_left {
    display: flex;
    flex-direction: column;
}
#footer_left p {
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: left;
    margin-top: 40px;
    line-height: 1.5;
}
#footer_right .g-navi a {
    color: #fff;
    text-decoration: none;
}
#footer_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-end;
}
.g-navi {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 50px;
    height: 0;
}
#footer_right h2 {
    font-size: 20px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 40px;
    color: #fff;
}
#footer_right button {
    width: 350px;
    height: 65px;
    background: linear-gradient(90deg, rgb(255, 194, 75) 0%, rgb(255, 111, 165) 100%);
    border: none;
    border-radius: 10px;
    margin: 0;
}
#footer_right button a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}
@media only screen and (min-width: 1281px) {
}