@charset "utf-8";
/* CSS Document */

/**************************************************************************************
GENERAL STYLES
**************************************************************************************/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "Noto Sans JP", sans-serif;
  font-size: 75%;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  
::selection {background: #ddd;}
::-moz-selection {background: #ddd;}

*{ word-break:break-all; }

@media only screen and (max-width: 375px) {
  body {
    font-size: 3.4vw; }
}
@media only screen and (min-width: 576px) {
  body {
    font-size: 81.3%; }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 87.5%; }
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 93.8%;
    line-height: 1.8; }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 100%; }
}


@media only screen and (max-width: 959px) {
  body.no_scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
}

/*------------------------------------------
Overlay
------------------------------------------*/
#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: none;
}

/*------------------------------------------
Cookie Alert
------------------------------------------*/
#cookiealert {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  padding: 0.5em 0;
  box-shadow: 0px -8px 24px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(100%);
  transition: transform .6s .4s ease, opacity .6s .4s ease;
  background-color: #FFF; }
#cookiealert.show {
  opacity: 1;
  transform: translateY(0px); }

#cookiealert h3 i {
  font-size: 1.25em;
  margin-right: .25em; }
#cookiealert p {
  font-size: .688rem;
  line-height: 1.25; }
#cookiealert .buttons {
  margin-top: 5px;
  margin-right: -5px;
  margin-left: -5px; }
#cookiealert .buttons > div {
  padding-right: 5px;
  padding-left: 5px; }
#cookiealert .btn {
  letter-spacing: .02em;
  box-shadow: none; }
#cookiealert .cookie_ng .btn {
  background-color: #FFF;
  border-color: #333;
  color: #333 !important; }
#cookiealert .cookie_ng .btn:hover {
  border-color: #222;
  color: #222 !important; }
@media only screen and (min-width: 960px) {
  #cookiealert p {
    font-size: .813rem; }
}

/*------------------------------------------
LAYOUT & GRID
------------------------------------------*/
#wrap {
  width: 100%;
  overflow-x: hidden; }
#contents {
  overflow: hidden; }
#main {
  width: 100%;
  min-height: 700px; }

@media only screen and (min-width: 768px) { 
  #main.no-topimage { 
    padding: 2.5em 0 1em; } 
}
@media only screen and (min-width: 960px) {
  #main.no-topimage { 
    padding: 4.5em 0 1em; } 
}

/*------------------------------------------
LINK
------------------------------------------*/
a, a:visited {
  color:inherit;
  text-decoration: none;
  position:relative;
  transition: .2s ease-in-out;
}

a.underline, a.underline:visited {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/*------------------------------------------
Typography
------------------------------------------*/
.oswald {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  margin: 0; }
  
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
    
h1, .h1 {
  font-size: 2.833em; }

h2, .h2 {
  font-size: 1.3em; }

h3, .h3 {
  font-size: 1.167em; }

h4, .h4 {
  font-size: 1em; }

h5, .h5 {
  font-size: 1em; }

@media only screen and (min-width: 960px) {   
h1, .h1 {
  font-size: 3.25em; }

h2, .h2 {
  font-size: 1.5em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1em; }

h5, .h5 {
  font-size: 1em; }
}

/*------------------------------------------
HEADER Info
------------------------------------------*/
#header-info {
  position: relative;
  z-index: 888; }
#header-info a {
  display: block;
  padding: .5em;
  background-color: #ac0030;
  color: #fff;
  text-align: center;
  font-size: .846em;
  letter-spacing: .02em; }
#header-info a:hover {
  background-color: #d4003b; }

@media only screen and (min-width: 960px) {   
  #header-info a {
    font-size: .875em; }
}

/*------------------------------------------
HEADER
------------------------------------------*/
#siteHeader {
  background-color: #fff;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#siteHeader a {
  color:inherit;
  display: block; }

#inner-header {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 959px) {
  #siteHeader.fixed {
    position: fixed; }
}

