@charset "utf-8";

/*!
Theme Name: UPGRADE
Theme URI: https://upgrd.jp
Author: IMAGIUM
Author URI: http://imagium.jp
Description: VIDEO PRODUCTION SERVICE
Version: 1.0.0
Text Domain: upgrd.jp
*/

/* -----------------------------------------------------------------------------

    General

----------------------------------------------------------------------------- */

::selection {
background: #ff1493;
color: #fff;
}
::-moz-selection {
background: #ff1493;
color: #fff;
}
* {
margin: 0;
padding: 0;
}
*::after,
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-scrollbar {
display: none;
-webkit-appearance: none;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
display: block;
}
body {
display: flex;
flex-flow: column;
overflow-x: hidden;
box-sizing : border-box;
max-width: 100%;
min-height: 100vh;
background-color:#ffffff;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
font-weight: 400;
font-size: 1em;
-moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  -moz-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
color: #333333;
line-height: 1.4;
margin: 0;
}

@font-face {
font-family: "YuGothic M";
src: local("Yu Gothic Medium"),
local("Yu Gothic");
font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size: 100%;
clear: both;
}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

img {
border-style: none;
max-width: 100%;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: top;
}
p { 
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size: 1.1em; 
line-height: 1.4em; 
text-align: justify;
word-wrap: break-word;
color: #353535;
}
a {
outline: none;
}
a:focus{
outline: none;
}
a:link {
color: #555555;
text-decoration: none;
}
a:visited {
color: #555555;
text-decoration: none;
}
a:hover {
color: #0099ff;
text-decoration: none;
}
.button a {
position:relative;
display: inline-block;
text-decoration: none !important;
cursor:pointer;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 30px 30px;
}

