@charset "UTF-8";

/*!
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1200px;
  color: #102d6b;
  font-size: 10px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 1024px) {
  body {
    min-width: 320px;
    background-size: 50px 50px;
  }
}

input,
select,
textarea,
button {
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

a {
  color: #102d6b;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

@media only screen and (min-width: 1025px),
print {
  a:hover {
    text-decoration: none;
  }

  a:focus {
    outline: none;
  }
}

th,
td {
  text-align: left;
}

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

iframe {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  color: #f60;
  font-style: inherit;
}

small,
.small {
  font-size: 75%;
}

.x-small {
  font-size: 50%;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.hidden {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .hidden-smp {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px),
print {
  .hidden-pc {
    display: none !important;
  }
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.fs60 {
  font-size: 60px;
  font-size: 6rem;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

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

.mb50 {
  margin-bottom: 50px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.icon,
.breadcrumbs li::after,
.btn-more::after {
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.icon-chevron-right,
.breadcrumbs li::after {
  width: 4px;
  height: 6px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/icon_chevron_right.png);
}

@media only screen and (min-width: 1025px),
print {

  .icon-chevron-right,
  .breadcrumbs li::after {
    width: 6px;
    height: 8px;
  }
}

.icon-chevron-circle-right {
  width: 12px;
  height: 12px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/icon_chevron_circle_right.png);
}

@media only screen and (min-width: 1025px),
print {
  .icon-chevron-circle-right {
    width: 17px;
    height: 17px;
  }
}

.icon-chevron-circle-right-rev,
.btn-more::after {
  width: 12px;
  height: 12px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px),
print {

  .icon-chevron-circle-right-rev,
  .btn-more::after {
    width: 17px;
    height: 17px;
  }
}

.icon-close-rev {
  width: 12px;
  height: 12px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/icon_close_rev.png);
}

.icon-mappin {
  width: 29px;
  height: 31px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/img_mappin.png);
}

@media only screen and (min-width: 1025px),
print {
  .icon-mappin {
    width: 58px;
    height: 62px;
  }
}

.icon-car {
  width: 14px;
  height: 11px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/icon_car.png);
}

@media only screen and (min-width: 1025px),
print {
  .icon-car {
    width: 28px;
    height: 22px;
  }
}

.icon-train {
  width: 14px;
  height: 14px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/common/icon_train.png);
}

@media only screen and (min-width: 1025px),
print {
  .icon-train {
    width: 28px;
    height: 28px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 90;
  padding: 4px 8px;
}

.breadcrumbs ul {
  overflow: hidden;
}

.breadcrumbs li {
  position: relative;
  float: left;
  margin: 4px 10px 4px 0;
  padding-right: 16px;
  color: #cd5e3c;
  font-size: 10px;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
}

.breadcrumbs li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: #aca794;
  text-decoration: none;
}

@media only screen and (min-width: 1025px),
print {
  .breadcrumbs {
    width: 1100px;
    margin: 0 auto 20px;
    padding: 10px 0;
  }

  .breadcrumbs li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .breadcrumbs a:hover {
    color: #cd5e3c;
  }
}

.btn {
  display: block;
  width: 100%;
  height: 35px;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #cd5e3c;
  border: 2px solid #cd5e3c;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

@media only screen and (min-width: 1025px),
print {
  .btn {
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 10px 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn:hover {
    color: #cd5e3c;
    background-color: #fff;
  }

  .btn.btn-large {
    width: 340px;
    height: 56px;
    padding: 16px 14px;
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 3px;
  }
}

.btn-more::after {
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
}

@media only screen and (min-width: 1025px),
print {
  .btn-more::after {
    margin-left: 10px;
    vertical-align: -2px;
  }

  .btn-more:hover::after {
    background-image: url(../images/common/icon_chevron_circle_right.png);
  }
}

.pagination {
  position: relative;
  margin-top: 25px;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  color: #aca794;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
}

.pagination ul li a,
.pagination ul li span {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #dbdad2;
}

.pagination ul li .is-current {
  background-color: #cd5e3c;
}

.pagination ul li.prev a,
.pagination ul li.prev span,
.pagination ul li.next a,
.pagination ul li.next span {
  background-color: transparent;
}

.pagination ul li.prev a:hover,
.pagination ul li.prev .is-current,
.pagination ul li.next a:hover,
.pagination ul li.next .is-current {
  background-color: transparent;
}

@media only screen and (min-width: 1025px),
print {
  .pagination {
    margin-top: 65px;
  }

  .pagination ul li a {
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .pagination ul li a:hover {
    background-color: #cd5e3c;
  }

  .pagination ul li.prev a,
  .pagination ul li.next a {
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }

  .pagination ul li.prev a:hover,
  .pagination ul li.next a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

.divider {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 25px 0;
  padding: 0;
  background-color: #dbd9d1;
  border: 0;
}

@media only screen and (min-width: 1025px),
print {
  .divider {
    margin: 40px 0;
  }
}

.main-header {
  margin: 25px 0;
  text-align: center;
}

@media only screen and (min-width: 1025px),
print {
  .main-header {
    margin: 50px 0;
  }
}

.main-header-hdg {
  margin-bottom: 15px;
}

.main-header-hdg .en {
  display: block;
  margin-top: 5px;
  color: #cd5e3c;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (min-width: 1025px),
print {
  .main-header-hdg {
    margin-bottom: 30px;
  }

  .main-header-hdg .en {
    margin-top: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.main-header-desc {
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  line-height: 1.8;
}

@media only screen and (min-width: 1025px),
print {
  .main-header-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.snsList li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.snsList .fb-like {
  line-height: 1;
}

.newsList {
  text-align: left;
  border-top: 1px solid #dbd9d1;
}

.newsList-item {
  border-bottom: 1px solid #dbd9d1;
}

.newsList-item.is-new .newsList-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/common/img_new.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.newsList-item a {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  text-decoration: none;
}

@media only screen and (min-width: 1025px),
print {
  .newsList-item.is-new .newsList-img::before {
    width: 56px;
    height: 56px;
    background-image: url(../images/common/img_new_pc.png);
  }

  .newsList-item a {
    position: relative;
    padding: 40px 0;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
  }

  .newsList-item a:hover {
    background-color: rgba(172, 167, 148, 0.3);
  }

  .newsList-item a::after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
    margin: auto;
    background-color: transparent;
    border-right: 1px solid #c3c0b1;
    border-bottom: 1px solid #c3c0b1;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .newsList-item a:hover::after {
    border-color: #cd5e3c;
  }
}

.newsList-img {
  overflow: hidden;
  position: relative;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .newsList-img {
    width: 90px;
    height: 65px;
    margin-right: 10px;
  }

  .newsList-img img {
    display: block;
    width: 96px;
    max-width: none;
    margin: 0 -3px;
  }
}

@media only screen and (min-width: 1025px),
print {
  .newsList-img {
    width: 220px;
    margin-right: 27px;
  }

  .newsList-img img {
    width: 100%;
  }
}

.newsList-text {
  overflow: hidden;
}

@media only screen and (min-width: 1025px),
print {
  .newsList-text {
    margin-right: 120px;
  }
}

.newsList-date {
  float: left;
  margin: 0 10px 5px 0;
  color: #999;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
}

@media only screen and (min-width: 1025px),
print {
  .newsList-date {
    float: none;
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.newsList-title {
  overflow: hidden;
  margin-bottom: 5px;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
}

@media only screen and (min-width: 1025px),
print {
  .newsList-title {
    margin-bottom: 12px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.newsList-desc {
  clear: both;
  color: #102d6b;
  font-size: 10px;
  font-size: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (min-width: 1025px),
print {
  .newsList-desc {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1025px),
print {
  .newsList.is-grid {
    overflow: hidden;
    margin: 0 -1px;
    border-top: none;
  }

  .newsList.is-grid .newsList-item {
    float: left;
    width: 25%;
    padding: 0 1px;
    border-bottom: none;
  }

  .newsList.is-grid .newsList-item a {
    padding: 0;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }

  .newsList.is-grid .newsList-item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  .newsList.is-grid .newsList-item a:hover {
    background-color: transparent;
  }

  .newsList.is-grid .newsList-item a::after {
    display: none;
  }

  .newsList.is-grid .newsList-img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .newsList.is-grid .newsList-text {
    margin: 0;
  }

  .newsList.is-grid .newsList-desc {
    display: none;
  }

  .newsList.is-grid .newsList-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.onsenList {
  text-align: center;
}

.onsenList li {
  margin: 1px 0;
}

.onsenList li a {
  display: block;
  padding: 6.25% 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.onsenList li a .onsenList-img {
  display: none;
}

.onsenList li a .onsenList-text {
  width: 214px;
  height: 80px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.onsenList li.onsenList-furusato a {
  background-image: url(../images/common/pic_mikawaonsen01_smp.jpg);
}

.onsenList li.onsenList-furusato a .onsenList-text {
  background-image: url(../images/common/img_mikawaonsen01_smp.png);
}

.onsenList li.onsenList-jougennotsuki a {
  background-image: url(../images/common/pic_mikawaonsen02_smp.jpg);
}

.onsenList li.onsenList-jougennotsuki a .onsenList-text {
  background-image: url(../images/common/img_mikawaonsen02_smp.png);
}

.onsenList li.onsenList-bikanyusou a {
  background-image: url(../images/common/pic_mikawaonsen03_smp.jpg);
}

.onsenList li.onsenList-bikanyusou a .onsenList-text {
  background-image: url(../images/common/img_mikawaonsen03_smp.png);
}

.onsenList li.onsenList-benisanzashi a {
  background-image: url(../images/common/pic_mikawaonsen04_smp.jpg);
}

.onsenList li.onsenList-benisanzashi a .onsenList-text {
  background-image: url(../images/common/img_mikawaonsen04_smp.png);
}

@media only screen and (min-width: 1025px),
print {
  .onsenList.is-grid li a {
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }

  .onsenList.is-grid li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

.mikawaonsen-list {
  padding: 2px 0;
  background-color: rgba(172, 167, 184, 0.3);
}

@media only screen and (min-width: 1025px),
print {
  .mikawaonsen-list {
    padding: 10px 0;
  }

  .mikawaonsen-list .onsenList {
    overflow: hidden;
  }

  .mikawaonsen-list .onsenList li {
    float: left;
    width: 25%;
    margin: 0;
    padding-right: 1px;
  }

  .mikawaonsen-list .onsenList li a {
    position: relative;
    height: 500px;
  }

  .mikawaonsen-list .onsenList li a .onsenList-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 227px;
    height: 240px;
    margin: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }

  .mikawaonsen-list .onsenList li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 435px;
    background: url(../images/common/img_steam01.png) 0 0 no-repeat;
    background-size: 100% 435px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }

  .mikawaonsen-list .onsenList li a:hover .onsenList-text {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .mikawaonsen-list .onsenList li a:hover::before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .mikawaonsen-list .onsenList li.onsenList-furusato a {
    background-image: url(../images/common/pic_mikawaonsen01_pc.jpg);
  }

  .mikawaonsen-list .onsenList li.onsenList-furusato a .onsenList-text {
    background-image: url(../images/common/img_mikawaonsen01_pc.png);
  }

  .mikawaonsen-list .onsenList li.onsenList-jougennotsuki a {
    background-image: url(../images/common/pic_mikawaonsen02_pc.jpg);
  }

  .mikawaonsen-list .onsenList li.onsenList-jougennotsuki a .onsenList-text {
    background-image: url(../images/common/img_mikawaonsen02_pc.png);
  }

  .mikawaonsen-list .onsenList li.onsenList-bikanyusou a {
    background-image: url(../images/common/pic_mikawaonsen03_pc.jpg);
  }

  .mikawaonsen-list .onsenList li.onsenList-bikanyusou a .onsenList-text {
    background-image: url(../images/common/img_mikawaonsen03_pc.png);
  }

  .mikawaonsen-list .onsenList li.onsenList-benisanzashi a {
    background-image: url(../images/common/pic_mikawaonsen04_pc.jpg);
  }

  .mikawaonsen-list .onsenList li.onsenList-benisanzashi a .onsenList-text {
    background-image: url(../images/common/img_mikawaonsen04_pc.png);
  }
}

.gridList {
  overflow: hidden;
  margin: -2px -15px;
}

@media only screen and (min-width: 1025px),
print {
  .gridList {
    margin: -1px;
  }
}

.gridList-item {
  float: left;
  position: relative;
  width: 50%;
  padding: 2px;
  text-align: center;
}

.gridList-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 1025px),
print {
  .gridList-item {
    width: 25%;
    padding: 1px;
  }

  .gridList-item a:hover .gridList-img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

.gridList-hdg {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  width: 100%;
  padding: 6px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1025px),
print {
  .gridList-hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1025px),
print {
  .gridList-img {
    background: #fff;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}

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

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1025px),
print {
  .l-wrapper {
    min-width: 1120px;
  }
}

.l-contents {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-contents .inner {
  padding: 0 13px;
}

@media only screen and (min-width: 1025px),
print {
  .l-contents {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .l-contents .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px),
print {
  .l-container {
    width: 1100px;
    margin: 0 auto;
  }

  .l-container::before,
  .l-container::after {
    display: table;
    content: ' ';
  }

  .l-container::after {
    clear: both;
  }
}

.l-main {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px),
print {
  .l-main {
    float: left;
    width: 780px;
    margin-bottom: 0;
  }

  .l-main .inner {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px),
print {
  .l-sidebar {
    float: right;
    width: 290px;
  }

  /* 20200406 add. */
  .l-header .gnav>ul>li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.l-header {
  position: relative;
}