@media only screen and (min-width: 960px) {
  #siteHeader {
    position: relative;
    top: 0 !important; }
  #inner-header {
    height: 144px;
    padding: 0 2.222222vw; }
}
/*----------------------
HEADER LOGO
----------------------*/
#logo {
  flex: 0 0 125px;
  height: 32px; }
#logo h1 {
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  height: 100%; }

#logo a {
  display: block;
  height: 100%;
  background-image : url("../_img/base/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

@media only screen and (min-width: 960px) {
  #logo {
    flex: 0 0 182px;
    height: 45px; }
}
@media only screen and (min-width: 1200px) {
  #logo {
    flex: 0 0 228px;
    height: 57px; }
}

/*----------------------
HEADER TOP
----------------------*/
#header-top {
  font-size: .75em;
  line-height: 1.25;
  color: #9a9a9a; }
#header-top span {
  display: inline-block; }
#header-top a {
  display: inline-block; }

@media only screen and (max-width: 959px) {
  #header-top {
    width: 18%; }
}
@media only screen and (min-width: 960px) {
  #header-top {
    font-size: .75rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 2.222222vw; }
}
@media only screen and (min-width: 1200px) {
  #header-top {
    font-size: .875rem; }
}

/*----------------------
HEADER SNS
----------------------*/
#siteHeader .sns-links ul {
  display: flex; }
#siteHeader .sns-links ul li {
  margin-right: 1.5em; }
#siteHeader .sns-links ul li a {
  display: block;
  text-align: center;
  color: rgba(0,0,0,0.3); }
#siteHeader .sns-links ul li a:hover {
  color: rgba(0,0,0,0.6); }
#siteHeader .sns-links ul li i {
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: middle; }
#siteHeader .sns-links ul li span {
  font-weight: 700;
  margin-left: 1em; }

@media only screen and (min-width: 960px) {
  #siteHeader .sns-links {
    padding: 0 .5em 0 0; }
  #siteHeader .sns-links ul li i {
  font-size: 1.25rem; }
}

/*
#siteHeader .sns-links .fb i {
  color: #1877f2; }
#siteHeader .sns-links .youtube i {
  color: #FF0000; }
#siteHeader .sns-links .insta i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
*/

/*----------------------
HEADER SIGN UP
----------------------*/
#sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 5px;
  border-right: 1px solid #efefef;
  font-weight: 700;
  text-align: center;
  position: relative; }

#sign-up a {
  display: block;
  font-size: 1em;
  margin-top: .2em;
  color: #d4003b; }

@media only screen and (max-width: 959px) {
  #sign-up span {
   display: none; }
  #sign-up a span {
   display: block; }
  #sign-up a span span {
   display: inline-block; }
}

@media only screen and (min-width: 960px) {
  #sign-up {
    width: auto;
    height: 31px;
    padding: 0 0 0 2em;
    border-right: none;
    border-left: 1px solid #efefef; }
  #sign-up > div {
    display: flex;
    align-items: center; }
  #sign-up span {
   display: inline-block; }
  #sign-up a {
    min-width: 120px;
    font-size: 1em;
    margin-top: 0;
    margin-left: 1em;
    padding: .5em .75em;
    border-radius: .2em;
    background-color: #d4003b;
    color: #fff; }
  #sign-up a:hover {
    background-color: #ac0030; }
}

/*----------------------
SNS account btn
----------------------*/
.sns-account-btn {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  padding: .5em .75em;
  border-radius: .2em;
  background: #858585;
  color: #fff !important; }

@media only screen and (max-width: 767px) {
  .sns-account-btn {
    display: block;
    font-size: .938rem;
    padding: 1em; }
}

@media only screen and (min-width: 960px) {
  .sns-account-btn:hover {
    background-color: #666; }
}

#header-sns {
  position: relative;
  z-index: 5; }

/*----------------------
HEADER NAVIGATION
----------------------*/
.navOpen #gNav {
  opacity: 1;
  right: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  
#gNav nav > ul {
  width: 100%; }

#gNav nav > ul > li a {
  display: block;
  padding: 0 15px;
  text-decoration: none; }

