@charset "UTF-8";
/* Scss Document */
/*----------- Default style bracket  ----------- */
/* font */
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700,800");
/* =======================================================================
　reset
========================================================================== */
* {
  box-sizing: border-box; }

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1;
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 1em; }

ol, ul {
  list-style: none; }

b, strong {
  font-weight: bold; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a {
  outline: none;
  color: #3c79d5; }

a img {
  border: none; }

img {
  height: auto;
  max-width: 100%; }

html {
  font-size: 62.5%; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.4em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,Arial,sans-serif;
  color: #222;
  -webkit-text-size-adjust: 100%; }

/*font-family: 'Barlow', sans-serif;R 400
M 500
B 700
XB 800*/
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem; }

h1 {
  font-size: 2.0rem;
  line-height: 1.2; }

h2 {
  font-size: 2.0rem;
  line-height: 1.25; }

h3 {
  font-size: 1.8rem;
  line-height: 1.3; }

h4 {
  font-size: 1.6rem;
  line-height: 1.35; }

h5 {
  font-size: 1.5rem;
  line-height: 1.5; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

.title-l1-01 {
  font-size: 2.2rem; }

/* Larger than phablet */
@media (min-width: 768px) {
  h1 {
    font-size: 2.0rem; }
  h2 {
    font-size: 2.0rem; }
  h3 {
    font-size: 1.8rem; }
  h4 {
    font-size: 1.6rem; }
  h5 {
    font-size: 1.5rem; }
  h6 {
    font-size: 1.5rem; }
  .title-l1-01 {
    font-size: 4.0rem; } }

.title-l2-01 {
  padding: .75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.title-l2-02 {
  background: #8ac600;
  padding: .5em;
  color: #fff;
  font-size: 2.0rem; }

.title-l2-03 {
  background: #000;
  padding: .5em;
  color: #fff;
  font-size: 2.0rem;
  border: 3px solid #d2dd27;
  text-align: center; }

.title-l3-01 {
  font-size: 1.8rem;
  font-weight: bold; }

.title-l3-02, .center_info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: .5em;
  border-left: 3px solid #8ac600; }

.title-l3-03:before {
  content: "●";
  color: #000; }

.title-l3-04 {
  padding: .5em;
  background: #ccc;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem; }

.title-l3-05 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: .5em;
  border-left: 3px solid #8ac600;
  padding: .5em;
  border-bottom: 1px solid #8ac600; }

.title-l3-wlogo {
  padding-left: 75px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #8ac600;
  margin-bottom: 0;
  overflow: visible;
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #8ac600; }

.title-lead-wlogo {
  padding-left: 75px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px dotted #8ac600; }

.title-l3-wlogo img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 65px;
  height: auto; }

.title-l3-nlogo {
  font-size: 2.0rem;
  font-weight: bold;
  color: #8ac600;
  overflow: visible;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #8ac600;
  border-bottom: 1px dotted #8ac600; }

.txt-green {
  color: #8ac600; }

@media (min-width: 768px) {
  .title-l3-wlogo {
    font-size: 3.3rem;
    padding-top: 15px; }
  .title-lead-wlogo {
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .title-l3-wlogo.mxb, .title-lead-wlogo.mxb {
    padding-left: 110px; }
  .title-l3-wlogo img {
    top: 20px; }
  .title-l3-wlogo.mxb img {
    width: 90px;
    top: 30px; }
  .title-l3-nlogo {
    font-size: 2.45rem;
    padding: 20px 0;
    margin-bottom: 30px; } }

p {
  margin-top: 0;
  border: 0; }

section > :last-child {
  margin-bottom: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #9ecb27;
  outline: none;
  text-decoration: underline; }

a:hover {
  color: #9ecb27; }

a:hover img {
  opacity: 0.8; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #8ac600;
  border-color: #8ac600;
  box-shadow: 3px 3px 0px 0px #dedede;
  -moz-box-shadow: 3px 3px 0px 0px #dedede;
  -webkit-box-shadow: 3px 3px 0px 0px #dedede; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #6daa04;
  border-color: #6daa04; }

/*gradient*/
.button.button-gradient,
button.button-gradient,
input[type="submit"].button-gradient,
input[type="reset"].button-gradient,
input[type="button"].button-gradient {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
  /* IE6-9 */ }

.button.button-gradient:hover,
button.button-gradient:hover,
input[type="submit"].button-gradient:hover,
input[type="reset"].button-gradient:hover,
input[type="button"].button-gradient:hover,
.button.button-gradient:focus,
button.button-gradient:focus,
input[type="submit"].button-gradient:focus,
input[type="reset"].button-gradient:focus,
input[type="button"].button-gradient:focus {
  color: #8ac600;
  background: #e7e7e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.button-black {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1em;
  font-size: 1.3rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px; }

.button-black.blank {
  background: url(/assets/img/icon_blank.png) no-repeat 93% center #000;
  padding-right: 40px;
  background-size: auto 15px; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #8ac600;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.list_normal {
  list-style: none; }

ul.list_normal li:before {
  content: "●"; }

#experience ul.list_normal li:before {
  content: "●";
  color: #8ac600; }

ol.list_num {
  list-style: decimal outside;
  margin-left: 1.5em; }

ul.list_normal {
  padding-left: 1em;
  /* 1文字分の左パディング*/
  text-indent: -1em; }

#links .sec_cont li a {
  color: #000;
  text-decoration: none; }

#links .sec_cont li a {
  padding-right: 1.5em;
  display: inline-block;
  background: url(../img/icon_blank.png) right center no-repeat;
  background-size: 13px auto; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%; }

th, .title-th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc; }

.normal-table {
  width: 100%; }

@media (max-width: 768px) {
  .normal-table > tbody > tr > th, .title-th,
  .normal-table > tbody > tr > td {
    display: block;
    width: 100%; }
  .normal-table > tbody > tr > th, .title-th {
    background: #f5f5f5; } }

.title-th {
  font-size: 1.4rem;
  font-weight: normal; }

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.mod-tbl {
  overflow: auto;
  white-space: nowrap;
  display: block;
  width: auto;
  position: relative; }

.mod-tbl caption {
  display: block;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  width: 100%; }

.mod-tbl tbody {
  width: 100%;
  display: table; }

.mod-tbl tr:first-child th {
  background: #f5f5f5; }

/*tableにスクロールバーを追加*/
.mod-tbl::-webkit-scrollbar {
  height: 5px; }

/*tableにスクロールバーを追加*/
.mod-tbl::-webkit-scrollbar-track {
  background: #F1F1F1; }

/*tableにスクロールバーを追加*/
.mod-tbl::-webkit-scrollbar-thumb {
  background: #BCBCBC; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.75rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sp {
  display: block; }

.pc {
  display: none; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-r-img {
  float: right;
  display: block; }

.img-w50 {
  width: 50%;
  max-width: 100%;
  padding-left: 1.2em; }

.img-w40 {
  width: 100%;
  display: block; }

.img-w50-30 {
  width: 50%;
  display: block;
  padding-left: 1.2em; }

.f-left.img-w50-30 {
  margin-right: 1em;
  margin-bottom: 1.5em; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right !important; }

.link-past {
  clear: both;
  float: none;
  text-align: right;
  display: block; }

.f-75 {
  font-size: 75%;
  font-weight: normal; }

.f-85 {
  font-size: 85%;
  font-weight: normal; }

.f-150-b {
  font-size: 150%;
  font-weight: bold; }

.f-red {
  color: #9C0002; }

.f-red2 {
  color: #f10; }

.f-15 {
  font-size: 1.5rem; }

.f-16r {
  font-size: 1.6rem; }

.link-back {
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px; }

/*font-family: 'Barlow', sans-serif;R 400
M 500
B 700
XB 800*/
.f-barlow, .f-barlow_m, .f-barlow_b, .f-barlow_xb {
  font-family: 'Barlow', sans-serif;
  letter-spacing: .02em; }

.f-barlow {
  font-weight: 400; }

.f-barlow_m {
  font-weight: 500; }

.f-barlow_b {
  font-weight: 700; }

.f-barlow_xb {
  font-weight: 800; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

@media (max-width: 768px) {
  .f-r-img {
    width: 100%;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .pc {
    display: block; }
  .sp {
    display: none; }
  .f-r-img {
    padding-left: 1.2em; }
  .img-w50-30 {
    width: 30%; }
  .mb-pc-30 {
    margin-bottom: 30px; }
  .mb-pc-40 {
    margin-bottom: 40px; }
  .mb-pc-50 {
    margin-bottom: 50px; }
  .br-sp {
    display: none; } }

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block; }

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  display: inline-block; }

.indent-3 {
  padding-left: 3em;
  text-indent: -3em;
  display: inline-block; }

.indent-4 {
  padding-left: 4em;
  text-indent: -4em;
  display: inline-block; }

.indent-5 {
  padding-left: 5em;
  text-indent: -5em;
  display: inline-block; }

.clear {
  clear: both; }

.img-list {
  text-align: left;
  margin: 1em 0; }

.img-list li {
  display: inline-block;
  width: 25%;
  text-align: center; }

.img-list.img-list-col3 li {
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px; }

#page-top {
  text-align: center;
  margin: 0;
  line-height: 4em;
  border-top: 1px solid #ccc;
  margin-top: 40px; }

#page-top a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: .03em;
  font-family: 'Barlow';
  font-weight: 700; }

#page-top a::before {
  content: "↑";
  display: inline-block;
  margin-right: .25em;
  color: #8ac600; }

@media (max-width: 767px) {
  #page-top {
    margin-top: 30px; }
  .img-list li {
    display: block;
    width: 100%;
    margin-bottom: 1em; }
  .img-list li:last-child {
    margin-bottom: 0; }
  .img-list.img-list-col3 li {
    width: 100%;
    margin-right: 0; } }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

hr.hr_dot {
  border-top: 1px dotted #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* Self Clearing Goodness */
.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* ----------------gridstyle ----------------*/
/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block; } }

.opera-only :-o-prefocus, .pure-g {
  word-spacing: -.43em; }

.pure-u, .pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%; }

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%; }

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%; }

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%; }

.pure-u-1-5 {
  width: 20%; }

.pure-u-5-24 {
  width: 20.8333%; }

.pure-u-1-4, .pure-u-6-24 {
  width: 25%; }

.pure-u-7-24 {
  width: 29.1667%; }

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%; }

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%; }

.pure-u-2-5 {
  width: 40%; }

.pure-u-10-24, .pure-u-5-12 {
  width: 41.6667%; }

.pure-u-11-24 {
  width: 45.8333%; }

.pure-u-1-2, .pure-u-12-24 {
  width: 50%; }

.pure-u-13-24 {
  width: 54.1667%; }

.pure-u-14-24, .pure-u-7-12 {
  width: 58.3333%; }

.pure-u-3-5 {
  width: 60%; }

.pure-u-15-24, .pure-u-5-8 {
  width: 62.5%; }

.pure-u-16-24, .pure-u-2-3 {
  width: 66.6667%; }

.pure-u-17-24 {
  width: 70.8333%; }

.pure-u-18-24, .pure-u-3-4 {
  width: 75%; }

.pure-u-19-24 {
  width: 79.1667%; }

.pure-u-4-5 {
  width: 80%; }

.pure-u-20-24, .pure-u-5-6 {
  width: 83.3333%; }

.pure-u-21-24, .pure-u-7-8 {
  width: 87.5%; }

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%; }

.pure-u-23-24 {
  width: 95.8333%; }

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
  width: 100%; }

@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-sm-1-24 {
    width: 4.1667%; }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%; }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%; }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%; }
  .pure-u-sm-1-5 {
    width: 20%; }
  .pure-u-sm-5-24 {
    width: 20.8333%; }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%; }
  .pure-u-sm-7-24 {
    width: 29.1667%; }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%; }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%; }
  .pure-u-sm-2-5 {
    width: 40%; }
  .pure-u-sm-10-24, .pure-u-sm-5-12 {
    width: 41.6667%; }
  .pure-u-sm-11-24 {
    width: 45.8333%; }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%; }
  .pure-u-sm-13-24 {
    width: 54.1667%; }
  .pure-u-sm-14-24, .pure-u-sm-7-12 {
    width: 58.3333%; }
  .pure-u-sm-3-5 {
    width: 60%; }
  .pure-u-sm-15-24, .pure-u-sm-5-8 {
    width: 62.5%; }
  .pure-u-sm-16-24, .pure-u-sm-2-3 {
    width: 66.6667%; }
  .pure-u-sm-17-24 {
    width: 70.8333%; }
  .pure-u-sm-18-24, .pure-u-sm-3-4 {
    width: 75%; }
  .pure-u-sm-19-24 {
    width: 79.1667%; }
  .pure-u-sm-4-5 {
    width: 80%; }
  .pure-u-sm-20-24, .pure-u-sm-5-6 {
    width: 83.3333%; }
  .pure-u-sm-21-24, .pure-u-sm-7-8 {
    width: 87.5%; }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%; }
  .pure-u-sm-23-24 {
    width: 95.8333%; }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-24-24, .pure-u-sm-5-5 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-md-1-24 {
    width: 4.1667%; }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%; }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%; }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%; }
  .pure-u-md-1-5 {
    width: 20%; }
  .pure-u-md-5-24 {
    width: 20.8333%; }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%; }
  .pure-u-md-7-24 {
    width: 29.1667%; }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%; }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%; }
  .pure-u-md-2-5 {
    width: 40%; }
  .pure-u-md-10-24, .pure-u-md-5-12 {
    width: 41.6667%; }
  .pure-u-md-11-24 {
    width: 45.8333%; }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%; }
  .pure-u-md-13-24 {
    width: 54.1667%; }
  .pure-u-md-14-24, .pure-u-md-7-12 {
    width: 58.3333%; }
  .pure-u-md-3-5 {
    width: 60%; }
  .pure-u-md-15-24, .pure-u-md-5-8 {
    width: 62.5%; }
  .pure-u-md-16-24, .pure-u-md-2-3 {
    width: 66.6667%; }
  .pure-u-md-17-24 {
    width: 70.8333%; }
  .pure-u-md-18-24, .pure-u-md-3-4 {
    width: 75%; }
  .pure-u-md-19-24 {
    width: 79.1667%; }
  .pure-u-md-4-5 {
    width: 80%; }
  .pure-u-md-20-24, .pure-u-md-5-6 {
    width: 83.3333%; }
  .pure-u-md-21-24, .pure-u-md-7-8 {
    width: 87.5%; }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%; }
  .pure-u-md-23-24 {
    width: 95.8333%; }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-24-24, .pure-u-md-5-5 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-lg-1-24 {
    width: 4.1667%; }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%; }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%; }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%; }
  .pure-u-lg-1-5 {
    width: 20%; }
  .pure-u-lg-5-24 {
    width: 20.8333%; }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%; }
  .pure-u-lg-7-24 {
    width: 29.1667%; }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%; }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%; }
  .pure-u-lg-2-5 {
    width: 40%; }
  .pure-u-lg-10-24, .pure-u-lg-5-12 {
    width: 41.6667%; }
  .pure-u-lg-11-24 {
    width: 45.8333%; }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%; }
  .pure-u-lg-13-24 {
    width: 54.1667%; }
  .pure-u-lg-14-24, .pure-u-lg-7-12 {
    width: 58.3333%; }
  .pure-u-lg-3-5 {
    width: 60%; }
  .pure-u-lg-15-24, .pure-u-lg-5-8 {
    width: 62.5%; }
  .pure-u-lg-16-24, .pure-u-lg-2-3 {
    width: 66.6667%; }
  .pure-u-lg-17-24 {
    width: 70.8333%; }
  .pure-u-lg-18-24, .pure-u-lg-3-4 {
    width: 75%; }
  .pure-u-lg-19-24 {
    width: 79.1667%; }
  .pure-u-lg-4-5 {
    width: 80%; }
  .pure-u-lg-20-24, .pure-u-lg-5-6 {
    width: 83.3333%; }
  .pure-u-lg-21-24, .pure-u-lg-7-8 {
    width: 87.5%; }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%; }
  .pure-u-lg-23-24 {
    width: 95.8333%; }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-24-24, .pure-u-lg-5-5 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-xl-1-24 {
    width: 4.1667%; }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%; }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%; }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%; }
  .pure-u-xl-1-5 {
    width: 20%; }
  .pure-u-xl-5-24 {
    width: 20.8333%; }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%; }
  .pure-u-xl-7-24 {
    width: 29.1667%; }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%; }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%; }
  .pure-u-xl-2-5 {
    width: 40%; }
  .pure-u-xl-10-24, .pure-u-xl-5-12 {
    width: 41.6667%; }
  .pure-u-xl-11-24 {
    width: 45.8333%; }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%; }
  .pure-u-xl-13-24 {
    width: 54.1667%; }
  .pure-u-xl-14-24, .pure-u-xl-7-12 {
    width: 58.3333%; }
  .pure-u-xl-3-5 {
    width: 60%; }
  .pure-u-xl-15-24, .pure-u-xl-5-8 {
    width: 62.5%; }
  .pure-u-xl-16-24, .pure-u-xl-2-3 {
    width: 66.6667%; }
  .pure-u-xl-17-24 {
    width: 70.8333%; }
  .pure-u-xl-18-24, .pure-u-xl-3-4 {
    width: 75%; }
  .pure-u-xl-19-24 {
    width: 79.1667%; }
  .pure-u-xl-4-5 {
    width: 80%; }
  .pure-u-xl-20-24, .pure-u-xl-5-6 {
    width: 83.3333%; }
  .pure-u-xl-21-24, .pure-u-xl-7-8 {
    width: 87.5%; }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%; }
  .pure-u-xl-23-24 {
    width: 95.8333%; }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
    width: 100%; } }