.l-header::after {
  display: none;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/common/bg_nami.png) repeat-x center top;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.l-header .sitelogo {
  width: 189px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -162px;
  margin-left: -95px;
}

.l-header .sitelogo a {
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.l-header .sitelogo a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .l-header {
    background: url(../images/sp/main_visual_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 100px;
    height: 405px;
  }

  .l-header .sitelogo {
    width: 95px;
    margin-left: -47px;
    margin-top: -100px;
  }
}

.l-header .gnav {
  position: absolute;
  top: 45px;
  left: 45px;
}

.l-header .gnav>ul::before,
.l-header .gnav>ul::after {
  display: table;
  content: ' ';
}

.l-header .gnav>ul::after {
  clear: both;
}

.l-header .gnav>ul>li {
  float: right;
  margin-right: 25px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 5px;
}

.l-header .gnav>ul>li:hover {
  background: url(../images/common/subnav_hover.png) repeat-y center top;
}

.l-header .gnav>ul>li.hover-menu:hover .subnav {
  visibility: visible;
  opacity: 1;
  transition: 0.7s;
}

.l-header .gnav>ul>li .subnav {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  position: absolute;
  left: -100px;
  top: 70px;
  background: url(../images/common/subnav_wrap.png) repeat-x center bottom;
  width: 215px;
  height: 210px;
  padding: 55px 10px 0;
  font-size: 1.6rem;
  z-index: 1;
}

.l-header .gnav>ul>li .subnav ul::before,
.l-header .gnav>ul>li .subnav ul::after {
  display: table;
  content: ' ';
}

.l-header .gnav>ul>li .subnav ul::after {
  clear: both;
}

.l-header .gnav>ul>li .subnav ul li {
  margin-left: 9px;
  padding-top: 2px;
  min-height: 68px;
}

.l-header .gnav>ul>li .subnav ul li:hover {
  background: url(../images/common/subnav_hover.png) no-repeat center top;
}

.l-header .gnav>ul>li .subnav ul li:last-child {
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .l-header .sp-nav {
    display: none;
  }

  .l-header .sp-nav .gnav {
    top: 0;
    left: 0;
  }

  .l-header .sp-nav .gnav>ul>li {
    float: none;
  }
}

.underlayer-header {
  position: relative;
  background: url(../images/common/main-visual02.jpg) no-repeat center top;
  background-size: cover;
  height: 215px;
  padding-top: 30px;
  margin-bottom: 25px;
}

.underlayer-header::after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../images/common/bg_nami.png) repeat-x center top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underlayer-header .sitelogo {
  position: absolute;
  top: 55px;
  right: 60px;
  z-index: 1;
}