#gNav nav > ul > li > a {
  font-weight: 700; }
#gNav nav > ul > li > a > span {
  display: block;
  position: relative; }
#gNav nav ul li a i {
  display: block;
  font-size: 24px; }

#gNav .has-children > a > span:after {
  font-family: 'icomoon';
  content: '\e814';
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0; }
#gNav nav > ul > li > a:hover,
#gNav .has-children > a.open {
  color: #d4003b; }
  
#gNav .sub-menu {
  line-height: 2.75;
  padding-bottom: 1.25em;
  display: none; }


#gNav .category-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc((15px + .2em)*-1);
  margin-left: -.2em;
  margin-bottom: 1.5em; }
#gNav .category-list li {
  flex: 0 0 50%;
  padding: 0 .2em;
  margin-top: .4em; }
#gNav .category-list li a {
  display: flex;
  align-items: center;
  padding: 0 !important; }
#gNav .category-list li a img {
  display: block; }
#gNav .category-list li a img + span {
  display: block;
  padding-left: .25em;
  font-weight: 700;
  white-space: nowrap; }


@media only screen and (max-width: 959px) {
  #gNav {
    font-size: 1rem;
    display: none;
    transition: .2s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 66px);
    line-height: 3em;
    overflow-y: auto;
    background: #f1f2f2;
    z-index: 9999; }
  #gNav nav {
    padding: 5px 15px 15px; }
  #gNav nav > ul {
    opacity: 0;
    transform: translateY(20px);
    transition: .2s .2s ease-in-out; }
  .navOpen #gNav nav > ul {
    opacity: 1;
    transform: translateY(0); }
  #gNav nav > ul > li > a {
    line-height: 3.75em; }
  #gNav nav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.16); }
  #gNav nav ul li a span {
    padding-left: 45px; }
  #gNav nav ul li a i {
    position: absolute; }
  #gNav .has-children > a.open > span:after {
    content: '\e817'; }
  #gNav .sub-menu {
    font-size: .875rem; }
  #gNav .sub-menu .mainLink {
    display: none; }
  #gNav .sub-menu .imgBox {
    display: none; }

  #gNav .sns-links {
    background-color: #fff;
    padding: 45px 30px; }
  #gNav .sns-links h3 {
    line-height: 1.5; }
  #gNav .sns-links ul li {
    margin-right: 1.75em; }
  #gNav .sns-links li span {
    display: inline-block;
    margin-left: 1.25em;
    font-size: .625rem;
    font-weight: 700;
    color: #888; }


  #gNav .listTitle {
    padding-left: 60px;
    line-height: 2.5; }
  #gNav .category-list {
    padding-left: 60px; }
  #gNav .category-list li a img {
    width: 45px; }
  #gNav .category-list li a img + span {
    font-size: .75rem; }


  .nav-btn {
    display: flex;
    align-items: center;
    width: 18%;
    height: 40px;
    border-left: 1px solid #efefef;
    cursor: pointer; }

  .nav-btn > div {
    display: block;
    width: 18px;
    height: 16px;
    margin: 0 auto; }
    
  .nav-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    
  .nav-btn span:nth-of-type(2),
  .nav-btn span:nth-of-type(3) {
    margin-top: 5px; }
    
  .navOpen .nav-btn span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg); }
    
  .navOpen .nav-btn span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px); }
    
  .navOpen .nav-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg); }

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #gNav {
    font-size: 1.143rem;
    padding: 0 30px; }
  #gNav .sub-menu {
    font-size: 1rem; }

  #gNav .category-list {
    margin-right: -.2em; }
  #gNav .category-list li {
    flex: 0 0 33.33333%; }
  #gNav .category-list li a img + span {
    font-size: .875rem; }
}