.btn-download a {
width: 100%;
background-color: #004080;
background-size: 200% 100%;	
background-image: -webkit-linear-gradient(left, transparent 50%, rgba(3,169,244,1) 50%);	
background-image: linear-gradient(to right, transparent 50%, rgba(3,169,244,1) 50%);
-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn-download a:hover {
background-color: #03A9F4;
background-position: -100% 100%;
}
.btn-contact a {
width:100%;
background-color: #1d2b38;
background-size: 200% 100%;	
background-image: -webkit-linear-gradient(left, transparent 50%, rgba(3,169,244,1) 50%);	
background-image: linear-gradient(to right, transparent 50%, rgba(3,169,244,1) 50%);
-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn-contact a:hover {
background-color: #03A9F4;
background-position: -100% 100%;
}
.btn-link a {
width: 320px;
font-size: 16px;
color: #ffffff;
padding: 20px 40px;
background-color: #222;
background-size: 200% 100%;	
background-image: -webkit-linear-gradient(left, transparent 50%, rgba(3,169,244,1) 50%);	
background-image: linear-gradient(to right, transparent 50%, rgba(3,169,244,1) 50%);
-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn-link a:hover {
color: #ffffff;
background-color: rgba(3,169,244,1);
background-position: -100% 100%;
}
.btn-line a {
font-size: 16px;
color: #000000;
padding: 15px 40px;
border:2px solid rgba(0,0,0, 1 );
background-size: 200% 100%;	
background-image: -webkit-linear-gradient(left, transparent 50%, rgba(3,169,244,1) 50%);	
background-image: linear-gradient(to right, transparent 50%, rgba(3,169,244,1) 50%);
-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn-line a:hover {
color: #ffffff;
border:2px solid rgba(3,169,244,1);
background-color: rgba(3,169,244,1);
background-position: -100% 100%;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: sans-serif;
font-size: 1em;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
ol, ul { list-style: none; }
table { 
border-collapse: collapse; 
border-spacing: 0; 
}

blockquote {
    position: relative;
    padding: 10px 40px;
    color: #555;
    border: solid 1px #bbb;
    width: 100%;
    margin: 60px auto;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 18px;
    vertical-align: middle;
    content: "\e977";
    font-family: 'webfont-icon';
    color: #999;
    font-size: 26px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: 18px;
    vertical-align: middle;
    text-align: center;
    content: "\e978";
    font-family: 'webfont-icon';
    color: #999;
    font-size: 26px;
    line-height: 1;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 30px 0 10px;
    font-size: 1.1em;
    line-height: 1.5;
    z-index: 3;
}


table *, table *:before, table *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
table th, table  td {
padding: 10px;
border: 1px solid #dddddd;
}
table th {
text-align: left;
background: #f4f4f4;
}

/* -----------------------------------------------------------------------------

	form

----------------------------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select{ 
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
	padding: 0.8em 0.8em;
	margin: 0 0 1.5em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus{ 
  border: 1px solid rgba(0, 0, 0, 1);
  box-shadow: none;
  outline: none;
}

/* テキストエリア
--------------------------------------------------------- */
textarea {
  height: 200px;
}

/* ラジオボタン 
--------------------------------------------------------- */
input[type="radio"],
input[type="checkbox"] {
  display: none;
}  
input[type="radio"] + span,
input[type="checkbox"] + span{
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}  

/*ラジオボタンの外側の丸*/
input[type="radio"] + span::before{ 
 -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

/*ラジオボタンの内側の丸*/
input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 6px;
}

input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after{
  opacity: 1;
}

/* チェックボックス
--------------------------------------------------------- */
input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

/* セレクトボックス
--------------------------------------------------------- */
select::-ms-expand {
  display: none;
}


/* ボタン
--------------------------------------------------------- */
input[type="submit"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  border: none;
	border-radius: 0;
	min-width:340px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
	font-size: 1em;
	font-weight: 900;
  margin: 0 0 1em;
  padding: 1.5em 4em;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
	background: #0099ff;
}

input[type="button"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* フォームデザイン
--------------------------------------------------------- */
.page-form {
background-color:#fff;
padding: 7em 5em 10em;
}
.page-form h1{
font-size: 24px; 
margin: 0 0 3em;
}
.page-form-lead {
margin: 1em 0;
}
.form-name {
display: block;
font-size: 68px;
font-weight: 900;
font-family: "Arial", sans-serif;
}
#form__wrapper{
  max-width: 600px;
  margin: 0 auto;
}
form{
  background-color: #fff;
  padding:0px 0px 0px 0px;
}

.contact__label{
	display:inline-block;
	color: #000;
	font-size: 1.2em; 
	font-weight: 900;
	width:300px;
	margin: 1em 0 0.7em;
}
.contact__check {
font-size: 1em; 
font-weight: 900;
margin: 40px 0 40px 0;
}
.cap-text {
font-size: 12px; 
}
.form-required {
background: #dc2000;
color: #fff;
font-size: 11px;
font-weight: 900;
padding: 2px 4px;
margin: 0 0 0 10px;
vertical-align: middle;
}
.contact__input{
  display:inline-block;
  width:calc(100% - 180px);
}
.form-lead {
font-size: 24px;
font-weight: 900;
margin: 0 0 40px 0;
}
.form-txt {
font-size: 18px;
}
.form-box {
display:none;
}
#thxMessage {
display:none;
}

/* layout
---------------------------------------------*/

header,nav,main,section,article,aside,figure,figcaption,footer {
display: block;
}
.block-center {
display: block;
min-width: 980px;
margin-left: auto;
margin-right: auto;
margin: 0 auto;
}
.block-right {
display: block;
float: right;
}
.object-center {
text-align: center;
}
.vertically-centered {
min-height: 6.5em;
display: table-cell;
vertical-align: middle;
}
.wrap {
width: 980px;
margin: 0 auto;
}
.wrap:after {
content: "";
display: block;
clear: both;
}

/* -----------------------------------------------------------------------------

    header

----------------------------------------------------------------------------- */
#header-section {
margin-left: 0px;
}
.header-static {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000; 
}
  .header-static .header-checkbox:checked ~ .header-menu {
    position: absolute; 
}
.header-hamburger span, .header-hamburger span::before, .header-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; 
}

.header-checkbox:checked ~ .header-menu li .header-hamburger span {
  background-color: transparent; 
}
  .header-checkbox:checked ~ .header-menu li .header-hamburger span::before, .header-checkbox:checked ~ .header-menu li .header-hamburger span::after {
    margin-top: 0; 
}

.brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; 
}
.header-menu-left .global-navigation,
.header-menu-left .brand {
justify-content: flex-start; 
}

.header-menu-right .header-hamburger {
  margin-left: auto; 
}

.brand-logo {
font-family: HIragino Kaku Gothic Pro W3;
font-size: 1.5em;
font-weight: 700;
letter-spacing: 0.1em;
padding: 25px 40px 18px 40px; 
}

.header-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; 
}