/* grid-padding*/
.pure-pd-5 {
  padding: 5px; }

.pure-pd-10 {
  padding: 10px; }

.pure-pd-0_5 {
  padding: 0 5px; }

.pure-pd-0_10 {
  padding: 0 10px; }

/* --Base style-- */
body {
  margin: 0 auto; }

/* -- hedaer / nav-- */
header {
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
  height: 51px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 4 !important;
  border-bottom: 1px solid #ccc;
  background: #fff; }

header h1 {
  padding-top: 4px; }

header h1 a {
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none; }

header h1 a:hover {
  opacity: 0.5; }

header h1 img {
  width: 110px;
  height: 38px;
  display: inline-block; }

/* -- contents -- */
#contents {
  position: relative;
  animation: fade 2.5s ease 0s 1 normal;
  -webkit-animation: fade 2.5s ease 0s 1 normal; }

#contents {
  margin-top: 50px;
  position: relative;
  z-index: 0; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: 4%; }
  to {
    opacity: 1;
    padding-top: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: 4%; }
  to {
    opacity: 1;
    padding-top: 0; } }

@keyframes fadeIn3 {
  0% {
    padding-bottom: 72%; }
  100% {
    padding-bottom: 76%; } }

@-webkit-keyframes fadeIn3 {
  0% {
    padding-bottom: 72%; }
  100% {
    padding-bottom: 76%; } }