@media only screen and (min-width: 960px) {
  #gNav {
    display: block !important;
    align-self: flex-end;
    line-height: 1.7;
    margin-right: -2.222222vw;
    background-color: transparent;
    position: static; }
  #gNav nav > ul {
    display: flex;
    justify-content: flex-end; }
  #gNav nav > ul > li {
    width: 12vw;
    min-width: 10em;
    max-width: 12em; }
  #gNav nav > ul > li > a {
    text-align: center;
    padding: 15px 0; }
  #gNav nav > ul > li > a > span {
    display: inline-block;
    padding: 0 1em; }
  #gNav nav > ul > li.has-children > a > span {
    padding-right: 1.5em; }
  #gNav .sub-menu {
    min-height: 480px;
    max-height: calc(100vh - 144px);
    overflow-y: auto;
    padding: 80px 15px;
    background-color: #f1f2f2;
    font-size: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10; }
  #gNav .has-children > a.open + .sub-menu {
    z-index: 999; }
  #gNav .sub-menu .sub-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  #gNav .sub-menu .sub-menu-inner .imgBox {
    flex: 0 0 42%;
    background-color: #fff; }
  #gNav .sub-menu .sub-menu-inner .txtBox {
    flex: 0 0 52.5%; }
  #gNav .sub-menu .mainLink a {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
  #gNav .sub-menu .mainLink a span {
    font-size: 1.375rem; }
  #gNav .sub-menu .mainLink a i {
    margin-left: .75em; }
  #gNav .sub-menu .sub-menu-inner ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5; }
  #gNav .sub-menu .sub-menu-inner ul li {
    flex: 0 0 50%; }
  #gNav .sub-menu .sub-menu-inner ul li a {
    padding-top: .5em;
    padding-bottom: .5em; }
  #gNav .sub-menu a:hover {
    color: #d4003b; }

  #gNav .listTitle {
    margin-bottom: .25em; }
  #gNav .listTitle {
    padding-left: 15px;
    line-height: 2; }
  #gNav .category-list {
    margin-right: -.2em;
    padding-left: 15px; }
  #gNav .category-list li {
    flex: 0 0 33.33333% !important; }
  #gNav .category-list li a img {
    width: 60px; }
  #gNav .category-list li a img + span {
    font-size: .875rem; }
}
@media only screen and (min-width: 1200px) {
    #gNav .sub-menu .sub-menu-inner .txtBox {
      flex: 0 0 50%; }
}

/*----------------------
SEARCH
----------------------*/
#header-product-search-btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  font-size: .625rem;
  background: rgb(255,70,85);
  background: linear-gradient(120deg, rgba(255,70,85,1) 0%, rgba(212,0,170,1) 100%);
  box-shadow: 0 12px 20px rgba(0,0,0,.24);
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 500; }
#header-product-search-btn .btn img {
  display: block; }
#header-product-search-btn .btn span {
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: .5em; }

#header-product-search {
  background-color: #f1f2f2;
  border-bottom: 1px solid #dedede; }

#header-product-search .form_ttl {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25; }
#header-product-search .site-search {
  text-align: center;
  font-size: .875rem;
  color: #888; }

#header-product-search .custom-select .custom-select-trigger {
  font-size: .875rem; }
#header-product-search .custom-select .custom-select-trigger.no-selection {
  font-weight: 400; }
#header-product-search .custom-select .custom-select-trigger:after {
  font-size: 1rem;
  color: #d4003b; }
#header-product-search .custom-select.opened .custom-select-trigger {
   }
#header-product-search .custom-options {
  font-size: .875rem; }

@media only screen and (max-width: 959px) {
  #header-product-search {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #F6F6F6;

    display: none; }
  #header-product-search .product-search-inner > .row {
    margin: 0; }
  #header-product-search .product-search-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 5;
    cursor: pointer; }
  #header-product-search .product-search-close > div {
    width: 18px;
    height: 16px;
    margin: 12px auto;
    position: relative; }
  #header-product-search .product-search-close > div:before,
  #header-product-search .product-search-close > div:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg); }
  #header-product-search .product-search-close > div:after {
    transform: rotate(-45deg); }
  #header-product-search .product-select {
    background-color: #f1f2f2;
    padding: 5em 0; }
  #header-product-search .product-keyword {
    border-top: 1px solid #cecece;
    padding: 4em 0 1em; }
  #header-product-search .product-select .form_ttl {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3em; }
  #header-product-search .product-keyword .form_ttl {
    margin-bottom: 1em; }
  #header-product-search .site-search {
    text-align: center;
    background-color: #F6F6F6;
    padding: 1em 0 4em; }

  #header-product-search .custom-select .custom-select-trigger {
    border: 1px solid #dedede; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-product-search .container {
    max-width: 540px; }
}