.global-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; 
}

.header-menu a,
.menu-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; 
}

.menu-item {
  height: 72px; 
}
.menu-item a {
	font-size: 1.5em;
    padding: 18px 5px 18px 50px;
    display: block; 
}

.header-hamburger {
  padding: 18px 40px 18px 40px;
  position: relative;
  cursor: pointer; 
}
  .header-hamburger span::before, .header-hamburger span::after {
    content: '';
    position: absolute; 
}
  .header-hamburger span::before {
    margin-top: -8px; 
}
  .header-hamburger span::after {
    margin-top: 8px; 
}

.header-checkbox {
  display: none; 
}
  .header-checkbox:not(:checked) ~ .header-menu {
    overflow: hidden;
    height: 58px; 
}
  .header-checkbox:checked ~ .header-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; 
}

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; 
}
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; 
}
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; 
}
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; 
}
    .dropdown > ul .menu-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; 
}
      .dropdown > ul .menu-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; 
}

@media screen and (min-width: 768px) {

  .global-navigation {
    flex-flow: row;
    justify-content: flex-end; 
}
	.menu-item {
	height: 60px; 
}
	.menu-item a {
	font-size: 0.9em;
    padding: 25px 25px 25px 25px;
    display: block; 
}
  .header-hamburger {
    display: none; 
}
  .header-checkbox:not(:checked) ~ .header-menu {
    overflow: visible; 
}
  .header-checkbox:checked ~ .header-menu {
    height: 58px; 
}
  .header-menu .menu-item {
    border-top: 0; 
}
  .header-menu-right .brand {
    margin-right: auto; 
}

  .dropdown {
    height: 58px; 
}
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; 
}
    .dropdown > ul {
      display: none; 
}
      .dropdown > ul .menu-item {
        padding: 5px 20px; 
}
        .dropdown > ul .menu-item a {
	white-space: nowrap; 
}
}

.header-checkbox:checked + .header-menu .header-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.header-checkbox:checked + .header-menu .header-hamburger-doublespin span::after {
  transform: rotate(-225deg); }
.header-checkbox:checked + .header-menu .header-hamburger-spin span::before {
  transform: rotate(45deg); }
.header-checkbox:checked + .header-menu .header-hamburger-spin span::after {
  transform: rotate(-45deg); }

.header-menu-w {
background-color: rgba(23, 59, 88, 0);
color: #fff; 
}
.header-menu-w .dropdown ul {
background-color: rgba(23, 59, 88, 0.9);
color: #fff; 
}
.header-menu-w .active,
.header-menu-w .menu-item:hover {
background-color: #37474f; 
color: #0099ff;
border-bottom: 3px solid #0099ff;
}
.header-menu-w .header-hamburger span,
.header-menu-w .header-hamburger span::before,
.header-menu-w .header-hamburger span::after {
background-color: #fff; 
}


.header-menu-b {
background-color: rgba(255, 255, 255,1);
color: #000; 
}
.header-menu-b .dropdown ul {
background-color: rgba(255, 255, 255, 0.9);
color: #000; 
}
.header-menu-b .active,
.header-menu-b .menu-item:hover {
background-color: #37474f; 
color: #0099ff;
border-bottom: 3px solid #0099ff;
}
.header-menu-b .header-hamburger span,
.header-menu-b .header-hamburger span::before,
.header-menu-b .header-hamburger span::after {
background-color: #000; 
}
}

/* -----------------------------------------------------------------------------

	format

----------------------------------------------------------------------------- */
#main-section {
display: block;
overflow: hidden;
flex: 1;
}
#wrapper {
position:relative;
width: 100%;
height:auto;
background-color: #ffffff;
z-index: 100;
}
section {
position: relative;
display: block;
width: 100%;
height:auto;
}
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.row-content {
padding-left: 40px;
padding-right: 40px;
}
.outer {
padding-top: 150px;
padding-bottom: 150px;
}


/* -----------------------------------------------------------------------------

	grid

----------------------------------------------------------------------------- */
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0;
min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