.txt-box a {
  display: block; }

@keyframes fadeIn2 {
  0% {
    opacity: 0; }
  to {
    opacity: 1;
    margin-right: 0px; } }

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0; }
  to {
    opacity: 1;
    margin-right: 0px; } }

/* ----------------nav style----------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: absolute;
  top: 0;
  /*15*/
  left: 0;
  /*12*/
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: #656565; }

.menu-trigger span {
  position: absolute;
  left: 15px;
  width: 18px;
  height: 3px;
  background-color: #FFF;
  border-radius: none; }

.menu-trigger span:nth-of-type(1) {
  top: 15px; }

.menu-trigger span:nth-of-type(2) {
  top: 23px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 16px; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg); }

.pc-btn-nav {
  display: none; }

#menu {
  width: 100%;
  padding: 20px 10px;
  background: #000; }

#menu {
  display: none;
  position: fixed;
  z-index: 4 !important;
  top: 50px;
  left: 0px; }

.pc-mega-cont-0, .pc-mega-cont-1, .pc-mega-cont-2, .pc-mega-cont-3, .pc-mega {
  display: none; }

#menu li, #menu div {
  text-align: left;
  font-family: 'Barlow', sans-serif;
  letter-spacing: .02em;
  font-weight: bold;
  font-weight: 700;
  line-height: 4em;
  color: #FFF; }