@media only screen and (min-width: 960px) {
  #header-product-search {
    display: block !important; }
  #header-product-search .product-search-inner {
    padding: 0 2.222222vw; }
  #header-product-search .product-select:after {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 25px;
    background-color: #cecece; }
  #header-product-search .product-select > .container {
    max-width: 100%;
    padding: 0; }
  #header-product-search .product-keyword > .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  #header-product-search .form_body {
    flex: 1 1 100%; }
  #header-product-search .form_ttl {
    margin-bottom: .25em; }
  #header-product-search .site-search {
    text-align: right; }

  #header-product-search .custom-select:before {
    content: '';
    display: block;
    width: calc(100% + 12px);
    height: 100%;
    border-radius: 60px;
    position: absolute;
    top: 0;
    left: -6px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #header-product-search .custom-select.opened:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  #header-product-search .site-search {
    position: absolute;
    right: 2.222222vw; }
  #header-product-search .site-search span,
  #header-product-search .site-search a {
    display: block;
    line-height: 1.5;
    white-space: nowrap; }
}
@media only screen and (min-width: 1200px) {
  #header-product-search .product-select > .container {
    display: flex;
    align-items: center;
    padding: 0 6px; }
  #header-product-search .product-keyword > .container {
    display: flex;
    align-items: center;
    padding: 0 6px; }
  #header-product-search .form_ttl {
    margin-right: 1em;
    margin-bottom: 0; }
  #header-product-search .form_ttl span {
    display: block;
    white-space: nowrap; }
}

@media only screen and (min-width: 1366px) {
  #header-product-search .product-select,
  #header-product-search .product-keyword {
    padding: 16px 24px; }
}


/*----------------------
HEADER NAVIGATION - BANNER
----------------------*/
#gNav .bnrBox div[class*="bnr-"] {
  margin-bottom: 10px;
}
#gNav .bnrBox div[class*="bnr-"] > a {
  border: 2px solid #d4003b;
  display: flex;
  align-items: center;
  font-size: .625rem;
  line-height: 1.7;
  margin-left: 60px;
  margin-right: -15px;
  padding: 0;
}
#gNav .bnrBox div[class*="bnr-"] .iconBox {
  flex: 0 0 16%;
  text-align: center;
}
#gNav .bnrBox div[class*="bnr-"] .iconBox img {
  display: inline-block;
  width: 60%;
  max-width: 50px;
}
#gNav .bnrBox div[class*="bnr-"] .txtBox {
  flex: 0 0 84%;
  padding: 7px 0;
}
#gNav .bnrBox div[class*="bnr-"] .txtBox .ttl {
  display: flex;
  align-items: center;
  color: #d4003b;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}
#gNav .bnrBox div[class*="bnr-"] .txtBox .ttl em {
  color: #d4003b;
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  font-size: 1.8em;
  font-style: normal;
  margin-right: .25em;
}
#gNav .bnrBox div[class*="bnr-"] .txtBox .ttl span {
  padding: 0;
}
#gNav .bnrBox div[class*="bnr-"] .txtBox p {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #gNav .bnrBox div[class*="bnr-"] > a {
    font-size: .75rem;
  }
  #gNav .bnrBox div[class*="bnr-"] .txtBox .ttl em {
    font-size: 2em;
  }
  #gNav .bnrBox div[class*="bnr-"] .txtBox p {
    letter-spacing: .04em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  #gNav .bnrBox div[class*="bnr-"] > a {
    font-size: .688rem;
  }
  #gNav .bnrBox div[class*="bnr-"] .txtBox .ttl em {
    font-size: 1.8em;
  }
  #gNav .bnrBox div[class*="bnr-"] .txtBox p {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 960px) {
  #gNav .bnrBox {
    display: flex;
  }
  #gNav .bnrBox .mainLink {
    white-space: nowrap;
  }
  #gNav .bnrBox div[class*="bnr-"] {
    flex-basis: 100%;
  }
  #gNav .bnrBox div[class*="bnr-"] > a {
    margin-left: 0;
    margin-right: 0;
  }
}