.col-1-sm {width: 4.33%;}
.col-2-sm {width: 12.66%;}
.col-3-sm {width: 21%;}
.col-4-sm {width: 30%;}
.col-5-sm {width: 37.66%;}
.col-6-sm {width: 46%;}
.col-7-sm {width: 54.33%;}
.col-8-sm {width: 62.66%;}
.col-9-sm {width: 71%;}
.col-10-sm {width: 79.33%;}
.col-11-sm {width: 87.66%;}
.col-12-sm {width: 96%;}

.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
.container {
width: 100%;
  }
}

@media only screen and (min-width: 830px) {  /* 720px */
  .col-1 {width: 4.33%;}
  .col-2 {width: 12.66%;}
  .col-3 {width: 21%;}
  .col-4 {width: 30%;}
  .col-5 {width: 37.66%;}
  .col-6 {width: 46%;}
  .col-7 {width: 54.33%;}
  .col-8 {width: 62.66%;}
  .col-9 {width: 70%;}
  .col-10 {width: 79.33%;}
  .col-11 {width: 87.66%;}
  .col-12 {width: 96%;}
  .hidden-sm {display: block;}
}

@media only screen and (min-width: 840px) { /* 980px */
  .container {
    width: 100%;
    max-width: 1980px;
  }
}

.columns-3 {
text-align: justify;
-moz-column-count: 3;
-moz-column-gap: 12px;
-moz-column-rule: 1px solid #c4c8cc;
-webkit-column-count: 3;
-webkit-column-gap: 12px;
-webkit-column-rule: 1px solid #c4c8cc;
}

/* -----------------------------------------------------------------------------

	webfont-icon

----------------------------------------------------------------------------- */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
}
.material-icons.arrow-left {
	margin-left: 10px;
}
.material-icons.large-size {
font-size: 120px;
color: #333;
}
.material-icons.m-size {
font-size: 60px;
color: #fff;
}
.popup .play-icon {
text-align: center;
}
.play-icon:hover {
color: #0096FF;
text-decoration:none;
}