#menu div {
  line-height: 1.5em; }

#menu li a, #menu div a {
  color: #fff;
  text-decoration: none; }

#menu li a:hover, #menu div a:hover {
  background: #333; }

#menu li a.current {
  background: #333; }

#menu ul li .pc {
  display: none; }

#menu a {
  display: block; }

.global-nav {
  overflow: hidden; }

.global-nav .f-jp {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,Arial,sans-serif;
  font-size: 98%; }

.global-nav > li > a {
  padding: 0 10px; }

.global-nav li ul, .global-nav li dl {
  display: none; }

.backtotop {
  background: #aaa;
  border-radius: 50%;
  display: block;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: -60px;
  bottom: 10px;
  text-align: center;
  width: 44px; }

i {
  color: #fff; }

.link-sns {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 3 !important; }

.link-sns li {
  padding: 0 !important;
  display: block;
  width: 43px;
  height: 26px;
  float: right;
  border-left: 1px solid #ccc; }

.link-sns li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

header .btn-shop {
  display: none; }

@media all and (max-width: 767px) {
  #menu {
    height: 100%;
    overflow-y: scroll; }
  .global-nav li {
    border-bottom: 1px solid #444;
    position: relative; }
  .global-nav li dl, .global-nav li ul {
    border-top: 1px dotted #444;
    padding: 10px;
    margin-bottom: 0; }
  .global-nav li dt, .global-nav li dd, .global-nav li li {
    line-height: 3.5em;
    border-bottom: 1px dotted #444; }
  .global-nav li dt:last-child, .global-nav li dd:last-child,
  .global-nav li li:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .global-nav li dt a, .global-nav li dd a, .global-nav li li a {
    padding: 0 10px; }
  .global-nav li .blank {
    padding: 0 10px;
    line-height: 2em;
    background: #222;
    color: #ccc; }
  .global-nav li .mgt30 {
    margin-top: 30px !important; }
  .nav10, .nav11 {
    margin-top: 20px;
    background: #8AC600;
    width: 49%;
    border: none !important; }
  .nav10 {
    float: left; }
  .nav11 {
    float: right; }
  #menu li.nav10 a {
    background: url(../img/icon_shop.png) 10px center no-repeat;
    background-size: 15px auto;
    color: #fff;
    padding-left: 30px; }
  #menu li.nav10 a:hover {
    background-color: #333; }
  .global-nav li span {
    position: absolute;
    top: 6px;
    right: 0;
    border: 1px dotted #333;
    display: block;
    width: 44px;
    height: 44px; }
  .global-nav li span:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -3px;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .global-nav li.active span:after {
    border: none;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menu p.close {
    margin-bottom: 80px; }
  #menu p.close {
    text-align: center;
    color: #fff;
    background: #333;
    padding: 15px;
    cursor: pointer; } }

@media all and (min-width: 768px) {
  .pc-btn-nav {
    display: block;
    width: 100%;
    position: absolute;
    left: 50px;
    top: 0;
    height: 50px;
    overflow: hidden; }
  .pc-btn-nav li {
    cursor: pointer;
    font-weight: bold;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 .5%;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  .pc-btn-nav li:hover {
    background: #eee; } }

@media all and (min-width: 768px) {
  .link-sns {
    right: 200px; }
  header .btn-shop {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 200px;
    line-height: 50px;
    overflow: hidden;
    z-index: 3;
    background: url(../img/icon_shop.png) 15px center no-repeat #8AC600;
    background-size: 20px auto;
    color: #fff;
    text-decoration: none; }
  header .btn-shop:hover {
    opacity: 0.8; }
  .mega-cont-0 .pc-mega-cont-0 {
    display: block; }
  .mega-cont-1 .pc-mega-cont-1 {
    display: block; }
  .mega-cont-2 .pc-mega-cont-2 {
    display: block; }
  .mega-cont-3 .pc-mega-cont-3 {
    display: block; }
  .pc-mega {
    text-align: left;
    width: 100%;
    min-width: 950px;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444; }
  .pc-mega b {
    margin-top: 20px;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,Arial,sans-serif;
    font-size: 2.0rem; }
  .pc-mega .mega-inner {
    display: table;
    width: 100%;
    height: 220px; }
  .pc-mega .mega-inner > div {
    display: table-cell;
    padding: 0 30px;
    width: auto;
    overflow: hidden;
    vertical-align: top;
    border-right: 1px dotted #444;
    width: 25%; }
  .pc-mega .mega-inner > div:last-child {
    border-right: none; }
  .pc-mega-cont-1 .mega-inner > div {
    width: 50%; }
  .pc-mega-cont-3 .mega-inner > div {
    width: 24%; }
  .pc-mega .mega-inner img {
    display: block;
    line-height: 1;
    padding-top: 20px; }
  .pc-mega-cont-1 .mega-inner img {
    float: left;
    padding-right: 20px; }
  .pc-mega-cont-2 .mega-inner img {
    float: left;
    padding-right: 20px; }
  .pc-mega .mega-inner .link_blank img {
    float: none;
    padding: 0;
    display: inline-block;
    margin-left: 10px; }
  .pc-mega .mega-inner p {
    font-weight: normal;
    padding-top: 20px; }
  .pc-mega .mega-inner p img {
    float: none;
    padding: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .pc-mega .mega-inner .f-jp {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,Arial,sans-serif;
    font-size: 98%; }
  .pc-mega .mega-inner > div > a {
    font-size: 1.8rem; }
  .pc-mega .mega-inner > div > .f-l-inline {
    float: left;
    display: inline-block; }
  .mega-list div {
    font-size: 1.7rem;
    display: inline-block;
    width: 100%;
    padding: .83em 0;
    border-bottom: 1px dotted #444; }
  .mega-list a {
    line-height: 1.25em;
    padding: 2px 0; }
  .pc-mega .mega-inner .mega-list a img {
    display: inline-block;
    margin-right: 10px;
    padding: 0; }
  .mega-list div:last-child {
    border-bottom: none; }
  .pc-mega .mega-inner li {
    line-height: 1.25em !important;
    padding: 1em 0;
    border-bottom: 1px dotted #444; }
  .mega-inner ul {
    margin-top: 20px;
    margin-left: 45%; }
  .pc-mega dl {
    display: block;
    float: left;
    height: 155px;
    padding-left: 30px; }
  .pc-mega-cont-3 dl {
    padding-left: 0;
    padding-top: 20px; }
  .pc-mega dl dt {
    font-size: 1.2rem;
    opacity: 0.3; }
  .pc-mega dl dd {
    font-size: 1.3rem;
    margin-bottom: 2px; }
  .pc-mega dl dd a:before {
    content: "- "; }
  .pc-mega .mega-inner > .w-25 {
    width: 25%; }
  .pc-mega .mega-inner > .w-28 {
    width: 25%; }
  .pc-mega .mega-inner > .w-47 {
    width: 47%; }
  .pc-mega .mega-inner > .w-50 {
    width: 50%; }
  #menu {
    min-width: 950px; }
  #menu ul {
    text-align: left; }
  .global-nav {
    width: 100%;
    min-width: 950px;
    max-width: 1024px;
    margin: 0 auto; }
  .global-nav li {
    display: inline-block;
    line-height: 2em !important;
    margin-right: 10px; }
  .global-nav li a:after {
    display: inline-block;
    content: ">";
    margin-left: .5em; }
  .global-nav li.nav10, .global-nav li.nav11, .global-nav li.sp {
    display: none; }
  #menu .close {
    cursor: pointer;
    line-height: 1.5em;
    position: absolute;
    font-size: 1.0rem;
    right: 20px;
    top: 20px;
    background: none;
    padding: 0;
    color: #fff; }
  #menu .close:before {
    content: "×";
    font-size: 3.0rem;
    padding-bottom: 5px;
    font-weight: bold;
    display: block; }
  #menu ul li.nav_bnr {
    padding: 0 !important;
    line-height: 1;
    display: block;
    height: auto;
    padding: 0; }
  #menu ul li.nav_bnr a {
    display: block;
    padding: 0 !important; }
  .nav_bnr img {
    margin: -7px -5px 0 0 !important; } }

@media all and (min-width: 1024px) {
  .pc-btn-nav li {
    padding: 0 1%; } }

@media all and (min-width: 1200px) {
  .pc-btn-nav li {
    padding: 0 20px; } }

/* -- common parts -- */
section {
  text-align: center; }

.rocal_menu {
  position: relative;
  margin-bottom: 35px; }

.rocal_menu ul {
  overflow: hidden;
  display: table;
  width: 100%; }

.rocal_menu li {
  border: 1px solid #ccc;
  border-right: none;
  letter-spacing: .02em;
  color: #666;
  line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
  background: #f5f5f5;
  width: 33%;
  display: table-cell; }

.rocal_menu li:last-child {
  border-right: 1px solid #ccc; }

.rocal_menu li a {
  color: #666;
  font-weight: bold;
  display: block;
  padding: 10px 10px;
  text-decoration: none; }

.rocal_menu li.active {
  background: #9ecb27; }

.rocal_menu li:hover {
  background: #666; }

.rocal_menu li.active a, .rocal_menu li:hover a {
  color: #fff; }

.rocal_menu_rounded {
  text-align: center;
  margin-bottom: 35px; }

.rocal_menu_rounded li {
  display: inline-block;
  width: 32%;
  border: 2px solid #000;
  border-radius: 30px; }

.rocal_menu_rounded li a {
  padding: 0.5em 1em;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold; }

.rocal_menu_rounded li.active, .rocal_menu_rounded li:hover {
  background: #000; }

.rocal_menu_rounded li.active a, .rocal_menu_rounded li:hover a {
  color: #fff; }

@keyframes vertical {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); } }

.txt-fade {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

article, .sec_wrapper, .cont-inner, section, footer {
  width: 100%; }

.common .cont-inner, .common .sec-inner, .lineup_detail #contents .sec_wrapper {
  padding: 0 1.5em; }

#index .sec-inner {
  padding: 0 15px; }

.common .sec-old-inner {
  max-width: 980px; }

.common .sec_cont {
  padding-bottom: 40px;
  text-align: left; }

.common .sec_cont > *:last-child {
  margin-bottom: 0; }

.txt-lead {
  font-size: 1.6rem;
  font-weight: bold; }

.txt-lead2 {
  font-size: 1.6rem;
  font-weight: bold; }

.col-box {
  overflow: hidden;
  padding-bottom: 20px; }

.col-box {
  overflow: hidden; }

.feature-img {
  clear: both;
  padding-left: 35%;
  background: url(/assets/img/xperience/miryoku.jpg) left top no-repeat;
  background-size: 30% auto; }

.feature-img li {
  line-height: 1.2em;
  margin-bottom: 20px; }

.feature-img li img {
  display: block;
  margin-bottom: 10px; }

.txt-fade {
  animation: fadeIn2 2s ease 0.2s 1 normal;
  -webkit-animation: fadeIn2 2s ease 0.2s 1 normal;
  -moz-animation: fadeIn2 2s ease 0.2s 1 normal;
  -o-animation: fadeIn2 2s ease 0.2s 1 normal;
  -ms-animation: fadeIn2 2s ease 0.2s 1 normal; }

.bnr-box {
  padding: 10px; }

.bnr-box a, .bnr-box a img {
  margin: 0;
  line-height: 1; }

.bnr-box:hover {
  opacity: 0.8; }

.pickup-link {
  overflow: hidden;
  margin: 0 0 2%;
  background: url(../img/section_bg_04.png) bottom no-repeat;
  background-size: 100% auto;
  padding: 7% 10% 26%; }

.pickup-link.pick02 {
  background: url(../img/section_bg_pick2.png) top no-repeat;
  background-size: 100% auto;
  padding: 15% 10% 20%; }

.pickup-link.pick02 {
  text-align: center !important; }

.pickup-link.pick01 img {
  float: left; }

.pickup-link.pick02 img {
  display: block;
  margin: 0 auto 20px;
  width: 50%; }

.pickup-link .btn_link {
  text-decoration: none;
  background: #f4a6b9;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
  border-radius: 30px; }

.pickup-link.pick01 .btn_link {
  margin-top: 15px;
  float: right;
  width: 68%; }

.pickup-link.pick02 .btn_link {
  padding: .75em 2.3em;
  background: #00a0e9; }

/*pages contents*/
.title-area {
  position: relative; }

.title-area h1 {
  padding: 20px;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-weight: 700;
  position: relative; }

.title-area h1.f-jp {
  font-size: 2.2rem; }

.title-area h1.f-jp b {
  border-bottom: 2px solid #9ecb27;
  display: inline;
  line-height: 1.65em; }

.title-area h1 b {
  border-bottom: 2px solid #9ecb27;
  letter-spacing: .05em;
  display: inline-block;
  padding: 0.25em;
  font-weight: bold;
  font-weight: 700;
  font-size: 2.2rem; }

.title-area h1 span {
  display: block;
  margin-top: .5em; }

.title-img {
  text-align: center;
  padding: 1em 0 0;
  margin: 0 !important;
  line-height: 1; }

.title-img img {
  width: 80%;
  max-width: 350px;
  height: auto;
  line-height: 0; }

.breadcrumb {
  overflow: hidden;
  padding: 1em 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 3; }

.breadcrumb li {
  color: #999;
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1; }

.breadcrumb a {
  color: #666;
  text-decoration: none; }

.common_h2 {
  border-radius: 15px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25em;
  background: #f2f2f2;
  padding: .75em 1.5em .5em;
  text-align: left;
  position: relative;
  letter-spacing: .02em;
  margin-bottom: 1.5em; }

.int_h2 {
  background: #dff2f7;
  word-break: break-all; }

.int_h2 b {
  display: inline-block;
  margin-right: .5em;
  background: #29abe2;
  color: #fff;
  font-size: 75%;
  padding: .1em 1.5em 0;
  border-radius: 30px; }

.int_h2 span {
  color: #29abe2;
  display: inline;
  margin-left: .75em;
  word-break: break-all; }

.lead-b {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5em !important; }

.btn_link_a {
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  padding: 0.75em;
  border: 1px solid #0083d7;
  display: block;
  font-weight: bold;
  width: 240px;
  margin: 0 auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.btn_link_a:hover {
  background: #eff3f8;
  padding-left: 1.5em; }

.btn_link_search {
  line-height: 1.2;
  width: auto !important;
  max-width: auto;
  word-break: break-all;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 17px;
  background: #666;
  display: inline-block;
  font-weight: bold;
  padding-left: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  position: relative; }

.btn_link_search img {
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -20px; }

.btn_link_search::after {
  content: "▶︎";
  display: inline-block;
  margin-left: .5em;
  color: #8ac600; }

.btn_link_search:hover {
  background: #000; }

/*アコーディオン共通 ページごとのスタイルは別記*/
.ac_tab {
  display: block;
  font-weight: bold;
  padding: .75em 1.5em;
  position: relative;
  cursor: pointer; }

.ac_tab:after, .drlist_Title:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -2.5px; }

.ac_tab.active:after, .drlist_Title.disnon:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ac_tab + .ac_cont {
  display: none; }

.ac_cont {
  padding: .5em 1em 1em; }

/*ローカルナビ（側彎症とは）
.rocal_nav { margin-bottom: 0;}
.rocal_nav li{ font-family:"heisei-maru-gothic-std","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif; 
				margin-bottom: 0.5em; border-radius: 30px; background: #dff2f7;}
.rocal_nav li a{ font-size: 1.5rem; ;text-decoration: none; color:#000; display: block; font-weight: bold; padding: .5em 1.5em; position: relative; }
.rocal_nav li a:after { content: ">"; color: #29abe2; margin-top: -0.5em; line-height: 1; position: absolute; top:50%; right: 1em;}

.rocal_nav li:hover,.rocal_nav li a.current{ background: #29abe2; border-radius: 30px; }
.rocal_nav li:hover a,.rocal_nav li a.current{color: #fff; }
.rocal_nav li:hover a:after,.rocal_nav li a.current:after{color: #fff; }*/
/*ページ送り*/
.page-nav {
  overflow: hidden;
  width: 100%;
  padding: 10px; }

.page-nav li {
  float: right;
  width: 49%;
  text-align: right; }

.page-nav li:first-child {
  float: left;
  text-align: left;
  margin-right: 1; }

.page-nav li.previous {
  padding-right: .5em; }

.page-nav li.next {
  padding-left: .5em; }

footer {
  background: #525252;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 20px; }

footer small {
  font-size: 1.0rem; }

.ftBannerArea {
  width: 100%;
  text-align: center; }

.ftBannerArea ul {
  width: 100%;
  text-align: center; }

.ftBannerArea li {
  width: 100%;
  text-align: center; }

.logo-ftr {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px dotted #fff; }

.logo-ftr img {
  width: 110px;
  height: auto; }

/* Larger than tablet */
@media all and (max-width: 767px) {
  .br-pc {
    display: none; }
  .sec_wrapper {
    width: 100%; }
  .cont-box .img_box {
    width: 85.6%;
    margin: 0 auto 4%; }
  /*ローカルナビ*/
  .rocal_nav {
    display: none; }
  .btn_rocal_nav,
  .btn_rocal_nav span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  .btn_rocal_nav {
    position: absolute;
    right: 0;
    top: -38px;
    width: 32px;
    height: 31px;
    padding: 8px;
    background: #dff2f7; }
  .btn_rocal_nav span {
    position: absolute;
    left: 8px;
    width: 16px;
    height: 3px;
    background-color: #29abe2;
    border-radius: 3px; }
  .btn_rocal_nav span:nth-of-type(1) {
    top: 8px; }
  .btn_rocal_nav span:nth-of-type(2) {
    top: 14px; }
  .btn_rocal_nav span:nth-of-type(3) {
    bottom: 8px; }
  .btn_rocal_nav.active {
    background: #29abe2; }
  .btn_rocal_nav.active span {
    background: #fff; }
  .btn_rocal_nav.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); }
  .btn_rocal_nav.active span:nth-of-type(2) {
    opacity: 0; }
  .btn_rocal_nav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); }
  .docters_links li:last-child a {
    padding: 10px 0; }
  .docters_tab li {
    width: 25%; }
  .docters_tab li:nth-child(4n) {
    border-right: 1px solid #000; }
  .docters_tab li a {
    padding: 0; }
  .breadcrumb {
    display: none; }
  .common .sec_cont nav li:nth-child(3n) {
    border-right: none; }
  .common .sec_cont aside.adobe img {
    display: block;
    margin-bottom: 1em; }
  footer section {
    display: none; }
  #index footer {
    padding-bottom: 70px; } }

@media all and (min-width: 768px) {
  .sp {
    display: none; }
  .br-sp {
    display: none; }
  header {
    min-width: 950px; }
  header h1 a {
    display: inline-block;
    position: relative;
    z-index: 100; }
  .rocal_menu_rounded li {
    display: inline-block;
    max-width: 150px;
    margin: 0 30px; }
  #contents, footer {
    width: 100%;
    min-width: 1024px; }
  .sec_wrapper, .cont-inner, .sec-inner {
    width: 100%;
    max-width: 1024px;
    min-width: 950px;
    margin: 0 auto;
    overflow: hidden; }
  #index .sec_wrapper, #index .sec-inner {
    max-width: 1074px;
    min-width: 950px; }
  #index footer .sec_wrapper {
    max-width: 1024px; }
  .common .sec-old-inner {
    width: 100%;
    max-width: 950px;
    min-width: 950px;
    margin: 0 auto;
    overflow: hidden; }
  #index .sec-inner {
    padding: 0 1.5em; }
  .pickup-link {
    argin: 0;
    padding: 0;
    background: none; }
  .pickup-link.pick01 {
    margin-right: 22%;
    margin-top: 12.5%; }
  .pickup-link.pick01 img {
    width: 34.5%; }
  .pickup-link.pick01 .btn_link {
    width: 59%; }
  .pickup-link.pick02 {
    background: none;
    margin: 0;
    float: none;
    clear: both;
    width: 100%;
    padding: 6.3% 0 0.8% 0;
    text-align: right !important; }
  .pickup-link.pick02 img {
    margin: 0;
    width: 22.2%;
    float: right; }
  .pickup-link.pick02 .btn_link {
    display: inline-block;
    margin-top: 1em; }
  .title-area h1 {
    font-size: 1.5rem;
    padding: 30px; }
  .title-area h1 b {
    font-size: 4.2rem; }
  .title-area h1.f-jp {
    padding: 70px 0 30px;
    line-height: 2.5em;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo,Arial,sans-serif; }
  .title-area h1.f-jp b {
    font-size: 2.85rem; }
  #experience .title-l2-02 {
    font-size: 2.4rem;
    text-align: center; }
  .txt-lead {
    margin: 40px 0;
    text-align: center;
    line-height: 1.75em; }
  .txt-lead2 {
    font-size: 1.8rem; }
  .col-box {
    overflow: hidden; }
  .col_img {
    float: left;
    width: 43%; }
  /*xperience,accssesoriesで使用*/
  .col_txt {
    float: right;
    width: 52%; }
  .x-base .col_img {
    width: 57%;
    margin-bottom: 50px; }
  .x-base .col_txt {
    width: 38%; }
  .x-base .col_txt p {
    line-height: 2em; }
  .feature-img {
    clear: both;
    padding-left: 12%;
    background-size: 13% auto; }
  .feature-img ul {
    overflow: hidden; }
  .feature-img li {
    width: 33%;
    padding-left: 40px;
    float: left; }
  .title-img {
    position: absolute;
    right: 4%;
    top: -1%; }
  #docters .title-img {
    position: absolute;
    right: 4%;
    top: -10px; }
  #faq .title-img {
    position: absolute;
    right: 4%;
    top: 0px; }
  .title-img img {
    width: 90%;
    height: auto; }
  .common_h2 {
    border-radius: 30px; }
  /* ローカルナビ 
	.rocal_nav { overflow: hidden; margin-right: -1%;}
	.rocal_nav li{ display: block; width: 49%; float: left; margin-right: 1%; }
	.rocal_nav li a{ padding: .7em　1.75em .5em; width: 100%; height: 100%; }
	.common .rocal_nav_wrap { padding: 2em; }
	
	.note-section{ position: relative;}
	.note-section dl{ margin-bottom: 1em;  padding: 5px 30px!important;}
	.note-section dd{ font-size: 1.65rem; padding-right: 7%;}
	.note-section a{ position: absolute; text-decoration: none; right: 20px; top:60px; display: inline-block; padding: 10px 20px; border-radius: 30px; background: #f4a6b9; color: #fff; margin-bottom:0;}
    
    .disease-cont { letter-spacing: 0.01em; }
    .common .sec_cont .disease-cont p { margin-bottom: 2em;}
	.disease-cont figure.f-left { margin-right: 2em; }
   .disease-cont figure.f-right { margin-left: 2em; }

	.comment { width: 90%; margin: 0 auto;}
	.comment span{ text-align: center; font-size: 1.6rem;}
	.dr_chicken img{ width: 127px; }
	.dr_chicken span{ margin-left: 142px; margin-top: 2em; }
	.pisuke img{ width: 54px; }
	.pisuke span{ margin-left: 69px; margin-top: 1em;}*/
  .col_2_img {
    overflow: hidden;
    margin-bottom: 1em; }
  .col_2_img figure {
    width: 49%;
    display: block;
    float: left; }
  .col_2_img figure:first-child {
    margin-right: 1% !important; }
  footer {
    padding: 30px 20px 20px; }
  footer .sec_wrapper {
    overflow: hidden; }
  footer section {
    width: 70%;
    display: block;
    text-align: left;
    overflow: hidden;
    float: left; }
  footer section dl {
    width: 25%;
    float: left; }
  footer section ul {
    width: 25%;
    float: left; }
  footer section ul:last-child {
    width: 50%; }
  footer section a {
    text-decoration: none;
    color: #ddd;
    font-weight: normal; }
  footer section li span {
    font-size: 80%; }
  footer section hr {
    display: block;
    float: none;
    width: 100%;
    border-style: dotted;
    clear: both;
    border-color: #ccc; }
  footer section dt {
    margin-bottom: 20px; }
  footer section dd {
    font-size: 95%;
    padding: 2px 0; }
  .ftBannerArea {
    width: 20%;
    display: block;
    float: right; } }

/*# sourceMappingURL=style.css.map */