/*----------------------
BREADCRUMB
----------------------*/

.breadcrumbs {
  width: 100%;
  height: 24px;
  line-height: 22px;
  background-color: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: .625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  position: relative;
  z-index: 300; }

.breadcrumbs ol {
  padding: 0 !important;
  max-width: 100% !important;
  display: flex;
  align-items: center; }

.breadcrumbs li a {
  display: inline-block;
  padding-right: 18px;
  color: #888;
  position: relative; }
.breadcrumbs li a:after {
  font-family: 'icomoon';
  content: '\e816';
  display: inline-block;
  position: absolute;
  right: 0; }

.breadcrumbs li:not(:first-child) span {
  padding-left: 6px; }
.breadcrumbs li > span {
  font-weight: 700; }

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    height: 38px;
    line-height: 36px;
    font-size: .75rem;
    padding: 0 2.222222vw; }
}
@media only screen and (min-width: 960px) {
  .breadcrumbs {
    font-size: .875rem; }
}

/*------------------------------------------
FOOTER
------------------------------------------*/
#siteFooter {
  clear: both;
  position: relative; }
#siteFooter:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }
@media only screen and (min-width: 960px) {
  #siteFooter:before {
    height: 10px; }
}

/*------------------------------------------
Banner
------------------------------------------*/
#footer-bnr {
  margin-bottom: 3em; }
#footer-bnr a {
  display: block;
  position: relative; }
#footer-bnr a:hover {
  z-index: 10;
  transform: translateY(-3px);
  box-shadow: 0px 24px 40px 0 rgba(0, 0, 0, 0.12); }

/*------------------------------------------
Menu
------------------------------------------*/
#footer-menu ul li {
  transition: background .2s ease-in-out; }
#footer-menu ul li a {
  display: flex;
  align-items: center;
  padding: 2em 1em; }
#footer-menu ul li a i {
  display: block;
  background-color: #f1f2f2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: rgba(0,0,0,0.6);
  transition: background .2s ease-in-out; }
#footer-menu ul li a:after {
  font-family: "icomoon";
  font-size: 1.5em;
  line-height: 1;
  display: block;
  margin: 0 0 0 auto;
  content: "\e816";
  color: #d4003b; }
#footer-menu ul li a p {
  line-height: 1.75;
  text-align: justify; }

#footer-menu ul li:hover a i {
  background: #fff; }
#footer-menu ul li:hover {
  background: #f1f2f2; }

@media only screen and (max-width: 767px) {
  #footer-menu ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.08); }
  #footer-menu ul li a {
    flex-wrap: wrap; }
  #footer-menu ul li a i {
    margin-right: 1em; }
  #footer-menu ul li a strong {
    font-size: 1rem; }
  #footer-menu ul li a p {
    flex: 0 0 100%;
    order: 5;
    margin-top: 1em;
    font-size: .875rem; }
}
@media only screen and (min-width: 768px) {
  #footer-menu ul li a {
    flex-direction: column;
    height: 100%;
    padding: 1em 1em 2.5em; }
  #footer-menu ul li a:after {
    position: absolute;
    bottom: .5em;
    margin: 0 auto; }
  #footer-menu ul li a i {
    width: 80px;
    height: 80px;
    line-height: 80px; }
  #footer-menu ul li a strong {
    margin-top: 1.5em;
    margin-bottom: .5em; }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #footer-menu ul li a strong {
    font-size: .929em; }
  #footer-menu ul li a p {
    font-size: .857em; }
}
@media only screen and (min-width: 960px) {
  #footer-menu ul li a {
    padding: 1em 1em 3em; }
  #footer-menu ul li a i {
    width: 120px;
    height: 120px;
    font-size: 32px;
    line-height: 120px; }
  #footer-menu ul li a strong {
    font-size: 1.063em; }
}
@media only screen and (min-width: 1200px) {
  #footer-menu ul li a {
    padding: 1.5em 1.5em 4em; }
  #footer-menu ul li a:after {
    bottom: 1em; }
  #footer-menu ul li a strong {
    font-size: 1.25em; }
}