@font-face {
  font-family: 'web-media-icon';
  src:  url('../fonts/web-media-icon.eot?rfvjub');
  src:  url('../fonts/web-media-icon.eot?rfvjub#iefix') format('embedded-opentype'),
    url('../fonts/web-media-icon.ttf?rfvjub') format('truetype'),
    url('../fonts/web-media-icon.woff?rfvjub') format('woff'),
    url('../fonts/web-media-icon.svg?rfvjub#web-media-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'web-media-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-amazon:before {content: "\ea87";}
.icon-google:before {content: "\ea88";}
.icon-facebook2:before {content: "\ea91";}
.icon-instagram:before {content: "\ea92";}
.icon-twitter:before {content: "\ea96";}
.icon-youtube:before {content: "\ea9d";}
.icon-vimeo:before {content: "\eaa0";}
.icon-behance:before {content: "\eaa8";}
.icon-tumblr2:before {content: "\eaba";}
.icon-appleinc:before {content: "\eabe";}
.icon-windows8:before {content: "\eac2";}
.icon-skype:before {content: "\eac5";}
.icon-pinterest:before {content: "\ead1";}
.icon-chrome:before {content: "\ead9";}
.icon-firefox:before {content: "\eada";}
.icon-IE:before {content: "\eadb";}
.icon-safari:before {content: "\eadd";}
.icon-file-pdf:before {content: "\eadf";}
.icon-html-five:before {content: "\eae4";}
.icon-css3:before {content: "\eae6";}

/* -----------------------------------------------------------------------------

	content

----------------------------------------------------------------------------- */
/* action */
.action {
position: relative;
background: linear-gradient(-45deg, rgba(0,37,99,1) 0%, rgba(0,188,255,1) 60%, rgba(0,238,250,1) 100%); 
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.action-block {
width: 100%;
height: auto; 
}
.action-box {
display: block;
color: #fff;
width: 560px;
height: 100%; 
margin: 0 auto;
padding-top: 150px;
padding-bottom: 150px;
z-index: 10;
}
.action h3{
font-size: 62px;
line-height: 1.1;
}
.action-box p{
font-size: 20px;
color: #fff;
margin-bottom: 10px;
}

/* info */
.info {
display: block;
background-color: #ffffff;
}
.info-container{
display: grid;
grid-gap: 50px;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
padding: 80px 50px 80px 50px;
}
.info-box {
display: grid;
}
.info-box-left {
background-color: #ffffff;
}
.info-box-right {
background-color: #fcfcfc;
}
.info-text {
position:  relative;
font-family: "Arial", sans-serif;
font-size: 16px;
font-weight: 400;
color: #999;
margin-bottom: 30px;
padding-bottom: 20px;
}
.info-text:before {
content:  '';
width: 100%;
height: 1px;
background-color: #999;
display: inline-block;
position: absolute;
left: 0%;
bottom: 4px;
}
.info p {
font-size: 16px;
text-align: center;
margin-top: 30px;
}
@media screen and (max-width: 670px) {

.info-container{
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.info-box {
padding: 0px 20px 0px 20px;
}
}

/* guidelines */
.guidelines {
color: #666;
background-color:#fafafa;
padding: 10em 5em;
}
.guidelines h1 {
font-size: 30px;
margin-bottom: 2em;
}
.guidelines h2 {
font-size: 20px;
margin-top: 3em;
margin-bottom: 1em;
}
.guidelines p {
font-size: 16px;
margin-bottom: 1em;
}
.guidelines ol li {
margin-bottom: 1.2em;
}
/* ---- */
.list-wrap {
list-style-type: decimal;
padding-left: 1em;
margin-bottom: 1em;
}
.list-wrap li {
padding-left: 1em;
margin-bottom: .5em;
}
/* ---- */
.list-upper {
list-style-type: upper-latin;
padding-left: 3em;
margin-bottom: 1em;
}
ol.list-upper li {
padding-left: 1em;
margin-bottom: .5em;
}
/* ---- */
.list-lower {
list-style-type: lower-latin;
padding-left: 3em;
margin-bottom: 1em;
}
ol.list-lower li {
padding-left: 1em;
margin-bottom: .5em;
}
/* ---- */
.list-katakana {
list-style-type: katakana;
padding-left: 3em;
margin-bottom: 1em;
}
ol.list-katakana li {
padding-left: 1em;
margin-bottom: .5em;
}

.guidelines a{
text-decoration: underline;
}
.updata {
margin-top: 5em;
}

/* page-info */
.page-info {
background-color:#fff;
padding: 10em 0;
}
.page-info-content {
padding: 0 5em;
}
.page-info-title {
font-size: 24px;
}
.page-info-block {
margin-top: 40px;
margin-bottom: 200px;
}
.page-info-title {
font-size: 24px;
font-weight: 900;
font-family: "Arial", sans-serif;
text-transform: uppercase;
margin-bottom: 40px;
}
.page-info h1{
font-size: 24px;
margin-bottom: 100px;
}
.page-info h2{
font-size: 68px;
line-height: 1.1;
margin-bottom: 40px;
}
.page-info h3{
margin-bottom: 60px;
}
.page-info-name{
display: block;
font-size: 68px;
font-weight: 900;
font-family: "Arial", sans-serif;
}
.page-info p {
font-size: 22px;
line-height: 1.6;
margin-bottom: 40px;
}
.profile-name-en {
display: block;
font-size: 18px;
letter-spacing: 2px;
margin-top: 20px;
margin-bottom: 40px;
}
.profile-name {
display: block;
font-size: 20px;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.profile-text {
display: block;
font-size: 17px;
line-height: 1.6;
border-top: 1px solid #999;
padding-top: 20px;
}

/* breadcrumbs
----------------------------------------------- */
#pankuzu {
display: block;
width: 100%;
height: 40px;
padding-top: 40px;
padding-left: 16px;
padding-right: 16px;
background: rgba(255,255,255,.1);
position:relative;
z-index:3;
}
#breadcrumbs {
width: 100%;
font-size: 0.8em;
}
#breadcrumbs ol {
line-height: 1.778em;
margin-top: 2em;
margin-bottom: 0;
padding-bottom: 1.8em;
}
#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  color: #999999;
}
#breadcrumbs li a {
  color: #000000;
  text-decoration: none;
}
#breadcrumbs li a[href]:hover {
  text-decoration: underline;
}
#breadcrumbs li a:not([href]) {
  color: #999999;
}
#breadcrumbs ol li:before {
  content: " > ";
}
#breadcrumbs ol li:first-child:before {
  content:"";
}
#breadcrumbs li+li::before {
  content: '\003e';
  padding: 10px 5px;
  color: #999999;
}