.underlayer-header .sitelogo a {
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.underlayer-header .sitelogo a:hover {
  opacity: 0.7;
}

.underlayer-header .gnav-wrapper {
  position: absolute;
  top: 55px;
  left: 60px;
}

.underlayer-header .gnav-wrapper::before,
.underlayer-header .gnav-wrapper::after {
  display: table;
  content: ' ';
}

.underlayer-header .gnav-wrapper::after {
  clear: both;
}

.underlayer-header .gnav-wrapper .gnav {
  float: left;
}

.underlayer-header .gnav-wrapper .gnav>ul::before,
.underlayer-header .gnav-wrapper .gnav>ul::after {
  display: table;
  content: ' ';
}

.underlayer-header .gnav-wrapper .gnav>ul::after {
  clear: both;
}

.underlayer-header .gnav-wrapper .gnav>ul>li {
  float: left;
  margin-right: 35px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.underlayer-header .gnav-wrapper .gnav>ul>li.hover-menu:hover .subnav {
  visibility: visible;
  opacity: 1;
  transition: 0.7s;
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  position: absolute;
  left: -70px;
  top: 20px;
  background: url(../images/common/subnav_wrap.png) repeat-x center top;
  width: 205px;
  height: 180px;
  padding: 25px 10px 0;
  z-index: 100;
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul::before,
.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul::after {
  display: table;
  content: ' ';
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul::after {
  clear: both;
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul li {
  float: right;
  margin-left: 7px;
  padding-top: 2px;
  min-height: 68px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul li:hover,
.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul li.current {
  background: url(../images/common/subnav_hover.png) no-repeat center top;
}

.underlayer-header .gnav-wrapper .gnav>ul>li .subnav ul li:last-child {
  margin-left: 0;
}

.underlayer-header .gnav-wrapper .gnav>ul>li>a {
  display: block;
  padding-bottom: 11px;
}

.underlayer-header .gnav-wrapper .gnav>ul>li>a:hover {
  opacity: 1;
  border-bottom: 2px solid #102E6B;
}

.underlayer-header .gnav-wrapper .gnav>ul>li.current>a {
  opacity: 1;
  border-bottom: 2px solid #102E6B;
}

.underlayer-header .gnav-wrapper .facebook-icon {
  float: left;
  margin-top: 2px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .underlayer-header {
    background: none;
    height: 60px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .underlayer-header::after {
    content: none;
  }

  .underlayer-header .sitelogo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 136px;
    z-index: 1;
  }

  .underlayer-header .sp-nav {
    display: none;
  }

  .sp_menu {
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    z-index: 9999;
  }

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

  .sp_menu .menu-trigger {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 3px;
    background-color: #13316e;
    margin: auto;
  }

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

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

  .sp_menu .menu-trigger span:nth-of-type(3) {
    top: 13px;
  }

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

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

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

  .sp-nav {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }

  .sp-nav .gnav {
    background: #C4CBDA;
    padding: 35px 0;
    position: relative;
  }

  .sp-nav .gnav .btn-close {
    width: 22px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .sp-nav .gnav ul li {
    margin: 0 auto 12px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .sp-nav .gnav ul li a {
    display: block;
    margin: 0 auto;
  }

  .sp-nav .gnav ul li.current {
    background: url(../images/sp/gnav_active.png) no-repeat center bottom;
    background-size: auto 6px;
  }

  .sp-nav .gnav ul .gnav4 {
    margin-bottom: 4px;
  }

  .sp-nav .gnav ul .gnav5,
  .sp-nav .gnav ul .gnav6,
  .sp-nav .gnav ul .gnav7,
  .sp-nav .gnav ul .gnav8 {
    margin-bottom: 2px;
    font-size: 1.8rem;
    font-weight: normal;
  }

  .sp-nav .gnav ul .gnav8 {
    margin-bottom: 18px;
  }

  .sp-nav .gnav ul .gnav10 {
    margin-bottom: 0;
  }
}

#googlemap {
  position: relative;
  width: 100%;
  height: 450px;
}

#googlemap::before {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/common/bg_nami_bottom.png) repeat-x top center;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#googlemap::after {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/bg_nami.png) repeat-x top center;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 1024px) {
  #googlemap {
    height: 280px;
  }

  #googlemap::before {
    display: none;
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/bg_nami_bottom.png) repeat-x top center;
    background-size: 150%;
  }

  #googlemap::after {
    display: none;
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/common/bg_nami.png) repeat-x bottom center;
    background-size: 150%;
  }
}

.l-footer {
  position: relative;
  background: #FFF;
  padding-top: 75px;
}

.l-footer .inner {
  width: 840px;
  margin: 0 auto;
}

.l-footer .inner::before,
.l-footer .inner::after {
  display: table;
  content: ' ';
}

.l-footer .inner::after {
  clear: both;
}

.l-footer .outline {
  text-align: center;
}

.l-footer .outline .footerlogo {
  margin-bottom: 20px;
}

.l-footer .outline .footerlogo a {
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.l-footer .outline .footerlogo a:hover {
  opacity: 0.7;
}

.l-footer .outline .lead-txt {
  margin-bottom: 20px;
}

.l-footer .outline dl dt {
  font-size: 1.6rem;
}

.l-footer .outline dl dt .num {
  letter-spacing: -4px;
}

.l-footer .outline dl dd {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .l-footer {
    padding-top: 27px;
  }

  .l-footer .inner {
    width: 100%;
    box-sizing: border-box;
  }

  .l-footer .outline {
    width: 100%;
    float: none;
  }

  .l-footer .outline .footerlogo {
    width: 62px;
    margin: 0 auto 22px;
  }

  .l-footer .outline .lead-txt {
    width: 141px;
    margin: 0 auto 25px;
  }

  .l-footer .outline dl dt {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .l-footer .outline dl .dial {
    font-weight: normal;
  }

  .l-footer .outline dl dd {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .l-footer .outline dl dd a:hover {
    text-decoration: underline;
  }
}

.l-footer .facebook {
  width: 400px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .l-footer .facebook {
    width: 100%;
    padding: 0 50px;
    max-width: 400px;
    max-height: 400px;
    float: none;
    margin: 0 auto 40px;
  }
}

.l-footer .footer-bottom {
  padding: 8px 0 10px;
}

.l-footer .footer-bottom::before,
.l-footer .footer-bottom::after {
  display: table;
  content: ' ';
}

.l-footer .footer-bottom::after {
  clear: both;
}

.l-footer .footer-bottom .copyright {
  margin-left: 20px;
  float: left;
}

.l-footer .footer-bottom .copyright small {
  font-size: 1.3rem;
  font-weight: bold;
}

.l-footer .footer-bottom__menu {
  margin-right: 20px;
  float: right;
}

.l-footer .footer-bottom__menu li {
  display: inline-block;
  padding: 0px 10px;
  line-height: 1em;
  border-left: 1px solid #333;
}

.l-footer .footer-bottom__menu li a {
  font-size: 1.3rem;
}

.l-footer .footer-bottom__menu li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .l-footer .footer-bottom .copyright {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .l-footer .footer-bottom .copyright small {
    font-size: 1rem;
  }

  .l-footer .footer-bottom .copyright small span {
    display: block;
  }

  .l-footer .footer-bottom__menu {
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 12px;
  }

  .l-footer .footer-bottom__menu li:first-child {
    border-right: 1px solid 333px;
  }
}

.l-footer .video-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.l-footer .video-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer .video-wrap::before {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/bg_nami_bottom.png) repeat-x top center;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.l-footer .video-wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../../assets/images/common/white_gradient.png) repeat-x;
}

@media only screen and (max-width: 1024px) {
  .l-footer .video-wrap {
    height: 230px;
  }

  .l-footer .video-wrap video {
    height: 230px;
  }
}

.border {
  pointer-events: none;
}

.border__top {
  min-width: 1160px;
  height: 22px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 0;
  z-index: 7;
  margin: auto;
  background-image: url(../images/common/line_horizon.gif);
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.border__right {
  width: 22px;
  height: calc(100% - 20 - 40);
  position: absolute;
  top: 20px;
  bottom: 40px;
  right: 0;
  z-index: 7;
  margin: auto;
  background-image: url(../images/common/line_vertical.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
}

.border__bottom {
  min-width: 1160px;
  height: 42px;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0;
  z-index: 7;
  margin: auto;
  background-image: url(../images/common/line_horizon.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
}

.border__left {
  width: 22px;
  height: calc(100% - 20 - 40);
  position: absolute;
  top: 20px;
  bottom: 40px;
  left: 0;
  z-index: 7;
  margin: auto;
  background-image: url(../images/common/line_vertical.gif);
  background-repeat: repeat-y;
  background-position: 100% 0;
}

@media only screen and (max-width: 1024px) {
  .border__top {
    min-width: 300px;
    height: 9px;
    right: 7px;
    left: 7px;
  }

  .border__right {
    width: 9px;
    height: calc(100% - 7 - 79);
    top: 7px;
    bottom: 79px;
  }

  .border__bottom {
    min-width: 300px;
    height: 81px;
    right: 7px;
    left: 7px;
  }

  .border__left {
    width: 9px;
    height: calc(100% - 20 - 79);
    top: 7px;
    bottom: 79px;
  }
}

.totop {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 107px;
  height: 107px;
  cursor: pointer;
}

.totop::before {
  cursor: pointer;
  position: absolute;
  right: 24px;
  bottom: 22px;
  content: '';
  display: block;
  background: url(../images/common/totop_arrow.png) no-repeat;
  width: 54px;
  height: 57px;
}

.totop img {
  width: 100%;
  height: auto;
}

.totop:hover::before {
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: jump1;
  -webkit-animation-name: jump1;
  animation-name: jump1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 1024px) {
  .totop {
    height: 54px;
    width: 54px;
    right: 7px;
    bottom: 79px;
  }

  .totop::before {
    width: 27px;
    height: 29px;
    background-size: contain;
    right: 10px;
    bottom: 11px;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -moz-animation-name: jump1;
    -webkit-animation-name: jump1;
    animation-name: jump1;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

#loader-bg {
  width: 100%;
  background: url(../../assets/images/home/top_main_visual.jpg) no-repeat;
  background-size: cover;
}

.sec01 {
  background: #FFF;
  padding: 0 0 55px;
}

.sec01 .inner {
  width: 1150px;
  margin: 0px auto;
}

.sec01 .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.sec01 .news-post-wrap {
  margin-bottom: 45px;
}

.sec01 .news-post-wrap::before,
.sec01 .news-post-wrap::after {
  display: table;
  content: ' ';
}

.sec01 .news-post-wrap::after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .sec01 {
    padding-top: 55px;
  }

  .sec01 .inner {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .sec01 .section-title {
    width: 235px;
    margin: 0 auto 40px;
  }
}

.news-post {
  width: 360px;
  margin-right: 35px;
  float: left;
  position: relative;
  color: #102e6b;
}

.news-post:nth-child(3n) {
  margin-right: 0;
}

.news-post__new {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: jump1;
  -webkit-animation-name: jump1;
  animation-name: jump1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.news-post__thumbnail {
  display: block;
  margin-bottom: 13px;
}

.news-post a {
  display: block;
  cursor: pointer;
}

.news-post a .news-post__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-post a .news-post__thumbnail img {
  width: 100%;
}

.news-post a .news-post__thumbnail .layer {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/common/layer_hover.png);
}

.news-post a .news-post__thumbnail .layer::before {
  background: url(../../assets/images/common/layer_arrow.png);
  width: 93px;
  height: 86px;
  left: 50%;
  margin-left: -46px;
  content: '';
  display: block;
  position: absolute;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0;
}

.news-post a:hover .news-post__thumbnail .layer {
  opacity: 1;
}

.news-post a:hover .news-post__thumbnail .layer::before {
  opacity: 1;
  top: 50%;
  margin-top: -43px;
}

.news-post a:hover .news-post__title {
  text-decoration: underline;
}

.news-post__in::before,
.news-post__in::after {
  display: table;
  content: ' ';
}

.news-post__in::after {
  clear: both;
}

.news-post__cat {
  display: block;
  padding-bottom: 5px;
  float: right;
  position: relative;
  font-size: 1.2rem;
  border-bottom: 1px solid #7fc5d8;
}

.news-post__cat::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  display: block;
  background: url(../images/common/bg_cat_txt.png) no-repeat left top;
  width: 33px;
  height: 9px;
}

.news-post__date {
  float: left;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.news-post__title {
  clear: both;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.news-post__text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .news-post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }

  .news-post__new {
    position: absolute;
    top: -10px;
    left: -5px;
  }

  .news-post__thumbnail {
    display: block;
    margin: 0 auto 8px;
  }

  .news-post__thumbnail img {
    width: 100%;
  }

  .news-post__date {
    font-size: 1.2rem;
    padding-top: 6px;
    margin-bottom: 16px;
  }

  .news-post__title {
    clear: both;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .news-post__text {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes jump1 {

  from,
  10% {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }

  20% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  30% {
    -moz-transform: translateY(0%) scaleX(1);
    -ms-transform: translateY(0%) scaleX(1);
    -webkit-transform: translateY(0%) scaleX(1);
    transform: translateY(0%) scaleX(1);
  }

  40% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  50%,
  to {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }
}

@-moz-keyframes jump1 {

  from,
  10% {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }

  20% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  30% {
    -moz-transform: translateY(0%) scaleX(1);
    -ms-transform: translateY(0%) scaleX(1);
    -webkit-transform: translateY(0%) scaleX(1);
    transform: translateY(0%) scaleX(1);
  }

  40% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  50%,
  to {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }
}

@keyframes jump1 {

  from,
  10% {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }

  20% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  30% {
    -moz-transform: translateY(0%) scaleX(1);
    -ms-transform: translateY(0%) scaleX(1);
    -webkit-transform: translateY(0%) scaleX(1);
    transform: translateY(0%) scaleX(1);
  }

  40% {
    -moz-transform: translateY(-30%) scaleX(1);
    -ms-transform: translateY(-30%) scaleX(1);
    -webkit-transform: translateY(-30%) scaleX(1);
    transform: translateY(-30%) scaleX(1);
  }

  50%,
  to {
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -webkit-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1);
  }
}

.btn-more {
  text-align: center;
}

.btn-more a {
  cursor: pointer;
  width: 194px;
  height: 55px;
  margin: 0 auto;
  background: url(../../assets/images/common/btn_more_hover.png) no-repeat center top;
  background-size: contain;
  display: block;
}

.btn-more a:hover {
  text-indent: -9999px;
}

.btn-product {
  text-align: center;
}

.btn-product a {
  cursor: pointer;
  width: 260px;
  height: 65px;
  margin: 0 auto;
  background: url(../../assets/images/common/btn_product_hover.png) no-repeat center top;
  background-size: contain;
  display: block;
}

.btn-product a:hover {
  text-indent: -9999px;
}

@media only screen and (max-width: 1024px) {
  .btn-more a {
    width: 194px;
    height: 55px;
  }

  .btn-more a:hover {
    text-indent: 0;
  }

  .btn-more.sp-only a {
    background: none;
    width: 100%;
    height: auto;
  }
}

.sec02 {
  min-width: 1156px;
  background: url(../images/home/bg_gradient.png) repeat-x center;
  position: relative;
}

.sec02::before {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/bg_nami_bottom.png) repeat-x top center;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 1024px) {
  .sec02 {
    background: url(../images/sp/bg_gradient_sp.png) repeat-x center;
    background-size: contain;
  }
}

.sec02 .making {
  position: relative;
}

.sec02 .making .position {
  position: absolute;
}

.sec02 .making .txt1,
.sec02 .making .txt2 {
  font-size: 1.6rem;
  line-height: 2em;
}

.sec02 .making .txt1 {
  margin-bottom: 20px;
}

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

  .sec02 .making .txt1,
  .sec02 .making .txt2 {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0 25px;
  }
}

.sec02__sub {
  height: 780px;
}

.sec02__sub .section-title {
  top: -20px;
  right: 55px;
}

.sec02__sub .lead-txt {
  top: 130px;
  right: 310px;
}

.sec02__sub .illust1 {
  top: 150px;
  left: 0px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub {
    height: auto;
    padding-top: 220px;
  }

  .sec02__sub .section-title {
    width: 130px;
    right: 23px;
  }

  .sec02__sub .lead-txt {
    width: 138px;
    top: 50px;
    right: 146px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec02__sub1 {
    margin-top: -30px;
  }
}

.sec02__sub1__text {
  background: url(../images/home/heading_01.png) no-repeat left top;
  padding-left: 70px;
  margin-left: 45px;
  margin-bottom: 300px;
}

.sec02__sub1__text .txt1 {
  padding-left: 170px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub1__text {
    background: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sec02__sub1__text .txt1 {
    padding-left: 0;
  }
}

.sec02__sub1 .illust2 {
  top: -205px;
  right: 0px;
}

.sec02__sub2__text {
  background: url(../images/home/heading_02.png) no-repeat right top;
  text-align: right;
  padding-right: 45px;
  margin-right: 35px;
  margin-bottom: 360px;
}

.sec02__sub2__text .txt1 {
  padding-right: 185px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub2__text {
    background: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .sec02__sub2__text .txt1 {
    padding-right: 0;
  }
}

.sec02__sub2 .illust3 {
  top: -230px;
  left: 0px;
}

.sec02__sub3__text {
  background: url(../images/home/heading_03.png) no-repeat left top;
  padding-left: 70px;
  margin-left: 45px;
  margin-bottom: 10px;
}

.sec02__sub3__text .txt1 {
  padding-left: 170px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub3__text {
    background: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sec02__sub3__text .txt1 {
    padding-left: 0;
  }
}

.sec02__sub3 .illust4 {
  top: -370px;
  right: 0px;
}

.sec02__sub4 {
  height: 830px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub4 {
    height: auto;
  }
}

.sec02__sub4__text {
  background: url(../images/home/heading_04.png) no-repeat right top;
  text-align: right;
  padding-right: 45px;
  margin-right: 35px;
}

.sec02__sub4__text .txt1 {
  padding-right: 185px;
}

@media only screen and (max-width: 1024px) {
  .sec02__sub4__text {
    background: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .sec02__sub4__text .txt1 {
    padding-right: 0;
  }
}

.sec02__sub4 .illust5 {
  top: 0px;
  left: 0px;
}

.sec02__sub4 .illust6 {
  bottom: 0px;
  right: 0px;
}

@media only screen and (max-width: 1024px) {
  .sec02 {
    width: 100%;
    min-width: 320px;
  }

  .sec02 img {
    max-width: 100%;
  }
}

@-webkit-keyframes wave {

  from,
  10% {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  25% {
    -moz-transform: translateY(0) scaleY(1.3);
    -ms-transform: translateY(0) scaleY(1.3);
    -webkit-transform: translateY(0) scaleY(1.3);
    transform: translateY(0) scaleY(1.3);
  }

  50% {
    -moz-transform: translateY(0) scaleY(1.5);
    -ms-transform: translateY(0) scaleY(1.5);
    -webkit-transform: translateY(0) scaleY(1.5);
    transform: translateY(0) scaleY(1.5);
  }

  75% {
    -moz-transform: translateY(0) scaleY(1.2);
    -ms-transform: translateY(0) scaleY(1.2);
    -webkit-transform: translateY(0) scaleY(1.2);
    transform: translateY(0) scaleY(1.2);
  }

  to {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
}

@-moz-keyframes wave {

  from,
  10% {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  25% {
    -moz-transform: translateY(0) scaleY(1.3);
    -ms-transform: translateY(0) scaleY(1.3);
    -webkit-transform: translateY(0) scaleY(1.3);
    transform: translateY(0) scaleY(1.3);
  }

  50% {
    -moz-transform: translateY(0) scaleY(1.5);
    -ms-transform: translateY(0) scaleY(1.5);
    -webkit-transform: translateY(0) scaleY(1.5);
    transform: translateY(0) scaleY(1.5);
  }

  75% {
    -moz-transform: translateY(0) scaleY(1.2);
    -ms-transform: translateY(0) scaleY(1.2);
    -webkit-transform: translateY(0) scaleY(1.2);
    transform: translateY(0) scaleY(1.2);
  }

  to {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
}

@keyframes wave {

  from,
  10% {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  10% {
    -moz-transform: translateY(0) scaleY(1.2);
    -ms-transform: translateY(0) scaleY(1.2);
    -webkit-transform: translateY(0) scaleY(1.2);
    transform: translateY(0) scaleY(1.2);
  }

  20% {
    -moz-transform: translateY(0) scaleY(1.4);
    -ms-transform: translateY(0) scaleY(1.4);
    -webkit-transform: translateY(0) scaleY(1.4);
    transform: translateY(0) scaleY(1.4);
  }

  40% {
    -moz-transform: translateY(0) scaleY(1.3);
    -ms-transform: translateY(0) scaleY(1.3);
    -webkit-transform: translateY(0) scaleY(1.3);
    transform: translateY(0) scaleY(1.3);
  }

  50% {
    -moz-transform: translateY(0) scaleY(1.2);
    -ms-transform: translateY(0) scaleY(1.2);
    -webkit-transform: translateY(0) scaleY(1.2);
    transform: translateY(0) scaleY(1.2);
  }

  75% {
    -moz-transform: translateY(0) scaleY(1.5);
    -ms-transform: translateY(0) scaleY(1.5);
    -webkit-transform: translateY(0) scaleY(1.5);
    transform: translateY(0) scaleY(1.5);
  }

  90% {
    -moz-transform: translateY(0) scaleY(1.2);
    -ms-transform: translateY(0) scaleY(1.2);
    -webkit-transform: translateY(0) scaleY(1.2);
    transform: translateY(0) scaleY(1.2);
  }

  to {
    -moz-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
}

.sec03 {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 85px;
}

.sec03 .section-title {
  text-align: center;
  margin-bottom: 16px;
}

.sec03 .youtube-wrap {
  width: 853px;
  margin: 0 auto;
  background: url(../images/home/bg_youtube.gif) no-repeat center center;
  text-align: center;
}

.sec03 .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec03 .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .sec03 {
    padding: 60px 25px;
  }

  .sec03 .youtube-wrap {
    width: 100%;
    overflow: hidden;
  }
}

.sec04 {
  padding: 40px 0 80px;
  background: url(../images/common/bg_nami_texture.png);
  position: relative;
}

.sec04::before {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/bg_nami_bottom.png) repeat-x top center;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sec04::after {
  display: none;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/bg_nami.png) repeat-x top center;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: wave;
  -webkit-animation-name: wave;
  animation-name: wave;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sec04 .inner {
  width: 1150px;
  margin: 0 auto;
}

.sec04 .inner::before,
.sec04 .inner::after {
  display: table;
  content: ' ';
}

.sec04 .inner::after {
  clear: both;
}

.sec04 .section-title {
  margin-bottom: 60px;
  text-align: center;
}

.sec04 .item-wrap {
  margin-bottom: 45px;
}

.sec04 .item-wrap::before,
.sec04 .item-wrap::after {
  display: table;
  content: ' ';
}

.sec04 .item-wrap::after {
  clear: both;
}

.sec04 .item-wrap .item {
  width: 360px;
  margin-left: 35px;
  text-align: center;
  float: left;
}

.sec04 .item-wrap .item a {
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  cursor: pointer;
}

.sec04 .item-wrap .item a:hover .layer {
  opacity: 1;
}

.sec04 .item-wrap .item a:hover .layer::before {
  opacity: 1;
  top: 50%;
  margin-top: -43px;
}

.sec04 .item-wrap .item a:hover .item__title {
  text-decoration: underline;
}

.sec04 .item-wrap .item:first-child {
  margin-left: 0;
}

.sec04 .item-wrap .item__photo {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.sec04 .item-wrap .item__photo img {
  width: 100%;
  height: auto;
}

.sec04 .item-wrap .item__photo .layer {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/common/layer_hover.png);
}

.sec04 .item-wrap .item__photo .layer::before {
  background: url(../../assets/images/common/layer_arrow.png);
  width: 93px;
  height: 86px;
  left: 50%;
  margin-left: -46px;
  content: '';
  display: block;
  position: absolute;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0;
}

.sec04 .item-wrap .item__title {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.sec04 .item-wrap .item__text {
  font-size: 1.6rem;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1024px) {
  .sec04 {
    padding: 40px 50px;
  }

  .sec04 .inner {
    width: 100%;
    overflow: hidden;
  }

  .sec04 .section-title {
    float: none;
    margin-bottom: 30px;
  }

  .sec04 .item-wrap {
    width: 100%;
    float: none;
  }

  .sec04 .item-wrap .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    float: none;
  }

  .sec04 .item-wrap .item__photo {
    width: 100%;
  }

  .sec04 .item-wrap .item__title {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .sec04 .item-wrap .item__title br {
    display: none;
  }

  .sec04 .item-wrap .item__text {
    font-size: 1.4rem;
  }

  .sec04 .btn-more {
    width: 133px;
    margin: 0 auto;
  }
}

.sec05 {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 70px;
}

.sec05 .inner {
  width: 1150px;
  margin: 0 auto;
}

.sec05 .section-title {
  text-align: center;
  margin-bottom: 25px;
}

.sec05 .shop-wrap {
  text-align: center;
  margin-bottom: 25px;
}

.sec05 .shop-wrap::before,
.sec05 .shop-wrap::after {
  display: table;
  content: ' ';
}

.sec05 .shop-wrap::after {
  clear: both;
}

.sec05 .shop-wrap .shop {
  width: 260px;
  margin-left: 30px;
  text-align: center;
  float: left;
}

.sec05 .shop-wrap .shop a {
  display: block;
  width: 205px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.sec05 .shop-wrap .shop a .layer {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/common/shop_hover_layer.png);
  background-size: 100% 100%;
}

.sec05 .shop-wrap .shop a .layer::before {
  left: 50%;
  content: '';
  display: block;
  position: absolute;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0;
}

.sec05 .shop-wrap .shop a .tottan::before {
  background: url(../../assets/images/common/shop_hover_tottan.png);
  width: 138px;
  height: 53px;
  margin-left: -69px;
}

.sec05 .shop-wrap .shop a .siopurin::before {
  background: url(../../assets/images/common/shop_hover_sio-purin.png);
  width: 145px;
  height: 51px;
  margin-left: -68px;
}

.sec05 .shop-wrap .shop a .kisetsuya::before {
  background: url(../../assets/images/common/shop_hover_kisetsuya.png);
  width: 140px;
  height: 49px;
  margin-left: -70px;
}

.sec05 .shop-wrap .shop a .onlineshop::before {
  background: url(../../assets/images/common/shop_hover_onlineshop.png);
  width: 140px;
  height: 49px;
  margin-left: -70px;
}

.sec05 .shop-wrap .shop a .itaru::before {
  background: url(../../assets/images/common/shop_hover_itaru.png);
  width: 107px;
  height: 64px;
  margin-left: -53px;
}

.sec05 .shop-wrap .shop a .sumicafe::before {
  background: url(../../assets/images/common/shop_hover_sumicafe.png);
  width: 119px;
  height: 79px;
  margin-left: -60px;
}

.sec05 .shop-wrap .shop a .chiitama::before {
  background: url(../../assets/images/common/shop_hover_chiitama.png);
  width: 120px;
  height: 120px;
  margin-left: -58px;
}

.sec05 .shop-wrap .shop a:hover .layer {
  opacity: 1;
}

.sec05 .shop-wrap .shop a:hover .layer::before {
  opacity: 1;
  top: 50%;
}

.sec05 .shop-wrap .shop a:hover .shop__title {
  text-decoration: underline;
}

.sec05 .shop-wrap .shop a:hover .tottan::before {
  margin-top: -27px;
}

.sec05 .shop-wrap .shop a:hover .siopurin::before {
  margin-top: -25px;
}

.sec05 .shop-wrap .shop a:hover .kisetsuya::before {
  margin-top: -25px;
}

.sec05 .shop-wrap .shop a:hover .onlineshop::before {
  margin-top: -25px;
}

.sec05 .shop-wrap .shop a:hover .itaru::before {
  margin-top: -32px;
}

.sec05 .shop-wrap .shop a:hover .sumicafe::before {
  margin-top: -40px;
}

.sec05 .shop-wrap .shop a:hover .chiitama::before {
  margin-top: -55px;
}

.sec05 .shop-wrap .shop:first-child {
  margin-left: 0;
}

.sec05 .shop-wrap .shop__photo {
  position: relative;
  display: block;
  margin: 0 auto 10px;
}

.sec05 .shop-wrap .shop__photo img {
  width: 100%;
}

.sec05 .shop-wrap .shop__title {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.sec05 .shop-wrap .shop__title__type {
  font-size: 1.6rem;
  display: block;
}

.sec05 .shop-wrap .shop__title .super {
  font-size: 1.3rem;
  margin-left: 2px;
  vertical-align: super;
}

.sec05 .shop-wrap .shop__text {
  font-size: 1.4rem;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1024px) {
  .sec05 .inner {
    width: 100%;
    overflow: hidden;
  }

  .sec05 .section-title {
    padding: 0 36px;
  }

  .sec05 .shop-wrap .shop {
    padding: 0 35px;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .sec05 .shop-wrap .shop__title {
    font-size: 1.6rem;
    letter-spacing: 0px;
    margin-bottom: 4px;
  }

  .sec05 .shop-wrap .shop__title__type {
    font-size: 1.6rem;
    display: inline;
  }

  .sec05 .shop-wrap .shop__text {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}

.wave1 {
  width: 100%;
  height: 300px;
}

.wave1 canvas {
  width: 102%;
}

@media only screen and (max-width: 1024px) {
  .wave1 {
    display: none;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.bread {
  width: 1030px;
  margin: 0 auto 55px;
}

.bread::before,
.bread::after {
  display: table;
  content: ' ';
}

.bread::after {
  clear: both;
}

.bread li {
  float: left;
  font-size: 1.4rem;
  color: #102D6B;
}

.bread li.arrow {
  padding-left: 27px;
  background: url(../images/news/arrow01.png) no-repeat 11px center;
}

.bread li a {
  font-size: 1.4rem;
  color: #B9B4A3;
  text-decoration: none;
}

.bread li a:hover {
  text-decoration: underline;
}

.sidebar {
  width: 205px;
  float: right;
}

.sidebar .s_title {
  font-size: 20px;
  color: #102D6B;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 18px;
  background: url(../images/news/side_bg.png) no-repeat left bottom;
}

.sidebar .s_sec01 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .sidebar .s_sec01 {
    margin-bottom: 20px;
  }

  .sidebar .s_sec01 .s_title {
    margin-bottom: 22px;
  }
}

.sidebar .s_sec01 .s_cat_list li {
  margin-bottom: 5px;
}

.sidebar .s_sec01 .s_cat_list li a {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 38px;
  background: url(../images/common/side_arrow_01.png) no-repeat 15px center, #e1e8ec;
  font-size: 16px;
  color: #102D6B;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.sidebar .s_sec01 .s_cat_list li a:hover {
  background: url(../images/common/side_arrow_02.png) no-repeat 15px center, #4a6ba8;
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .sidebar .s_sec01 .s_cat_list {
    margin-bottom: 40px;
  }

  .sidebar .s_sec01 .s_cat_list li {
    width: 100%;
    margin-bottom: 5px;
  }

  .sidebar .s_sec01 .s_cat_list li a {
    text-align: center;
    background: #e1e8ec;
    padding-left: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.sidebar .s_sec01 .new-post a {
  cursor: pointer;
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.sidebar .s_sec01 .new-post a:hover {
  opacity: 0.7;
}

.sidebar .s_sec01 .new-post .item {
  margin-bottom: 20px;
}

.sidebar .s_sec01 .new-post .item::before,
.sidebar .s_sec01 .new-post .item::after {
  display: table;
  content: ' ';
}

.sidebar .s_sec01 .new-post .item::after {
  clear: both;
}

.sidebar .s_sec01 .new-post .item .thumbnail {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

.sidebar .s_sec01 .new-post .item .date {
  font-size: 1.2rem;
  color: #102E6B;
}

.sidebar .s_sec01 .new-post .item .title {
  font-size: 1.4rem;
  color: #102E6B;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}

.sidebar .s_sec01 .new-post .item .cat {
  display: block;
  padding-bottom: 5px;
  float: right;
  position: relative;
  font-size: 1rem;
  border-bottom: 1px solid #7fc5d8;
}

.sidebar .s_sec01 .new-post .item .cat::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  display: block;
  background: url(../images/common/bg_cat_txt.png) no-repeat left top;
  width: 33px;
  height: 9px;
}

@media only screen and (max-width: 1024px) {
  .sidebar .s_sec01 .new-post .item {
    margin-bottom: 30px;
  }

  .sidebar .s_sec01 .new-post .item .thumbnail {
    margin-bottom: 8px;
  }

  .sidebar .s_sec01 .new-post .item .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sidebar .s_sec01 .new-post .item .text {
    display: block;
    position: relative;
    padding-top: 4px;
  }

  .sidebar .s_sec01 .new-post .item .text .date {
    display: block;
    margin-bottom: 14px;
  }

  .sidebar .s_sec01 .new-post .item .text .title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .sidebar .s_sec01 .new-post .item .text .cat {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
  }
}

.sidebar .s_sec02 {
  margin-bottom: 40px;
}

.sidebar .s_sec02 a {
  cursor: pointer;
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.sidebar .s_sec02 a:hover {
  opacity: 0.7;
}

.sidebar .s_sec02 .s_title {
  margin-bottom: 22px;
}

.sidebar .s_sec02 .s_item_list {
  margin-bottom: 10px;
}

.sidebar .s_sec02 .s_item_list .item {
  margin-bottom: 22px;
}

.sidebar .s_sec02 .s_item_list .item .thumbnail {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.sidebar .s_sec02 .s_item_list .item a {
  cursor: pointer;
  text-decoration: none;
}

.sidebar .s_sec02 .s_item_list .item .name {
  font-size: 16px;
  color: #102c6b;
  font-weight: bold;
}

.sidebar .s_sec02 .s_item_list .item .description {
  font-size: 12px;
  color: #102c6b;
}

@media only screen and (max-width: 1024px) {
  .sidebar .s_sec02 {
    margin-bottom: 20px;
  }

  .sidebar .s_sec02 .s_title {
    margin-bottom: 16px;
  }

  .sidebar .s_sec02 .s_item_list {
    margin-bottom: 40px;
  }

  .sidebar .s_sec02 .s_item_list::before,
  .sidebar .s_sec02 .s_item_list::after {
    display: table;
    content: ' ';
  }

  .sidebar .s_sec02 .s_item_list::after {
    clear: both;
  }

  .sidebar .s_sec02 .s_item_list .item img {
    width: 100%;
    height: auto;
  }

  .sidebar .s_sec02 .s_item_list .item .name {
    font-size: 1.8rem;
    color: #102c6b;
    font-weight: bold;
  }

  .sidebar .s_sec02 .s_item_list .item .description {
    font-size: 1.4rem;
    color: #102c6b;
  }
}

.sidebar .banner_list li {
  margin-bottom: 12px;
}

.sidebar .banner_list li a {
  cursor: pointer;
}

.sidebar .banner_list li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .sidebar {
    margin-top: 0;
    background: url(../images/goods/bg_01.png) no-repeat center top;
    width: 100%;
    padding: 55px 25px 0;
    box-sizing: border-box;
    float: none;
  }

  .sidebar .s_title {
    font-size: 2.4rem;
    color: #102c6b;
    text-align: center;
    background: url(../images/sp/s_title_bg.png) no-repeat center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .sidebar .banner_list {
    padding-bottom: 18px;
  }

  .sidebar .banner_list::before,
  .sidebar .banner_list::after {
    display: table;
    content: ' ';
  }

  .sidebar .banner_list::after {
    clear: both;
  }

  .sidebar .banner_list li {
    margin-bottom: 12px;
    float: left;
    width: 47%;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .sidebar .banner_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.page_title {
  margin-bottom: 57px;
  letter-spacing: 8px;
  font-size: 3.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
}

.page_title small {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
  .page_title {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .wrapper {
    padding: 0 25px;
  }
}

.news_list .wrapper {
  width: 1150px;
  margin: 0 auto;
  padding-bottom: 130px;
}

.news_list .wrapper .cat_list {
  margin-bottom: 79px;
}

.news_list .wrapper .cat_list::before,
.news_list .wrapper .cat_list::after {
  display: table;
  content: ' ';
}

.news_list .wrapper .cat_list::after {
  clear: both;
}

.news_list .wrapper .cat_list__name {
  float: left;
}

.news_list .wrapper .cat_list__name a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #102E6B;
  line-height: 1;
  text-decoration: none;
  padding: 11px 14px 10px 29px;
  margin-right: 6px;
  background: url(../images/news/arrow02.png) no-repeat 16px center, #e1e8ec;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.news_list .wrapper .cat_list__name a:hover {
  background: url(../images/news/arrow02_hover.png) no-repeat 15px center, #4a6ba8;
  color: #FFF;
}

.news_list .wrapper .post-list::before,
.news_list .wrapper .post-list::after {
  display: table;
  content: ' ';
}

.news_list .wrapper .post-list::after {
  clear: both;
}

.news_list .wrapper .post-list .news-post {
  margin-bottom: 57px;
}

@media only screen and (max-width: 1024px) {
  .news_list .wrapper .post-list .news-post {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .news_list .wrapper {
    padding-bottom: 80px;
  }

  .news_list .page_title {
    width: 200px;
  }

  .news_list .wrapper {
    width: 100%;
  }

  .news_list .wrapper .cat_list {
    display: none;
  }
}

.pagenation {
  text-align: center;
}

.pagenation li {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #D9E0ED;
  text-align: center;
  line-height: 45px;
  margin-right: 19px;
  border-radius: 23px;
}

.pagenation li a {
  display: block;
  color: #102E6B;
  font-size: 1.4rem;
  text-decoration: none;
}

.pagenation li.current,
.pagenation li:hover {
  background: #3F62A3;
}

.pagenation li.current a,
.pagenation li:hover a {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .pagenation {
    margin-bottom: 40px;
  }

  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 20px;
  }
}

.news_detail {
  width: 1030px;
  margin: 0 auto;
}

.news_detail::before,
.news_detail::after {
  display: table;
  content: ' ';
}

.news_detail::after {
  clear: both;
}

.news_detail .wrapper {
  width: 770px;
  float: left;
}

.news_detail .post {
  margin-bottom: 50px;
}

.news_detail .post__thumbnail {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .news_detail .post__thumbnail {
    margin: 0 -25px 30px;
  }
}

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

.news_detail .post .sns_share {
  text-align: right;
}

.news_detail .post__title {
  font-size: 26px;
  color: #102E6B;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 5px;
}

.news_detail .post__cat {
  font-size: 12px;
  color: #FFF;
  background: #3F62A3;
  line-height: 3;
  padding: 8px 10px 9px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
}

.news_detail .post__date {
  font-size: 16px;
  color: #102E6B;
}

.news_detail .post__description {
  font-size: 16px;
  color: #102C6B;
  line-height: 2;
  margin: 44px auto 33px;
}

.news_detail .post__img::before,
.news_detail .post__img::after {
  display: table;
  content: ' ';
}

.news_detail .post__img::after {
  clear: both;
}

.news_detail .post__img img {
  float: left;
  margin-right: 16px;
}

.news_detail .post__img img:last-child {
  margin-right: 0;
}

.news_detail .detail_sec02 .lead_txt {
  font-size: 2.8rem;
  color: #102D6B;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 28px;
  padding-top: 50px;
  background: url(../images/news/detail_01.png) no-repeat left top;
}

.news_detail .detail_sec02 .relation::before,
.news_detail .detail_sec02 .relation::after {
  display: table;
  content: ' ';
}

.news_detail .detail_sec02 .relation::after {
  clear: both;
}

.news_detail .detail_sec02 .relation .news-post {
  width: 230px;
  margin-right: 40px;
  margin-bottom: 57px;
  float: left;
  position: relative;
  color: #102e6b;
}

.news_detail .detail_sec02 .relation .news-post:nth-child(3n) {
  margin-right: 0;
}

.news_detail .detail_sec02 .relation .news-post__thumbnail {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.news_detail .detail_sec02 .relation .news-post__thumbnail img {
  width: 100%;
  height: auto;
}

.news_detail .detail_sec02 .relation .news-post a {
  cursor: pointer;
  display: block;
}

.news_detail .detail_sec02 .relation .news-post a .news-post__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news_detail .detail_sec02 .relation .news-post a .news-post__thumbnail .layer {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/common/layer_hover.png);
}

.news_detail .detail_sec02 .relation .news-post a .news-post__thumbnail .layer::before {
  background: url(../../assets/images/common/layer_arrow.png);
  width: 93px;
  height: 86px;
  left: 50%;
  margin-left: -46px;
  content: '';
  display: block;
  position: absolute;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 0;
}

.news_detail .detail_sec02 .relation .news-post a:hover .news-post__thumbnail .layer {
  opacity: 1;
}

.news_detail .detail_sec02 .relation .news-post a:hover .news-post__thumbnail .layer::before {
  opacity: 1;
  top: 50%;
  margin-top: -43px;
}

.news_detail .detail_sec02 .relation .news-post a:hover .news-post__title {
  text-decoration: underline;
}

.news_detail .detail_sec02 .relation .news-post__title {
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  color: #102E6B;
}

.news_detail .detail_sec02 .btn-more {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1024px) {
  .news_detail {
    width: 100%;
  }

  .news_detail .page_title {
    display: none;
  }

  .news_detail .wrapper {
    width: 100%;
    float: none;
  }

  .news_detail .post {
    margin-bottom: 50px;
  }

  .news_detail .post .l-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .news_detail .post__title {
    font-size: 26px;
    margin-top: 25px;
  }

  .news_detail .post__description {
    line-height: 1.6;
    margin: 30px auto 25px;
  }

  .news_detail .post__img img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .news_detail .post__img img:last-child {
    margin-bottom: 0;
  }

  .news_detail .detail_sec02 {
    margin-top: 0;
    background: url(../images/goods/bg_01.png) no-repeat center top;
    width: 100%;
    padding-top: 55px;
  }

  .news_detail .detail_sec02 .lead_txt {
    font-size: 2.4rem;
    color: #102D6B;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 21px;
    padding: 0px 0px 18px;
    width: 100%;
    text-align: center;
    background: url(../images/sp/s_title_bg.png) no-repeat center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .news_detail .detail_sec02 .relation .news-post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }

  .news_detail .detail_sec02 .relation .news-post__thumbnail {
    margin-bottom: 0;
  }

  .news_detail .detail_sec02 .relation .news-post__thumbnail img {
    display: block;
    margin: 0 auto 0px;
  }

  .news_detail .detail_sec02 .relation .news-post__cat {
    top: auto;
    bottom: 0px;
  }

  .news_detail .detail_sec02 .relation .news-post__date {
    margin-bottom: 6px;
  }

  .news_detail .detail_sec02 .btn-more {
    margin-bottom: 30px;
  }

  .news_detail .sidebar {
    background: none;
    padding-top: 0;
  }
}

.goods_list {
  margin-bottom: 25px;
}

.goods_list .wrapper {
  width: 1150px;
  margin: 0 auto;
}

.goods_list .goods_sec01 {
  padding-bottom: 66px;
}

.goods_list .goods_sec01 .good-list {
  margin-bottom: 28px;
}

.goods_list .goods_sec01 .good-list::before,
.goods_list .goods_sec01 .good-list::after {
  display: table;
  content: ' ';
}

.goods_list .goods_sec01 .good-list::after {
  clear: both;
}

.goods_list .goods_sec01 .good-list__item {
  float: left;
  position: relative;
  width: 360px;
  margin-right: 35px;
  margin-bottom: 60px;
}

.goods_list .wrapper .cat_list {
  margin-bottom: 79px;
}

.goods_list .wrapper .cat_list::before,
.news_list .wrapper .cat_list::after {
  display: table;
  content: ' ';
}

.goods_list .wrapper .cat_list::after {
  clear: both;
}

.goods_list .wrapper .cat_list__name {
  float: left;
}

.goods_list .wrapper .cat_list__name a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #102E6B;
  line-height: 1;
  text-decoration: none;
  padding: 11px 14px 10px 29px;
  margin-right: 6px;
  background: url(../images/news/arrow02.png) no-repeat 16px center, #e1e8ec;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.goods_list .wrapper .cat_list__name a:hover {
  background: url(../images/news/arrow02_hover.png) no-repeat 15px center, #4a6ba8;
  color: #FFF;
}

.goods_list .goods_sec01 .good-list__item:nth-child(3n) {
  margin-right: 0;
}

.goods_list .goods_sec01 .good-list__item .new {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-name: jump1;
  -webkit-animation-name: jump1;
  animation-name: jump1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.goods_list .goods_sec01 .good-list__item__thumbnail {
  cursor: pointer;
  display: block;
  margin-bottom: 17px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  border-radius: 10px;
  overflow: hidden;
}

.goods_list .goods_sec01 .good-list__item__thumbnail:hover {
  opacity: 0.7;
}

.goods_list .goods_sec01 .good-list__item__thumbnail img {
  width: 100%;
}

.goods_list .goods_sec01 .good-list__item__title {
  margin-bottom: 5px;
}

.goods_list .goods_sec01 .good-list__item__title a {
  cursor: pointer;
  font-size: 2rem;
  color: #102C6B;
  font-weight: bold;
  text-decoration: none;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}

.goods_list .goods_sec01 .good-list__item__title a:hover {
  opacity: 0.7;
}

.goods_list .goods_sec01 .good-list__item__text {
  font-size: 1.4rem;
  color: #102C6B;
  min-height: 40px;
  margin-bottom: 15px;
}

.goods_list .goods_sec01 .good-list__item__price {
  border-top: 1px solid #B4BDD0;
  border-bottom: 1px solid #B4BDD0;
  padding: 13px 0;
  margin-bottom: 16px;
}

.goods_list .goods_sec01 .good-list__item__price li {
  font-size: 14px;
  color: #102C6B;
}

.goods_list .goods_sec01 .good-list__item__btn {
  float: right;
  width: 170px;
}

.goods_list .goods_sec01 .good-list__item__btn a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #102D6B;
  line-height: 1;
  padding: 12px 27px 11px 44px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  background: url(../images/common/side_arrow_01.png) no-repeat 25px center, #e1e8ec;
}

.goods_list .goods_sec01 .good-list__item__btn a:hover {
  color: #FFF;
  background: url(../images/common/side_arrow_02.png) no-repeat 25px center, #4a6ba8;
}

.goods_list .goods_sec02 .lead_txt {
  font-size: 30px;
  color: #102C6B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
  background: url(../images/goods/bg_01.png) no-repeat center top;
}

.goods_list .goods_sec02 .relation {
  margin-bottom: 32px;
}

.goods_list .goods_sec02 .relation::before,
.goods_list .goods_sec02 .relation::after {
  display: table;
  content: ' ';
}

.goods_list .goods_sec02 .relation::after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .goods_list .wrapper {
    width: 100%;
  }

  .goods_list .goods_sec01 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .goods_list .goods_sec01 .page_title {
    width: 200px;
  }

  .goods_list .goods_sec01 .good-list {
    margin-bottom: 0;
  }

  .goods_list .goods_sec01 .good-list__item {
    width: 46%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .goods_list .goods_sec01 .good-list__item:nth-child(even) {
    float: right;
  }

  .goods_list .goods_sec01 .good-list__item .new {
    width: 60px;
    left: -5px;
  }

  .goods_list .goods_sec01 .good-list__item__thumbnail {
    display: block;
    margin: 0 auto 12px;
  }

  .goods_list .goods_sec01 .good-list__item__title a {
    font-size: 1.5rem;
  }

  .goods_list .goods_sec01 .good-list__item__text {
    /*min-height: auto;
    font-size: 1.2rem;*/
    display: none;
  }

  .goods_list .goods_sec01 .good-list__item__price {
    /*display: none;*/
    border-top: 0px solid #B4BDD0;
    border-bottom: 0px solid #B4BDD0;
    padding: 1px 0 12px 0;
    margin-bottom: 10px;
  }

  .goods_list .goods_sec01 .good-list__item__btn {
    display: none;
  }

  .goods_list .goods_sec02 {
    display: none;
  }

  /* smartphoneの場合は商品種別を非表示 */
  .goods_list .wrapper .cat_list {
    display: none;
  }
}

.goods_detail {
  width: 1030px;
  margin: 0 auto 90px;
}

.goods_detail::before,
.goods_detail::after {
  display: table;
  content: ' ';
}

.goods_detail::after {
  clear: both;
}

.goods_detail .wrapper {
  width: 770px;
  float: left;
}

.goods_detail .wrapper .image-slider::before,
.goods_detail .wrapper .image-slider::after {
  display: table;
  content: ' ';
}

.goods_detail .wrapper .image-slider::after {
  clear: both;
}

.goods_detail .wrapper .image-slider .bxslider li {
  border-radius: 5px;
  overflow: hidden;
}

.goods_detail .wrapper .image-slider #bx-pager {
  float: right;
}

.goods_detail .wrapper .image-slider #bx-pager a {
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 10px;
}

.goods_detail .wrapper .name {
  font-size: 2.8rem;
  color: #102C6B;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 35px;
}

.goods_detail .wrapper .price {
  font-size: 1.6rem;
  color: #102C6B;
  margin-bottom: 25px;
}

.goods_detail .wrapper .price .large {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 8px;
}

.goods_detail .wrapper .price .small {
  font-size: 1.4rem;
}

.goods_detail .wrapper .description {
  font-size: 1.4rem;
  color: #102C6B;
  line-height: 1.8;
  margin-bottom: 35px;
}

.goods_detail .wrapper .inner {
  padding: 9px 0 10px;
  margin-bottom: 40px;
  border-top: 1px solid #B4BDD0;
  border-bottom: 1px solid #B4BDD0;
}

.goods_detail .wrapper .inner::before,
.goods_detail .wrapper .inner::after {
  display: table;
  content: ' ';
}

.goods_detail .wrapper .inner::after {
  clear: both;
}

.goods_detail .wrapper .inner .box-1 {
  float: left;
  width: 394px;
  padding-right: 33px;
  box-sizing: border-box;
  border-right: 1px solid #B4BDD0;
}

.goods_detail .wrapper .inner .box-1 .lead_txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #102C6B;
  margin-bottom: 15px;
}

.goods_detail .wrapper .inner .box-1 .list li {
  font-size: 1.4rem;
  color: #102C6B;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.goods_detail .wrapper .inner .box-1 .list li:before {
  position: absolute;
  content: "・";
  left: 3px;
  top: 0;
}

.goods_detail .wrapper .inner .box-1__sec01 {
  padding: 18px 0 25px;
  border-bottom: 1px solid #B4BDD0;
}

.goods_detail .wrapper .inner .box-1__sec02 {
  padding: 27px 0 20px;
}

.goods_detail .wrapper .inner .box-2 {
  float: left;
  width: 376px;
  padding-left: 32px;
}

.goods_detail .wrapper .inner .box-2 .wrap {
  padding-top: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B4BDD0;
}

.goods_detail .wrapper .inner .box-2 .wrap::before,
.goods_detail .wrapper .inner .box-2 .wrap::after {
  display: table;
  content: ' ';
}

.goods_detail .wrapper .inner .box-2 .wrap::after {
  clear: both;
}

.goods_detail .wrapper .inner .box-2 .wrap .hd {
  float: left;
  width: 78px;
  font-size: 1.6rem;
  color: #102C6B;
  font-weight: bold;
}

.goods_detail .wrapper .inner .box-2 .wrap .txt01 {
  float: right;
  font-size: 1.6rem;
  color: #102C6B;
  line-height: 1.7;
  width: 265px;
}

.goods_detail .wrapper .inner .box-2 .pb40 {
  padding-bottom: 40px;
}

.goods_detail .wrapper .inner .box-2 .txt02 {
  font-size: 14px;
  color: #102C6B;
  margin-top: 15px;
}

.goods_detail .wrapper .order_btn a {
  cursor: pointer;
  display: block;
  background: #4A6BA8;
  width: 510px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 7px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.goods_detail .wrapper .order_btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .goods_detail {
    width: 100%;
  }

  .goods_detail .page_title {
    display: none;
  }

  .goods_detail .wrapper {
    width: 100%;
    margin-bottom: 45px;
    float: none;
  }

  .goods_detail .wrapper .image-slider {
    margin-left: -25px;
    margin-right: -25px;
  }

  .goods_detail .wrapper .image-slider .bxslider li {
    border-radius: 0;
  }

  .goods_detail .wrapper .image-slider #bx-pager {
    float: none;
    text-align: center;
  }

  .goods_detail .wrapper .image-slider #bx-pager a {
    display: inline;
    float: none;
    margin: 0 2px;
  }

  .goods_detail .wrapper .name {
    font-size: 2.2rem;
    margin-bottom: 18px;
    margin-top: 30px;
  }

  .goods_detail .wrapper .price {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }

  .goods_detail .wrapper .price .divide {
    display: block;
  }

  .goods_detail .wrapper .price .large {
    font-size: 1.6rem;
  }

  .goods_detail .wrapper .price .small {
    font-size: 1.2rem;
  }

  .goods_detail .wrapper .description {
    font-size: 1.2rem;
  }

  .goods_detail .wrapper .inner {
    padding: 9px 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .goods_detail .wrapper .inner .box-1 {
    float: none;
    width: 100%;
    padding-right: 12px;
    border-right: none;
  }

  .goods_detail .wrapper .inner .box-1 .lead_txt {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .goods_detail .wrapper .inner .box-1 .list li {
    font-size: 1.2rem;
    margin-bottom: 3px;
    padding-left: 12px;
  }

  .goods_detail .wrapper .inner .box-1 .list li:before {
    left: 0;
    top: 0;
  }

  .goods_detail .wrapper .inner .box-1__sec01 {
    padding: 9px 0 10px;
    box-sizing: border-box;
  }

  .goods_detail .wrapper .inner .box-1__sec02 {
    padding: 9px 0 10px;
    box-sizing: border-box;
  }

  .goods_detail .wrapper .inner .box-2 {
    float: none;
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #B4BDD0;
  }

  .goods_detail .wrapper .inner .box-2 .wrap::before,
  .goods_detail .wrapper .inner .box-2 .wrap::after {
    display: table;
    content: ' ';
  }

  .goods_detail .wrapper .inner .box-2 .wrap::after {
    clear: both;
  }

  .goods_detail .wrapper .inner .box-2 .wrap .hd {
    font-size: 1.2rem;
    width: 25%;
  }

  .goods_detail .wrapper .inner .box-2 .wrap .txt01 {
    font-size: 1.2rem;
    width: 75%;
  }

  .goods_detail .wrapper .inner .box-2 .pb40 {
    padding-bottom: 20px;
  }

  .goods_detail .wrapper .inner .box-2 .txt02 {
    font-size: 1.2rem;
  }

  .goods_detail .wrapper .order_btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}

.post-single-body {
  font-size: 16px;
}

.post-single-body h1,
.post-single-body h2,
.post-single-body h3,
.post-single-body h4,
.post-single-body h5,
.post-single-body h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.post-single-body p,
.post-single-body ul,
.post-single-body ol,
.post-single-body table,
.post-single-body dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-single-body h1 {
  font-size: 2.6rem;
}

.post-single-body h2 {
  font-size: 2.4rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #B4BDD0;
}

.post-single-body h3 {
  font-size: 2.0rem;
}

.post-single-body h4 {
  font-size: 1.8rem;
}

.post-single-body h5 {
  font-size: 1.6rem;
}

.post-single-body h6 {
  font-size: 1.4rem;
}

.post-single-body li {
  font-size: 1.4rem;
  color: #102C6B;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.post-single-body li:before {
  position: absolute;
  content: "・";
  left: 3px;
  top: 0;
}

.post-single-body table {
  border: none;
  border-collapse: collapse;
}

.post-single-body tr,
.post-single-body td,
.post-single-body th {
  padding: 10px;
  border: none;
}

.post-single-body th {
  font-weight: bold;
}

.contact,
.orderform {
  width: 1030px;
  margin: 0 auto 90px;
}

.contact::before,
.contact::after,
.orderform::before,
.orderform::after {
  display: table;
  content: ' ';
}

.contact::after,
.orderform::after {
  clear: both;
}

.contact .page_title,
.orderform .page_title {
  margin-bottom: 57px;
}

.contact .orderform_wrapper form table,
.orderform .orderform_wrapper form table {
  margin-bottom: 80px;
}

.contact .orderform_wrapper form .order-goods-table th,
.orderform .orderform_wrapper form .order-goods-table th {
  padding-top: 20px;
}

.contact .orderform_wrapper form .order-goods-table td,
.orderform .orderform_wrapper form .order-goods-table td {
  padding-top: 20px;
}

.contact .contact_wrapper,
.contact .orderform_wrapper,
.orderform .contact_wrapper,
.orderform .orderform_wrapper {
  width: 770px;
  float: left;
}

.contact .contact_wrapper .txt,
.contact .orderform_wrapper .txt,
.orderform .contact_wrapper .txt,
.orderform .orderform_wrapper .txt {
  font-size: 16px;
  color: #102C6B;
  margin-bottom: 24px;
}

.contact .contact_wrapper form table,
.contact .orderform_wrapper form table,
.orderform .contact_wrapper form table,
.orderform .orderform_wrapper form table {
  width: 100%;
}

.contact .contact_wrapper form table th,
.contact .orderform_wrapper form table th,
.orderform .contact_wrapper form table th,
.orderform .orderform_wrapper form table th {
  padding-top: 50px;
  width: 202px;
  vertical-align: top;
  border-bottom: 1px solid #102E6B;
  font-size: 14px;
  color: #102C6B;
  font-weight: bold;
}

.contact .contact_wrapper form table th.addHeight,
.contact .orderform_wrapper form table th.addHeight,
.orderform .contact_wrapper form table th.addHeight,
.orderform .orderform_wrapper form table th.addHeight {
  height: 209px;
}

.contact .contact_wrapper form table td,
.contact .orderform_wrapper form table td,
.orderform .contact_wrapper form table td,
.orderform .orderform_wrapper form table td {
  padding: 40px 27px 22px 20px;
  border-bottom: 1px dashed #B4BDD0;
}

.contact .contact_wrapper form table td input,
.contact .contact_wrapper form table td textarea,
.contact .orderform_wrapper form table td input,
.contact .orderform_wrapper form table td textarea,
.orderform .contact_wrapper form table td input,
.orderform .contact_wrapper form table td textarea,
.orderform .orderform_wrapper form table td input,
.orderform .orderform_wrapper form table td textarea {
  width: 100%;
}

.contact .contact_wrapper form table td input[type="radio"],
.contact .contact_wrapper form table td textarea[type="radio"],
.contact .orderform_wrapper form table td input[type="radio"],
.contact .orderform_wrapper form table td textarea[type="radio"],
.orderform .contact_wrapper form table td input[type="radio"],
.orderform .contact_wrapper form table td textarea[type="radio"],
.orderform .orderform_wrapper form table td input[type="radio"],
.orderform .orderform_wrapper form table td textarea[type="radio"] {
  width: auto;
}

.contact .contact_wrapper form table td input,
.contact .orderform_wrapper form table td input,
.orderform .contact_wrapper form table td input,
.orderform .orderform_wrapper form table td input {
  height: 36px;
  font-size: 14px;
  color: #C7C7C7;
  padding-left: 13px;
}

.contact .contact_wrapper form table td input.default::-webkit-input-placeholder,
.contact .contact_wrapper form table td input.default:-ms-input-placeholder,
.contact .contact_wrapper form table td input.default::-moz-placeholder,
.contact .orderform_wrapper form table td input.default::-webkit-input-placeholder,
.contact .orderform_wrapper form table td input.default:-ms-input-placeholder,
.contact .orderform_wrapper form table td input.default::-moz-placeholder,
.orderform .contact_wrapper form table td input.default::-webkit-input-placeholder,
.orderform .contact_wrapper form table td input.default:-ms-input-placeholder,
.orderform .contact_wrapper form table td input.default::-moz-placeholder,
.orderform .orderform_wrapper form table td input.default::-webkit-input-placeholder,
.orderform .orderform_wrapper form table td input.default:-ms-input-placeholder,
.orderform .orderform_wrapper form table td input.default::-moz-placeholder {
  color: #C7C7C7;
}

.contact .contact_wrapper form table td input.color,
.contact .orderform_wrapper form table td input.color,
.orderform .contact_wrapper form table td input.color,
.orderform .orderform_wrapper form table td input.color {
  color: #333;
}

.contact .contact_wrapper form table td textarea,
.contact .orderform_wrapper form table td textarea,
.orderform .contact_wrapper form table td textarea,
.orderform .orderform_wrapper form table td textarea {
  height: 146px;
  border-color: #C8C8C8;
  color: #333;
  font-size: 14px;
}

.contact .contact_wrapper form table td .inner,
.contact .orderform_wrapper form table td .inner,
.orderform .contact_wrapper form table td .inner,
.orderform .orderform_wrapper form table td .inner {
  display: inline-block;
  position: relative;
}

.contact .contact_wrapper form table td .inner:before,
.contact .orderform_wrapper form table td .inner:before,
.orderform .contact_wrapper form table td .inner:before,
.orderform .orderform_wrapper form table td .inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  right: 30px;
  top: 12px;
  background: url(../images/contact/dash_line.png) no-repeat;
}

.contact .contact_wrapper form table td .inner:after,
.contact .orderform_wrapper form table td .inner:after,
.orderform .contact_wrapper form table td .inner:after,
.orderform .orderform_wrapper form table td .inner:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 5px;
  right: 9px;
  top: 16px;
  background: url(../images/contact/contact_arrow.png) no-repeat;
}

.contact .contact_wrapper form table td .select_box,
.contact .orderform_wrapper form table td .select_box,
.orderform .contact_wrapper form table td .select_box,
.orderform .orderform_wrapper form table td .select_box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 356px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border: 1px solid #C8C8C8;
  background: #FFF;
  padding-left: 12px;
}

.contact .contact_wrapper form table td .select_box option:hover,
.contact .orderform_wrapper form table td .select_box option:hover,
.orderform .contact_wrapper form table td .select_box option:hover,
.orderform .orderform_wrapper form table td .select_box option:hover {
  background: #C8C8C8;
}

.contact .contact_wrapper form .btn_submit,
.contact .orderform_wrapper form .btn_submit,
.orderform .contact_wrapper form .btn_submit,
.orderform .orderform_wrapper form .btn_submit {
  margin-top: 49px;
  text-align: center;
}

.contact .contact_wrapper form .btn_submit input,
.contact .orderform_wrapper form .btn_submit input,
.orderform .contact_wrapper form .btn_submit input,
.orderform .orderform_wrapper form .btn_submit input {
  cursor: pointer;
  width: 511px;
  height: 60px;
  line-height: 60px;
  background: #4A6BA8;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  border: none;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.contact .contact_wrapper form .btn_submit .btn_submit_back,
.contact .orderform_wrapper form .btn_submit .btn_submit_back,
.orderform .contact_wrapper form .btn_submit .btn_submit_back,
.orderform .orderform_wrapper form .btn_submit .btn_submit_back {
  width: 300px;
  background-color: #aaa;
}

.contact .contact_wrapper form .btn_submit .btn_submit_send,
.contact .orderform_wrapper form .btn_submit .btn_submit_send,
.orderform .contact_wrapper form .btn_submit .btn_submit_send,
.orderform .orderform_wrapper form .btn_submit .btn_submit_send {
  width: 450px;
}

.tottan .mb50 {
  margin-bottom: 50px;
}

.tottan .main_visual {
  width: 1030px;
  margin: 0 auto 57px;
  border-radius: 10px;
  overflow: hidden;
}

.tottan .wrapper {
  width: 900px;
  margin: 0 auto;
}

.tottan .title02 {
  font-size: 2.2rem;
  color: #102C6B;
  margin-bottom: 22px;
}

.tottan .txt {
  font-size: 1.4rem;
  color: #102C6B;
  line-height: 1.7;
  letter-spacing: -0.04em;
}

.tottan .tottan_sec01 {
  position: relative;
  margin-bottom: 140px;
}

.tottan .tottan_sec01 .title01 {
  font-size: 3.5rem;
  color: #102C6B;
  margin-bottom: 25px;
  font-weight: bold;
}

.tottan .tottan_sec01 .title01 .txt_small {
  font-size: 3rem;
}

.tottan .tottan_sec01 .img {
  position: absolute;
  right: -65px;
  bottom: -80px;
}

.tottan .tottan_sec02 {
  position: relative;
  margin-bottom: 95px;
  padding-left: 460px;
}

.tottan .tottan_sec02 .img {
  position: absolute;
  left: -65px;
  top: -90px;
}

.tottan .tottan_sec03 {
  margin-bottom: 20px;
}

.tottan .tottan_sec03 .box_wrapper::before,
.tottan .tottan_sec03 .box_wrapper::after {
  display: table;
  content: ' ';
}

.tottan .tottan_sec03 .box_wrapper::after {
  clear: both;
}

.tottan .tottan_sec03 .box_wrapper .left_box {
  float: left;
}

.tottan .tottan_sec03 .box_wrapper .left_box .title03 {
  font-size: 1.8rem;
  color: #102D6B;
  font-weight: bold;
  margin-bottom: 20px;
}

.tottan .tottan_sec03 .box_wrapper .left_box .data_list {
  margin-bottom: 20px;
}

.tottan .tottan_sec03 .box_wrapper .left_box .data_list .item {
  font-size: 1.4rem;
  color: #102D6B;
  margin-bottom: 2px;
}

.tottan .tottan_sec03 .box_wrapper .left_box .data_list .large {
  font-size: 1.6rem;
  color: #102D6B;
}

.tottan .tottan_sec03 .box_wrapper .left_box .data_list .large .small {
  font-size: 1.2rem;
}

.tottan .tottan_sec03 .box_wrapper .left_box .map_link {
  width: 120px;
}

.tottan .tottan_sec03 .box_wrapper .left_box .map_link a {
  display: block;
  font-size: 1.2rem;
  color: #102D6B;
  padding-left: 15px;
  background: url(../images/tottan/map_icon.png) no-repeat left center;
}

.tottan .tottan_sec03 .box_wrapper .left_box .map_link a:hover {
  text-decoration: underline;
}

.tottan .tottan_sec03 .box_wrapper .right_map {
  float: right;
}

.tottan .tottan_sec03 .box_wrapper .right_map #tottanmap {
  width: 564px;
  height: 260px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.tottan .tottan_sec03 .lead_txt {
  font-size: 1.4rem;
  color: #102C6B;
  font-weight: bold;
  margin-bottom: 10px;
}

.tottan .tottan_sec03 .txt02 {
  font-size: 1.4rem;
  color: #102C6B;
  padding-left: 11px;
  margin-bottom: 35px;
}

.tottan .goods_sec02 {
  margin-top: 53px;
  margin-bottom: 113px;
}

.tottan .goods_sec02 .lead_txt {
  font-size: 3rem;
  color: #102C6B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
  background: url(../images/goods/bg_01.png) no-repeat center top;
}

.tottan .goods_sec02 .relation {
  margin-bottom: 32px;
}

.tottan .goods_sec02 .relation::before,
.tottan .goods_sec02 .relation::after {
  display: table;
  content: ' ';
}

.tottan .goods_sec02 .relation::after {
  clear: both;
}

.tottan .goods_sec02 .news-post {
  width: 280px;
  margin-right: 30px;
}

.tottan .goods_sec02 .news-post:last-child {
  margin-right: 0;
}

.tottan .goods_sec02 .news-post__title {
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .tottan .mb50 {
    margin-bottom: 32px;
  }

  .tottan .main_visual {
    width: 100%;
    border-radius: 0;
    margin: 0 auto 26px;
  }

  .tottan .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .tottan .title01 {
    border-bottom: none;
  }

  .tottan .title02 {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }

  .tottan .txt {
    font-size: 1.2rem;
  }

  .tottan .txt .dn {
    display: none;
  }

  .tottan .tottan_sec01 {
    margin-bottom: 25px;
  }

  .tottan .tottan_sec01 .title01 {
    font-size: 2.2rem;
    margin-bottom: 17px;
  }

  .tottan .tottan_sec01 .title01 .txt_small {
    display: block;
    font-size: 1.5rem;
  }

  .tottan .tottan_sec01 .img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-top: 18px;
  }

  .tottan .tottan_sec02 {
    margin-bottom: 32px;
    padding-left: 25px;
  }

  .tottan .tottan_sec02 .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box {
    float: none;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .title03 {
    font-size: 1.6rem;
    margin-bottom: 3px;
    text-align: center;
    border-bottom: none;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list {
    margin-bottom: 20px;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list .item {
    font-size: 1.2rem;
    margin-bottom: 3px;
    text-align: center;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list .item::before {
    display: none;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list .large {
    text-align: center;
    font-size: 1.3rem;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list .large .small {
    font-size: 1.1rem;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .data_list .large::before {
    display: none;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .map_link {
    width: 100%;
    text-align: center;
  }

  .tottan .tottan_sec03 .box_wrapper .left_box .map_link a {
    width: 130px;
    margin: 0 auto 30px;
  }

  .tottan .tottan_sec03 .box_wrapper .right_map {
    float: none;
    margin: 0 -25px 25px -25px;
  }

  .tottan .tottan_sec03 .box_wrapper .right_map #tottanmap {
    width: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .tottan .tottan_sec03 .lead_txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .tottan .tottan_sec03 .txt02 {
    font-size: 1.2rem;
    padding-left: 5px;
    margin-bottom: 20px;
  }
}

.company .main_visual {
  width: 1030px;
  margin: 0 auto 55px;
  border-radius: 15px;
  overflow: hidden;
}

.company .wrapper {
  width: 900px;
  margin: 0 auto;
}

.company .company-inner .title01 {
  font-size: 3.5rem;
  color: #102C6B;
  font-weight: bold;
  margin-bottom: 40px;
}

.company .company-inner .lead_txt {
  font-size: 2rem;
  color: #102C6B;
  margin-bottom: 70px;
}

.company .company-inner table th {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #102E6B;
  color: #102C6B;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 12px;
}

.company .company-inner table td {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px dotted #b4bdd0;
  color: #102C6B;
  padding-left: 13px;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 12px;
}

.company .company-inner .table01 th {
  width: 142px;
}

.company .company-inner .table01 td {
  width: 758px;
}

.company .company-inner .table02 th {
  width: 191px;
}

.company .company-inner .table02 td {
  width: 709px;
}

.company .company-inner .table02 td.address {
  letter-spacing: 0.1em;
}

.company .company-inner .company-sec01 {
  margin-bottom: 60px;
}

.company .company-inner .company-sec01 .title02 {
  font-size: 1.8rem;
  color: #102C6B;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 2px solid #697ba2;
}

.company .company-inner .company-sec01 .slash {
  display: inline-block;
}

.company .goods_sec02 {
  margin-top: 112px;
  margin-bottom: 113px;
}

.company .goods_sec02 .lead_txt {
  font-size: 3rem;
  color: #102C6B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
  background: url(../images/goods/bg_01.png) no-repeat center top;
}

.company .goods_sec02 .relation {
  margin-bottom: 32px;
}

.company .goods_sec02 .relation::before,
.company .goods_sec02 .relation::after {
  display: table;
  content: ' ';
}

.company .goods_sec02 .relation::after {
  clear: both;
}

.company .goods_sec02 .news-post {
  width: 280px;
  margin-right: 30px;
}

.company .goods_sec02 .news-post:last-child {
  margin-right: 0;
}

.company .goods_sec02 .news-post__title {
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .company .main_visual {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
  }

  .company .wrapper {
    width: 100%;
  }

  .company .company-inner {
    margin-bottom: 40px;
  }

  .company .company-inner .title01 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .company .company-inner .lead_txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .company .company-inner table .sp_br {
    display: block;
  }

  .company .company-inner table .tel {
    letter-spacing: -1px;
  }

  .company .company-inner table th {
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .company .company-inner table td {
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .company .company-inner .table01,
  .company .company-inner .table02 {
    width: 100%;
  }

  .company .company-inner .table01 th,
  .company .company-inner .table02 th {
    width: 26.3%;
  }

  .company .company-inner .table01 td,
  .company .company-inner .table02 td {
    width: 73.7%;
  }

  .company .company-inner .table01 td.address,
  .company .company-inner .table02 td.address {
    letter-spacing: 0;
  }

  .company .company-inner .company-sec01 {
    margin-bottom: 25px;
  }

  .company .company-inner .company-sec01 .title02 {
    font-size: 1.2rem;
  }
}

.order .wrapper {
  width: 1030px;
  margin: 0 auto;
}

.order .wrapper .order-inner {
  width: 900px;
  margin: 0 auto;
}

.order .wrapper .order-inner .title01 {
  font-size: 1.8rem;
  padding-bottom: 12px;
  border-bottom: 2px solid #566792;
  margin-bottom: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-inner .title01 {
    font-size: 1.6rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #566792;
  }
}

.order .wrapper .order-inner table {
  width: 100%;
}

.order .wrapper .order-inner table th {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #102E6B;
  color: #102C6B;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 12px;
}

.order .wrapper .order-inner table td {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px dotted #b4bdd0;
  color: #102C6B;
  padding-left: 13px;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 12px;
}

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

  .order .wrapper .order-inner table th,
  .order .wrapper .order-inner table td {
    display: block;
    font-size: 1.2rem;
  }

  .order .wrapper .order-inner table th {
    border-bottom: none;
    padding: 10px 0 4px;
  }

  .order .wrapper .order-inner table td {
    padding: 10px 0;
    font-weight: normal;
  }
}

.order .wrapper .order-inner table.order-delivery th,
.order .wrapper .order-inner table.order-delivery td {
  padding: 10px;
  border: 1px solid #E7E5DE;
  text-align: center;
  font-weight: normal;
}

.order .wrapper .order-inner table.order-delivery thead th,
.order .wrapper .order-inner table.order-delivery thead td {
  font-size: 1.2rem;
  background-color: #fbf8f1;
}

.order .wrapper .order-inner table.order-delivery tbody th {
  font-size: 1.2rem;
  background-color: #d3daea;
  border-color: #fff;
}

.order .wrapper .order-inner table.order-delivery tbody td {
  font-size: 1.2rem;
}

.order .wrapper .order-inner table.order-pay th,
.order .wrapper .order-inner table.order-pay td {
  padding: 10px;
  border: 1px solid #E7E5DE;
  text-align: center;
  font-weight: normal;
}

.order .wrapper .order-inner table.order-pay thead th,
.order .wrapper .order-inner table.order-pay thead td {
  font-size: 1.4rem;
  background-color: #fbf8f1;
}

.order .wrapper .order-inner table.order-pay tbody th {
  font-size: 1.4rem;
  background-color: #d3daea;
  border-color: #fff;
  width: 10%;
}

.order .wrapper .order-inner table.order-pay tbody td {
  font-size: 1.4rem;
  text-align: left;
}

.order .wrapper .order-inner .lead-txt {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-inner .lead-txt {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

.order .wrapper .order-inner .ref-dot {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-left: 1em;
}

.order .wrapper .order-inner .ref-dot::before {
  text-indent: 1em;
  margin-left: -1em;
  content: '・';
}

.order .wrapper .order-inner .ref-kome {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-left: 1em;
}

.order .wrapper .order-inner .ref-kome::before {
  text-indent: 1em;
  margin-left: -1em;
  content: '※';
}

@media only screen and (max-width: 1024px) {
  .order .wrapper {
    width: 100%;
  }

  .order .wrapper .order-inner {
    width: 100%;
  }

  .order .wrapper .order-inner .ref-dot,
  .order .wrapper .order-inner .ref-kome {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin-bottom: 4px;
  }
}

.order .wrapper .order-box {
  background: #fbf8f1;
  border-radius: 10px;
  border: 1px solid #E7E5DE;
  padding: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box {
    padding: 12px 8px;
  }
}

.order .wrapper .order-box .lead-txt {
  font-size: 1.8rem;
  border-bottom: 1px solid #dad9d4;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box .lead-txt {
    font-size: 1.4rem;
  }
}

.order .wrapper .order-box__in {
  margin-bottom: 20px;
}

.order .wrapper .order-box__in::before,
.order .wrapper .order-box__in::after {
  display: table;
  content: ' ';
}

.order .wrapper .order-box__in::after {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__in {
    margin-bottom: 4px;
  }
}

.order .wrapper .order-box__tel {
  float: left;
  width: 50%;
}

.order .wrapper .order-box__tel img {
  float: left;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__tel {
    float: none;
    width: 100%;
    border-bottom: 1px solid #dad9d4;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .order .wrapper .order-box__tel img {
    float: none;
    margin-right: 0;
  }
}

.order .wrapper .order-box__tel .order-box__in__txt {
  padding-top: 10px;
  margin-left: 5px;
  font-size: 1.3rem;
}

.order .wrapper .order-box__tel .order-box__in__txt span {
  display: block;
  font-size: 1.1rem;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__tel .order-box__in__txt {
    text-align: right;
    font-size: 0.9rem;
    margin-left: 0;
    padding-top: 4px;
  }

  .order .wrapper .order-box__tel .order-box__in__txt span {
    font-size: 0.9rem;
    display: inline;
  }
}

.order .wrapper .order-box__fax {
  float: left;
  width: 50%;
  border-left: 1px solid #dad9d4;
  padding-left: 16px;
}

.order .wrapper .order-box__fax img {
  float: left;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__fax {
    float: none;
    width: 100%;
    border-left: none;
    padding-left: 0;
  }

  .order .wrapper .order-box__fax img {
    float: none;
  }
}

.order .wrapper .order-box__fax .order-box__fax__btn {
  float: right;
  margin-top: 5px;
  width: 175px;
}

.order .wrapper .order-box__fax .order-box__fax__btn a {
  cursor: pointer;
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  width: 175px;
  background: #4a6ba8;
  border-radius: 5px;
  text-align: center;
}

.order .wrapper .order-box__fax .order-box__fax__btn a span {
  padding-left: 15px;
  background: url(../../assets/images/order/icon_download.png) no-repeat 0px center;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__fax .order-box__fax__btn {
    width: 100%;
    float: none;
    margin-top: 8px;
    border-bottom: 1px solid #dad9d4;
    padding-bottom: 12px;
  }

  .order .wrapper .order-box__fax .order-box__fax__btn a {
    width: 100%;
    height: 33px;
    line-height: 33px;
  }

  .order .wrapper .order-box__fax .order-box__fax__btn a span {
    padding-left: 30px;
  }
}

.order .wrapper .order-box__email {
  clear: both;
  padding-top: 30px;
}

.order .wrapper .order-box__email img {
  float: left;
  margin-right: 5px;
}

.order .wrapper .order-box__email p {
  padding-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__email {
    padding-top: 6px;
  }

  .order .wrapper .order-box__email img {
    float: none;
    margin-right: 0;
  }

  .order .wrapper .order-box__email p {
    padding-top: 10px;
    text-align: right;
  }
}

.order .wrapper .order-box__form {
  padding-top: 30px;
}

.order .wrapper .order-box__form a {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 510px;
  background: #4a6ba8;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-box__form {
    padding-top: 10px;
  }

  .order .wrapper .order-box__form a {
    width: 100%;
    font-size: 1.2rem;
    height: 45px;
    line-height: 45px;
  }
}

.order .wrapper .order-sec01 {
  margin-bottom: 80px;
}

.order .wrapper .order-sec02 {
  margin-bottom: 70px;
}

.order .wrapper .order-sec02 .delivery-fee {
  margin-bottom: 30px;
}

.order .wrapper .order-sec02 .delivery-fee::before,
.order .wrapper .order-sec02 .delivery-fee::after {
  display: table;
  content: ' ';
}

.order .wrapper .order-sec02 .delivery-fee::after {
  clear: both;
}

.order .wrapper .order-sec02 .delivery-fee .area-box {
  width: 100px;
  float: left;
}

.order .wrapper .order-sec02 .delivery-fee .area-box__title {
  font-size: 1.4rem;
  color: #FFF;
  padding: 8px 10px;
  background: #4a6ba8;
  border-left: 1px solid #FFF;
}

.order .wrapper .order-sec02 .delivery-fee .area-box__list {
  border-left: 1px solid #CCC;
  padding: 8px 10px;
  height: 235px;
}

.order .wrapper .order-sec02 .delivery-fee .area-box__list li {
  font-size: 1.4rem;
}

.order .wrapper .order-sec02 .delivery-fee .area-box__price {
  display: block;
  border-left: 1px solid #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 10px;
  background: #d3daea;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-sec02 .delivery-fee {
    margin-bottom: 15px;
  }

  .order .wrapper .order-sec02 .delivery-fee .area-box {
    width: 100%;
    float: left;
  }

  .order .wrapper .order-sec02 .delivery-fee .area-box__title {
    font-size: 1.4rem;
    border-left: 1px solid #4a6ba8;
    border-right: 1px solid #4a6ba8;
  }

  .order .wrapper .order-sec02 .delivery-fee .area-box__list {
    height: auto;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }

  .order .wrapper .order-sec02 .delivery-fee .area-box__list li {
    font-size: 1.4rem;
    display: inline;
  }

  .order .wrapper .order-sec02 .delivery-fee .area-box__price {
    font-size: 1.4rem;
    border-left: 1px solid #d3daea;
    border-right: 1px solid #d3daea;
  }
}

.order .wrapper .order-sec02 .ref-small {
  margin-top: 20px;
}

.order .wrapper .order-sec02 .ref-small p {
  font-size: 1.2rem;
  margin-left: 1em;
}

.order .wrapper .order-sec02 .ref-small p::before {
  text-indent: 1em;
  margin-left: -1em;
  content: '※';
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-sec02 .ref-small p {
    font-size: 1rem;
  }
}

.order .wrapper .order-sec03 {
  margin-bottom: 80px;
}

.order .wrapper .order-sec03 .table02 td dl dt {
  float: left;
  width: 130px;
}

.order .wrapper .order-sec03 .table02 td dl dd {
  margin-left: 130px;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-sec03 .table02 td dl dt {
    float: none;
    width: 100%;
    font-weight: bold;
  }

  .order .wrapper .order-sec03 .table02 td dl dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.order .wrapper .order-sec04 {
  margin-bottom: 65px;
}

.order .wrapper .order-sec04 ul li {
  margin-bottom: 14px;
}

.order .wrapper .order-sec05 .tel {
  margin-right: 20px;
  float: left;
}

.order .wrapper .order-sec05 .text {
  padding-top: 8px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .order .wrapper .order-sec05 {
    margin-bottom: 60px;
  }

  .order .wrapper .order-sec05 .tel {
    margin-right: 0;
    float: none;
  }

  .order .wrapper .order-sec05 .text {
    font-size: 1.1rem;
  }
}

.order .goods_sec02 {
  margin-top: 112px;
  margin-bottom: 113px;
  width: 900px;
}

.order .goods_sec02 .lead_txt {
  font-size: 3rem;
  color: #102C6B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
  background: url(../images/goods/bg_01.png) no-repeat center top;
}

.order .goods_sec02 .relation {
  margin-bottom: 32px;
}

.order .goods_sec02 .relation::before,
.order .goods_sec02 .relation::after {
  display: table;
  content: ' ';
}

.order .goods_sec02 .relation::after {
  clear: both;
}

.order .goods_sec02 .news-post {
  width: 280px;
  margin-right: 30px;
}

.order .goods_sec02 .news-post:last-child {
  margin-right: 0;
}

.order .goods_sec02 .news-post__title {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .bread {
    display: none;
  }

  .news_list .news_sec .page_title {
    width: 55%;
    height: auto;
    margin-bottom: 30px;
  }

  .contact,
  .orderform {
    width: 100%;
    padding: 0 16px;
  }

  .contact::before,
  .contact::after,
  .orderform::before,
  .orderform::after {
    display: table;
    content: ' ';
  }

  .contact::after,
  .orderform::after {
    clear: both;
  }

  .contact .orderform_wrapper form table,
  .orderform .orderform_wrapper form table {
    margin-bottom: 60px;
  }

  .contact .contact_wrapper,
  .contact .orderform_wrapper,
  .orderform .contact_wrapper,
  .orderform .orderform_wrapper {
    width: 100%;
    float: none;
  }

  .contact .contact_wrapper form table,
  .contact .orderform_wrapper form table,
  .orderform .contact_wrapper form table,
  .orderform .orderform_wrapper form table {
    width: 100%;
  }

  .contact .contact_wrapper form table th,
  .contact .orderform_wrapper form table th,
  .orderform .contact_wrapper form table th,
  .orderform .orderform_wrapper form table th {
    padding-top: 20px;
    width: 100%;
    display: block;
  }

  .contact .contact_wrapper form table th.addHeight,
  .contact .orderform_wrapper form table th.addHeight,
  .orderform .contact_wrapper form table th.addHeight,
  .orderform .orderform_wrapper form table th.addHeight {
    height: auto;
  }

  .contact .contact_wrapper form table td,
  .contact .orderform_wrapper form table td,
  .orderform .contact_wrapper form table td,
  .orderform .orderform_wrapper form table td {
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }

  .contact .contact_wrapper form table td textarea,
  .contact .orderform_wrapper form table td textarea,
  .orderform .contact_wrapper form table td textarea,
  .orderform .orderform_wrapper form table td textarea {
    height: 146px;
  }

  .contact .contact_wrapper form table td .select_box,
  .contact .orderform_wrapper form table td .select_box,
  .orderform .contact_wrapper form table td .select_box,
  .orderform .orderform_wrapper form table td .select_box {
    width: 100%;
  }

  .contact .contact_wrapper form .btn_submit,
  .contact .orderform_wrapper form .btn_submit,
  .orderform .contact_wrapper form .btn_submit,
  .orderform .orderform_wrapper form .btn_submit {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }

  .contact .contact_wrapper form .btn_submit input,
  .contact .orderform_wrapper form .btn_submit input,
  .orderform .contact_wrapper form .btn_submit input,
  .orderform .orderform_wrapper form .btn_submit input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  .contact .contact_wrapper form .btn_submit .btn_submit_back,
  .contact .orderform_wrapper form .btn_submit .btn_submit_back,
  .orderform .contact_wrapper form .btn_submit .btn_submit_back,
  .orderform .orderform_wrapper form .btn_submit .btn_submit_back {
    width: 100%;
  }

  .contact .contact_wrapper form .btn_submit .btn_submit_send,
  .contact .orderform_wrapper form .btn_submit .btn_submit_send,
  .orderform .contact_wrapper form .btn_submit .btn_submit_send,
  .orderform .orderform_wrapper form .btn_submit .btn_submit_send {
    width: 100%;
  }
}

.new-badge,
.original-badge,
.recommend-badge,
.stock-badge,
.unstock-badge,
.restock-badge {
  padding: 3px 6px;
  margin-top: 8px;
  margin-right: 4px;
  margin-left: 0px;
  font-size: 80%;
  color: white;
  border-radius: 2px;
  white-space: nowrap;
}

.new-badge {
  background-color: #4287c9;
}

.original-badge {
  background-color: #5aa9bd;
}

.recommend-badge {
  background-color: #bb5d81;
}

.stock-badge {
  background-color: #728394;
}

.unstock-badge {
  background-color: #16324d;
}

.restock-badge {
  background-color: #577897;
}


/* ol.wp-block-list 要素のスタイルを上書き */
ol.wp-block-list {
  /* 順序付きリストのマーカーを番号に戻す */
  list-style-type: decimal !important;
  list-style-position: outside;
  /* リスト項目（li）の左側のパディングを確保し、番号が見えるようにする */
  padding-left: 2em !important;
  /* ul から継承された可能性のあるマージンやパディングをリセット */
  margin: 0;
}

/* li要素に ::before 擬似要素で追加されている可能性のある点を非表示にする */
ol.wp-block-list li {
  /* li要素に対して padding-left が設定されていたら解除 (必要に応じて) */
  /* padding-left: 0; */
}

ol.wp-block-list li::before {
  content: none !important;
}

/* ---------------------------------------------------- */
/* 商品リストの表示スタイル */
/* ---------------------------------------------------- */

/* 基本のコンテナ */
.product-list-container {
  margin-top: 20px;
  /* 必要に応じて調整 */
}

/* 商品グリッド */
.product-grid {
  display: flex;
  /* デフォルトは Flex */
  flex-wrap: wrap;
  gap: 20px;
  /* アイテム間の隙間 */
}

/* 1個以上ある場合（= 2列表示にしたい場合） */
.product-grid.is-two-columns {
  display: grid;
  /* 2列にし、それぞれの幅を均等 (1fr) に設定 */
  grid-template-columns: repeat(2, 1fr);
}

/* 商品アイテム内の画像 */
.product-item {
  /* Gridが適用されない（1件のみ）場合や、モバイル表示の保険として100%幅に */
  width: 100%;
}

.product-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}