/*------------------------------------------
Logo & Navigation
------------------------------------------*/
#inner-footer {
  position: relative;
  background-color: #f1f2f2; }

#inner-footer .col,
#inner-footer [class*=col-] {
  padding-top: 0;
  padding-bottom: 0; }

#fNav a {
  display: inline-block; }
#fNav dl {
  margin-bottom: 2.4em; }
#fNav dt {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: .5em; }
#fNav dt a:hover {
  color: #d4003b; }
#fNav dd {
  line-height: 1.25;
  color: #666; }
#fNav dd a {
  padding: .5em 0; }
#fNav dd a:before {
  content: '-';
  display: inline-block;
  margin-right: .5em; }
#fNav dd a:hover {
  color: #333; }

@media only screen and (max-width: 767px) {
  #fLogo img {
    width: 204px; }
}
@media only screen and (max-width: 959px) {
  #fNav dd {
    font-size: .917em; }
}


/*----------------------
FOOTER BOTTOM
----------------------*/
#footer-bottom {
  padding-top: 1.5em; }

#siteFooter .sns-links > p {
  font-size: .875rem;
  margin-bottom: 1em; }
#siteFooter .sns-links ul {
  display: flex;
  align-items: center; }
#siteFooter .sns-links ul li:not(:last-child) {
  margin-right: 3.5em; }
#siteFooter .sns-links a {
  display: block;
  text-align: center;
  color: rgba(0,0,0,0.3); }
#siteFooter .sns-links a:hover {
  color: rgba(0,0,0,0.6); }
#siteFooter .sns-links i {
  font-size: 1.375rem;
  line-height: 1;
  vertical-align: middle; }

#fLogo {
  margin-top: 4em;
  margin-bottom: 2.5em; }

#fbNav ul {
  display: flex;
  flex-wrap: wrap;
  color: rgba(51,51,51,0.8); }
  
.copyright {
  font-family: 'Oswald', 'Roboto Condensed', sans-serif;
  color: rgba(51,51,51,0.6); }

#footer-sns {
  margin-bottom: 3em; }

@media only screen and (max-width: 575px) {
  .sns-links + .sns-links {
    margin-top: 2.5em; }
}
@media only screen and (max-width: 767px) {
  #fbNav ul {
    margin-bottom: 2.5em; }
  #fbNav ul li {
    flex: 0 0 50%;
    max-width: 50%;
    line-height: 2.5; }
}

@media only screen and (min-width: 768px) {
  #fLogo {
    margin-top: 0;
    margin-bottom: 3em; }
  #siteFooter .sns-links {
    margin-bottom: 4em; }
  #siteFooter .sns-links + .sns-links {
    margin-left: 2.5em;
    padding-left: 2.5em;
    border-left: 1px solid #cecece; }
  #siteFooter .sns-links ul li:not(:last-child) {
    margin-right: 2em; }

  #fbNav ul li:not(:last-child):after {
    content: '|';
    margin-right: 1em;
    margin-left: 1em; }

  #footer-sns {
    text-align: right; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #fbNav {
    margin-bottom: 3em; }
}
@media only screen and (min-width: 960px) {
  #footer-bottom {
    font-size: .875em;
  }
  #siteFooter .sns-links {
    display: flex;
    align-items: center; }
  #siteFooter .sns-links > p {
    margin-right: 2.25em;
    margin-bottom: 0; }
  .copyright {
    text-align: right; }
}