@media screen and (max-width: 1250px) {
    #pankuzu .wrap {
        width: 100%;
        padding: 0 20px;
    }
}
/* -----------------------------------------------------------------------------

	フッター

----------------------------------------------------------------------------- */
#footer-section {
background-color: #000;
width: 100%;
height:auto;
z-index: 10;
}
#footer-section a {
color: #ffffff;
text-decoration: none;
}
#footer-section a:hover {
color: #0096FF;
text-decoration:underline;
}
.footer-content {
width: 100%;
}
.top-footer {
display: block;
width: 100%;
height:auto;
padding-top: 80px;
padding-bottom: 80px;
overflow: hidden;
clear: both;
}
.footer-menu {
color: #cccccc;
font-size: 0.9em; 
margin-top: 4em;
margin-bottom: 1em;
}
.plain li {
padding : 5px 5px 10px;
font-size: 0.9em; 
}
.footer-logo {
 font-size: 1.6em;
 font-weight: bold;
 letter-spacing: 0.02em;
 margin-top: 0;
 margin-bottom: 6px;
}
.footer-logo a:hover {
text-decoration: none;
}
.footer-copy {
color: #ffffff;
font-size: 0.8em;
letter-spacing: 0.25em;
}
.middle-footer {
display: block;
float: right;
height:auto;
margin-bottom : 10px;
overflow: hidden;
clear: both;
}
.bottom-footer {
display: block;
margin-bottom: 50px;
overflow: hidden;
clear: both;
}
.keep-left {
color: #ffffff;
float: left;
font-size: 0.8em; 
margin-top: 50px;
}
.keep-right {
float: right;
color: #ffffff;
font-size: 0.8em; 
margin-top : 50px;
margin-left : 20px;
}

#social-icon {
display: block;
width: 100%;
height:auto;
}
#social-icon ul {
font-size: 21px;
list-style: none;
}
#social-icon li {
display: inline-block;
padding: 0;
margin-left: 20px;
margin-right: 20px;
}
#social-icon a {
position: relative;
font-size:20px;
}
#social-icon li a:hover {
display: block;
text-decoration: none;
}
#social-icon li a.facebook-share:hover {
color: #3b5998;
}
#social-icon li a.instagram-share:hover {
color: #EB2FAA;
}
#social-icon li a.twitter-share:hover {
color: #00acee;
}
#social-icon li a.vimeo-share:hover {
color: #44bbff;
}



/* -----------------------------------------------------------------------------

	レスポンシブ

----------------------------------------------------------------------------- */

/* Mobile yoko
---------------------------------------------*/

@media screen and (max-width: 896px) {


.page-form {
padding: 7em 0em 10em;
}
.form-name {
font-size: 58px;
}
.form__wrapper{
  max-width: 600px;
  margin: 0 auto;
}
.page-info {
padding: 10em 0em;
}
.page-info-content {
padding: 0 2em;
}
.page-info h2{
font-size: 42px;
}
.page-info h3{
font-size: 23px;
}
.page-info p {
font-size: 20px;
}
.profile-name-en {
font-size: 19px;
}
.profile-name {
font-size: 21px;
}
.profile-text {
font-size: 17px;
}
.guidelines {
padding: 10em 0em;
}
.top-footer {
padding-left: 20px;
}
.middle-footer {
float: none;
padding-left: 20px;
}
.bottom-footer {
padding-left: 20px;
}
.keep-left {
float: none;
}
.keep-right {
float: none;
margin-left : 0px;
}

}

/* Mobile tate
---------------------------------------------*/

@media screen and (max-width: 480px) {

.row-content {
padding-left: 20px;
padding-right: 20px;
}
.brand-logo {
padding: 25px 20px 18px 20px; 
}
.header-hamburger {
padding: 18px 20px 18px 20px;
}
#pankuzu {
padding-left: 0px;
padding-right: 0px;
}
.action-box {
width: 350px;
height: 100%; 
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
}
.action h3{
font-size: 38px;
line-height: 1.1;
}
.action-box p{
font-size: 18px;
margin-bottom: 10px;
}
.page-info-content {
padding: 0 0;
}

}
