@charset "utf-8";
.flex-column, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important; }

.flex-direction-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important; }

.d-flex, .os_place_area, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { display: -webkit-box!important; display: -webkit-flex!important; display: -ms-flexbox!important; display: flex!important; }

.justify-content-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important; }

.align-items-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; }

.align-items-end { -webkit-box-align: flex-end!important; -webkit-align-items: flex-end!important; -ms-flex-align: flex-end!important; align-items: flex-end!important; }

/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none; }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Base
----------------------------------------------------*/
html { font-size: 100%; }

body { font-size: 75%; /* 12px */ }

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 { margin: 0; padding: 0; vertical-align: baseline; font-style: normal; font-weight: normal; }

h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-weight: normal; font-size: 100%; }

p, li, dt, dd, th, td { line-height: 1.5; }

ul, ol { list-style-type: none; list-style-position: outside; }

table { border: 0; border-collapse: collapse; border-spacing: 0; }

img { vertical-align: bottom; }

.pull-left { float: left; }

.pull-right { float: right; }

.b1 { font-weight: 900; }

.b2 { font-weight: 700; }

.b3 { font-weight: 500; }

.b4 { font-weight: 300; }

.b5 { font-weight: 100; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mt25 { margin-top: 25px; }

.mt30 { margin-top: 30px; }

.mt35 { margin-top: 35px; }

.mt40 { margin-top: 40px; }

.mt45 { margin-top: 45px; }

.mt50 { margin-top: 50px; }

.mt55 { margin-top: 55px; }

.mt60 { margin-top: 60px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.mb25 { margin-bottom: 25px; }

.mb30 { margin-bottom: 30px; }

.mb35 { margin-bottom: 35px; }

.mb40 { margin-bottom: 40px; }

.mb45 { margin-bottom: 45px; }

.mb50 { margin-bottom: 50px; }

.mb55 { margin-bottom: 55px; }

.mb60 { margin-bottom: 60px; }

/* ========================================================================== clearfix
========================================================================== */
.clearfix { *zoom: 1; }
.clearfix:after { content: ""; width: 0; height: 0; display: block; clear: both; visibility: hidden; }

/****************************************************************
	common
*****************************************************************/
a { margin: 0 auto; color: #fff; }

a:hover { color: #ffe200; }

.content_bg { text-indent: -9999px; margin: 0 auto; }

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



		基本レイアウト用CSS

		

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.sp { display: none; }

.pc { display: block; }

@media screen and (max-width: 640px) { .sp { display: block !important; }
  .pc { display: none !important; } }



/**************************************************************



	Header



***************************************************************/
#headerarea { position: relative; z-index: 100; background-color: #fff; margin: 0; padding: 0; width: 100%; }

#header { margin: 0 auto; overflow: hidden; }

#header-bar { background-color: #00a0b8; clear: both; height: 5px; width: 100%; }

.header_top { overflow: hidden; /*     margin-bottom:11px;*/ float: right; }

#headerlogo { text-align: right; margin: 0 20px 0; padding-top: 1px; /*	padding-bottom:2px;*/ zoom: 1; }

#headerlogo li { display: inline; font-size: 12px; color: #666666; white-space: nowrap; margin-right: 4px; margin-top: 1px; }

#header h1 { float: left; display: inline; padding-top: 31px; }

#header h1 img { width: 210px; height: auto; }

#header p.bnr-corporate { position: absolute; top: 11px; right: 0; }

.v_corp { padding: 13px 0 0  !important; }

.logo_shutoko { float: right; margin: 2px 1px 0 0; vertical-align: bottom; }

@media screen and (max-width: 640px) { #header-bar { height: 2px; z-index: 10000; }
  #header { margin-bottom: 0; width: 100%; }
  .header_top { margin-bottom: 0; padding-bottom: 10px; width: 100%; float: none; border: 1px solid #ececec; margin-top: 10px; position: relative; }
  #header h1 { padding: 12px 10px 10px 10px; position: absolute; top: 0; z-index: 1000; height: 30px; }
  #header h1 img { width: 150px; }
  .v_corp { padding: 0 !important; width: 100%; float: left; } }
@media screen and (max-width: 640px) { #headerlogo { width: auto; } }
/* main
===============================================================*/
#main p.skip a:link, #footer p.skip a:visited, #footer p.skip a:hover, #footer p.skip a:active { color: #0092b2; text-decoration: underline; }

/**************************************************************



	Container



***************************************************************/
.container { width: 800px; padding: 50px 0 50px; margin: 0 auto; position: relative; }
.container > p { max-width: 90%; margin: 50px auto; color: #fff; }

@media screen and (max-width: 640px) { .container { width: 90%; } }
/**************************************************************



	Footer



***************************************************************/
#footer { position: relative; margin: 0; font-size: 75%; background: url("/common/images_renew/bg_footer.gif") repeat left top; clear: both; }

#info { display: none; width: 100%; background-color: #fff; }
#info #logo { border-top: solid 1px #00b0ec; width: 100%; }
#info #logo ul { display: block; width: 307px; height: 42px; margin: 20px auto; }
#info #logo li { float: left; margin: 0 25px; }
#info #logo li a { display: block; height: 100%; }

#footerMenu { background-color: #00a0b8; margin: 0; padding-bottom: 11px; padding-top: 11px; text-align: center; }

ul#footerMenu li#end { border-right: medium none; }

#footerMenu::after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }

#footerMenu li { border-right: 1px solid #ffffff; color: #666666; display: inline; font-size: 12px; padding: 0 10px; white-space: nowrap; }

ul#footerMenu li a, ul#footerMenu li a:link, ul#footerMenu li a:visited { color: #ffffff; text-decoration: none; }

a.externalMark { background: rgba(0, 0, 0, 0) url("/common/images/ico_link_window_01.gif") no-repeat scroll right center; margin-right: 5px; padding-right: 15px; }

a.externalMark.nega { background: url("/common/images/ico_link_window_03.gif") no-repeat scroll right center; margin-right: 5px; padding-right: 15px; }

#footer p#copyright { text-align: center; padding: 10px 0; }

@media screen and (max-width: 640px) { #topbutton { display: inline-block; float: right; margin-top: -65px; margin-right: 10px; }
  #footer .info { width: 100%; }
  #tel { width: 278px; height: 72px; margin: 39px auto; background-size: 278px 72px; }
  #footer ul#footerMenu { height: auto; overflow: hidden; }
  #footer ul#footerMenu li { padding: 3px 10px 3px 10px; display: inline-block; border: none; }
  #footer p#copyright { padding: 0; } }
/****************************************************************



	Navigation



*****************************************************************/
.gnav-sprite,
/*.gnav-news, ul#gNav_menu li a.news span, ul#gNav_menu li a.news:hover span,*/
/*.gnav-recommend, ul#gNav_menu li a.recommend span, ul#gNav_menu li a.recommend:hover span,*/
/*.gnav-sonomani, ul#gNav_menu li a.sonomani span, ul#gNav_menu li a.sonomani:hover span,*/
.gnav-what, ul#gNav_menu li a.what span, ul#gNav_menu li a.what:hover span,
.gnav-taishi, ul#gNav_menu li a.taishi span, ul#gNav_menu li a.taishi:hover span,
.gnav-campaign, ul#gNav_menu li a.campaign span, ul#gNav_menu li a.campaign:hover span,
.gnav-camEtc, ul#gNav_menu li a.camEtc span, ul#gNav_menu li a.camEtc:hover span,
.gnav-ataru, ul#gNav_menu li a.ataru span, ul#gNav_menu li a.ataru:hover span
 { background: url('../img/gnav.png') no-repeat; width: 320px; height: 102px; }

.gnav-what, ul#gNav_menu li a.what span, ul#gNav_menu li a.what:hover span { background-position: 0 0;}
.gnav-what:hover, ul#gNav_menu li a.what span:hover, ul#gNav_menu li a.what:hover span:hover, .gnav-what.what_hover, ul#gNav_menu li a.what span.what_hover, ul#gNav_menu li a.what:hover span.what_hover, .gnav-what.what-hover, ul#gNav_menu li a.what span.what-hover, ul#gNav_menu li a.what:hover span.what-hover { background-position: -320px 0; }

.gnav-taishi, ul#gNav_menu li a.taishi span, ul#gNav_menu li a.taishi:hover span { background-position: 0 -102px;}
.gnav-taishi:hover, ul#gNav_menu li a.taishi span:hover, ul#gNav_menu li a.taishi:hover span:hover, .gnav-taishi.taishi_hover, ul#gNav_menu li a.taishi span.taishi_hover, ul#gNav_menu li a.taishi:hover span.taishi_hover, .gnav-taishi.taishi-hover, ul#gNav_menu li a.taishi span.taishi-hover, ul#gNav_menu li a.taishi:hover span.taishi-hover { background-position: -320px -102px; }

.gnav-campaign, ul#gNav_menu li a.campaign span, ul#gNav_menu li a.campaign:hover span { background-position: 0 -204px;}
.gnav-campaign:hover, ul#gNav_menu li a.campaign span:hover, ul#gNav_menu li a.campaign:hover span:hover, .gnav-campaign.campaign_hover, ul#gNav_menu li a.campaign span.campaign_hover, ul#gNav_menu li a.campaign:hover span.campaign_hover, .gnav-campaign.campaign-hover, ul#gNav_menu li a.campaign span.campaign-hover, ul#gNav_menu li a.campaign:hover span.campaign-hover { background-position: -320px -204px; }
ul#gNav_menu li.active a.campaign span { background-position: -640px -204px; }
ul#gNav_menu li.active a.campaign:hover span { background-position: -960px -204px; background-color: #14aaf0;}

.gnav-camEtc, ul#gNav_menu li a.camEtc span, ul#gNav_menu li a.camEtc:hover span { background-position: 0 -306px; }
.gnav-camEtc:hover, ul#gNav_menu li a.camEtc span:hover, ul#gNav_menu li a.camEtc:hover span:hover, .gnav-camEtc.camEtc_hover, ul#gNav_menu li a.camEtc span.camEtc_hover, ul#gNav_menu li a.camEtc:hover span.camEtc_hover, .gnav-camEtc.camEtc-hover, ul#gNav_menu li a.camEtc span.camEtc-hover, ul#gNav_menu li a.camEtc:hover span.camEtc-hover { background-position: -320px -306px; }

.gnav-ataru, ul#gNav_menu li a.ataru span, ul#gNav_menu li a.ataru:hover span { background-position: 0 -408px; }
.gnav-ataru:hover, ul#gNav_menu li a.ataru span:hover, ul#gNav_menu li a.ataru:hover span:hover, .gnav-ataru.ataru_hover, ul#gNav_menu li a.ataru span.ataru_hover, ul#gNav_menu li a.ataru:hover span.ataru_hover, .gnav-ataru.ataru-hover, ul#gNav_menu li a.ataru span.ataru-hover, ul#gNav_menu li a.ataru:hover span.ataru-hover { background-position: -320px -408px; }

.locked { overflow: hidden; }
/*.locked body { overflow-y: scroll; }*/

#nav_cover { display: none; }

.locked #nav_cover { display: block; position: fixed; top: -50%; left: 0; width: 100%; height: 200%; background-color: rgba(0, 0, 0, 0.5); z-index: 99; }

#gNav { width: 100%; position: relative; z-index: 100; font-size: 100%; border: none; background-color: #fff; padding: 15px 0; }
#gNav .logo { margin-top: 0; margin-bottom: 0;}
#gNav .logo a { width: 224px; height: 50px; display: block; margin: 0 auto; }
#gNav .logo a img { width: 224px; height: 50px; }
#gNav > a { width: 48px; height: 61px; position: absolute; top: 0px; right: 20px; background: url(/common/img/gnav_menu.png) 0 0 no-repeat; }
#gNav > a.active span:first-child { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transform: translateY(6px) rotate(45deg); -o-transform: translateY(6px) rotate(45deg); -ms-transform: translateY(6px) rotate(45deg); -webkit-transform: translateY(6px) rotate(45deg); transform: translateY(6px) rotate(45deg); }
#gNav > a.active span:nth-child(2) { opacity: 0; }
#gNav > a.active span:last-child { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transform: translateY(-6px) rotate(-45deg); -o-transform: translateY(-6px) rotate(-45deg); -ms-transform: translateY(-6px) rotate(-45deg); -webkit-transform: translateY(-6px) rotate(-45deg); transform: translateY(-6px) rotate(-45deg); }
#gNav > a span { display: block; background: #31b4f2; width: 20px; height: 2px; position: absolute; left: 14px; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; -ms-transition: all 0.6s; transition: all 0.6s; }
#gNav > a span:first-child { top: 17px; }
#gNav > a span:nth-child(2) { top: 23px; }
#gNav > a span:last-child { bottom: 30px; }

ul#gNav_menu.active { right: 0px; opacity: 1; width: 320px; margin-right: 0px; }
ul#gNav_menu.active li ul.sNav_menu.active { opacity: 1; width: 320px; margin-right: 0px; }

ul#gNav_menu { position: absolute; top: 0; right: -320px; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease-in-out; -moz-transition-property: all; -moz-transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-property: all; -o-transition-duration: 0.3s; -o-transition-timing-function: ease-in-out; -ms-transition-property: all; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-in-out; transition-property: all; transition-duration: 0.3s; transition-timing-function: ease-in-out; z-index: 100; opacity: 0; height: 100vh; overflow-x: hidden; overflow-y: auto; width: 0px; margin-top: 0; margin-left: auto; font-size: 122%; font-weight: bold; }
ul#gNav_menu li ul.sNav_menu { -webkit-transition-property: all; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease-in-out; -moz-transition-property: all; -moz-transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-property: all; -o-transition-duration: 0.3s; -o-transition-timing-function: ease-in-out; -ms-transition-property: all; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-in-out; transition-property: all; transition-duration: 0.3s; transition-timing-function: ease-in-out; z-index: 100; opacity: 0; overflow-x: hidden; overflow-y: hidden; width: 0px; margin-top: 0; margin-left: auto; font-size: 122%; font-weight: bold; }

ul#gNav_menu li { width: 320px;}

ul#gNav_menu li:first-child { margin-top: 125px; }
ul#gNav_menu li ul.sNav_menu li:first-child { margin-top: 0; }
@media screen and (max-width: 640px) {
  ul#gNav_menu li:first-child { margin-top: 122px; }
  ul#gNav_menu li ul.sNav_menu li:first-child { margin-top: 0; }
}
ul#gNav_menu li a { /*border-top: 2px solid #31b4f2;*/ display: -webkit-box!important; /* Android */ display: -webkit-flex!important; /* safari(pc) */ display: -ms-flexbox!important; /* IE10 */ display: flex!important; -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; width: 320px; height: 102px; background: #fff; color: #14aaf0; }
/*ul#gNav_menu li a.news span { content: ""; display: block; text-indent: -9999px; }*/
/*ul#gNav_menu li a.sonomani span { content: ""; display: block; text-indent: -9999px; }*/
/*ul#gNav_menu li a.recommend span { content: ""; display: block; text-indent: -9999px; }*/
ul#gNav_menu li a.what span { content: ""; display: block; text-indent: -9999px; }
ul#gNav_menu li a.taishi span { content: ""; display: block; text-indent: -9999px; }
ul#gNav_menu li a.campaign span { content: ""; display: block; text-indent: -9999px; }
ul#gNav_menu li a.camEtc span { content: ""; display: block; text-indent: -9999px; }
ul#gNav_menu li a.ataru span { content: ""; display: block; text-indent: -9999px; }
ul#gNav_menu li a:hover { background: #14aaf0; }
ul#gNav_menu li ul.sNav_menu li a:hover { background: rgb(130,200,240); background: #59caf0; }
ul#gNav_menu li:last-child { border: none; }
/****************************************************************



	Ticker NEWS AREA



*****************************************************************/
#ticker-1 { width: 960px; margin: 0 auto; font-size: 1.2em; background-color: #756a68; }
#ticker-1 dd { display: block; float: left; color: #fff; padding-top: 13px; white-space: nowrap;}
#ticker-1 dd { margin-right: 500px; margin-left: 200px; }
#ticker-1 dd span { margin-right: 5px; }
#ticker-1 dd a { color: #fff; text-decoration: underline; }
#ticker-1 dd a:hover { color: #ffe100; }

.ticker_wrapper { /*background-color: #6a5f5b;*/background-color: #000; height: 46px; }

.ticker { padding: 4px 0; width: 960px; height: 38px; margin: 0 auto; overflow: hidden; position: relative; }
.ticker .news_btn { display: block; position: absolute; top: 4px; left: 0; }
.ticker .news_btn a { display: block; width: 120px; height: 38px; background: url(../img/news_more.png) 0 0 no-repeat; }
.ticker .news_btn a:hover { background: url(../img/news_more_hover.png) 0 0 no-repeat; }

.caroufredsel_wrapper { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.caroufredsel_wrapper:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 81px; height: 38px; }

#colorbox #cboxWrapper #cboxLoadedContent { background: none; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }
#colorbox #cboxWrapper #cboxContent { margin-top: 0; background: transparent; }

#cboxClose { position: absolute; top: 90px; right: 15px; display: block; background: url(../img/news_close.png) no-repeat top center; width: 40px; height: 39px; text-indent: -9999px; }

#news_list_area { color: #fff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); overflow: hidden; }
#news_list_area .news_illust_wrapper { left: 0; width: 100%; height: 205px; text-align: center; overflow: hidden; }
#news_list_area .news_illust_wrapper img.chara { position: relative; z-index: 999; }
/*
  #news_list_area .news_illust-wrapper img.chara { position: absolute; top: 0; left: 50%; margin-left: -74px; background: #00ff00; }
*/
#news_list_area .news_illust { position: absolute; top: 74px; width: 100%; height: 140px; background-color: #ff61a4; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }
#news_list_area #news_list { margin: 0px 20px 0px 40px; padding: 10px 0; height: 300px; overflow-x: hidden; overflow-y: auto; background-color: #ff61a4; }
#news_list_area #news_list dt, #news_list_area #news_list dd { margin-bottom: 20px; font-size: 1.2em; }
#news_list_area #news_list dt:last-child, #news_list_area #news_list dd:last-child { border-bottom: none; }
#news_list_area #news_list dt span, #news_list_area #news_list dd span { display: block; }
#news_list_area #news_list dt span.release:before, #news_list_area #news_list dd span.release:before { content: "リリース"; display: inline; background-color: #91cb5d; font-size: 10px; padding: 2px 13px; margin-right: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }
#news_list_area #news_list dt a, #news_list_area #news_list dd a { color: #fff; }
.news_content_wrapper {
  padding-bottom: 14px;
  background: #ff61a4;
   -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 640px) { #cboxContent { margin-top: 0; /*80px!important;*/ }
  .ticker_wrapper{height: 52px;}
  .ticker { box-sizing: border-box;height: 100%;padding: 7px;width: 100%; }
  .ticker .news_btn{
    left: 7px;
    top: 7px;
  }
  .ticker ul li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  #news_list_area { top: 190px; left: 0; width: 100%; }
  #news_list_area #news_list { height: 200px; }
  #news_list_area #news_list dt, #news_list_area #news_list dd { font-size: 1em; } }
/****************************************************************



	animation



*****************************************************************/
.flluffy { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: flluffy10 7s 0s infinite; -moz-animation: flluffy10 7s 0s infinite; animation: flluffy10 7s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.flluffy10 { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: flluffy10 7s 0s infinite; -moz-animation: flluffy10 7s 0s infinite; animation: flluffy10 7s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.flluffy20 { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: flluffy20 4s 0s infinite; -moz-animation: flluffy20 4s 0s infinite; animation: flluffy20 4s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.flluffy30 { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: flluffy30 5s 0s infinite; -moz-animation: flluffy30 5s 0s infinite; animation: flluffy30 5s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.move_vertical10 { -webkit-animation: move_vertical10 5s 0s infinite; -moz-animation: move_vertical10 5s 0s infinite; animation: move_vertical10 5s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.move_horizon10 { -webkit-animation: move_horizon10 5s 0s infinite; -moz-animation: move_horizon10 5s 0s infinite; animation: move_horizon10 5s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes move_horizon10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_horizon10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_horizon10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_horizon20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_horizon20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_horizon20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_horizon30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_horizon30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_horizon30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_vertical10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 10px); -o-transform: translate(0px, 10px); -ms-transform: translate(0px, 10px); -webkit-transform: translate(0px, 10px); transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_vertical10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 10px); -o-transform: translate(0px, 10px); -ms-transform: translate(0px, 10px); -webkit-transform: translate(0px, 10px); transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_vertical10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 10px); -o-transform: translate(0px, 10px); -ms-transform: translate(0px, 10px); -webkit-transform: translate(0px, 10px); transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_vertical20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 20px); -o-transform: translate(0px, 20px); -ms-transform: translate(0px, 20px); -webkit-transform: translate(0px, 20px); transform: translate(0px, 20px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_vertical20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 20px); -o-transform: translate(0px, 20px); -ms-transform: translate(0px, 20px); -webkit-transform: translate(0px, 20px); transform: translate(0px, 20px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_vertical20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 20px); -o-transform: translate(0px, 20px); -ms-transform: translate(0px, 20px); -webkit-transform: translate(0px, 20px); transform: translate(0px, 20px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_vertical30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 30px); -o-transform: translate(0px, 30px); -ms-transform: translate(0px, 30px); -webkit-transform: translate(0px, 30px); transform: translate(0px, 30px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes move_vertical30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 30px); -o-transform: translate(0px, 30px); -ms-transform: translate(0px, 30px); -webkit-transform: translate(0px, 30px); transform: translate(0px, 30px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes move_vertical30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(0px, 30px); -o-transform: translate(0px, 30px); -ms-transform: translate(0px, 30px); -webkit-transform: translate(0px, 30px); transform: translate(0px, 30px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes flluffy-10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(-10px, 0px); -o-transform: translate(-10px, 0px); -ms-transform: translate(-10px, 0px); -webkit-transform: translate(-10px, 0px); transform: translate(-10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes flluffy-10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(-10px, 0px); -o-transform: translate(-10px, 0px); -ms-transform: translate(-10px, 0px); -webkit-transform: translate(-10px, 0px); transform: translate(-10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes flluffy-10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(-10px, 0px); -o-transform: translate(-10px, 0px); -ms-transform: translate(-10px, 0px); -webkit-transform: translate(-10px, 0px); transform: translate(-10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes flluffy10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes flluffy10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes flluffy10 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(10px, 0px); -o-transform: translate(10px, 0px); -ms-transform: translate(10px, 0px); -webkit-transform: translate(10px, 0px); transform: translate(10px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes flluffy20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes flluffy20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes flluffy20 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(20px, 0px); -o-transform: translate(20px, 0px); -ms-transform: translate(20px, 0px); -webkit-transform: translate(20px, 0px); transform: translate(20px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes flluffy30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-moz-keyframes flluffy30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@keyframes flluffy30 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  50% { -moz-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); transform: translate(30px, 0px); }
  100% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

@-webkit-keyframes move_bubble01 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -500px); -o-transform: translate(30px, -500px); -ms-transform: translate(30px, -500px); -webkit-transform: translate(30px, -500px); transform: translate(30px, -500px); opacity: 0; } }

@-moz-keyframes move_bubble01 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -500px); -o-transform: translate(30px, -500px); -ms-transform: translate(30px, -500px); -webkit-transform: translate(30px, -500px); transform: translate(30px, -500px); opacity: 0; } }

@keyframes move_bubble01 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -500px); -o-transform: translate(30px, -500px); -ms-transform: translate(30px, -500px); -webkit-transform: translate(30px, -500px); transform: translate(30px, -500px); opacity: 0; } }

@-webkit-keyframes move_bubble02 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -300px); -o-transform: translate(30px, -300px); -ms-transform: translate(30px, -300px); -webkit-transform: translate(30px, -300px); transform: translate(30px, -300px); opacity: 0; } }

@-moz-keyframes move_bubble02 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -300px); -o-transform: translate(30px, -300px); -ms-transform: translate(30px, -300px); -webkit-transform: translate(30px, -300px); transform: translate(30px, -300px); opacity: 0; } }

@keyframes move_bubble02 { 0% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  100% { -moz-transform: translate(30px, -300px); -o-transform: translate(30px, -300px); -ms-transform: translate(30px, -300px); -webkit-transform: translate(30px, -300px); transform: translate(30px, -300px); opacity: 0; } }

@-webkit-keyframes razzle_maker01 { 0% { opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { opacity: 0.3; } }

@-moz-keyframes razzle_maker01 { 0% { opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { opacity: 0.3; } }

@keyframes razzle_maker01 { 0% { opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { opacity: 0.3; } }

@-webkit-keyframes razzle_maker02 { 0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; } }

@-moz-keyframes razzle_maker02 { 0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; } }

@keyframes razzle_maker02 { 0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; } }

.rotate1 { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: rotate20 4s ease 0s infinite; -moz-animation: rotate20 4s ease 0s infinite; animation: rotate20 4s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.rotate10 { -webkit-animation: rotate10 4s ease 0s infinite; -moz-animation: rotate10 4s ease 0s infinite; animation: rotate10 4s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

.origi_lb { -webkit-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -o-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; transform-origin: 0% 100%; }

.origi_rb { -webkit-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }

.origi_lt { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; }

.origi_rt { -webkit-transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -o-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; transform-origin: 100% 0%; }

.rotate_b_10 { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-animation: rotate10 4s ease 0s infinite; -moz-animation: rotate10 4s ease 0s infinite; animation: rotate10 4s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes rotate20 { 0% { -webkit-transform: rotate(20deg); }
  50% { -webkit-transform: rotate(-20deg); }
  100% { -webkit-transform: rotate(20deg); } }

@-webkit-keyframes rotate20 { 0% { -moz-transform: rotate(20deg); }
  50% { -moz-transform: rotate(-20deg); }
  100% { -moz-transform: rotate(20deg); } }

@-webkit-keyframes rotate20 { 0% { -o-transform: rotate(20deg); }
  50% { -o-transform: rotate(-20deg); }
  100% { -o-transform: rotate(20deg); } }

@-webkit-keyframes rotate20 { 0% { -ms-transform: rotate(20deg); }
  50% { -ms-transform: rotate(-20deg); }
  100% { -ms-transform: rotate(20deg); } }

@-webkit-keyframes rotate20 { 0% { transform: rotate(20deg); }
  50% { transform: rotate(-20deg); }
  100% { transform: rotate(20deg); } }

@-moz-keyframes rotate20 { 0% { -moz-transform: rotate(20deg); }
  50% { -moz-transform: rotate(-20deg); }
  100% { -moz-transform: rotate(20deg); } }

@-ms-keyframes rotate20 { 0% { -ms-transform: rotate(20deg); }
  50% { -ms-transform: rotate(-20deg); }
  100% { -ms-transform: rotate(20deg); } }

@-o-keyframes rotate20 { 0% { -o-transform: rotate(20deg); }
  50% { -o-transform: rotate(-20deg); }
  100% { -o-transform: rotate(20deg); } }

@-webkit-keyframes rotate10 { 0% { -webkit-transform: rotate(10deg); }
  50% { -webkit-transform: rotate(-10deg); }
  100% { -webkit-transform: rotate(10deg); } }

@-webkit-keyframes rotate10 { 0% { -moz-transform: rotate(10deg); }
  50% { -moz-transform: rotate(-10deg); }
  100% { -moz-transform: rotate(10deg); } }

@-webkit-keyframes rotate10 { 0% { -o-transform: rotate(10deg); }
  50% { -o-transform: rotate(-10deg); }
  100% { -o-transform: rotate(10deg); } }

@-webkit-keyframes rotate10 { 0% { -ms-transform: rotate(10deg); }
  50% { -ms-transform: rotate(-10deg); }
  100% { -ms-transform: rotate(10deg); } }

@-webkit-keyframes rotate10 { 0% { transform: rotate(10deg); }
  50% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); } }

@-moz-keyframes rotate10 { 0% { -moz-transform: rotate(10deg); }
  50% { -moz-transform: rotate(-10deg); }
  100% { -moz-transform: rotate(10deg); } }

@-ms-keyframes rotate10 { 0% { -ms-transform: rotate(10deg); }
  50% { -ms-transform: rotate(-10deg); }
  100% { -ms-transform: rotate(10deg); } }

@-o-keyframes rotate10 { 0% { -o-transform: rotate(10deg); }
  50% { -o-transform: rotate(-10deg); }
  100% { -o-transform: rotate(10deg); } }

@-webkit-keyframes rotate5 { 0% { -webkit-transform: rotate(5deg); }
  50% { -webkit-transform: rotate(-5deg); }
  100% { -webkit-transform: rotate(5deg); } }

@-webkit-keyframes rotate5 { 0% { -moz-transform: rotate(5deg); }
  50% { -moz-transform: rotate(-5deg); }
  100% { -moz-transform: rotate(5deg); } }

@-webkit-keyframes rotate5 { 0% { -o-transform: rotate(5deg); }
  50% { -o-transform: rotate(-5deg); }
  100% { -o-transform: rotate(5deg); } }

@-webkit-keyframes rotate5 { 0% { -ms-transform: rotate(5deg); }
  50% { -ms-transform: rotate(-5deg); }
  100% { -ms-transform: rotate(5deg); } }

@-webkit-keyframes rotate5 { 0% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); } }

@-moz-keyframes rotate5 { 0% { -moz-transform: rotate(5deg); }
  50% { -moz-transform: rotate(-5deg); }
  100% { -moz-transform: rotate(5deg); } }

@-ms-keyframes rotate5 { 0% { -ms-transform: rotate(5deg); }
  50% { -ms-transform: rotate(-5deg); }
  100% { -ms-transform: rotate(5deg); } }

@-o-keyframes rotate5 { 0% { -o-transform: rotate(5deg); }
  50% { -o-transform: rotate(-5deg); }
  100% { -o-transform: rotate(5deg); } }

@-webkit-keyframes rotateY { 0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65% { -webkit-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -o-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -ms-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); }
  75% { -webkit-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -o-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-moz-keyframes rotateY { 0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65% { -webkit-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -o-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -ms-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); }
  75% { -webkit-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -o-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes rotateY { 0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65% { -webkit-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -o-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); -ms-transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); transform: matrix3d(0.0, 0, 1, 0.001, 0, 1, 0, 0, -1, 0, 0.0, 0, 0, 0, 0, 1); }
  75% { -webkit-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -o-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); transform: matrix3d(-1, 0, 0.0, -0.001, 0, 1, 0, 0, 0.0, 0, -1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-webkit-keyframes fadein_rotate { 0% { opacity: 0; }
  33% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; } }

@-moz-keyframes fadein_rotate { 0% { opacity: 0; }
  33% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; } }

@keyframes fadein_rotate { 0% { opacity: 0; }
  33% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; } }

/*=================================================



SWIPER



=================================================*/
.swiper-hero { width: 100%; height: 562px; overflow: hidden; }
.swiper-hero .swiper-pagination-custom { bottom: 50px; }

.swiper-slide { width: 100%; height: 100%; overflow: hidden; text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

/*
.swiper-slide:nth-child(2n) { width: 40%;
}
.swiper-slide:nth-child(3n) { width: 20%;
}
*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23EEEEEE'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23EEEEEE'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-pagination-bullet-active { opacity: 1; background: #5ac85a; }

@media screen and (max-width: 640px) { .swiper-hero { height: auto; /*height: 320px;*/ } }
                                                                     /*
$map_images:sprite-map("../img/ani_swiper/ani1101/*.png",$spacing:10px);
$map_images_url:sprite-url($map_images);
*/

