@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";



   html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
ul li {
list-style-type: none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
  .clearfix{
zoom:1; }
.clearfix:after{ content:".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
* html .clearfix{
display: inline-table;/*\*/display: block;/**/} a {border: none; outline: none; overflow: hidden;}
a img {border: none; outline: none;}
a:link    {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover   {color: #000; text-decoration: none;}
a:active  {color: #000; text-decoration: none;} .block {display: block;}
.none  {display: none;} .floatLeft  {float: left;}
.floatRight {float: right;}
.clearLeft  {clear: left;}
.clearRight {clear: right;}
.clearBoth  {clear: both;}  .left   {text-align: left;}
.right  {text-align: right;}
.center {text-align: center;} .bold {font-weight: bold;} .indent {
text-indent: -1.5em;
padding-left: 1.5em;
} .red {color: #bc0e17;}  .mT5  {margin-top: 5px;}
.mR5  {margin-right: 5px;}
.mB5  {margin-bottom: 5px;}
.mL5  {margin-left: 5px;}
.mT10 {margin-top: 10px;}
.mR10 {margin-right: 10px;}
.mB10 {margin-bottom: 10px;}
.mL10 {margin-left: 10px;}
.mT15 {margin-top: 15px;}
.mR15 {margin-right: 15px;}
.mB15 {margin-bottom: 15px;}
.mL15 {margin-left: 15px;}
.mT20 {margin-top: 20px;}
.mR20 {margin-right: 20px;}
.mB20 {margin-bottom: 20px;}
.mL20 {margin-left: 20px;} .pT5  {padding-top: 5px;}
.pR5  {padding-right: 5px;}
.pB5  {padding-bottom: 5px;}
.pL5  {padding-left: 5px;}
.pT10 {padding-top: 10px;}
.pR10 {padding-right: 10px;}
.pB10 {padding-bottom: 10px;}
.pL10 {padding-left: 10px;}
.pT15 {padding-top: 15px;}
.pR15 {padding-right: 15px;}
.pB15 {padding-bottom: 15px;}
.pL15 {padding-left: 15px;}
.pT20 {padding-top: 20px;}
.pR20 {padding-right: 20px;}
.pB20 {padding-bottom: 20px;}
.pL20 {padding-left: 20px;}
.pT30 {padding-top: 30px;}
.pR30 {padding-right: 30px;}
.pB30 {padding-bottom: 30px;}
.pL30 {padding-left: 30px;}
 html {
font-size: 62.5%;
}
body {
font-size: 62.5%;
background: #fff;
color: #000;
vertical-align: baseline;
font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
line-height: 1.7;
-webkit-text-size-adjust: 100%;
}
body.no-scroll {
position: absolute;
height: 100%;
}
#main-overlay {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 99999;
}
#main-overlay.fadeOut {
-webkit-transition: opacity 500ms;
transition: opacity 500ms;
-webkit-transition-delay: 300ms;
transition-delay: 300ms;
opacity: 0;
}
#global-navi {
position: fixed;
top: 0px;
right: 0px;
z-index: 9999;
}
#global-navi .menu {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0px);
transform: translate3d(-50%, -50%, 0px);
z-index: 10;
}
#global-navi .menu li {
position: relative;
-webkit-transform: translateY(10px);
transform: translateY(10px);
margin-bottom: 41px;
opacity: 0;
text-align: center;
display: none;
}
#global-navi .menu li img {
width: 50%;
height: auto;
}
@media only screen and (min-width: 768px) {
#global-navi .menu li {
width: 138px;
height: auto;
}
}
#global-navi .menu li.active {
-webkit-animation: menuFadeIn 500ms ease;
animation: menuFadeIn 500ms ease;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
display: block;
}
#global-navi .menu li.active:nth-child(0) {
-webkit-animation-delay: 170ms;
animation-delay: 170ms;
}
#global-navi .menu li.active:nth-child(1) {
-webkit-animation-delay: 220ms;
animation-delay: 220ms;
}
#global-navi .menu li.active:nth-child(2) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
#global-navi .menu li.active:nth-child(3) {
-webkit-animation-delay: 320ms;
animation-delay: 320ms;
}
#global-navi .menu li.active:nth-child(4) {
-webkit-animation-delay: 370ms;
animation-delay: 370ms;
}
#global-navi .menu li.active:nth-child(5) {
-webkit-animation-delay: 420ms;
animation-delay: 420ms;
}
#global-navi .menu li.active:nth-child(6) {
-webkit-animation-delay: 470ms;
animation-delay: 470ms;
}
@-webkit-keyframes menuFadeIn {
0% {
opacity: 0;
}
0.01% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes menuFadeIn {
0% {
opacity: 0;
}
0.01% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
#global-navi .menu li.non-active {
display: none;
opacity: 0;
}
#global-navi .menu li:last-child {
margin: 0;
}
#global-navi .menu li a {
text-decoration: none;
color: #000000;
}
@media only screen and (min-width: 768px) {
#global-navi .menu li {
-webkit-transform: translateY(20px);
transform: translateY(20px);
margin-bottom: 81px;
text-align: center;
}
#global-navi .menu li img {
width: 100%;
height: auto;
}
}
#global-navi .bg-circle {
position: fixed;
top: -20px;
right: -18px;
width: 60px;
height: 60px;
border: 1px solid #fff;
border-radius: 60px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle {
top: -40px;
right: -37px;
width: 120px;
height: 120px;
border-radius: 120px;
}
}
#global-navi .bg-circle.active {
position: fixed;
-webkit-animation: circle01_active 900ms ease-out;
animation: circle01_active 900ms ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
}
@-webkit-keyframes circle01_active {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 600px;
right: 400px;
background: #fff;
-webkit-transform: scale(35);
transform: scale(35);
}
}
@keyframes circle01_active {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 600px;
right: 400px;
background: #fff;
-webkit-transform: scale(35);
transform: scale(35);
}
}
@-webkit-keyframes circle01_active_pc {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 3000px;
right: 2500px;
background: #fff;
-webkit-transform: scale(70);
transform: scale(70);
}
}
@keyframes circle01_active_pc {
0% {
background: rgba(0, 0, 0, 0.2);
}
5.99% {
background: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
6% {
top: -47px;
right: -37px;
background: #fff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
top: 3000px;
right: 2500px;
background: #fff;
-webkit-transform: scale(70);
transform: scale(70);
}
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle.active {
-webkit-animation: circle01_active_pc 900ms ease-out;
animation: circle01_active_pc 900ms ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-animation-duration: 1300ms;
animation-duration: 1300ms;
}
}
#global-navi .bg-circle.non-active {
position: fixed;
-webkit-animation: circle01_non_active 700ms linear;
animation: circle01_non_active 700ms linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-transform-origin: 50%;
transform-origin: 50%;
top: 50%;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(35);
transform: translate3d(0px, -50%, 0px) scale(35);
background: rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
background: #fff;
}
@-webkit-keyframes circle01_non_active {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
25% {
top: 150px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -110%, 0px) scale(0.15);
transform: translate3d(0px, -110%, 0px) scale(0.15);
}
68% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
84% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@keyframes circle01_non_active {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(35);
transform: translate3d(0px, -100%, 0px) scale(35);
right: 50%;
}
25% {
top: 150px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -110%, 0px) scale(0.15);
transform: translate3d(0px, -110%, 0px) scale(0.15);
}
68% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
84% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -20px;
right: -18px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@-webkit-keyframes circle01_non_active_pc {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
25% {
top: 300px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -90%, 0px) scale(0.15);
transform: translate3d(0px, -90%, 0px) scale(0.15);
}
70% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
80% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@keyframes circle01_non_active_pc {
0% {
background: #fff;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
0.01% {
background: transparent;
-webkit-transform: translate3d(0px, -100%, 0px) scale(70);
transform: translate3d(0px, -100%, 0px) scale(70);
right: 50%;
}
25% {
top: 300px;
right: 50%;
-webkit-transform: translate3d(0px, -50%, 0px) scale(10);
transform: translate3d(0px, -50%, 0px) scale(10);
}
45% {
-webkit-transform: translate3d(0px, -90%, 0px) scale(0.15);
transform: translate3d(0px, -90%, 0px) scale(0.15);
}
70% {
-webkit-transform: translate3d(0px, -70%, 0px) scale(0.2);
transform: translate3d(0px, -70%, 0px) scale(0.2);
background: transparent;
}
80% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
transform: translate3d(0px, 0%, 0px) scale(1, 1.1);
tranform-origin: 50% 0%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
100% {
top: -40px;
right: -37px;
-webkit-transform: translate3d(0px, 0%, 0px) scale(1);
transform: translate3d(0px, 0%, 0px) scale(1);
background: rgba(0, 0, 0, 0.2);
border: 1px solid #fff;
}
}
@media only screen and (min-width: 768px) {
#global-navi .bg-circle.non-active {
-webkit-animation: circle01_non_active_pc 700ms linear;
animation: circle01_non_active_pc 700ms linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 70ms;
animation-delay: 70ms;
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
}
#global-navi .circle {
position: absolute;
top: -4px;
right: -4px;
width: 36px;
height: 36px;
border-radius: 36px;
opacity: 0;
z-index: 2;
}
@media only screen and (min-width: 768px) {
#global-navi .circle {
top: -4px;
right: -6px;
width: 71px;
height: 71px;
border-radius: 71px;
}
}
#global-navi .circle .bg-color {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border-radius: 100%;
background: #fff;
}
#global-navi .circle.active {
-webkit-animation: circle02 800ms ease-in;
animation: circle02 800ms ease-in;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes circle02 {
0.99% {
background: transparent;
border: 2px solid #ccc;
opacity: 1;
}
1% {
opacity: 1;
border: 2px solid #ccc;
}
15% {
opacity: 1;
box-shadow: 0px 0px 7px 1px #ccc;
border: 2px solid #ccc;
}
25% {
opacity: 1;
border: 2px solid #ccc;
}
45% {
opacity: 0;
border: 2px solid #ccc;
}
100% {
opacity: 0;
border: 2px solid #ccc;
}
}
@keyframes circle02 {
0.99% {
background: transparent;
border: 2px solid #ccc;
opacity: 1;
}
1% {
opacity: 1;
border: 2px solid #ccc;
}
15% {
opacity: 1;
box-shadow: 0px 0px 7px 1px #ccc;
border: 2px solid #ccc;
}
25% {
opacity: 1;
border: 2px solid #ccc;
}
45% {
opacity: 0;
border: 2px solid #ccc;
}
100% {
opacity: 0;
border: 2px solid #ccc;
}
}
@media only screen and (min-width: 768px) {
#global-navi .circle.active {
-webkit-animation: circle02 600ms linear;
animation: circle02 600ms linear;
}
}
#global-navi .menu-border {
position: absolute;
top: -20px;
right: -18px;
width: 62px;
height: 62px;
border-radius: 62px;
padding: 0;
z-index: 30;
}
#global-navi .menu-border span {
position: absolute;
left: 21px;
width: 14px;
height: 1px;
background-color: #fff;
-webkit-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 120ms;
transition-delay: 120ms;
}
#global-navi .menu-border span:nth-of-type(1) {
top: 30px;
}
#global-navi .menu-border span:nth-of-type(2) {
top: 35px;
}
#global-navi .menu-border span:nth-of-type(3) {
top: 40px;
}
#global-navi .menu-border span.active:nth-of-type(1) {
background: #4e4e4e;
-webkit-transform: translateY(5px) rotate(45deg);
transform: translateY(5px) rotate(45deg);
}
#global-navi .menu-border span.active:nth-of-type(2) {
opacity: 0;
}
#global-navi .menu-border span.active:nth-of-type(3) {
background: #4e4e4e;
-webkit-transform: translateY(-5px) rotate(-45deg);
transform: translateY(-5px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
#global-navi .menu-border {
top: -40px;
right: -37px;
width: 122px;
height: 122px;
border-radius: 122px;
}
#global-navi .menu-border span {
width: 28px;
height: 2px;
background-color: #fff;
-webkit-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 120ms;
transition-delay: 120ms;
left: 39px;
}
#global-navi .menu-border span:nth-of-type(1) {
top: 60px;
}
#global-navi .menu-border span:nth-of-type(2) {
top: 70px;
}
#global-navi .menu-border span:nth-of-type(3) {
top: 80px;
}
#global-navi .menu-border span.active:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(45deg);
transform: translateY(10px) rotate(45deg);
}
#global-navi .menu-border span.active:nth-of-type(2) {
opacity: 0;
}
#global-navi .menu-border span.active:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(-45deg);
transform: translateY(-10px) rotate(-45deg);
}
} input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}
select::-ms-expand {
display: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid #777777;
width: 100%;
background: #fff url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-down.png) no-repeat 97% center !important;
background-size: 7px 4px;
padding: 6px 10px;
position: relative;
}
input {
background: #e9e9e9 !important;
border-radius: 0;
border: none !important;
padding: 9px;
width: 100%;
box-sizing: border-box;
}
input[type="submit"], input[type="button"] {
background: #fff !important;
border: 1px solid #777777 !important;
border-radius: 20px;
width: 50%;
margin: 25px 0;
cursor: pointer;
}
input.wpcf7c-elm-step2 {
margin-bottom: 12px;
}
input[type="button"] {
margin: 0 0 25px 0;
}
input:-webkit-autofill, textarea:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e9e9e9 inset !important;
}
textarea {
background: #e9e9e9;
border-radius: 0;
border: none !important;
padding: 9px;
width: 100%;
box-sizing: border-box;
}
.wpcf7-response-output {
display: none !important;
}
.ajax-loader {
display: none;
}
.wpcf7-not-valid-tip {
font-size: 10px !important;
}
textarea + .wpcf7-not-valid-tip {
margin-top: -6px;
}
.wpcf7c-conf {
border: none !important;
}
#form-contents .wpcf7c-conf {
background-color: #fff !important;
background-image: none !important;
border: none !important;
}
input.wpcf7c-conf:-webkit-autofill, textarea:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
#form-header input.wpcf7c-conf {
background-color: #f7f7f7 !important;
}
#form-footer input.wpcf7c-conf {
background: #f7f7f7 !important;
text-align: center;
}
#index #contact .wpcf7c-conf {
background: #fff !important;
}
@media only screen and (min-width: 768px) {
.wpcf7-not-valid-tip {
font-size: 12px !important;
}
} .display-pc {
display: none;
}
@media only screen and (min-width: 768px) {
.display-pc {
display: block;
}
.display-sp {
display: none;
}
} a {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
} #page {
width: 100%;
position: relative;
} header h1 {
position: absolute;
top: 10px;
left: 10px;
z-index: 200;
}
header h1 img {
width: 33px;
}
@media only screen and (min-width: 768px) {
header h1 {
left: 20px;
}
header h1 img {
width: 66px;
}
header #global-navi.on {
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
opacity: 0.6;
}
header #global-navi.off {
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
opacity: 1;
}
header #global-navi p img {
width: 80px;
}
} section #global-header {
display: table;
height: 55px;
width: 100%;
}
section #global-header h2 {
display: table-cell;
font-size: 14px;
vertical-align: middle;
text-align: center;
letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
section #global-header {
height: 100px;
}
section #global-header h2 {
font-size: 20px;
}
} footer {
background: #000;
padding: 10px 0;
}
footer .copyright {
color: #fff;
text-align: center;
font-size: 10px;
}
@media only screen and (min-width: 768px) {
footer .copyright {
font-size: 12px;
}
} section #global-footer p {
background: #f0f0f0;
text-align: center;
font-size: 10px;
}
section #global-footer p a {
display: block;
padding: 17px 0;
position: relative;
}
section #global-footer p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 6px 12px;
width: 6px;
height: 12px;
position: absolute;
top: 20px;
right: 10px;
}
@media only screen and (min-width: 768px) {
section #global-footer {
overflow: hidden;
margin-bottom: 20px;
}
section #global-footer p {
float: right;
font-size: 12px;
width: 160px;
margin-right: 20px;
text-align: left;
}
section #global-footer p a {
padding: 10px 28px;
}
section #global-footer p a:after {
content: "";
background: url(//info-cf.asobism.co.jp/corpsite_wp/wp-content/themes/asobism/images/shared/arrow-right-black.png) no-repeat 0 0;
background-size: 12px 24px;
width: 12px;
height: 24px;
top: 9px;
}
} .close-animatedModal {
position: fixed;
top: 10px;
right: 10px;
cursor: pointer;
}
.close-animatedModal img {
width: 16px;
}
@media only screen and (min-width: 768px) {
.close-animatedModal img {
width: 32px;
}
} @media only screen and (min-width: 768px) {
a,
a img,
input[type="button"],
input[type="submit"],
.hover {
-webkit-transition: all .3s;
transition: all .3s;
}
a:hover,
a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.hover:hover {
opacity: 0.6;
}
a.hover-none,
a img.hover-none,
input[type="button"].hover-none,
input[type="submit"].hover-none,
.hover.hover-none {
opacity: 1 !important;
}
.hover-zoom {
display: block;
overflow: hidden;
opacity: 1 !important;
}
.hover-zoom:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.hover-zoom img, .hover-zoom a {
-webkit-transition: -webkit-transform 400ms;
transition: -webkit-transform 400ms;
transition: transform 400ms;
transition: transform 400ms, -webkit-transform 400ms;
}
.hover-zoom img:hover, .hover-zoom a:hover {
opacity: 1 !important;
}
}section h3 {
font-size: 14px;
}
section ol {
padding: 10px 15px;
font-size: 12px;
}
section ol.decimal {
list-style-type: decimal;
}
section ol > li {
padding: 10px 0;
}
section ol > li > ul {
text-indent: -1em;
}
section ol > li > ul > li {
padding: 15px 0;
}
section .attention {
margin-top: 20px;
}
section .attention dl {
text-align: center;
font-size: 12px;
padding: 20px 30px;
}
section .attention dl dt {
font-weight: bold;
padding-bottom: 20px;
}
section .attention dl dd > ul {
text-align: left;
}
section .attention dl dd > ul > li a {
text-decoration: underline;
}
section #privacy-header .attention {
background: #fff;
}
section #privacy-contents .attention {
background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
section h3 {
font-size: 18px;
}
section ol {
padding: 25px 15px;
font-size: 13px;
}
section ol > li {
padding: 15px 0;
}
section .attention {
margin: 30px 0 10px;
}
section .attention dl {
font-size: 13px;
padding: 25px 30px;
}
}
section #privacy-header {
background: #f7f7f7;
}
section #privacy-header .inner {
padding: 25px 15px;
}
section #privacy-header .inner p {
font-size: 12px;
}
@media only screen and (min-width: 768px) {
section #privacy-header .inner {
padding: 50px 0;
width: 700px;
margin: 0 auto;
}
section #privacy-header .inner p {
font-size: 13px;
}
}
section #privacy-contents .inner {
padding: 25px 15px;
}
section #privacy-contents .inner h3 {
text-align: center;
}
section #privacy-contents .inner h4 {
font-size: 14px;
padding: 35px 0 5px;
}
@media only screen and (min-width: 768px) {
section #privacy-contents .inner {
padding: 50px 0;
width: 700px;
margin: 0 auto;
}
section #privacy-contents .inner h3 {
font-size: 20px;
}
section #privacy-contents .inner h4 {
font-size: 18px;
padding: 35px 0 5px;
}
}