.swiper-slide { 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  background-color: #fad2e6;
  /*background-color: #14aaf0;*/
}
.swiper-slide h1 { padding-top: 0; padding-bottom: 0;}
@media screen and (max-width: 640px) {
  .swiper-slide img { width: 100%; /*width: 320px;*/ }
}

/* あたる！ETC2.0 */
.swipe_ataru { background-color: #fe445a; }

/* 平成30年度首都高二輪車ETCキャンペーン */
/*.swipe_camEtc { background: url(../img/ani_swiper/camEtc_pc_bg.png) left top repeat-x; }*/
.swipe_camEtc { background-color: #14aaf0; }
#campaign .swipe_camEtc { background: url(../img/ani_swiper/camEtc_pc_bg.png) left top repeat-x; }
@media screen and (max-width: 640px) {
  .swipe_camEtc {
    /*background: url(../img/ani_swiper/camEtc_sp_bg.png) left bottom repeat; background-size: contain;*/
    background-color: #00acf3;
  }
  #campaign .swipe_camEtc{
    background: url(../img/ani_swiper/camEtc_sp_bg.png) left bottom repeat; background-size: contain;
  }
  .swipe_camEtc img {
    width: 100%;
  }
}

/* ETC2.0とは：no use */
.swipe_what { background-color: #14aaf0; }
.swipe_what .main { background: url("../img/ani_swiper/what.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 563px; width: 1000px; height: 563px; margin: 0 auto; }
@media screen and (max-width: 640px) { .swipe_what .main { background-size: auto 281.5px; width: 500px; height: 281.5px; } }
@media screen and (max-width: 640px) { .swipe_what .main { background: url("../img/ani_swiper/what_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 320px; width: 320px; height: 320px; } }

/* そのまに：no use */
.swipe_sonomani { background-color: #0083f4; }
.swipe_sonomani .main { background: url("../images/slide-sonomani_pc.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 502px; background-position: center bottom; width: 1000px; height: 563px; margin: 0 auto; }
@media screen and (max-width: 640px) { .swipe_sonomani .main { background-size: auto 281.5px; width: 500px; height: 281.5px; } }
@media screen and (max-width: 640px) { .swipe_sonomani .main { background: url("../images/slide-sonomani_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 300px; background-position: center bottom; width: 320px; height: 320px; } }

/* さそって：no use */
.swipe_sasotte { background-color: #e0cb00; }
.swipe_sasotte .main { background: url("../images/slide-sasotte_pc.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 502px; background-position: center bottom; width: 1000px; height: 563px; margin: 0 auto; }
@media screen and (max-width: 640px) { .swipe_sasotte .main { background-size: auto 281.5px; width: 500px; height: 281.5px; } }
@media screen and (max-width: 640px) { .swipe_sasotte .main { background: url("../images/slide-sasotte_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 300px; background-position: center bottom; width: 320px; height: 320px; } }

.swipe-ani01 { background-color: #14aaf0; }
.swipe-ani01 .ani_title { background: url("../img/ani_swiper/ani1101/ani01_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 201px; width: 354px; height: 201px; }
@media screen and (max-width: 640px) { .swipe-ani01 .ani_title { background-size: auto 100.5px; width: 177px; height: 100.5px; } }

/* アニメ：no use */
.swipe-ani02 { background-color: #14aaf0; background: url("../img/ani_swiper/ani1101/bg_ground.png") 0 0 repeat; }
.swipe-ani02 section { background: url("../img/ani_swiper/ani1101/ani02_bg.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 640px; width: 1138px; height: 640px; width: 100%; position: relative; }
@media screen and (max-width: 640px) { .swipe-ani02 section { background-size: auto 320px; width: 569px; height: 320px; } }
.swipe-ani02 section .ani_title { position: absolute; top: 100px; background: url("../img/ani_swiper/ani1101/ani02_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 46px; width: 375px; height: 46px; left: 50%; margin-left: -187.5px; }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_title { background-size: auto 23px; width: 187.5px; height: 23px; margin-left: -93.75px; } }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_title { top: 50px; } }
.swipe-ani02 section .ani_tree { position: absolute; right: 0; top: 0; background: url("../img/ani_swiper/ani1101/ani02_tree.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 142px; width: 306px; height: 142px; }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_tree { background-size: auto 71px; width: 153px; height: 71px; } }
@media screen and (max-width: 890px) { .swipe-ani02 section .ani_tree { right: auto; left: 627px; } }
.swipe-ani02 section .ani_isu { position: absolute; right: 0; bottom: 40px; background: url("../img/ani_swiper/ani1101/ani02_isu.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 247px; width: 246px; height: 247px; }
@media screen and (max-width: 890px) { .swipe-ani02 section .ani_isu { right: auto; left: 627px; } }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_isu { background-size: auto 123.5px; width: 123px; height: 123.5px; } }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_isu { display: none; } }
.swipe-ani02 section .ani_table { position: absolute; bottom: 40px; background: url("../img/ani_swiper/ani1101/ani02_table.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 356px; width: 427px; height: 356px; left: 50%; margin-left: -213.5px; }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_table { bottom: 20px; } }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_table { background-size: auto 178px; width: 213.5px; height: 178px; margin-left: -106.75px; } }
.swipe-ani02 section .ani_table .ani_body { position: absolute; top: 0; background: url("../img/ani_swiper/ani1101/ani02_body.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 356px; width: 427px; height: 356px; }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_table .ani_body { background-size: auto 178px; width: 213.5px; height: 178px; } }
.swipe-ani02 section .ani_table .ani_arm { position: absolute; top: 0; background: url("../img/ani_swiper/ani1101/ani02_arm.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 356px; width: 427px; height: 356px; }
@media screen and (max-width: 640px) { .swipe-ani02 section .ani_table .ani_arm { background-size: auto 178px; width: 213.5px; height: 178px; } }

.swipe-ani03 { background-color: #14aaf0; background: url("../img/ani_swiper/ani1101/bg_ground.png") 0 0 repeat; }
.swipe-ani03 section { background: url("../img/ani_swiper/ani1101/ani03_bg.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 640px; width: 1138px; height: 640px; width: 100%; position: relative; }
@media screen and (max-width: 640px) { .swipe-ani03 section { background-size: auto 320px; width: 569px; height: 320px; } }
.swipe-ani03 section .ani_mirror { background: url("../img/ani_swiper/ani1101/ani03_bg_r.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 640px; width: 340px; height: 640px; position: absolute; top: 0; right: 0; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_mirror { background-size: auto 320px; width: 170px; height: 320px; } }
@media screen and (max-width: 1100px) { .swipe-ani03 section .ani_mirror { right: auto; left: 760px; } }
.swipe-ani03 section .ani_title { position: absolute; top: 100px; background: url("../img/ani_swiper/ani1101/ani03_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 47px; width: 429px; height: 47px; left: 50%; margin-left: -214.5px; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_title { background-size: auto 23.5px; width: 214.5px; height: 23.5px; margin-left: -107.25px; } }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_title { top: 50px; } }
.swipe-ani03 section .ani_area { position: absolute; top: 300px; background: url("../img/ani_swiper/ani1101/ani03_body.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 273px; width: 361px; height: 273px; left: 50%; margin-left: -180.5px; background: none; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_area { top: 150px; } }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_area { background-size: auto 136.5px; width: 180.5px; height: 136.5px; margin-left: -90.25px; } }
.swipe-ani03 section .ani_body { position: absolute; top: 0px; background: url("../img/ani_swiper/ani1101/ani03_body.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 273px; width: 361px; height: 273px; left: 50%; margin-left: -180.5px; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_body { background-size: auto 136.5px; width: 180.5px; height: 136.5px; margin-left: -90.25px; } }
.swipe-ani03 section .ani_body .onpu1 { position: absolute; top: 0px; background: url("../img/ani_swiper/ani1101/ani03_onpu1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 273px; width: 361px; height: 273px; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_body .onpu1 { background-size: auto 136.5px; width: 180.5px; height: 136.5px; } }
.swipe-ani03 section .ani_body .onpu2 { position: absolute; top: 0px; background: url("../img/ani_swiper/ani1101/ani03_onpu2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 273px; width: 361px; height: 273px; }
@media screen and (max-width: 640px) { .swipe-ani03 section .ani_body .onpu2 { background-size: auto 136.5px; width: 180.5px; height: 136.5px; } }

.swipe-ani04 { background-color: #14aaf0; }
.swipe-ani04 section { background: url("../img/ani_swiper/ani1101/ani04_bg.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 475px; width: 535px; height: 475px; position: relative; }
@media screen and (max-width: 640px) { .swipe-ani04 section { background-size: auto 237.5px; width: 267.5px; height: 237.5px; } }
.swipe-ani04 section .ani_title { position: absolute; top: 0; left: 0; background: url("../img/ani_swiper/ani1101/ani04_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 45px; width: 505px; height: 45px; }
@media screen and (max-width: 640px) { .swipe-ani04 section .ani_title { background-size: auto 22.5px; width: 252.5px; height: 22.5px; } }
.swipe-ani04 section .ani_fukidashi { position: absolute; top: 0; left: 0; background: url("../img/ani_swiper/ani1101/ani04_fukidashi.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 475px; width: 535px; height: 475px; }
@media screen and (max-width: 640px) { .swipe-ani04 section .ani_fukidashi { background-size: auto 237.5px; width: 267.5px; height: 237.5px; } }
.swipe-ani04 section .ani_sen { position: absolute; top: 0; left: 0; background: url("../img/ani_swiper/ani1101/ani04_sen.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 475px; width: 535px; height: 475px; }
@media screen and (max-width: 640px) { .swipe-ani04 section .ani_sen { background-size: auto 237.5px; width: 267.5px; height: 237.5px; } }

.swipe-ani05 { background-color: #14aaf0; }
.swipe-ani05 .ani_title { background: url("../img/ani_swiper/ani1101/ani05_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 472px; width: 608px; height: 472px; }
@media screen and (max-width: 640px) { .swipe-ani05 .ani_title { background-size: auto 236px; width: 304px; height: 236px; } }

.swipe-ani06 { background-color: #d9c908; }
.swipe-ani06 .ani_title { background: url("../img/ani_swiper/ani1101/ani06_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 123px; width: 417px; height: 123px; }
@media screen and (max-width: 640px) { .swipe-ani06 .ani_title { background-size: auto 61.5px; width: 208.5px; height: 61.5px; } }

.swipe-ani07 { background-color: #d9c908; }
.swipe-ani07 .ani_title { position: absolute; top: 100px; background: url("../img/ani_swiper/ani1101/ani07_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 125px; width: 554px; height: 125px; left: 50%; margin-left: -277px; }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_title { top: 50px; } }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_title { background-size: auto 62.5px; width: 277px; height: 62.5px; margin-left: -138.5px; } }
.swipe-ani07 .ani_body { position: absolute; bottom: 40px; background: url("../img/ani_swiper/ani1101/ani07_body.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 264px; width: 554px; height: 264px; left: 50%; margin-left: -277px; }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_body { bottom: 40px; } }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_body { background-size: auto 132px; width: 277px; height: 132px; margin-left: -138.5px; } }
.swipe-ani07 .ani_body .ani_img1 { position: absolute; background: url("../img/ani_swiper/ani1101/ani07_img1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 264px; width: 554px; height: 264px; }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_body .ani_img1 { background-size: auto 132px; width: 277px; height: 132px; } }
.swipe-ani07 .ani_body .ani_img2 { position: absolute; background: url("../img/ani_swiper/ani1101/ani07_img2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 264px; width: 554px; height: 264px; }
@media screen and (max-width: 640px) { .swipe-ani07 .ani_body .ani_img2 { background-size: auto 132px; width: 277px; height: 132px; } }

.swipe-ani08 { background-color: #d9c908; }
.swipe-ani08 .ani_title08-1 { position: absolute; top: 80px; background: url("../img/ani_swiper/ani1101/ani08_01.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 515px; width: 581px; height: 515px; left: 50%; margin-left: -290.5px; }
@media screen and (max-width: 640px) { .swipe-ani08 .ani_title08-1 { background-size: auto 257.5px; width: 290.5px; height: 257.5px; margin-left: -145.25px; } }
@media screen and (max-width: 640px) { .swipe-ani08 .ani_title08-1 { top: 30px; } }
.swipe-ani08 .ani_title08-2 { position: absolute; top: 80px; background: url("../img/ani_swiper/ani1101/ani08_02.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 515px; width: 581px; height: 515px; left: 50%; margin-left: -290.5px; }
@media screen and (max-width: 640px) { .swipe-ani08 .ani_title08-2 { background-size: auto 257.5px; width: 290.5px; height: 257.5px; margin-left: -145.25px; } }
@media screen and (max-width: 640px) { .swipe-ani08 .ani_title08-2 { top: 30px; } }

.swipe-ani09 { background-color: #d9c908; }
.swipe-ani09 .ani_title { background: url("../img/ani_swiper/ani1101/ani09_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 313px; width: 420px; height: 313px; }
@media screen and (max-width: 640px) { .swipe-ani09 .ani_title { background-size: auto 156.5px; width: 210px; height: 156.5px; } }

.swipe-ani10 { background-color: #f961a1; }
.swipe-ani10 .ani_title { background: url("../img/ani_swiper/ani1101/ani10_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 327px; width: 484px; height: 327px; }
@media screen and (max-width: 640px) { .swipe-ani10 .ani_title { background-size: auto 163.5px; width: 242px; height: 163.5px; } }

.swipe-ani11 { background-color: #f961a1; }
.swipe-ani11 section { position: relative; width: 0px; }
.swipe-ani11 .ani_title { background: url("../img/ani_swiper/ani1101/ani11_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 81px; width: 436px; height: 81px; left: 50%; margin-left: -218px; margin-top: 10px; margin-bottom: 10px; }
@media screen and (max-width: 640px) { .swipe-ani11 .ani_title { background-size: auto 40.5px; width: 218px; height: 40.5px; margin-left: -109px; } }
.swipe-ani11 .ani_img { background: url("../img/ani_swiper/ani1101/ani11_img.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 328px; width: 570px; height: 328px; left: 50%; margin-left: -285px; }
@media screen and (max-width: 640px) { .swipe-ani11 .ani_img { background-size: auto 164px; width: 285px; height: 164px; margin-left: -142.5px; } }
.swipe-ani11 a.ani_btn { display: block; background: url("../img/ani_swiper/ani1101/ani11_btn.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 49px; width: 460px; height: 49px; left: 50%; margin-left: -230px; }
@media screen and (max-width: 640px) { .swipe-ani11 a.ani_btn { background-size: auto 24.5px; width: 230px; height: 24.5px; margin-left: -115px; } }
.swipe-ani11 a.ani_btn:hover { background: url("../img/ani_swiper/ani1101/ani11_btn_hover.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 49px; width: 460px; height: 49px; left: 50%; margin-left: -230px; }
@media screen and (max-width: 640px) { .swipe-ani11 a.ani_btn:hover { background-size: auto 24.5px; width: 230px; height: 24.5px; margin-left: -115px; } }




.flex-column, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important; }

.flex-direction-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important; }

.d-flex, .os_place_area, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { display: -webkit-box!important; display: -webkit-flex!important; display: -ms-flexbox!important; display: flex!important; }

.justify-content-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important; }

.align-items-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; }

.align-items-end { -webkit-box-align: flex-end!important; -webkit-align-items: flex-end!important; -ms-flex-align: flex-end!important; align-items: flex-end!important; }

/****************************************************************



	top



*****************************************************************/
@media screen and (max-width: 640px) { .swiper-button-next { display: none; }
  .swiper-button-prev { display: none; } }
.inq_btn { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 160px; height: 38px; background-position: 0 -3543px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .inq_btn { background-size: auto 5531px; width: 80px; height: 19px; background-position: 0 -1772px; } }
@media screen and (max-width: 640px) { .inq_btn { margin: 0 auto 10px; } }

.inq_info { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 361px; height: 88px; background-position: 0 -5787px; text-indent: -9999px; margin: 0 auto; margin: 20px auto 40px; }
@media screen and (max-width: 640px) { .inq_info { background-size: auto 5531px; width: 181px; height: 44px; background-position: 0 -2894px; } }
@media screen and (max-width: 640px) { .inq_info { margin: 0px auto 0px; } }

@media screen and (max-width: 640px) { .container.inq { padding: 15px 0 15px; } }

.main_index .main_title { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 502px; height: 138px; background-position: 0 -4723px; text-indent: -9999px; margin: 0 auto; margin-bottom: 60px; }
@media screen and (max-width: 640px) { .main_index .main_title { background-size: auto 5531px; width: 221px; height: 142px; background-position: 0 -1481px; } }
.main_index .main_text { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 579px; height: 54px; background-position: 0 -7004px; text-indent: -9999px; margin: 0 auto; margin-bottom: 50px; }
@media screen and (max-width: 640px) { .main_index .main_text { background-size: auto 5531px; width: 229px; height: 80px; background-position: 0 -2436px; } }
.main_index .main_btn { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 450px; height: 60px; background-position: 0 -10725px; text-indent: -9999px; margin: 0 auto; margin-bottom: 50px; }
@media screen and (max-width: 640px) { .main_index .main_btn { background-size: auto 5531px; width: 225px; height: 31px; background-position: 0 -4999px; } }
.main_index .main_btn:hover { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 450px; height: 60px; background-position: 0 -9246px; text-indent: -9999px; margin: 0 auto; margin-bottom: 50px; }
@media screen and (max-width: 640px) { .main_index .main_btn:hover { background-size: auto 5531px; width: 225px; height: 31px; background-position: 0 -4963px; } }
.main_index .main_illust { background: url("../img/main_illust2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 337px; width: 800px; height: 337px; margin: 0 auto; margin-bottom: -50px; position: relative; }
.main_index .main_illust .main_btn_etc a { position: absolute; top: 88px; left: 66px; display: block; background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 185px; height: 181px; background-position: 0 -8431px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index .main_illust .main_btn_etc a { background-size: auto 5531px; width: 100px; height: 107px; background-position: 0 -3908px; } }
.main_index .main_illust .main_btn_etc a:hover { top: 80px; left: 53px; background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 206px; height: 200px; background-position: 0 -7382px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index .main_illust .main_btn_etc a:hover { background-size: auto 5531px; width: 100px; height: 107px; background-position: 0 -3796px; } }
.main_index .main_illust .main_btn_taishi a { position: absolute; top: 8px; left: 534px; display: block; background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 199px; height: 180px; background-position: 0 -7068px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index .main_illust .main_btn_taishi a { background-size: auto 5531px; width: 100px; height: 107px; background-position: 0 -3302px; } }
.main_index .main_illust .main_btn_taishi a:hover { top: 1px; left: 521px; background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 222px; height: 200px; background-position: 0 -6169px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index .main_illust .main_btn_taishi a:hover { background-size: auto 5531px; width: 100px; height: 107px; background-position: 0 -3190px; } }
.main_index .main_illust .main_btn_tv a { position: absolute; bottom: 0px; left: 650px; display: block; background: url("../img/tv1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 139px; width: 131px; height: 139px; }
.main_index .main_illust .main_btn_tv a:hover { bottom: 0px; left: 650px; background: url("../img/tv1_hover.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 139px; width: 131px; height: 139px; }
@media screen and (max-width: 640px) { .main_index .main_illust { background: url("../img/main_illust2_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 351px; width: 250px; height: 351px; margin-top: -100px; }
  .main_index .main_illust .main_btn_etc a, .main_index .main_illust .main_btn_etc a:hover { top: 90px; left: 0; }
  .main_index .main_illust .main_btn_taishi a, .main_index .main_illust .main_btn_taishi a:hover { top: 0; left: 146px; }
  .main_index .main_illust .main_btn_tv a, .main_index .main_illust .main_btn_tv a:hover { top: 115px; left: 210px; background: url("../img/tv1_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 76.5px; width: 72.5px; height: 76.5px; } }
.main_index .campaign_obi { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 182px; height: 79px; background-position: 0 -10547px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .campaign_obi { background-size: auto 5531px; width: 91px; height: 40px; background-position: 0 -5274px; } }
.main_index .tsuketoku_01 { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 88px; height: 119px; background-position: 0 -10199px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01 { background-size: auto 5531px; width: 58px; height: 79px; background-position: 0 -4658px; } }
.main_index .tsuketoku_01_title { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 572px; height: 64px; background-position: 0 -6095px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_title { background-size: auto 5531px; width: 190px; height: 91px; background-position: 0 -2726px; } }
.main_index .tsuketoku_01_text { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 618px; height: 238px; background-position: 0 -1234px; text-indent: -9999px; margin: 0 auto; margin-bottom: 50px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_text { background-size: auto 5531px; width: 243px; height: 230px; background-position: 0 -383px; } }
.main_index a.tsuketoku_01_btn { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 200px; height: 218px; background-position: 0 -3591px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.tsuketoku_01_btn { background-size: auto 5531px; width: 100px; height: 109px; background-position: 0 -1796px; } }
.main_index a.tsuketoku_01_btn:hover { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 200px; height: 218px; background-position: 0 -4495px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.tsuketoku_01_btn:hover { background-size: auto 5531px; width: 100px; height: 109px; background-position: 0 -2248px; } }
.main_index .tsuketoku_01_bg span { position: absolute; }
.main_index .tsuketoku_01_bg span:nth-child(1) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 302px; height: 165px; background-position: 0 -9483px; text-indent: -9999px; margin: 0 auto; top: 70px; right: 50%; margin-right: 270px; -webkit-animation: flluffy10 7s 0s infinite; -moz-animation: flluffy10 7s 0s infinite; animation: flluffy10 7s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_bg span:nth-child(1) { background-size: auto 5531px; width: 151px; height: 83px; background-position: 0 -4742px; } }
.main_index .tsuketoku_01_bg span:nth-child(2) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 203px; height: 153px; background-position: 0 -8268px; text-indent: -9999px; margin: 0 auto; top: 70px; left: 50%; margin-left: 270px; -webkit-animation: flluffy10 10s 0s infinite; -moz-animation: flluffy10 10s 0s infinite; animation: flluffy10 10s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_bg span:nth-child(2) { background-size: auto 5531px; width: 102px; height: 77px; background-position: 0 -4134px; } }
.main_index .tsuketoku_01_bg span:nth-child(3) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 151px; height: 200px; background-position: 0 -5885px; text-indent: -9999px; margin: 0 auto; bottom: 70px; right: 50%; margin-right: 270px; -webkit-animation: rotate10 7s ease 0s infinite; -moz-animation: rotate10 7s ease 0s infinite; animation: rotate10 7s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_bg span:nth-child(3) { background-size: auto 5531px; width: 76px; height: 100px; background-position: 0 -2943px; } }
.main_index .tsuketoku_01_bg span:nth-child(4) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 172px; height: 184px; background-position: 0 -3819px; text-indent: -9999px; margin: 0 auto; bottom: 70px; left: 50%; margin-left: 270px; -webkit-animation: rotate10 10s ease 0s infinite; -moz-animation: rotate10 10s ease 0s infinite; animation: rotate10 10s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_bg span:nth-child(4) { background-size: auto 5531px; width: 86px; height: 92px; background-position: 0 -1910px; } }
@media screen and (max-width: 640px) { .main_index .tsuketoku_01_bg span:nth-child(1) { margin-right: 110px; }
  .main_index .tsuketoku_01_bg span:nth-child(2) { margin-left: 110px; }
  .main_index .tsuketoku_01_bg span:nth-child(3) { margin-right: 110px; }
  .main_index .tsuketoku_01_bg span:nth-child(4) { margin-left: 130px; } }
.main_index .tsuketoku_02 { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 88px; height: 119px; background-position: 0 -10070px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02 { background-size: auto 5531px; width: 58px; height: 79px; background-position: 0 -4539px; } }
.main_index .tsuketoku_02_title { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 434px; height: 135px; background-position: 0 -5642px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_title { background-size: auto 5531px; width: 260px; height: 81px; background-position: 0 -2521px; } }
.main_index .tsuketoku_02_text { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 712px; height: 246px; background-position: 0 -509px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_text { background-size: auto 5531px; width: 270px; height: 250px; background-position: 0 0; } }
.main_index .tsuketoku_02_btn { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 200px; height: 229px; background-position: 0 -5212px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_btn { background-size: auto 5531px; width: 100px; height: 115px; background-position: 0 -2606px; } }
.main_index .tsuketoku_02_btn:hover { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 200px; height: 229px; background-position: 0 -4013px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_btn:hover { background-size: auto 5531px; width: 100px; height: 115px; background-position: 0 -2007px; } }
.main_index .tsuketoku_02_bg span { position: absolute; }
.main_index .tsuketoku_02_bg span:nth-child(1) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 91px; height: 122px; background-position: 0 -10940px; text-indent: -9999px; margin: 0 auto; top: 70px; right: 50%; margin-right: 270px; -webkit-animation: flluffy10 7s 0s infinite; -moz-animation: flluffy10 7s 0s infinite; animation: flluffy10 7s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_bg span:nth-child(1) { background-size: auto 5531px; width: 46px; height: 61px; background-position: 0 -5470px; } }
.main_index .tsuketoku_02_bg span:nth-child(2) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 116px; height: 135px; background-position: 0 -10795px; text-indent: -9999px; margin: 0 auto; top: 70px; left: 50%; margin-left: 270px; -webkit-animation: flluffy10 10s 0s infinite; -moz-animation: flluffy10 10s 0s infinite; animation: flluffy10 10s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_bg span:nth-child(2) { background-size: auto 5531px; width: 58px; height: 68px; background-position: 0 -5398px; } }
.main_index .tsuketoku_02_bg span:nth-child(3) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 156px; height: 129px; background-position: 0 -9658px; text-indent: -9999px; margin: 0 auto; bottom: 70px; right: 50%; margin-right: 270px; -webkit-animation: rotate10 7s ease 0s infinite; -moz-animation: rotate10 7s ease 0s infinite; animation: rotate10 7s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_bg span:nth-child(3) { background-size: auto 5531px; width: 78px; height: 65px; background-position: 0 -4829px; } }
.main_index .tsuketoku_02_bg span:nth-child(4) { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 203px; height: 167px; background-position: 0 -6827px; text-indent: -9999px; margin: 0 auto; bottom: 70px; left: 50%; margin-left: 270px; -webkit-animation: rotate10 10s ease 0s infinite; -moz-animation: rotate10 10s ease 0s infinite; animation: rotate10 10s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_bg span:nth-child(4) { background-size: auto 5531px; width: 102px; height: 84px; background-position: 0 -3414px; } }
@media screen and (max-width: 640px) { .main_index .tsuketoku_02_bg span:nth-child(1) { margin-right: 110px; }
  .main_index .tsuketoku_02_bg span:nth-child(2) { margin-left: 110px; }
  .main_index .tsuketoku_02_bg span:nth-child(3) { margin-right: 110px; }
  .main_index .tsuketoku_02_bg span:nth-child(4) { margin-left: 110px; } }
.main_index .tsuketoku_03_bg span { position: absolute; }
.main_index .tsuketoku_03_bg span:nth-child(1) { background: url("../img/ataru/top/tsuketoku_03_bg1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 78px; width: 111px; height: 78px; top: 70px; right: 50%; margin-right: 270px; }
.main_index .tsuketoku_03_bg span:nth-child(2) { background: url("../img/ataru/top/tsuketoku_03_bg2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 71px; width: 121px; height: 71px; top: 70px; left: 50%; margin-left: 270px; }
.main_index .tsuketoku_03_bg span:nth-child(3) { background: url("../img/ataru/top/tsuketoku_03_bg3.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 185px; width: 143px; height: 185px; bottom: 70px; right: 50%; margin-right: 270px; -webkit-animation: rotate10 7s ease 0s infinite; -moz-animation: rotate10 7s ease 0s infinite; animation: rotate10 7s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.main_index .tsuketoku_03_bg span:nth-child(4) { background: url("../img/ataru/top/tsuketoku_03_bg4.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 259px; width: 229px; height: 259px; bottom: 70px; left: 50%; margin-left: 270px; -webkit-animation: rotate10 10s ease 0s infinite; -moz-animation: rotate10 10s ease 0s infinite; animation: rotate10 10s ease 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_03_bg span:nth-child(1) { background: url("../img/ataru/top/tsuketoku_03_bg1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 39px; width: 55.5px; height: 39px; margin-right: 110px; }
  .main_index .tsuketoku_03_bg span:nth-child(2) { background: url("../img/ataru/top/tsuketoku_03_bg2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 35.5px; width: 60.5px; height: 35.5px; margin-left: 110px; }
  .main_index .tsuketoku_03_bg span:nth-child(3) { background: url("../img/ataru/top/tsuketoku_03_bg3.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 92.5px; width: 71.5px; height: 92.5px; margin-right: 110px; }
  .main_index .tsuketoku_03_bg span:nth-child(4) { background: url("../img/ataru/top/tsuketoku_03_bg4.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 129.5px; width: 114.5px; height: 129.5px; margin-left: 110px; } }
.main_index .tsuketoku_03 { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 88px; height: 119px; background-position: 0 -9797px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; display: -webkit-box!important; /* Android */ display: -webkit-flex!important; /* safari(pc) */ display: -ms-flexbox!important; /* IE10 */ display: flex!important; }
@media screen and (max-width: 640px) { .main_index .tsuketoku_03 { background-size: auto 5531px; width: 58px; height: 79px; background-position: 0 -4341px; } }
.main_index .ataru_title { background: url("../img/ataru/top/ataru_title.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 69px; width: 516px; height: 69px; margin: 0 auto; }
.main_index .ataru_text { background: url("../img/ataru/top/ataru_text.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 207px; width: 563px; height: 207px; margin: 40px auto; }
.main_index .ataru_btn { background: url("../img/ataru/top/ataru_btn.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 224px; width: 200px; height: 224px; margin: 0 auto; }
.main_index .ataru_btn:hover { background: url("../img/ataru/top/ataru_btn_hover.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 224px; width: 200px; height: 224px; }
@media screen and (max-width: 640px) { .main_index .ataru_title { background: url("../img/ataru/top/ataru_title_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 80px; width: 155px; height: 80px; }
  .main_index .ataru_text { background: url("../img/ataru/top/ataru_text_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 243px; width: 190px; height: 243px; }
  .main_index .ataru_btn { background: url("../img/ataru/top/ataru_btn_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 112px; width: 100px; height: 112px; }
  .main_index .ataru_btn:hover { background: url("../img/ataru/top/ataru_btn_sp.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 112px; width: 100px; height: 112px; } }


/* --------------------
  etc ~LINE STAMP~
-------------------- */
.main_index .etc_obi { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 183px; height: 79px; background-position: 0 -10636px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .etc_obi { background-size: 386.9565217391304% 5531px; width: 92px; height: 40px; background-position: 0 -5318px; } }

.main_index .etc_title { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 399px; height: 141px; background-position: 0 -10328px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .etc_title { background-size: 178% 5531px; width: 200px; height: 71px; background-position: 0 -5164px; } }

.main_index .etc_text { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 450px; height: 58px; background-position: 0 -10479px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .main_index .etc_text { background-size: 192.4324324324324% 5531px; width: 185px; height: 57px; background-position: 0 -3629px; } }

.main_index a.etc_btn01 { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 210px; height: 288px; background-position: 0 -2664px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.etc_btn01 { background-size: 339.047619047619% 5531px; width: 105px; height: 144px; background-position: 0 -1332px; } }

.main_index a.etc_btn01:hover { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 210px; height: 288px; background-position: 0 -2366px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.etc_btn01:hover { background-size: 339.047619047619% 5531px; width: 105px; height: 144px; background-position: 0 -1183px; } }

.main_index a.etc_btn02 { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 210px; height: 288px; background-position: 0 -1780px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.etc_btn02 { background-size: 339.047619047619% 5531px; width: 105px; height: 144px; background-position: 0 -890px; } }

.main_index a.etc_btn02:hover { background-image: url('../img/top-s18df4b0e0b.png'); background-size: auto 11062px; width: 210px; height: 288px; background-position: 0 -1482px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .main_index a.etc_btn02:hover { background-size: 339.047619047619% 5531px; width: 105px; height: 144px; background-position: 0 -741px; } }

.main_index .ani_1 { display: block; position: relative; width: 261px; height: 219px; margin: 0 auto -50px; }
.main_index .ani_1 img { position: absolute; top: 0; left: 0; }
.main_index .ani_1 span { position: absolute; top: 0; left: 0; }
.main_index .ani_1 span:nth-child(1) { background: url("../img/ani1-2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 219px; width: 261px; height: 219px; }
.main_index .ani_1 span:nth-child(2) { background: url("../img/ani1-1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 219px; width: 261px; height: 219px; }
.main_index .ani_1 span:nth-child(3) { background: url("../img/ani1-3.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 219px; width: 261px; height: 219px; }
.main_index .ani_1 span:nth-child(4) { background: url("../img/ani1-4.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 250px; width: 244px; height: 250px; }
@media screen and (max-width: 640px) { .main_index .ani_1 { background: url("../img/ani1-4.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 125px; width: 122px; height: 125px; margin: 0 auto -65px; }
  .main_index .ani_1 span:nth-child(1) { background: url("../img/ani1-2.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 109.5px; width: 130.5px; height: 109.5px; }
  .main_index .ani_1 span:nth-child(2) { background: url("../img/ani1-1.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 109.5px; width: 130.5px; height: 109.5px; }
  .main_index .ani_1 span:nth-child(3) { background: url("../img/ani1-3.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 109.5px; width: 130.5px; height: 109.5px; }
  .main_index .ani_1 span:nth-child(4) { background: url("../img/ani1-4.png") 0 0 no-repeat; text-indent: -9999px; background-size: auto 125px; width: 122px; height: 125px; } }
.main_index .ani_1 .chara { -webkit-animation: anime1 7s 0s infinite; -moz-animation: anime1 7s 0s infinite; animation: anime1 7s 0s infinite; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes anime1 { 0% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); }
  50% { -moz-transform: translate(10px, 0); -o-transform: translate(10px, 0); -ms-transform: translate(10px, 0); -webkit-transform: translate(10px, 0); transform: translate(10px, 0); }
  75% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  100% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); } }

@-moz-keyframes anime1 { 0% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); }
  50% { -moz-transform: translate(10px, 0); -o-transform: translate(10px, 0); -ms-transform: translate(10px, 0); -webkit-transform: translate(10px, 0); transform: translate(10px, 0); }
  75% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  100% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); } }

@keyframes anime1 { 0% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); }
  50% { -moz-transform: translate(10px, 0); -o-transform: translate(10px, 0); -ms-transform: translate(10px, 0); -webkit-transform: translate(10px, 0); transform: translate(10px, 0); }
  75% { -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  100% { -moz-transform: translate(20px, 0); -o-transform: translate(20px, 0); -ms-transform: translate(20px, 0); -webkit-transform: translate(20px, 0); transform: translate(20px, 0); } }

/****************************************************************



	About



*****************************************************************/
.os_main span.bg_left { position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: url(../img/onestop_bg_l.png) 0 0 repeat-x; z-index: -1; }
@media screen and (max-width: 640px) { .os_main span.bg_left { background: url(../img/onestop_bg_l_sp.png) 0 0 repeat-x; background-size: 50% 100%; } }
.os_main span.bg_right { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: url(../img/onestop_bg_r.png) 0 0 repeat-x; z-index: -1; }
@media screen and (max-width: 640px) { .os_main span.bg_right { background: url(../img/onestop_bg_r_sp.png) 0 0 repeat-x; background-size: 50% 100%; } }

.os_main_text { margin-bottom: 40px; }

.os_main_banner { margin-bottom: 40px; }

.os_main_illust01 { margin-bottom: 40px; }

.os_main_illust02 { margin-bottom: -50px; }

@media screen and (min-width: 640px) { .os_main_notice { width: 505px; margin: 0 auto 30px; } }
.os_place_title { position: absolute; top: -26px; left: 50%; margin-left: -209px; z-index: 1000; }
@media screen and (max-width: 640px) { .os_place_title { margin-left: -104.5px; top: -14px; } }

.os_place_area { *zoom: 1; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; }
.os_place_area:after { content: ""; width: 0; height: 0; display: block; clear: both; visibility: hidden; }

.os_place { width: 47%; margin: 0 10px; padding: 10px 0 100px!important; position: relative; }
@media screen and (max-width: 640px) { .os_place { width: 90%; } }
.os_place dl { margin: 0 20px; font-size: 1.5em; }
.os_place dl dt { text-align: center; color: #f961a1; font-weight: bold; padding-top: 30px; }
.os_place dl dd { color: #666666; position: relative; margin-top: 10px; padding-left: 27px; }
.os_place dl dd.day:before { content: ""; position: absolute; top: 0; left: 0; display: inline-block; width: 20px; height: 20px; background: url(../img/icon_day.png) 0 0 no-repeat; }
.os_place dl dd.time:before { content: ""; position: absolute; top: 2px; left: 0; display: inline-block; width: 20px; height: 20px; background: url(../img/icon_time.png) 0 0 no-repeat; }
.os_place dl dd.place:before { content: ""; position: absolute; top: 2px; left: 0; display: inline-block; width: 20px; height: 20px; background: url(../img/icon_place2.png) 0 0 no-repeat; }
.os_place dl dd.notice { font-size: 0.6em; margin-top: 5px; }
.os_place dl dd.notice:before { content: "※"; position: absolute; left: 12px; display: inline-block; }

.os_pbox_btn { position: absolute; left: 50%; }
@media screen and (min-width: 641px) { .os_pbox_btn { margin-left: -150px !important; bottom: 30px; } }
@media screen and (max-width: 640px) { .os_pbox_btn { margin-left: -100px !important; bottom: 30px; } }

.os_yoyaku_btn { margin-bottom: 30px!important; }

.os_yoyaku_text { margin-bottom: 30px; }

.notice_num li { font-size: 1em; margin-left: 30px; }
.notice_num li span { margin-left: -30px; }

@media screen and (min-width: 640px) { .os_yoyaku_notice { width: 467px; margin: 0 auto 30px; }
  .notice_num { width: 467px; margin: 0 auto 30px; } }
.os_inq_btn { margin-bottom: 20px; }

.flex-column, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important; }

.flex-direction-reverse { -webkit-box-orient: vertical!important; -webkit-box-direction: reverse!important; -webkit-flex-direction: row-reverse!important; -ms-flex-direction: row-reverse!important; flex-direction: row-reverse!important; }

.d-flex, .os_place_area, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { display: -webkit-box!important; display: -webkit-flex!important; display: -ms-flexbox!important; display: flex!important; }

.justify-content-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important; }

.align-items-center, .section.blue .circletitle, .section.blue01 .circletitle, .section.blue02 .circletitle, .section.blue03 .circletitle, .section.blue04 .circletitle, .section.green .circletitle, .section.green01 .circletitle, .section.green02 .circletitle, .section.pink01 .circletitle, .section.pink02 .circletitle, .section.purple01 .circletitle, .section.red .circletitle, .section.red01 .circletitle, .section.sky .circletitle, .section.yellow .circletitle, .section.yellow01 .circletitle, .section.yellow02 .circletitle, .section.orange01 .circletitle, .section.orange02 .circletitle { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; }

.align-items-end { -webkit-box-align: flex-end!important; -webkit-align-items: flex-end!important; -ms-flex-align: flex-end!important; align-items: flex-end!important; }

/****************************************************************



	recommend



*****************************************************************/
.recommend { /*
*/ }
.recommend .container { width: 900px; }
@media screen and (max-width: 640px) { .recommend .container { width: 90%; } }
.recommend .rcm_main { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 887px; height: 483px; background-position: 0 0; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_main { background-size: auto 4102px; width: 285px; height: 284px; background-position: 0 -247px; } }
.recommend .rcm_01_text { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 535px; height: 172px; background-position: 0 -4892px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .recommend .rcm_01_text { background-size: auto 4102px; width: 292px; height: 116px; background-position: 0 -1556px; } }
.recommend .rcm_01_illust { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 624px; height: 229px; background-position: 0 -2873px; text-indent: -9999px; margin: 0 auto; margin-bottom: -10px; }
@media screen and (max-width: 640px) { .recommend .rcm_01_illust { background-size: auto 4102px; width: 250px; height: 113px; background-position: 0 -1198px; } }
.recommend .rcm_01_box01_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 295px; height: 22px; background-position: 0 -7155px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box01_title { background-size: auto 4102px; width: 167px; height: 12px; background-position: 0 -3390px; } }
.recommend .rcm_01_box01_arrow { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 295px; height: 22px; background-position: 0 -7123px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box01_arrow { background-size: auto 4102px; width: 81px; height: 115px; background-position: 0 -3148px; } }
.recommend .rcm_01_box01_baner { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 283px; height: 233px; background-position: 0 -2630px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box01_baner { background-size: auto 4102px; width: 169px; height: 136px; background-position: 0 -1057px; } }
.recommend a.rcm_01_box01_btn { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 200px; height: 243px; background-position: 0 -4639px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend a.rcm_01_box01_btn { background-size: auto 4102px; width: 100px; height: 122px; background-position: 0 -1944px; } }
.recommend a.rcm_01_box01_btn:hover { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 200px; height: 243px; background-position: 0 -4140px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend a.rcm_01_box01_btn:hover { background-size: auto 4102px; width: 100px; height: 122px; background-position: 0 -1817px; } }
.recommend .rcm_01_box01_btn_pre { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 180px; height: 236px; background-position: 0 -6877px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box01_btn_pre { background-size: auto 4102px; width: 100px; height: 100px; background-position: 0 -3285px; } }
.recommend .rcm_01_box02_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 325px; height: 22px; background-position: 0 -6845px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box02_title { background-size: auto 4102px; width: 183px; height: 12px; background-position: 0 -3268px; } }
.recommend .rcm_01_box02_arrow { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 325px; height: 22px; background-position: 0 -6813px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box02_arrow { background-size: auto 4102px; width: 84px; height: 115px; background-position: 0 -3029px; } }
.recommend .rcm_01_box02_baner { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 380px; height: 234px; background-position: 0 -1870px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_01_box02_baner { background-size: auto 4102px; width: 218px; height: 153px; background-position: 0 -535px; } }
.recommend a.rcm_01_box02_btn { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 200px; height: 236px; background-position: 0 -5811px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend a.rcm_01_box02_btn { background-size: auto 4102px; width: 100px; height: 118px; background-position: 0 -2660px; } }
.recommend a.rcm_01_box02_btn:hover { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 200px; height: 236px; background-position: 0 -4393px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend a.rcm_01_box02_btn:hover { background-size: auto 4102px; width: 100px; height: 118px; background-position: 0 -2537px; } }
.recommend .rcm_03_title { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 268px; height: 29px; background-position: 0 -4229px; text-indent: -9999px; margin: 0 auto; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .recommend .rcm_03_title { background-size: auto 2413px; width: 179px; height: 19px; background-position: 0 -2066px; } }
.recommend .rcm_step01 { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 62px; height: 67px; background-position: 0 -4685px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step01 { background-size: auto 2413px; width: 31px; height: 34px; background-position: 0 -2343px; } }
.recommend .rcm_step01_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 322px; height: 126px; background-position: 0 -3793px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step01_text { background-size: auto 2413px; width: 224px; height: 80px; background-position: 0 -1573px; } }
.recommend .rcm_step01_illust { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 319px; height: 162px; background-position: 0 -2140px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step01_illust { background-size: auto 2413px; width: 191px; height: 97px; background-position: 0 -543px; } }
.recommend .rcm_step02 { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 68px; height: 67px; background-position: 0 -4531px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step02 { background-size: auto 2413px; width: 34px; height: 34px; background-position: 0 -2266px; } }
.recommend .rcm_step02_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 362px; height: 126px; background-position: 0 -3657px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step02_text { background-size: auto 2413px; width: 202px; height: 103px; background-position: 0 -1391px; } }
.recommend .rcm_step02_illust { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 365px; height: 161px; background-position: 0 -2312px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step02_illust { background-size: auto 2413px; width: 218px; height: 96px; background-position: 0 -738px; } }
.recommend .rcm_step03 { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 69px; height: 67px; background-position: 0 -4454px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step03 { background-size: auto 2413px; width: 35px; height: 34px; background-position: 0 -2227px; } }
.recommend .rcm_step03_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 368px; height: 91px; background-position: 0 -4031px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step03_text { background-size: auto 2413px; width: 189px; height: 80px; background-position: 0 -1744px; } }
.recommend .rcm_step03_illust { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 370px; height: 161px; background-position: 0 -1798px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step03_illust { background-size: auto 2413px; width: 221px; height: 96px; background-position: 0 -341px; } }
.recommend .rcm_step04 { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 70px; height: 67px; background-position: 0 -4608px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step04 { background-size: auto 2413px; width: 35px; height: 34px; background-position: 0 -2304px; } }
.recommend .rcm_step04_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 369px; height: 92px; background-position: 0 -3929px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step04_text { background-size: auto 2413px; width: 190px; height: 81px; background-position: 0 -1658px; } }
.recommend .rcm_step04_illust { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 370px; height: 161px; background-position: 0 -1969px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_step04_illust { background-size: auto 2413px; width: 221px; height: 96px; background-position: 0 -442px; } }
.recommend .rcm_step01_illust, .recommend .rcm_step02_illust, .recommend .rcm_step03_illust, .recommend .rcm_step04_illust { margin: 25px auto; }
.recommend .rcm_04_title { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 122px; height: 29px; background-position: 0 -4347px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_title { background-size: auto 2413px; width: 81px; height: 20px; background-position: 0 -2090px; } }
.recommend .rcm_04_01_title { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 48px; height: 24px; background-position: 0 -4801px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_01_title { background-size: auto 2413px; width: 30px; height: 15px; background-position: 0 -2381px; } }
.recommend .rcm_04_01_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 700px; height: 140px; background-position: 0 -2996px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_01_text { background-size: auto 2413px; width: 250px; height: 144px; background-position: 0 -1242px; } }
.recommend .rcm_04_02_title { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 98px; height: 24px; background-position: 0 -4420px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_02_title { background-size: auto 2413px; width: 61px; height: 15px; background-position: 0 -2154px; } }
.recommend .rcm_04_02_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 700px; height: 220px; background-position: 0 -452px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_02_text { background-size: auto 2413px; width: 250px; height: 221px; background-position: 0 0; } }
.recommend .rcm_04_03_title { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 97px; height: 24px; background-position: 0 -4386px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_03_title { background-size: auto 2413px; width: 61px; height: 15px; background-position: 0 -2134px; } }
.recommend .rcm_04_03_text { background-image: url('../img/sasotte02-s02cafcab0f.png'); background-size: auto 4825px; width: 700px; height: 110px; background-position: 0 -1678px; text-indent: -9999px; margin: 0 auto; margin-bottom: 30px; }
@media screen and (max-width: 640px) { .recommend .rcm_04_03_text { background-size: auto 2413px; width: 250px; height: 89px; background-position: 0 -645px; } }
.recommend .flexbox .linebox { margin-top: 0px; margin-bottom: 50px; }
.recommend .linebox { position: relative; }
.recommend .linebox .rcm_01_box01_arrow, .recommend .linebox .rcm_01_box02_arrow { position: absolute; top: -51px; left: 50%; margin-left: -19px; }
.recommend .linebox .linebox_title { background-color: #fff; text-align: center; padding: 10px 0; }
.recommend .linebox .rcm_01_box01_baner, .recommend .linebox .rcm_01_box02_baner { margin: 30px auto; }
.recommend .campaign .flexbox .linebox { margin-top: 65px; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .recommend .linebox { margin: 135px auto 5px!important; }
  .recommend .linebox .rcm_01_box01_arrow, .recommend .linebox .rcm_01_box02_arrow { top: -121px; margin-left: -40px; }
  .recommend .rcm_03_title { margin-bottom: 10px; }
  .recommend .campaign .linebox { margin: 50px auto 10px!important; } }
.recommend .rcm_02_illust { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 267px; height: 235px; background-position: 0 -5566px; text-indent: -9999px; margin: 0 auto; margin-top: 40px; margin-bottom: -25px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_illust { background-size: auto 4102px; width: 134px; height: 118px; background-position: 0 -2783px; } }
@media screen and (max-width: 640px) { .recommend .rcm_02_illust { margin-top: 0px; margin-bottom: -45px; } }
.recommend .rcm_02_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 418px; height: 52px; background-position: 0 -7607px; text-indent: -9999px; margin: 0 auto; margin-top: -76px; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_title { background-size: auto 4102px; width: 209px; height: 26px; background-position: 0 -3804px; } }
@media screen and (max-width: 640px) { .recommend .rcm_02_title { margin-top: -63px; } }
.recommend .rcm_02_text { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 671px; height: 126px; background-position: 0 -3354px; text-indent: -9999px; margin: 0 auto; margin-top: 40px; margin-bottom: 40px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_text { background-size: auto 4102px; width: 217px; height: 238px; background-position: 0 -693px; } }
.recommend .rcm_02_list01 { width: 400px; margin: 0 auto 40px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01 { width: 220px; } }
.recommend .rcm_02_list01 ul { *zoom: 1; }
.recommend .rcm_02_list01 ul li { float: left; margin: 10px; }
.recommend .rcm_02_list01 ul:after { content: ""; width: 0; height: 0; display: block; clear: both; visibility: hidden; }
.recommend .rcm_02_list01_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 121px; height: 30px; background-position: 0 -8134px; text-indent: -9999px; margin: 0 auto; margin-top: 10px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01_title { background-size: auto 4102px; width: 61px; height: 15px; background-position: 0 -4067px; } }
.recommend .rcm_02_list01_01 { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 180px; height: 140px; background-position: 0 -7337px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01_01 { background-size: auto 4102px; width: 90px; height: 70px; background-position: 0 -3669px; } }
.recommend .rcm_02_list01_02 { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 180px; height: 140px; background-position: 0 -7703px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01_02 { background-size: auto 4102px; width: 90px; height: 70px; background-position: 0 -3852px; } }
.recommend .rcm_02_list01_03 { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 180px; height: 140px; background-position: 0 -7187px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01_03 { background-size: auto 4102px; width: 90px; height: 70px; background-position: 0 -3594px; } }
.recommend .rcm_02_list01_04 { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 180px; height: 140px; background-position: 0 -7853px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list01_04 { background-size: auto 4102px; width: 90px; height: 70px; background-position: 0 -3927px; } }
.recommend .rcm_02_list02 .notice { width: 400px; margin: 20px auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list02 .notice { width: 220px; } }
.recommend .rcm_02_list02_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 121px; height: 30px; background-position: 0 -8094px; text-indent: -9999px; margin: 0 auto; margin-bottom: 10px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list02_title { background-size: auto 4102px; width: 61px; height: 15px; background-position: 0 -4047px; } }
.recommend .rcm_02_list02_text { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 269px; height: 18px; background-position: 0 -8066px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list02_text { background-size: auto 4102px; width: 135px; height: 9px; background-position: 0 -4033px; } }
.recommend .rcm_02_list03 { margin-bottom: 40px; }
.recommend .rcm_02_list03_title { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 88px; height: 30px; background-position: 0 -8174px; text-indent: -9999px; margin: 0 auto; margin-bottom: 10px; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list03_title { background-size: auto 4102px; width: 44px; height: 15px; background-position: 0 -4087px; } }
.recommend .rcm_02_list03_text { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 276px; height: 17px; background-position: 0 -8003px; text-indent: -9999px; margin: 0 auto; }
@media screen and (max-width: 640px) { .recommend .rcm_02_list03_text { background-size: auto 4102px; width: 138px; height: 9px; background-position: 0 -4002px; } }
.recommend a.rcm_02_btn { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 300px; height: 50px; background-position: 0 -7487px; text-indent: -9999px; margin: 0 auto; margin-top: 40px; }
@media screen and (max-width: 640px) { .recommend a.rcm_02_btn { background-size: auto 4102px; width: 200px; height: 31px; background-position: 0 -1781px; } }
.recommend a.rcm_02_btn:hover { background-image: url('../img/sasotte-s192d029a72.png'); background-size: auto 8204px; width: 300px; height: 50px; background-position: 0 -7547px; text-indent: -9999px; margin: 0 auto; margin-top: 40px; }
@media screen and (max-width: 640px) { .recommend a.rcm_02_btn:hover { background-size: auto 4102px; width: 200px; height: 31px; background-position: 0 -1745px; } }
.recommend .step { position: absolute; top: 30px; left: 50%; margin-left: -32.5px; }
@media screen and (max-width: 640px) { .recommend .step { top: 20px; margin-left: -15.5px; } }

/****************************************************************



	About



*****************************************************************/
.about_main_obi { margin-bottom: 40px; }

.about_main_title { margin-bottom: 40px; }

.about_main_illust { margin-bottom: 40px; }

.about_main_text { margin-bottom: 40px; }

.about_point01, .about_point02, .about_point03 { position: absolute; top: 30px; left: 50%; margin-left: -32.5px; }
@media screen and (max-width: 640px) { .about_point01, .about_point02, .about_point03 { top: 20px; margin-left: -15.5px; } }

.about_point01_illust, .about_point02_illust, .about_point03_illust { margin-bottom: 60px; }

.about_point01_img { margin-bottom: 40px; }

.about_point02_img { margin-bottom: 40px; }

.about_point03_img { margin-bottom: 40px; }

.about_point01_title { margin-bottom: 40px; }

.about_point01_text { margin-bottom: 40px; }

.about_point02_title { margin-bottom: 40px; }

.about_point02_text { margin-bottom: 40px; }

.about_point03_title { margin-bottom: 40px; }

.about_point03_text { margin-bottom: 40px; }

.about_new { position: absolute; top: 60px; left: 50%; margin-left: -46px; }
@media screen and (max-width: 640px) { .about_new { top: 30px; margin-left: -23px; } }

.about_new_title { margin-bottom: 40px; }

.about_new_box_title { margin-bottom: 40px; }

.about_new_illust { margin-top: 40px; }

.flexbox.about_how { margin-bottom: 20px; }

.about_how_obi { margin-bottom: 40px; }

.about_how_title { margin-bottom: 100px; }
@media screen and (max-width: 640px) { .about_how_title { margin-bottom: 50px; } }

.about_how_01, .about_how_02 { position: absolute; top: 30px; left: 50%; margin-left: -31px; }
@media screen and (max-width: 640px) { .about_how_01, .about_how_02 { top: 20px; margin-left: -15.5px; } }

.about_how_01_title { margin-bottom: 40px; }

.about_how_01_illust { margin-bottom: 40px; }

.about_how_01_text { margin-bottom: 40px; }

a.about_how_01_btn { margin-bottom: 40px!important; }

.about_how_02_title { margin-bottom: 40px; }

.about_how_02_illust { margin-bottom: 40px; }

.about_how_02_text { margin-bottom: 40px; }

a.about_how_02_btn { margin-bottom: 40px!important; }

.about_know_obi { margin-bottom: 40px; }

.about_know_title { margin-bottom: 40px; }

.about_know_illust { margin-bottom: 40px; }

.about_know_text { margin-bottom: 40px; }

a.about_know_btn { margin-top: 30px!important; margin-bottom: 40px!important; }

.about_know_box01_title { margin-bottom: 30px!important; }

.about_know_box02_title { margin-bottom: 30px!important; }

/**************************************************************



	common



***************************************************************/
.mt10 { margin-top: 10px; }

.mb10 { margin-bottom: 10px; }

.mt11 { margin-top: 11px; }

.mb11 { margin-bottom: 11px; }

.mt12 { margin-top: 12px; }

.mb12 { margin-bottom: 12px; }

.mt13 { margin-top: 13px; }

.mb13 { margin-bottom: 13px; }

.mt14 { margin-top: 14px; }

.mb14 { margin-bottom: 14px; }

.mt15 { margin-top: 15px; }

.mb15 { margin-bottom: 15px; }

.mt16 { margin-top: 16px; }

.mb16 { margin-bottom: 16px; }

.mt17 { margin-top: 17px; }

.mb17 { margin-bottom: 17px; }

.mt18 { margin-top: 18px; }

.mb18 { margin-bottom: 18px; }

.mt19 { margin-top: 19px; }

.mb19 { margin-bottom: 19px; }

.mt20 { margin-top: 20px; }

.mb20 { margin-bottom: 20px; }

.mt21 { margin-top: 21px; }

.mb21 { margin-bottom: 21px; }

.mt22 { margin-top: 22px; }

.mb22 { margin-bottom: 22px; }

.mt23 { margin-top: 23px; }

.mb23 { margin-bottom: 23px; }

.mt24 { margin-top: 24px; }

.mb24 { margin-bottom: 24px; }

.mt25 { margin-top: 25px; }

.mb25 { margin-bottom: 25px; }

.mt26 { margin-top: 26px; }

.mb26 { margin-bottom: 26px; }

.mt27 { margin-top: 27px; }

.mb27 { margin-bottom: 27px; }

.mt28 { margin-top: 28px; }

.mb28 { margin-bottom: 28px; }

.mt29 { margin-top: 29px; }

.mb29 { margin-bottom: 29px; }

.mt30 { margin-top: 30px; }

.mb30 { margin-bottom: 30px; }

.mt31 { margin-top: 31px; }

.mb31 { margin-bottom: 31px; }

.mt32 { margin-top: 32px; }

.mb32 { margin-bottom: 32px; }

.mt33 { margin-top: 33px; }

.mb33 { margin-bottom: 33px; }

.mt34 { margin-top: 34px; }

.mb34 { margin-bottom: 34px; }

.mt35 { margin-top: 35px; }

.mb35 { margin-bottom: 35px; }

.mt36 { margin-top: 36px; }

.mb36 { margin-bottom: 36px; }

.mt37 { margin-top: 37px; }

.mb37 { margin-bottom: 37px; }

.mt38 { margin-top: 38px; }

.mb38 { margin-bottom: 38px; }

.mt39 { margin-top: 39px; }

.mb39 { margin-bottom: 39px; }

.mt40 { margin-top: 40px; }

.mb40 { margin-bottom: 40px; }

.mt41 { margin-top: 41px; }

.mb41 { margin-bottom: 41px; }

.mt42 { margin-top: 42px; }

.mb42 { margin-bottom: 42px; }

.mt43 { margin-top: 43px; }

.mb43 { margin-bottom: 43px; }

.mt44 { margin-top: 44px; }

.mb44 { margin-bottom: 44px; }

.mt45 { margin-top: 45px; }

.mb45 { margin-bottom: 45px; }

.mt46 { margin-top: 46px; }

.mb46 { margin-bottom: 46px; }

.mt47 { margin-top: 47px; }

.mb47 { margin-bottom: 47px; }

.mt48 { margin-top: 48px; }

.mb48 { margin-bottom: 48px; }

.mt49 { margin-top: 49px; }

.mb49 { margin-bottom: 49px; }

.mt50 { margin-top: 50px; }

.mb50 { margin-bottom: 50px; }

.mt51 { margin-top: 51px; }

.mb51 { margin-bottom: 51px; }

.mt52 { margin-top: 52px; }

.mb52 { margin-bottom: 52px; }

.mt53 { margin-top: 53px; }

.mb53 { margin-bottom: 53px; }

.mt54 { margin-top: 54px; }

.mb54 { margin-bottom: 54px; }

.mt55 { margin-top: 55px; }

.mb55 { margin-bottom: 55px; }

.mt56 { margin-top: 56px; }

.mb56 { margin-bottom: 56px; }

.mt57 { margin-top: 57px; }

.mb57 { margin-bottom: 57px; }

.mt58 { margin-top: 58px; }

.mb58 { margin-bottom: 58px; }

.mt59 { margin-top: 59px; }

.mb59 { margin-bottom: 59px; }

.mt60 { margin-top: 60px; }

.mb60 { margin-bottom: 60px; }

.mt61 { margin-top: 61px; }

.mb61 { margin-bottom: 61px; }

.mt62 { margin-top: 62px; }

.mb62 { margin-bottom: 62px; }

.mt63 { margin-top: 63px; }

.mb63 { margin-bottom: 63px; }

.mt64 { margin-top: 64px; }

.mb64 { margin-bottom: 64px; }

.mt65 { margin-top: 65px; }

.mb65 { margin-bottom: 65px; }

.mt66 { margin-top: 66px; }

.mb66 { margin-bottom: 66px; }

.mt67 { margin-top: 67px; }

.mb67 { margin-bottom: 67px; }

.mt68 { margin-top: 68px; }

.mb68 { margin-bottom: 68px; }

.mt69 { margin-top: 69px; }

.mb69 { margin-bottom: 69px; }

.mt70 { margin-top: 70px; }

.mb70 { margin-bottom: 70px; }

.mt71 { margin-top: 71px; }

.mb71 { margin-bottom: 71px; }

.mt72 { margin-top: 72px; }

.mb72 { margin-bottom: 72px; }

.mt73 { margin-top: 73px; }

.mb73 { margin-bottom: 73px; }

.mt74 { margin-top: 74px; }

.mb74 { margin-bottom: 74px; }

.mt75 { margin-top: 75px; }

.mb75 { margin-bottom: 75px; }

.mt76 { margin-top: 76px; }

.mb76 { margin-bottom: 76px; }

.mt77 { margin-top: 77px; }

.mb77 { margin-bottom: 77px; }

.mt78 { margin-top: 78px; }

.mb78 { margin-bottom: 78px; }

.mt79 { margin-top: 79px; }

.mb79 { margin-bottom: 79px; }

.mt80 { margin-top: 80px; }

.mb80 { margin-bottom: 80px; }

.mt81 { margin-top: 81px; }

.mb81 { margin-bottom: 81px; }

.mt82 { margin-top: 82px; }

.mb82 { margin-bottom: 82px; }

.mt83 { margin-top: 83px; }

.mb83 { margin-bottom: 83px; }

.mt84 { margin-top: 84px; }

.mb84 { margin-bottom: 84px; }

.mt85 { margin-top: 85px; }

.mb85 { margin-bottom: 85px; }

.mt86 { margin-top: 86px; }

.mb86 { margin-bottom: 86px; }

.mt87 { margin-top: 87px; }

.mb87 { margin-bottom: 87px; }

.mt88 { margin-top: 88px; }

.mb88 { margin-bottom: 88px; }

.mt89 { margin-top: 89px; }

.mb89 { margin-bottom: 89px; }

.mt90 { margin-top: 90px; }

.mb90 { margin-bottom: 90px; }

.mt91 { margin-top: 91px; }

.mb91 { margin-bottom: 91px; }

.mt92 { margin-top: 92px; }

.mb92 { margin-bottom: 92px; }

.mt93 { margin-top: 93px; }

.mb93 { margin-bottom: 93px; }

.mt94 { margin-top: 94px; }

.mb94 { margin-bottom: 94px; }

.mt95 { margin-top: 95px; }

.mb95 { margin-bottom: 95px; }

.mt96 { margin-top: 96px; }

.mb96 { margin-bottom: 96px; }

.mt97 { margin-top: 97px; }

.mb97 { margin-bottom: 97px; }

.mt98 { margin-top: 98px; }

.mb98 { margin-bottom: 98px; }

.mt99 { margin-top: 99px; }

.mb99 { margin-bottom: 99px; }

.mt100 { margin-top: 100px; }

.mb100 { margin-bottom: 100px; }

html { height: 100%; position: relative; }

/*h1, h2 { text-align: center; padding: 50px 0; }*/
h1 { text-align: center;}
h2 { text-align: center; padding: 50px 0; }

.small { font-size: 0.8em; }

.large { font-size: 1.5em; }

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

a.btn { display: inline-block; }

.notice li { font-size: 1.0em; margin-left: 10px; margin-bottom: 0.7em; line-height: 1.4em; color: #fff; }
.notice li:before { content: "※"; margin-left: -10px; }

.blue { background-color: #14aaf0; }

.section.blue { background-color: #14aaf0; }
.section.blue .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #14aaf0; padding: 0; }
@media screen and (max-width: 640px) { .section.blue .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.blue .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.blue .linebox .circletitle { margin-left: -45px; } }
.section.blue .linebox .circletitle:before, .section.blue .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #14aaf0; }
.section.blue .linebox .circletitle:before { left: -5px; }
.section.blue .linebox .circletitle:after { right: -5px; }

.blue01 { background-color: #28beff; }

.section.blue01 { background-color: #28beff; }
.section.blue01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #28beff; padding: 0; }
@media screen and (max-width: 640px) { .section.blue01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.blue01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.blue01 .linebox .circletitle { margin-left: -45px; } }
.section.blue01 .linebox .circletitle:before, .section.blue01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #28beff; }
.section.blue01 .linebox .circletitle:before { left: -5px; }
.section.blue01 .linebox .circletitle:after { right: -5px; }

.blue02 { background-color: #16b5bf; }

.section.blue02 { background-color: #16b5bf; }
.section.blue02 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #16b5bf; padding: 0; }
@media screen and (max-width: 640px) { .section.blue02 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.blue02 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.blue02 .linebox .circletitle { margin-left: -45px; } }
.section.blue02 .linebox .circletitle:before, .section.blue02 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #16b5bf; }
.section.blue02 .linebox .circletitle:before { left: -5px; }
.section.blue02 .linebox .circletitle:after { right: -5px; }

.blue03 { background-color: #4e91f5; }

.section.blue03 { background-color: #4e91f5; }
.section.blue03 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #4e91f5; padding: 0; }
@media screen and (max-width: 640px) { .section.blue03 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.blue03 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.blue03 .linebox .circletitle { margin-left: -45px; } }
.section.blue03 .linebox .circletitle:before, .section.blue03 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #4e91f5; }
.section.blue03 .linebox .circletitle:before { left: -5px; }
.section.blue03 .linebox .circletitle:after { right: -5px; }

.blue04 { background-color: #2b8ef1; }

.section.blue04 { background-color: #2b8ef1; }
.section.blue04 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #2b8ef1; padding: 0; }
@media screen and (max-width: 640px) { .section.blue04 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.blue04 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.blue04 .linebox .circletitle { margin-left: -45px; } }
.section.blue04 .linebox .circletitle:before, .section.blue04 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #2b8ef1; }
.section.blue04 .linebox .circletitle:before { left: -5px; }
.section.blue04 .linebox .circletitle:after { right: -5px; }


.blue05 { background-color: #00bfff; }
.section.blue05 { background-color: #00bfff; }


.blue06 { background-color: #00abf3; }
.section.blue06 { background-color: #00abf3; }


.green { background-color: #8acf6b; }

.section.green { background-color: #8acf6b; }
.section.green .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #8acf6b; padding: 0; }
@media screen and (max-width: 640px) { .section.green .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.green .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.green .linebox .circletitle { margin-left: -45px; } }
.section.green .linebox .circletitle:before, .section.green .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #8acf6b; }
.section.green .linebox .circletitle:before { left: -5px; }
.section.green .linebox .circletitle:after { right: -5px; }

.green01 { background-color: #00c363; }

.section.green01 { background-color: #00c363; }
.section.green01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #00c363; padding: 0; }
@media screen and (max-width: 640px) { .section.green01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.green01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.green01 .linebox .circletitle { margin-left: -45px; } }
.section.green01 .linebox .circletitle:before, .section.green01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #00c363; }
.section.green01 .linebox .circletitle:before { left: -5px; }
.section.green01 .linebox .circletitle:after { right: -5px; }

.green02 { background-color: #95cc3e; }

.section.green02 { background-color: #95cc3e; }
.section.green02 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #95cc3e; padding: 0; }
@media screen and (max-width: 640px) { .section.green02 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.green02 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.green02 .linebox .circletitle { margin-left: -45px; } }
.section.green02 .linebox .circletitle:before, .section.green02 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #95cc3e; }
.section.green02 .linebox .circletitle:before { left: -5px; }
.section.green02 .linebox .circletitle:after { right: -5px; }

.pink01 { background-color: #f961a1; }

.section.pink01 { background-color: #f961a1; }
.section.pink01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #f961a1; padding: 0; }
@media screen and (max-width: 640px) { .section.pink01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.pink01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.pink01 .linebox .circletitle { margin-left: -45px; } }
.section.pink01 .linebox .circletitle:before, .section.pink01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #f961a1; }
.section.pink01 .linebox .circletitle:before { left: -5px; }
.section.pink01 .linebox .circletitle:after { right: -5px; }

.pink02 { background-color: #ff4898; }

.section.pink02 { background-color: #ff4898; }
.section.pink02 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #ff4898; padding: 0; }
@media screen and (max-width: 640px) { .section.pink02 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.pink02 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.pink02 .linebox .circletitle { margin-left: -45px; } }
.section.pink02 .linebox .circletitle:before, .section.pink02 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #ff4898; }
.section.pink02 .linebox .circletitle:before { left: -5px; }
.section.pink02 .linebox .circletitle:after { right: -5px; }

.purple01 { background-color: #b861e6; }

.section.purple01 { background-color: #b861e6; }
.section.purple01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #b861e6; padding: 0; }
@media screen and (max-width: 640px) { .section.purple01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.purple01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.purple01 .linebox .circletitle { margin-left: -45px; } }
.section.purple01 .linebox .circletitle:before, .section.purple01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #b861e6; }
.section.purple01 .linebox .circletitle:before { left: -5px; }
.section.purple01 .linebox .circletitle:after { right: -5px; }

.red { background-color: black; }

.section.red { background-color: black; }
.section.red .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: black; padding: 0; }
@media screen and (max-width: 640px) { .section.red .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.red .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.red .linebox .circletitle { margin-left: -45px; } }
.section.red .linebox .circletitle:before, .section.red .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: black; }
.section.red .linebox .circletitle:before { left: -5px; }
.section.red .linebox .circletitle:after { right: -5px; }

.red01 { background-color: #e72e45; }

.section.red01 { background-color: #e72e45; }
.section.red01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #e72e45; padding: 0; }
@media screen and (max-width: 640px) { .section.red01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.red01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.red01 .linebox .circletitle { margin-left: -45px; } }
.section.red01 .linebox .circletitle:before, .section.red01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #e72e45; }
.section.red01 .linebox .circletitle:before { left: -5px; }
.section.red01 .linebox .circletitle:after { right: -5px; }

.sky { background-color: #c6e3f1; }

.section.sky { background-color: #c6e3f1; }
.section.sky .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #c6e3f1; padding: 0; }
@media screen and (max-width: 640px) { .section.sky .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.sky .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.sky .linebox .circletitle { margin-left: -45px; } }
.section.sky .linebox .circletitle:before, .section.sky .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #c6e3f1; }
.section.sky .linebox .circletitle:before { left: -5px; }
.section.sky .linebox .circletitle:after { right: -5px; }

.yellow { background-color: #0092f9; }

.section.yellow { background-color: #0092f9; }
.section.yellow .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #0092f9; padding: 0; }
@media screen and (max-width: 640px) { .section.yellow .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.yellow .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.yellow .linebox .circletitle { margin-left: -45px; } }
.section.yellow .linebox .circletitle:before, .section.yellow .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #0092f9; }
.section.yellow .linebox .circletitle:before { left: -5px; }
.section.yellow .linebox .circletitle:after { right: -5px; }

.yellow01 { background-color: #d9c908; }

.section.yellow01 { background-color: #d9c908; }
.section.yellow01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #d9c908; padding: 0; }
@media screen and (max-width: 640px) { .section.yellow01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.yellow01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.yellow01 .linebox .circletitle { margin-left: -45px; } }
.section.yellow01 .linebox .circletitle:before, .section.yellow01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #d9c908; }
.section.yellow01 .linebox .circletitle:before { left: -5px; }
.section.yellow01 .linebox .circletitle:after { right: -5px; }

.yellow02 { background-color: #e1b400; }

.section.yellow02 { background-color: #e1b400; }
.section.yellow02 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #e1b400; padding: 0; }
@media screen and (max-width: 640px) { .section.yellow02 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.yellow02 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.yellow02 .linebox .circletitle { margin-left: -45px; } }
.section.yellow02 .linebox .circletitle:before, .section.yellow02 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #e1b400; }
.section.yellow02 .linebox .circletitle:before { left: -5px; }
.section.yellow02 .linebox .circletitle:after { right: -5px; }

.orange01 { background-color: #f1b600; }

.section.orange01 { background-color: #f1b600; }
.section.orange01 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #f1b600; padding: 0; }
@media screen and (max-width: 640px) { .section.orange01 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.orange01 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.orange01 .linebox .circletitle { margin-left: -45px; } }
.section.orange01 .linebox .circletitle:before, .section.orange01 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #f1b600; }
.section.orange01 .linebox .circletitle:before { left: -5px; }
.section.orange01 .linebox .circletitle:after { right: -5px; }

.orange02 { background-color: #eea600; }

.section.orange02 { background-color: #eea600; }
.section.orange02 .circletitle { display: table-cell; position: absolute; top: -75px; left: 50%; width: 150px; height: 75px; margin-left: -75px; -moz-border-radius-topleft: 150px; -moz-border-radius-topright: 150px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 150px; -webkit-border-top-right-radius: 150px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 150px; border-top-right-radius: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-color: #eea600; padding: 0; }
@media screen and (max-width: 640px) { .section.orange02 .circletitle { top: -37.5px; width: 75px; height: 37.5px; margin-left: -37.5px; -moz-border-radius-topleft: 75px; -moz-border-radius-topright: 75px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 75px; -webkit-border-top-right-radius: 75px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-top-left-radius: 75px; border-top-right-radius: 75px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } }
.section.orange02 .linebox .circletitle { border: solid 5px; border-color: #fff #fff transparent; position: relative; margin-left: -80px; }
@media screen and (max-width: 640px) { .section.orange02 .linebox .circletitle { margin-left: -45px; } }
.section.orange02 .linebox .circletitle:before, .section.orange02 .linebox .circletitle:after { content: ""; display: block; position: absolute; width: 5px; height: 10px; bottom: -5px; background-color: #eea600; }
.section.orange02 .linebox .circletitle:before { left: -5px; }
.section.orange02 .linebox .circletitle:after { right: -5px; }

.contentsarea { overflow: hidden; }

.section { position: relative; color: #fff; }

.end { -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important; -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important; display: -webkit-box!important; /* Android */ display: -webkit-flex!important; /* safari(pc) */ display: -ms-flexbox!important; /* IE10 */ display: flex!important; position: absolute; display: table-cell; height: 100%; width: 100%; background-color: rgba(30, 30, 30, 0.7); z-index: 100; }
.end .commingsoon { width: 275px; height: 22px; }
@media screen and (max-width: 640px) { .end .commingsoon { width: 137.5pxpx; height: 11pxpx; } }

.whitebox { position: relative; padding: 30px 0; margin-bottom: 40px; color: #000; display: block; background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }

.linebox { display: block; border: solid 5px #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }

.flexbox, .sp_flexbox { display: -webkit-box!important; /* Android */ display: -webkit-flex!important; /* safari(pc) */ display: -ms-flexbox!important; /* IE10 */ display: flex!important; -webkit-box-pack: center!important; -webkit-justify-content: center!important; -ms-flex-pack: center!important; justify-content: center!important; width: 100%; }
.flexbox .whitebox, .flexbox .linebox, .sp_flexbox .whitebox, .sp_flexbox .linebox { margin: 10px 10px; }

@media screen and (max-width: 640px) { .flexbox:not(.sp_flexbox) { -webkit-box-orient: vertical!important; -webkit-box-direction: normal!important; -webkit-flex-direction: column!important; -ms-flex-direction: column!important; flex-direction: column!important; }
  .flexbox:not(.sp_flexbox) .whitebox, .flexbox:not(.sp_flexbox) .linebox { width: 100%; margin: 10px auto; }
  .flexbox:not(.sp_flexbox) .linebox { width: 96%; margin: 25px auto; } }
.cld { position: absolute; top: 50px; left: 0; }

.modal_html { text-align: center; width: 356px; min-height: 300px; background-color: #00b0ec; }
.modal_html .thum a { display: block; padding: 20px; }
.modal_html .thum img { width: 316px; }
.modal_html .btn a img { display: block; width: 316px; margin: 0px auto; padding: 20px 0; }

a.modal_link { position: absolute; bottom: -70px; left: 50%; margin-left: -158px; }

#colorbox, #cboxOverlay, #cboxWrapper { overflow: visible!important; }
#colorbox button, #cboxOverlay button, #cboxWrapper button { outline: none; }

/****************************************************************



	Navigation



*****************************************************************/
/**************************************************************
	common sp
***************************************************************/
@media screen and (max-width: 640px) { h1 { padding: 0; }
  .notice { margin: 0 10px; }
  .modal_html { min-width: auto; }
  .modal_html .btn a img { width: 70%; } }


a[data-scroll-target^="#"] {
  cursor: pointer;
}