@charset "UTF-8";
@font-face {
  font-family: 'montserrat';
  src: url("../font/montserrat.woff2") format("woff2"), url("../font/montserrat.woff") format("woff"); }
@font-face {
  font-family: 'montserrat-Bold';
  src: url("../font/montserrat-Bold.woff2") format("woff2"), url("../font/montserrat-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Lato';
  src: url("../font/LatoRegular.woff2") format("woff2"), url("../font/LatoRegular.woff") format("woff"); }
/* base
----------------------------------------------------*/
* {
  padding: 0;
  margin: 0; }

html {
  padding: 0;
  margin: 0; }

body {
  font-family: 'hiragino kaku gothic pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Std	', 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }

.montserrat {
  font-family: 'montserrat'; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 36px; }

p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse; }

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

em {
  font-style: normal; }

li {
  list-style-type: none; }

.sp,
.sp_flex,
.sp_inline {
  display: none !important; }

.tab {
  display: none !important; }

@media (max-width: 1024px) {
  .tab {
    display: block !important; }

  .pc_only {
    display: none !important; } }
@media (max-width: 768px) {
  .sp {
    display: block !important; }

  .sp_inline {
    display: inline !important; }

  .sp_flex {
    display: flex !important; }

  .pc {
    display: none !important; }

  .tab {
    display: none !important; } }
.mt00 {
  margin-top: 0 !important; }

/* link
----------------------------------------------------*/
a:link {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: none; }

/* rollover
----------------------------------------------------*/
.hov {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear; }

.hov:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60 !important; }

/* fadeup
----------------------------------------------------*/
.fadeup {
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-out; }

.fadeup.on {
  transform: translateY(0);
  opacity: 1; }

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

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }

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

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

/* sp_menu
----------------------------------------------------*/
p.sp_menu {
  display: none; }

@media (max-width: 768px) {
  p.sp_menu {
    display: block;
    position: fixed;
    right: 14px;
    top: 20px;
    z-index: 68;
    width: 50px;
    text-align: center;
    line-height: 1; }

  p.sp_menu a {
    color: #000; }

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

  .menu-trigger {
    position: relative;
    width: 50px;
    height: 20px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF; }

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

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

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

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

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

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(20deg);
    transform: translateY(-9px) rotate(20deg); } }
/* loading
----------------------------------------------------*/
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1; }

.loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite; }

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite;
  font-size: 14px; }

@keyframes lodanimetion {
  from,to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/* header
----------------------------------------------------*/
#header {
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.61);
  height: 91px; }
  @media (max-width: 768px) {
    #header {
      height: 63px;
      padding: 15px;
      position: fixed; } }

@media (max-width: 768px) {
  nav {
    display: none;
    background: #595959;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto; } }

#gmenu {
  display: flex;
  justify-content: center;
  margin: 8px 0 0 0;
  position: relative; }
  @media (max-width: 1150px) {
    #gmenu {
      margin: 8px 0 0 -17vw; } }
  @media (max-width: 768px) {
    #gmenu {
      display: block;
      margin: 125px 0 0 60px; } }
  #gmenu li {
    font-size: 20px;
    line-height: 0.75;
    font-weight: bold;
    padding: 30px 2vw;
    white-space: nowrap; }
    @media (max-width: 1700px) {
      #gmenu li {
        padding: 30px 0.8vw;
        font-size: 1vw; } }
    @media (max-width: 768px) {
      #gmenu li {
        font-size: 20px;
        padding: 0;
        margin: 0 0 30px 0; } }
    #gmenu li.gmenu-products {
      color: #FFF; }
      #gmenu li.gmenu-products span {
        position: relative; }
        #gmenu li.gmenu-products span::before {
          content: "";
          transition: background 0.2s;
          background: transparent; }
      #gmenu li.gmenu-products:hover span::before {
        content: "";
        background: url("../images/common/products-menu-arrow.svg") no-repeat 0 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        width: 39px;
        height: 34px; }
        @media (max-width: 768px) {
          #gmenu li.gmenu-products:hover span::before {
            display: none; } }
    #gmenu li a {
      text-decoration: none;
      display: block;
      text-decoration: none;
      transition: color 0.2s;
      color: #FFF;
      position: relative;
      padding-bottom: 8px; }
      @media (max-width: 768px) {
        #gmenu li a {
          padding-bottom: 0; } }
      #gmenu li a::after {
        content: "";
        height: 1px;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #FFF;
        transition: width 0.2s; }
        @media (max-width: 768px) {
          #gmenu li a::after {
            display: none; } }
      #gmenu li a:hover::after {
        width: 100%; }
  #gmenu .products-sub {
    position: absolute;
    left: 50%;
    top: 13px;
    padding: 65px 10% 0 10%;
    display: none;
    max-width: 68vw;
    transform: translateX(-50%); }
    @media (max-width: 768px) {
      #gmenu .products-sub {
        position: static;
        max-width: inherit;
        padding: 15px 0 0 0;
        transform: translateX(0); } }
    #gmenu .products-sub .products-sub-area {
      background: #FFFDEF;
      border-radius: 5px;
      color: #000;
      padding: 30px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16); }
      @media (max-width: 768px) {
        #gmenu .products-sub .products-sub-area {
          background: none;
          box-shadow: none;
          padding: 0 0 0 15px; }
          #gmenu .products-sub .products-sub-area .top-title02 {
            text-align: left;
            font-size: 18px;
            margin: 35px 0 20px 0;
            color: #FFF; }
            #gmenu .products-sub .products-sub-area .top-title02 span {
              border-bottom: 2px solid #FFF;
              padding-bottom: 5px; } }
    #gmenu .products-sub .products-sub-title {
      text-align: center;
      font-family: 'montserrat-Bold';
      font-size: 28px;
      margin: 0 0 35px 0; }
      @media (max-width: 768px) {
        #gmenu .products-sub .products-sub-title {
          display: none; } }
      #gmenu .products-sub .products-sub-title span {
        border-bottom: 4px solid #000000;
        padding-bottom: 5px; }
        @media (max-width: 768px) {
          #gmenu .products-sub .products-sub-title span {
            border-bottom: 2px solid #000000; } }
    #gmenu .products-sub .products-sub-list {
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        #gmenu .products-sub .products-sub-list {
          display: block; } }
      #gmenu .products-sub .products-sub-list li {
        width: 122px;
        position: relative;
        margin: 0 10px;
        padding: 0;
        line-height: 1.4;
        font-size: 13px;
        text-align: center;
        white-space: normal;
        font-family: 'montserrat', 'hiragino kaku gothic pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Std	', 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif; }
        @media (max-width: 1700px) {
          #gmenu .products-sub .products-sub-list li {
            font-size: 0.8vw;
            margin: 0 5px; } }
        @media (max-width: 768px) {
          #gmenu .products-sub .products-sub-list li {
            display: flex;
            width: auto;
            max-width: inherit;
            margin: 10px 0 0 0;
            text-align: left;
            font-size: 15px; }
            #gmenu .products-sub .products-sub-list li br {
              display: none; } }
        #gmenu .products-sub .products-sub-list li a {
          color: #000;
          text-decoration: none; }
          @media (max-width: 768px) {
            #gmenu .products-sub .products-sub-list li a {
              color: #FFF; }
              #gmenu .products-sub .products-sub-list li a figure {
                display: none; } }
          #gmenu .products-sub .products-sub-list li a figure {
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 8px; }
        #gmenu .products-sub .products-sub-list li .new {
          position: absolute;
          left: 0;
          top: 0;
          width: 30px; }
          @media (max-width: 768px) {
            #gmenu .products-sub .products-sub-list li .new {
              position: static;
              margin-left: 5px; } }

#logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 232px;
  z-index: 1; }
  @media (max-width: 1300px) {
    #logo {
      width: 15vw;
      left: 10px; } }
  @media (max-width: 768px) {
    #logo {
      position: relative;
      z-index: 60;
      margin: 0;
      width: 155px; } }
  #logo img {
    width: 100%; }
  #logo a {
    text-decoration: none; }

.header-icon {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 23px; }
  @media (max-width: 1300px) {
    .header-icon {
      right: 10px; } }
  @media (max-width: 768px) {
    .header-icon {
      position: static;
      flex-direction: column-reverse;
      align-items: flex-start;
      margin: 0 0 0 50px; } }
  .header-icon ul {
    display: flex; }
    .header-icon ul li {
      font-size: 24px;
      margin: 0 10px;
      line-height: 42px; }
      @media (max-width: 1300px) {
        .header-icon ul li {
          margin: 0 0.5vw; } }
      @media (max-width: 768px) {
        .header-icon ul li {
          margin: 0 10px; } }
    .header-icon ul a {
      color: #FFF;
      text-decoration: none;
      display: block; }
    .header-icon ul.mypage {
      border: 1px solid #FFF;
      height: 44px;
      border-radius: 22px;
      box-sizing: border-box;
      padding: 0 10px;
      margin-left: 10px; }
      @media (max-width: 768px) {
        .header-icon ul.mypage {
          margin-bottom: 25px; } }
      .header-icon ul.mypage a {
        line-height: 42px; }

/* common
----------------------------------------------------*/
.contents {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .contents {
      padding: 0; } }

.contents02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .contents02 {
      padding: 0; } }

@media (max-width: 768px) {
  .contents-sp {
    margin: 15px; } }

#footer {
  background: #2F3636;
  color: #FFF;
  font-size: 14px;
  padding-bottom: 30px; }

.footer-bg {
  background: #3E4A4A;
  padding: 60px 50px; }
  @media (max-width: 768px) {
    .footer-bg {
      padding: 50px 15px; } }

.footer-area {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1150px) {
    .footer-area {
      display: block; } }

.footer01 {
  margin-right: 50px; }
  @media (max-width: 1150px) {
    .footer01 {
      margin: 0 0 30px 0; } }
  .footer01:nth-last-child(1) {
    margin-right: 0;
    max-width: 280px; }
    @media (max-width: 1150px) {
      .footer01:nth-last-child(1) {
        max-width: inherit; } }
  .footer01:nth-child(1) {
    max-width: 400px; }
    @media (max-width: 1150px) {
      .footer01:nth-child(1) {
        max-width: inherit; } }
    .footer01:nth-child(1) ul li {
      text-indent: -3.9em;
      margin: 0 0 0 3.9em; }
  .footer01 h2 {
    color: #E15A00;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 18px; }
    .footer01 h2.en {
      font-family: 'montserrat'; }
  .footer01 ul a {
    color: #FFF;
    text-decoration: none; }
    .footer01 ul a:hover {
      color: #999; }

.footer02 {
  display: flex;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .footer02 {
      display: block; } }
  .footer02 ul:nth-child(1) {
    margin-right: 30px; }

.footer-logo {
  text-align: center;
  margin: 100px 0 70px 0; }
  @media (max-width: 768px) {
    .footer-logo {
      margin: 100px 0; } }

.footer-link {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .footer-link {
      display: block; } }
  .footer-link li {
    margin: 0 25px; }
    @media (max-width: 768px) {
      .footer-link li {
        display: block;
        margin: 0 0 20px 15px; } }
    .footer-link li a {
      text-decoration: none;
      color: #FFF; }
      .footer-link li a:hover {
        color: #999; }

.copy {
  text-align: center;
  margin: 270px 0 0 0;
  font-size: 14px; }
  @media (max-width: 768px) {
    .copy {
      margin: 40px 0 0 0; } }

/*!
 *  Font Awesome 4.7.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("../font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp: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-resistance: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: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"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

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

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

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

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

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#header.top {
  background: transparent;
  transition: background 0.2s;
  position: absolute;
  display: block; }
  @media (max-width: 768px) {
    #header.top {
      position: fixed; } }
  @media (max-width: 768px) {
    #header.top.fixed {
      background: #595959; } }
  #header.top #gmenu {
    margin: 60px 0 0 0; }
    @media (max-width: 768px) {
      #header.top #gmenu {
        margin: 125px 0 0 60px; } }
  #header.top .header-icon {
    right: 2%;
    top: 40px; }
    @media (max-width: 768px) {
      #header.top .header-icon {
        position: static; } }

#logo.top {
  text-align: center;
  position: static;
  transform: none;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #logo.top {
      position: relative;
      text-align: left;
      margin: 0;
      top: 50%;
      transform: translateY(-50%); } }

.top-main-area {
  position: relative; }

.top-main-area li {
  width: 100%;
  position: absolute;
  top: 0; }
  .top-main-area li:nth-child(1) {
    z-index: 1;
    position: relative; }
  .top-main-area li a {
    display: block;
    text-decoration: none; }

.top-main-area .bx-wrapper .bx-pager {
  text-align: center;
  line-height: 3px;
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  z-index: 56;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .top-main-area .bx-wrapper .bx-pager {
      bottom: 30px; } }

.top-main-area .bx-wrapper .bx-pager .bx-pager-item,
.top-main-area .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
  width: 68px;
  margin: 0 2px; }

.top-main-area .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 5px; }

.top-main-area .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 0.2; }

.top-main-area .youtube-main {
  position: relative;
  width: 100%;
  padding-top: 56.2%; }
  @media (max-width: 768px) {
    .top-main-area .youtube-main {
      width: 100%;
      padding-top: 148%; } }
  .top-main-area .youtube-main iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.top-main-area video {
  width: 100%;
  height: auto; }

.news {
  background: #E06226;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .news {
      padding: 0 0 0 15px; } }
  .news .news-txt {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .news .news-txt p {
      max-width: calc(100% - 70px);
      line-height: 1.4; }
    .news .news-txt figure {
      cursor: pointer; }
      @media (max-width: 768px) {
        .news .news-txt figure {
          width: 39px; } }
    .news .news-txt a {
      color: #FFF;
      text-decoration: none;
      font-size: 18px; }
      @media (max-width: 768px) {
        .news .news-txt a {
          font-size: 14px; } }
      .news .news-txt a:hover {
        color: #000; }

.top-title {
  text-align: center;
  font-family: 'montserrat-Bold';
  font-size: 30px;
  margin: 100px 0 0 0;
  border: 4px solid #000;
  line-height: 40px;
  max-width: 306px;
  margin: 100px auto 0 auto; }
  @media (max-width: 768px) {
    .top-title {
      border: 2px solid #000;
      max-width: 220px;
      font-size: 24px;
      line-height: 30px;
      margin: 40px auto 0 auto; } }

.top-title01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 20px 0; }
  @media (max-width: 768px) {
    .top-title01 {
      font-size: 14px; } }

.top-slide {
  padding: 0 60px;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .top-slide {
      padding: 0; } }
  .top-slide .products-list {
    display: flex; }
    @media (max-width: 768px) {
      .top-slide .products-list {
        margin-left: calc(50% - 110px); }
        .top-slide .products-list li {
          text-indent: 0; } }
  .top-slide .products-list02 {
    display: flex; }
    @media (max-width: 768px) {
      .top-slide .products-list02 {
        margin-left: calc(50% - 110px); } }
  .top-slide .bx-viewport {
    padding: 2px; }
    @media (max-width: 768px) {
      .top-slide .bx-viewport {
        padding: 2px 0; } }
  .top-slide .products-list-txt {
    background: #FFF; }
    .top-slide .products-list-txt p {
      line-height: 1.4;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      margin: 20px 0 0 0;
      padding-bottom: 20px; }
  .top-slide .products_color {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 10px 0 10px; }
    .top-slide .products_color.w_7 {
      max-width: 63%;
      margin: 10px auto 0 auto; }
    .top-slide .products_color li {
      width: 12px;
      border-radius: 6px;
      height: 12px;
      margin: 0 3px 3px 3px;
      box-sizing: border-box; }
  .top-slide .new {
    position: absolute;
    left: 0;
    top: 0; }
  .top-slide .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    z-index: 54;
    margin-top: -17px; }
  .top-slide .bx-controls-direction a:hover {
    opacity: 0.7; }
  .top-slide .bx-prev {
    left: 0;
    background: url("../images/top/left.svg") no-repeat 0 0; }
  .top-slide .bx-next {
    right: 0;
    background: url("../images/top/right.svg") no-repeat 0 0; }
  .top-slide .products-list-item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    overflow: hidden;
    background: #FFF; }
  .top-slide a {
    display: block;
    text-decoration: none; }

.color01 {
  background: #BD3343; }

.color02 {
  background: #F64334; }

.color03 {
  background: #F9CD40; }

.color04 {
  background: #FFFE4E; }

.color05 {
  background: #D8E898; }

.color06 {
  background: #6F7E6B; }

.color07 {
  background: #BCEFD3; }

.color08 {
  background: #58CFCB; }

.color09 {
  background: #BAF4F6; }

.color10 {
  background: #55B4E2; }

.color11 {
  background: #1DA4DB; }

.color12 {
  background: #355F91; }

.color13 {
  background: #AF57C3; }

.color14 {
  background: #FF40B5; }

.color15 {
  background: #FFD2D5; }

.color16 {
  background: #C1B09E; }

.color17 {
  background: #D5D5D5; }

.color18 {
  background: #FAFAFA;
  border: 1px solid #EAEAEA; }

.color19 {
  background: #040406; }

.soldout-txt {
  position: relative;
  overflow: hidden; }
  .soldout-txt::after {
    background: #CCC;
    width: 6px;
    height: 100%;
    position: absolute;
    left: calc(50% - 3px);
    top: 0;
    transform: rotate(45deg);
    content: ""; }

.top-title02 {
  text-align: center;
  font-family: 'montserrat-Bold';
  font-size: 20px;
  margin: 40px 0 25px 0; }
  @media (max-width: 768px) {
    .top-title02 {
      font-size: 24px; } }
  .top-title02 span {
    border-bottom: 4px solid #000000;
    padding-bottom: 5px; }
    @media (max-width: 768px) {
      .top-title02 span {
        border-bottom: 2px solid #000000; } }

.colorsize01 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 90px 0; }
  @media (max-width: 768px) {
    .colorsize01 {
      display: block;
      position: relative;
      margin: 20px 0 40px 0; } }

.colorsize02 {
  width: 910px; }
  @media (max-width: 768px) {
    .colorsize02 {
      width: auto; } }

.colorsize04 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  margin: 40px 0;
  padding: 20px 50px; }
  @media (max-width: 768px) {
    .colorsize04 {
      position: static;
      width: 100%;
      box-sizing: border-box;
      padding: 15px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 3px;
      margin: 20px 0; } }
  .colorsize04 h3 {
    font-family: 'montserrat-Bold';
    font-size: 26px;
    text-align: center; }
    @media (max-width: 768px) {
      .colorsize04 h3 {
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 2px solid #000000; } }
  .colorsize04 .sp-size-txt {
    font-size: 40px;
    font-family: 'montserrat-Bold';
    line-height: 1;
    margin: 0 0 20px 15px; }
    .colorsize04 .sp-size-txt span {
      font-size: 24px; }

.colorsize05 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .colorsize05 {
      display: block;
      margin: 0 0 0 15px; } }

.size-list {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .size-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; } }
  .size-list li {
    margin: 0 2.5vw 0 0;
    cursor: pointer;
    opacity: 0.2; }
    @media (max-width: 768px) {
      .size-list li {
        display: block;
        margin: 0; }
        .size-list li img {
          display: none; }
        .size-list li::before {
          content: "";
          display: block; }
        .size-list li:nth-child(1) {
          background: url("../images/top/size32-sp.svg") no-repeat 0 0;
          width: 63px;
          height: 19px; }
        .size-list li:nth-child(2) {
          background: url("../images/top/size20-sp.svg") no-repeat 0 0;
          width: 56px;
          height: 16px; }
        .size-list li:nth-child(3) {
          background: url("../images/top/size16-sp.svg") no-repeat 0 0;
          width: 57px;
          height: 12px; }
        .size-list li:nth-child(4) {
          background: url("../images/top/size12slim-sp.svg") no-repeat 0 0;
          width: 53px;
          height: 12px; }
        .size-list li:nth-child(5) {
          background: url("../images/top/size12-sp.svg") no-repeat 0 0;
          width: 46px;
          height: 14px; }
        .size-list li:nth-child(6) {
          background: url("../images/top/size9-sp.svg") no-repeat 0 0;
          width: 40px;
          height: 14px; } }
    .size-list li.current {
      opacity: 1;
      transform: scale(1.1);
      filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
      transition: all 0.3s ease; }
    
    .size-list li {
      transition: all 0.3s ease; }
    
    .size-list li:hover {
      opacity: 0.8;
      transform: scale(1.05); }

.size-samlpe {
  width: 205px;
  cursor: pointer;
  position: relative; }
  @media (max-width: 768px) {
    .size-samlpe {
      display: none; } }
  .size-samlpe.hide {
    display: none; }
  .size-samlpe ul {
    display: flex;
    align-content: center;
    justify-content: center; }
    .size-samlpe ul li {
      font-size: 23px;
      font-family: 'montserrat-Bold';
      margin: 0 5px 0 0; }
      .size-samlpe ul li:nth-child(2) {
        margin: 0 20px 0 5px; }
      .size-samlpe ul li:nth-child(4) {
        margin: 0 0 0 5px; }
      .size-samlpe ul li img {
        min-width: 15px; }
  .size-samlpe p {
    background: url("../images/top/porch_icon2.svg") no-repeat center center;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 25px 0; }
  .size-samlpe figure {
    text-align: center; }
  .size-samlpe .size-samlpe-cursor {
    position: absolute;
    right: 38%;
    top: 17%;
    width: 25px; }

.size-samlpe-pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 192px;
  background: url("../images/top/size-pop.svg") no-repeat 0 0;
  padding: 20px 50px 0 50px;
  box-sizing: border-box;
  transform: translateY(-100%) translateX(-25%);
  display: none; }
  .size-samlpe-pop p {
    background: none;
    margin: 0;
    text-align: left; }
  .size-samlpe-pop figure {
    text-align: left;
    width: 60px; }
  .size-samlpe-pop .size-samlpe-pop01 {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .size-samlpe-pop .size-samlpe-poptxt01 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px; }
  .size-samlpe-pop .size-samlpe-poptxt02 {
    font-size: 30px;
    font-family: 'montserrat-Bold';
    line-height: 1; }

.color-slide {
  justify-content: space-between;
  align-items: center;
  margin: 0 15px 20px 0; }
  .color-slide .color-slide-area {
    background: #000;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    position: relative; }
    .color-slide .color-slide-area .color-slide-icon {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      position: absolute;
      left: 3px;
      top: 3px;
      background-color: #FFF;
      transition: left 0.2s; }
      .color-slide .color-slide-area .color-slide-icon.bottle {
        left: 27px; }

.color-area01 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .color-area01 {
      display: block;
      margin: 0 15px 0 0; } }
  .color-area01 h4 {
    font-family: 'montserrat-Bold';
    font-size: 23px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .color-area01 h4 {
        display: none; } }
    .color-area01 h4 img {
      margin-right: 10px; }

.color-area02 {
  max-width: 410px; }
  @media (max-width: 768px) {
    .color-area02 {
      max-width: inherit; } }

.color-area03 {
  max-width: 290px; }
  @media (max-width: 768px) {
    .color-area03 {
      max-width: inherit;
      display: none; } }

.colorsize-colorlist {
  display: flex;
  flex-wrap: wrap; }
  .colorsize-colorlist li {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 0 8px 8px 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .colorsize-colorlist li {
        width: 20px;
        height: 20px;
        margin: 0 7px 10px 7px; } }
    .colorsize-colorlist li.current {
      box-shadow: 0 0 0 3px #e0e0e0; }

.cap-color01 {
  background: #BD3343; }

.cap-color02 {
  background: #F9CD40; }

.cap-color03 {
  background: #D8E898; }

.cap-color04 {
  background: #13AAA9; }

.cap-color05 {
  background: #58CFCB; }

.cap-color06 {
  background: #BAF4F6; }

.cap-color07 {
  background: #55B4E2; }

.cap-color08 {
  background: #1DA4DB; }

.cap-color09 {
  background: #AF57C3; }

.cap-color10 {
  background: #FF40B5; }

.cap-color11 {
  background: #FFD2D5; }

.cap-color12 {
  background: #EBF4F9; }

.cap-color13 {
  background: #000000; }

.colorsize03 {
  width: 370px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10; }
  @media (max-width: 768px) {
    .colorsize03 {
      width: calc(100% - 200px);
      margin: 0 auto;
      padding: 20px;
      position: static;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } }
  .colorsize03 .price {
    font-size: 46px;
    font-family: 'montserrat-Bold';
    text-align: center; }
    @media (max-width: 768px) {
      .colorsize03 .price {
        font-size: 36px;
        margin: 10px 0 0 0; } }
  .colorsize03 .cart-btn {
    text-align: center; }
    @media (max-width: 768px) {
      .colorsize03 .cart-btn {
        max-width: 192px;
        margin: 0 auto; } }
    .colorsize03 .cart-btn input {
      width: 100%;
      box-sizing: border-box;
      cursor: pointer;
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      height: 48px;
      border-radius: 24px;
      text-align: center;
      background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
      padding: 0 0 0 30px;
      border: none;
      font-family: 'hiragino kaku gothic pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Std	', 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif; }
      @media (max-width: 768px) {
        .colorsize03 .cart-btn input {
          font-size: 16px;
          background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
          background-size: 23px auto;
          height: 40px; } }
      .colorsize03 .cart-btn input:disabled {
        background: #999;
        padding: 0;
        cursor: default; }
    .colorsize03 .cart-btn a {
      width: 100%;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      line-height: 48px;
      border-radius: 24px;
      text-align: center;
      background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
      padding: 0 0 0 30px;
      border: none; }
      @media (max-width: 768px) {
        .colorsize03 .cart-btn a {
          font-size: 16px;
          background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
          background-size: 23px auto;
          line-height: 40px; } }

.colorsize06 {
  max-width: 230px;
  margin: 0 auto;
  padding: 0 0 0 20px; }

/* 2カラムレイアウト用の上書き */
.colorsize06.color-two-column {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }
  @media (max-width: 768px) {
    .colorsize06 {
      max-width: inherit;
      padding: 0; }
      .colorsize06 figure {
        max-width: 140px;
        margin: 0 auto; } }

/* カバー選択スタイル - カラーチップ風 */
.cover-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}


.cover-list li {
  width: 35px !important;
  height: 35px !important;
  border-radius: 17.5px !important;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.cover-list li img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

.cover-list li:hover {
  transform: scale(1.05);
  border-color: #999;
}

.cover-list li.current {
  border-color: #666666 !important;
  box-shadow: 0 0 0 3px #666666 !important;
  transform: scale(1.05);
}

/* "なし"オプション用のテキストスタイル */
.cover-list li .cover-name {
  font-size: 10px;
  font-weight: bold;
  color: #666;
  text-align: center;
  line-height: 1.2;
  padding: 4px;
}

@media (max-width: 768px) {
  .cover-list li {
    width: 30px !important;
    height: 30px !important;
    border-radius: 15px !important;
    margin: 0 8px 8px 0; }
}

.cover-list li.current .cover-name {
  color: #333;
}

/* ボトルカバーサイズ選択スタイル */
.cover-size-selection {
  margin-top: 15px;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
}

.cover-size-selection h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
}

.size-option:hover {
  background: #f0f0f0;
  border-color: #999;
}

.size-option input[type="radio"] {
  margin: 0 5px 0 0;
}

.size-option input[type="radio"]:checked + .size-label {
  font-weight: bold;
  color: #333;
}

.size-option:has(input[type="radio"]:checked) {
  background: #e0e0e0;
  border-color: #666;
}

.size-label {
  font-size: 13px;
  color: #666;
}

@media (max-width: 768px) {
  .cover-size-selection {
    margin-top: 10px;
    padding: 8px;
  }
  
  .cover-size-selection h5 {
    font-size: 12px;
    margin: 0 0 8px 0;
  }
  
  .size-options {
    gap: 5px;
  }
  
  .size-option {
    padding: 4px 8px;
  }
  
  .size-label {
    font-size: 12px;
  }
}

/* カバーセクションのレイアウト */
.colorsize04.cover {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* デスクトップ用の元のレイアウトスタイル */
@media (min-width: 769px) {
  .colorsize02 {
    display: block;
  }
  
  .colorsize03 {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
  }
  
  .colorsize04 {
    margin-bottom: 30px;
  }
  
  .colorsize04 h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007cba;
    padding-bottom: 5px;
  }
  
  .color-two-column {
    display: flex;
    gap: 20px;
  }
  
  .colorsize07 {
    flex: 1;
  }
  
  .colorsize07 h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
  }
  
  /* デスクトップではタブ形式を非表示 */
  .customization-tabs {
    display: none;
  }
}

/* タブ形式のカスタマイズインターフェース（モバイルのみ） */
@media (max-width: 768px) {
  .customization-tabs {
    margin-top: 20px;
  }
  
  .tab-headers {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #f0f0f0;
    border-radius: 8px;
    padding: 3px;
    margin-bottom: 15px;
  }
  
  .tab-row {
    display: flex;
    gap: 1px;
  }
  
  .tab-header {
    background: transparent;
    border: none;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 60px;
    white-space: nowrap;
    text-align: center;
  }
  
  .tab-row:nth-child(2) .tab-header {
    padding: 5px 6px;
    font-size: 10px;
  }
  
  .tab-header:hover {
    color: #333;
    background: rgba(255, 255, 255, 0.5);
  }
  
  .tab-header.active {
    color: #fff;
    background: #E06226;
    box-shadow: 0 2px 4px rgba(224, 98, 38, 0.3);
  }
  
  .tab-contents {
    min-height: 150px;
    margin-bottom: 30px;
  }
  
  .tab-content {
    padding: 10px 0;
    margin-bottom: 40px;
  }
  
  /* モバイル用のサイズリストをPC版のように横並びに */
  .customization-tabs .size-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .customization-tabs .size-list li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    opacity: 0.2 !important;
    outline: none !important;
  }
  
  .customization-tabs .size-list li.current {
    opacity: 1 !important;
    transform: scale(1.1) !important;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3)) !important;
  }
  
  /* PC版の縦向きボトル画像を表示 */
  .customization-tabs .size-list li img {
    display: block !important;
    height: auto !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  
  /* 各サイズの適切なサイズ設定 */
  .customization-tabs .size-list li:nth-child(1) img {
    width: 55px !important; /* 32オンス - 最大（元画像65.89px） */
  }
  
  .customization-tabs .size-list li:nth-child(2) img {
    width: 45px !important; /* 20オンス - 2番目（元画像53.75px） */
  }
  
  .customization-tabs .size-list li:nth-child(3) img {
    width: 35px !important; /* 16オンス - 20オンスより小さく */
  }
  
  .customization-tabs .size-list li:nth-child(4) img {
    width: 35px !important; /* 12SLIM */
  }
  
  .customization-tabs .size-list li:nth-child(5) img {
    width: 35px !important; /* 12オンス */
  }
  
  .customization-tabs .size-list li:nth-child(6) img {
    width: 30px !important; /* 9オンス - 最小 */
  }
  
  /* モバイル用の横倒れボトル画像を非表示 */
  .customization-tabs .size-list li::before {
    display: none !important;
  }
  
  /* 各サイズの横倒れボトル画像を完全に非表示 */
  .customization-tabs .size-list li:nth-child(1) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  
  .customization-tabs .size-list li:nth-child(2) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  
  .customization-tabs .size-list li:nth-child(3) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  
  .customization-tabs .size-list li:nth-child(4) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  
  .customization-tabs .size-list li:nth-child(5) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
  
  .customization-tabs .size-list li:nth-child(6) {
    background: none !important;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
  }
}

.product-preview {
  text-align: center;
  margin-bottom: 20px;
}

.product-preview figure {
  max-width: 300px;
  margin: 0 auto;
}

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

.cart-section {
  margin: 30px 0;
  text-align: center;
}

.selection-summary {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
}

.selection-summary table {
  width: 100%;
  border-collapse: collapse;
}

.selection-summary th {
  text-align: left;
  padding: 5px 10px 5px 0;
  font-weight: bold;
  color: #333;
  width: 40%;
}

.selection-summary td {
  padding: 5px 0;
  color: #666;
}

/* モバイル用の追加スタイル */
@media (max-width: 768px) {
  .colorsize02 {
    display: none;
  }
  
  .colorsize03 {
    position: static;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 20px;
  }
  
  /* モバイルではデスクトップ用のレイアウトを非表示 */
  .colorsize06 {
    display: none;
  }
  
  .colorsize03 > table {
    display: none;
  }
  
  .product-preview figure {
    max-width: 250px;
  }
  
  .selection-summary {
    margin-top: 15px;
    padding: 10px;
  }
  
  .selection-summary th,
  .selection-summary td {
    font-size: 14px;
    padding: 3px 0;
  }
}
}

.colorsize04.cover h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
}

.colorsize-txt {
  margin: 0 15px 30px 15px; }

#special {
  background: url("../images/top/bg01.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 1px 0 90px 0; }
  @media (max-width: 768px) {
    #special {
      padding: 1px 0 40px 0; } }

.special-list {
  display: flex; }
  @media (max-width: 768px) {
    .special-list {
      display: block;
      margin: 0 15px; } }
  .special-list li {
    width: 30.77%;
    position: relative;
    margin: 0 3.84% 0 0; }
    @media (max-width: 768px) {
      .special-list li {
        width: auto;
        margin: 0 0 40px 0; } }
    .special-list li .new {
      position: absolute;
      left: 0;
      top: 0; }
    .special-list li a {
      text-decoration: none;
      color: #000000;
      display: block; }
      .special-list li a figure {
        border-radius: 5px;
        overflow: hidden; }
    .special-list li h3 {
      line-height: 1.5;
      font-size: 20px;
      line-height: 1.4;
      margin: 30px 0 15px 0; }
      @media (max-width: 768px) {
        .special-list li h3 {
          margin: 15px 0 10px 0; } }
    .special-list li:nth-of-type(3n) {
      margin: 0; }
      @media (max-width: 768px) {
        .special-list li:nth-of-type(3n) {
          margin-bottom: 40px; } }
  .special-list.column-list {
    flex-wrap: wrap; }
    .special-list.column-list li {
      margin-bottom: 80px; }
      @media (max-width: 768px) {
        .special-list.column-list li h3 {
          font-size: 16px; } }

.more-btn {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .more-btn {
      font-size: 18px;
      margin: 20px 15px 0 15px;
      text-align: center; } }
  .more-btn a {
    background: #636363;
    line-height: 60px;
    display: inline-block;
    border-radius: 35px;
    padding: 0 80px;
    color: #FFF;
    text-decoration: none; }
    @media (max-width: 768px) {
      .more-btn a {
        display: block;
        line-height: 50px;
        border-radius: 25px;
        padding: 0 50px; } }

#features {
  background: url("../images/top/bg02.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 1px 0 90px 0; }
  @media (max-width: 768px) {
    #features {
      padding: 1px 15px 90px 15px; } }

.features01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 980px;
  margin: 40px auto 0 auto;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .features01 {
      display: block; } }
  .features01 .youtube {
    position: relative;
    width: 43.368%;
    padding-top: 43.368%; }
    @media (max-width: 768px) {
      .features01 .youtube {
        width: 100%;
        padding-top: 100%; } }
    .features01 .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.features02 {
  width: 53.062%; }
  @media (max-width: 768px) {
    .features02 {
      width: auto;
      margin: 0 0 40px 0; } }
  .features02 h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .features02 h3 {
        margin-bottom: 10px;
        font-size: 24px; } }

.features03 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0; }
  @media (max-width: 768px) {
    .features03 {
      display: block;
      margin: 0;
      text-align: center; }
      .features03 figure {
        margin: 40px 0 0 0; } }

.features04 {
  max-width: 980px;
  margin: 140px auto; }
  @media (max-width: 768px) {
    .features04 {
      margin: 40px 0; } }
  .features04 h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .features04 h3 {
        text-align: left;
        font-size: 24px;
        margin-bottom: 10px; } }
  .features04 p {
    max-width: 640px;
    margin: 0 auto; }
  .features04 ul {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    @media (max-width: 768px) {
      .features04 ul {
        display: block; } }
    .features04 ul li {
      width: 28.47%; }
      @media (max-width: 768px) {
        .features04 ul li {
          width: 50%;
          margin: 50px auto; } }

.features05 {
  flex-direction: row; }
  .features05 .features06 {
    width: 49.8%; }
    @media (max-width: 768px) {
      .features05 .features06 {
        width: auto;
        margin-bottom: 40px; } }
    .features05 .features06 h3 {
      font-size: 32px;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .features05 .features06 h3 {
          font-size: 24px;
          margin-bottom: 10px; } }

.features07 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  align-items: flex-end; }
  .features07 li {
    text-align: center; }
    @media (max-width: 768px) {
      .features07 li {
        width: 28%;
        margin: 0 2.5%; } }

#structure {
  background: url("../images/top/bg03.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 1px 0 90px 0; }
  #structure .top-title {
    border: 4px solid #FFF;
    color: #FFF; }
    @media (max-width: 768px) {
      #structure .top-title {
        border: 2px solid #FFF; } }
  #structure .top-title01 {
    color: #FFF; }
  #structure .contents {
    padding: 0 30px; }
    @media (max-width: 768px) {
      #structure .contents {
        padding: 0 15px; } }

.structure01 {
  margin: 50px auto 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    .structure01 {
      margin: 20px 0 0 0; }
      .structure01 .structure-taparea {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 355px;
        height: 572px; }
        .structure01 .structure-taparea div {
          width: 50px;
          height: 50px;
          position: absolute; }
          .structure01 .structure-taparea div.structure-tap01 {
            left: 130px;
            top: 137px; }
          .structure01 .structure-taparea div.structure-tap05 {
            left: 131px;
            top: 348px; }
          .structure01 .structure-taparea div.structure-tap04 {
            right: 87px;
            top: 244px; }
          .structure01 .structure-taparea div.structure-tap03 {
            right: 127px;
            top: 125px; }
          .structure01 .structure-taparea div.structure-tap02 {
            left: 134px;
            top: 289px; } }

.structure-img {
  text-align: center; }
  .structure-img img {
    width: 41.231%; }

.structure02 li {
  position: absolute;
  max-width: 27.693%;
  color: #FFF; }
  @media (max-width: 768px) {
    .structure02 li {
      position: static;
      max-width: inherit;
      display: none; }
      .structure02 li.structure02-01 {
        display: block; }
      .structure02 li figure {
        width: 355px;
        margin: 0 auto; } }
  .structure02 li h3 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .structure02 li h3 {
        font-size: 2vw; } }
    @media (max-width: 768px) {
      .structure02 li h3 {
        display: none; } }
  .structure02 li p {
    line-height: 1.7; }
    @media (max-width: 1200px) {
      .structure02 li p {
        font-size: 1.2vw; } }
    @media (max-width: 768px) {
      .structure02 li p {
        font-size: 15px;
        margin: 20px 0 0 0;
        padding-bottom: 20px; } }

.structure02-01 {
  left: 0;
  top: 20px; }

.structure02-02 {
  left: 0;
  top: 330px; }
  @media (max-width: 1200px) {
    .structure02-02 {
      top: 50%; } }

.structure02-03 {
  right: 0;
  top: 20px; }

.structure02-04 {
  right: 0;
  top: 270px; }
  @media (max-width: 1200px) {
    .structure02-04 {
      top: 40%; } }

.structure02-05 {
  right: 0;
  top: 480px; }
  @media (max-width: 1200px) {
    .structure02-05 {
      top: 65%; } }

#about {
  background: url("../images/top/bg04.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 30px 50px 30px 50px; }
  @media (max-width: 768px) {
    #about {
      padding: 20px 15px 30px 15px; } }
  #about .top-title {
    margin: 0 0 20px 0; }
    @media (max-width: 768px) {
      #about .top-title {
        margin: 0 auto 20px auto; } }
  #about .top-title01 {
    text-align: left; }
    @media (max-width: 768px) {
      #about .top-title01 {
        text-align: center; } }

.about01 {
  max-width: 980px;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .about01 {
      display: block;
      margin: 0 0 40px 0; } }
  .about01 figure {
    width: 35%; }
    @media (max-width: 768px) {
      .about01 figure {
        width: 70%;
        margin: 0 auto 20px auto; } }
  .about01 .about02 {
    width: 61%; }
    @media (max-width: 768px) {
      .about01 .about02 {
        width: auto; } }
    .about01 .about02 .more-btn {
      justify-content: flex-start;
      margin: 30px 0 0 0; }
      @media (max-width: 768px) {
        .about01 .about02 .more-btn {
          justify-content: center;
          margin: 20px 0 0 0; } }

.about03 {
  flex-direction: row-reverse;
  margin: 70px auto; }

/*----------products----------*/
#products-item {
  margin: 130px 0 0 0; }
  @media (max-width: 768px) {
    #products-item {
      margin: 90px 0 0 0; } }

.products-item01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .products-item01 {
      display: block;
      margin: 0 15px 30px 15px; } }
  .products-item01.mb100 {
    margin-bottom: 100px; }

.products-item02 {
  width: 46.308%;
  position: relative; }
  .products-item02 ul.products-slider li {
    position: absolute;
    top: 0; }
  @media (max-width: 768px) {
    .products-item02 {
      width: auto; }
      .products-item02 ul.products-slider img {
        min-height: calc(100vw - 32px); } }
  .products-item02 img {
    width: 100%;
    height: auto; }
  .products-item02 .bx-wrapper {
    position: relative;
    border: 1px solid #999999;
    box-sizing: border-box; }
  .products-item02 .bx-viewport {
    height: auto !important; }
  .products-item02 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    z-index: 54;
    margin-top: -18px; }
  .products-item02 .bx-controls-direction a:hover {
    opacity: 0.7; }
  .products-item02 .bx-prev {
    left: -1px;
    background: url("../images/products/left.svg") no-repeat center center; }
  .products-item02 .bx-next {
    right: -2px;
    background: url("../images/products/right.svg") no-repeat center center; }

.products-item03 {
  width: 50%; }
  @media (max-width: 768px) {
    .products-item03 {
      width: auto; } }
  .products-item03 .products-sum {
    display: block;
    margin: 0; }
    .products-item03 .products-sum a {
      border: none;
      display: block;
      cursor: default; }
      .products-item03 .products-sum a img {
        border: none; }
      .products-item03 .products-sum a.active {
        border: none; }

.products-sum {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 0 0; }
  .products-sum li {
    width: 16.612%;
    margin-right: 4.23%; }
    .products-sum li:nth-of-type(5n) {
      margin-right: 0; }
  .products-sum a {
    border: 1px solid #FFF;
    display: block; }
    .products-sum a img {
      border: 1px solid #999999;
      box-sizing: border-box; }
    .products-sum a.active {
      border: 1px solid #333; }

.products-name {
  font-size: 30px;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .products-name {
      font-size: 24px;
      margin-bottom: 20px; } }

.products-price {
  font-size: 14px;
  line-height: 1;
  margin: 25px 0 20px 0; }
  @media (max-width: 768px) {
    .products-price {
      font-size: 14px; } }
  .products-price span {
    font-weight: 800;
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    margin-right: 5px; }
    @media (max-width: 768px) {
      .products-price span {
        font-size: 45px; } }

.products-txt {
  font-size: 18px;
  margin-bottom: 1.2em; }
  @media (max-width: 768px) {
    .products-txt {
      font-size: 16px; } }

.products-colorname {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 15px 0; }

.products-cart {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .products-cart {
      margin: 30px 0 50px 0; } }
  .products-cart .products-cart01 {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px; }
  .products-cart .select {
    position: relative; }
    .products-cart .select::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 5px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid black; }
  .products-cart select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    box-sizing: border-box;
    border: none;
    height: 30px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 30px 0 10px;
    width: 140px;
    border-bottom: 1px solid #707070;
    font-family: 'hiragino kaku gothic pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Std	', 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif;
    border-radius: 0; }

.color-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 35px) !important;
  gap: 8px !important;
  margin-bottom: 30px;
  max-width: 100%;
  justify-content: start !important; }

  /* 画面サイズに応じてカラム数を調整 */
  @media (min-width: 1200px) {
    .color-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .color-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 768px) and (max-width: 991px) {
    .color-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 576px) and (max-width: 767px) {
    .color-list {
      grid-template-columns: repeat(auto-fill, 32px); } }

  @media (max-width: 575px) {
    .color-list {
      grid-template-columns: repeat(auto-fill, 30px); } }
  .color-list li {
    width: 35px !important;
    height: 35px !important;
    border-radius: 17.5px !important;
    box-sizing: border-box;
    margin: 0 13px 13px 0;
    cursor: pointer;
    position: relative; }
    .color-list li img {
      width: 100% !important;
      height: 100% !important;
      border-radius: 50% !important;
      object-fit: cover; }
    .color-list li:hover {
      transform: scale(1.02);
      transition: transform 0.2s ease; }
    @media (max-width: 768px) {
      .color-list li {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        margin: 0 8px 8px 0; } }
    .color-list li.current {
      box-shadow: 0 0 0 3px #666666;
      transform: scale(1.05); }

.cap-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 35px) !important;
  gap: 8px !important;
  margin-bottom: 30px;
  max-width: 100%;
  justify-content: start !important; }

  /* 画面サイズに応じてカラム数を調整 */
  @media (min-width: 1200px) {
    .cap-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .cap-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 768px) and (max-width: 991px) {
    .cap-list {
      grid-template-columns: repeat(auto-fill, 35px); } }

  @media (min-width: 576px) and (max-width: 767px) {
    .cap-list {
      grid-template-columns: repeat(auto-fill, 32px); } }

  @media (max-width: 575px) {
    .cap-list {
      grid-template-columns: repeat(auto-fill, 30px); } }
  .cap-list li {
    width: 35px !important;
    height: 35px !important;
    border-radius: 17.5px !important;
    box-sizing: border-box;
    margin: 0 13px 13px 0;
    cursor: pointer;
    position: relative; }
    @media (max-width: 768px) {
      .cap-list li {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        margin: 0 8px 8px 0; } }
    .cap-list li.current {
      box-shadow: 0 0 0 3px #666666;
      transform: scale(1.05); }
    .cap-list li img {
      width: 100% !important;
      height: 100% !important;
      border-radius: 50% !important;
      object-fit: cover; }
    .cap-list li .cap-star {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #ff6b6b;
      color: white;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      font-weight: bold; }
    .cap-list li:hover {
      transform: scale(1.02);
      transition: transform 0.2s ease; }

/* 個別のカラークラスも丸形にする */
.color-list li[class*="color-"],
.cap-list li[class*="cap-"] {
  border-radius: 26px !important; }

.color-list li[class*="color-"] img,
.cap-list li[class*="cap-"] img {
  border-radius: 50% !important; }

/* より強力なセレクターで確実に丸形にする */
ul.color-list li,
ul.cap-list li {
  border-radius: 26px !important;
  overflow: hidden !important; }

ul.color-list li img,
ul.cap-list li img {
  border-radius: 50% !important;
  width: 100% !important;
  height: 100% !important; }

/* 個別のカラークラスを直接指定 */
.color-black, .color-white, .color-red, .color-blue, .color-green,
.color-yellow, .color-orange, .color-pink, .color-purple, .color-gray,
.color-navy, .color-mint, .color-coral, .color-lavender, .color-rose,
.color-sage, .color-charcoal, .color-cream, .color-forest {
  border-radius: 26px !important; }

.cap-black, .cap-white, .cap-red, .cap-blue, .cap-green,
.cap-yellow, .cap-orange, .cap-pink, .cap-purple, .cap-gray,
.cap-navy, .cap-mint, .cap-coral, .cap-lavender, .cap-rose,
.cap-sage, .cap-charcoal, .cap-cream, .cap-forest {
  border-radius: 26px !important; }

/* 最も強力なセレクター - すべてのカラーチップを丸形にする */
#app .color-list li,
#app .cap-list li,
#app .cover-list li,
#colorsize .color-list li,
#colorsize .cap-list li,
#colorsize .cover-list li {
  border-radius: 17.5px !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #ddd !important; }

/* カラーチップ内のテキストスタイル */
#app .color-list li .color-name,
#app .cap-list li .color-name,
#app .cover-list li .cover-name,
#colorsize .color-list li .color-name,
#colorsize .cap-list li .color-name,
#colorsize .cover-list li .cover-name {
  font-size: 8px !important;
  color: #333 !important;
  text-align: center !important;
  line-height: 1 !important;
  font-weight: bold !important; }

/* 白いカラーチップにドロップシャドウを追加 */
.color-white img,
.cap-white img,
#app .color-white img,
#app .cap-white img,
#colorsize .color-white img,
#colorsize .cap-white img,
img[src*="color_white.svg"],
img[src*="cap_white.svg"],
ul.color-list li.color-white img,
ul.cap-list li.cap-white img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.8)) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #cccccc !important; }

/* 薄い色のカラーチップの縁取りは削除 */

/* 白いカラーチップが選択された時の縁取りを調整 */
.color-white.current,
.cap-white.current {
  box-shadow: 0 0 0 3px #999999 !important; }

/* カラーチップを2カラムレイアウトに変更 - リファクタリング版 */
.colorsize06.color-two-column {
  display: flex !important;
  gap: 30px !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }

.colorsize06.color-two-column .colorsize07 {
  flex: 1 !important;
  min-width: 0 !important;
  width: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* 既存のcolorsize06スタイルを上書き */
.colorsize06.color-two-column figure {
  max-width: none !important;
  margin: 0 !important; }

@media (max-width: 768px) {
  .colorsize06.color-two-column {
    flex-direction: column !important;
    gap: 20px !important; }
  .colorsize06.color-two-column .colorsize07 {
    width: 100% !important;
    min-width: auto !important; } }

/* 薄い色のカラーチップの選択時縁取りは削除 */

.products-cart-btn {
  text-align: center;
  margin: 55px 0 20px 0; }
  @media (max-width: 768px) {
    .products-cart-btn {
      width: 100%; } }
  .products-cart-btn input {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    background: #E06226 url("../images/top/cart.svg") no-repeat calc(50% - 4em) center;
    padding: 0 0 0 30px;
    border: none;
    font-family: 'hiragino kaku gothic pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Std	', 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif; }
    @media (max-width: 768px) {
      .products-cart-btn input {
        font-size: 16px;
        background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
        background-size: 23px auto;
        height: 40px; } }
    .products-cart-btn input:disabled {
      background: #999;
      padding: 0;
      cursor: default; }
  .products-cart-btn a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    background: #E06226 url("../images/top/cart.svg") no-repeat calc(50% - 4em) center;
    padding: 0 0 0 30px;
    border: none; }
    @media (max-width: 768px) {
      .products-cart-btn a {
        font-size: 16px;
        background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
        background-size: 23px auto;
        line-height: 40px; } }

.products-manual {
  font-size: 18px;
  text-align: center; }
  .products-manual a {
    display: block;
    text-decoration: none;
    border: 1px solid #707070;
    line-height: 40px;
    background: #FFF;
    transition: 0.2s background; }
    .products-manual a:hover {
      background: #f7f7f7; }

.cap_banner {
  margin-top: 30px; }

.products-img01 {
  display: flex;
  position: relative;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .products-img01 {
      display: block;
      margin: 50px 0 0 0; } }
  .products-img01 > figure {
    width: 35.385%;
    margin: 0 20px; }
    @media (max-width: 768px) {
      .products-img01 > figure {
        width: auto;
        margin: 0 15px 30px 15px; } }
  .products-img01 .size-samlpe-products {
    width: 35.385%;
    margin: 0 20px;
    position: relative; }
    @media (max-width: 768px) {
      .products-img01 .size-samlpe-products {
        width: auto;
        margin: 0 15px 30px 15px; } }
    .products-img01 .size-samlpe-products .size-samlpe-amount {
      position: absolute;
      right: 10%;
      top: 75px;
      display: flex;
      align-items: center;
      font-family: 'montserrat-Bold';
      font-size: 23px; }
      @media (max-width: 768px) {
        .products-img01 .size-samlpe-products .size-samlpe-amount {
          font-size: 16px;
          right: 10px;
          top: 20px;
          flex-wrap: wrap;
          width: 100px; } }
      .products-img01 .size-samlpe-products .size-samlpe-amount li {
        margin-left: 5px; }
        .products-img01 .size-samlpe-products .size-samlpe-amount li:nth-child(2) {
          margin: 0 15px 0 5px; }
          @media (max-width: 768px) {
            .products-img01 .size-samlpe-products .size-samlpe-amount li:nth-child(2) {
              margin: 0 8px 0 5px; } }
        @media (max-width: 768px) {
          .products-img01 .size-samlpe-products .size-samlpe-amount li:nth-child(3) {
            margin: 10px 0 0 10px; } }
        @media (max-width: 768px) {
          .products-img01 .size-samlpe-products .size-samlpe-amount li:nth-child(4) {
            margin: 10px 0 0 5px; } }
    .products-img01 .size-samlpe-products .size-samlpe-pop {
      transform: translateY(-65%) translateX(65%); }
      @media (max-width: 768px) {
        .products-img01 .size-samlpe-products .size-samlpe-pop {
          left: calc(50%);
          transform: translateY(-75%) translateX(-50%); } }
  .products-img01 .size-samlpe-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 344px;
    height: 344px;
    border-radius: 174px;
    background: #FFF; }
    @media (max-width: 768px) {
      .products-img01 .size-samlpe-area {
        top: 0;
        width: 292px;
        height: 292px; } }
    .products-img01 .size-samlpe-area .size-samlpe {
      margin: 70px auto 0 auto; }
      @media (max-width: 768px) {
        .products-img01 .size-samlpe-area .size-samlpe {
          display: block; } }

.products-img08 {
  display: flex;
  width: 61.54%; }
  @media (max-width: 768px) {
    .products-img08 {
      display: block;
      margin: 0 15px 70px 15px;
      width: auto; }
      .products-img08 figure {
        margin-bottom: 30px; } }

.products-txt01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.7;
  margin: 100px 0 50px 0;
  text-align: center;
  position: relative; }
  @media (max-width: 768px) {
    .products-txt01 {
      font-size: 22px;
      margin: 50px 15px 30px 15px; } }
  .products-txt01.mt00 {
    margin-top: 0; }
  .products-txt01 strong {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FAFFBB 0%) repeat scroll 0 0; }
  .products-txt01 .products-txt01-icon {
    position: absolute;
    left: 50%;
    top: -60%;
    transform: translateX(-50%); }
    @media (max-width: 768px) {
      .products-txt01 .products-txt01-icon {
        width: 15%;
        top: -30%; } }

.bg01 {
  background: #F9F9F9;
  padding: 1px 0 100px 0;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .bg01 {
      padding: 1px 15px 15px 15px; } }
  .bg01.mt100 {
    margin: 100px 0 0 0; }
    @media (max-width: 768px) {
      .bg01.mt100 {
        margin: 50px 0 0 0; } }

.products-txt02 {
  margin: 40px 0 90px 0; }
  @media (max-width: 768px) {
    .products-txt02 {
      margin: 30px 15px 90px 15px; } }
  .products-txt02 dt {
    font-weight: bold; }

.products-txt02-flex {
  display: flex; }
  @media (max-width: 768px) {
    .products-txt02-flex {
      display: block; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .products-txt02-flex {
      margin: 0 0 100px 0; } }

  .products-txt02-flex dl {
    width: 50%;
    margin-top: 60px; }
    @media (max-width: 768px) {
      .products-txt02-flex dl {
        width: auto;
        margin: 0 15px; } }
    .products-txt02-flex dl:nth-child(1) {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .products-txt02-flex dl:nth-child(1) {
          margin: 0 15px; } }

.products-txt02-flex3 {
  display: flex; }
  @media (max-width: 768px) {
    .products-txt02-flex3 {
      display: block; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .products-txt02-flex3 {
      margin: 0 0 70px 0; } }

  .products-txt02-flex3 dl {
    margin: 60px 0 90px 8%; }
    @media (max-width: 768px) {
      .products-txt02-flex3 dl {
        width: auto;
        margin: 0 15px; } }
    .products-txt02-flex3 dl:nth-child(1) {
      margin: 40px 0 90px 0; }
      @media (max-width: 768px) {
        .products-txt02-flex3 dl:nth-child(1) {
          margin: 0 15px; } }

.products-txt03 {
  font-size: 20px;
  margin-bottom: 1.5em; }
  @media (max-width: 768px) {
    .products-txt03 {
      font-size: 16px; } }

.bg02 {
  background: #FFF;
  padding: 90px 0 70px 0; }
  @media (max-width: 768px) {
    .bg02 {
      margin: 60px 0 0 0;
      padding: 30px 10px 1px 10px; } }

.products-title01 {
  position: relative;
  background: url("../images/products/products-title01.svg") no-repeat 0 center;
  text-align: center;
  color: #3D8E98;
  font-size: 36px;
  margin: 90px 0 30px 0; }
  @media (max-width: 768px) {
    .products-title01 {
      background: none;
      text-align: left;
      margin: 50px 0 20px 0;
      font-size: 24px; } }
  .products-title01 span {
    display: inline-block;
    border: 4px solid #76B4BC;
    line-height: 80px;
    border-radius: 44px;
    box-sizing: border-box;
    padding: 0 40px;
    background: #FFF; }
    @media (max-width: 768px) {
      .products-title01 span {
        border: none;
        line-height: 1.5;
        padding: 0; } }

.products-img02 {
  text-align: center;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .products-img02 {
      margin: 20px 0; }
      .products-img02.products-img02-sp {
        margin: 20px; } }

.products-img05 {
  background: #FFFDF2;
  border-radius: 50px;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .products-img05 {
      border-radius: 30px;
      margin: 20px 0;
      padding: 25px; } }

.products-txt04 {
  font-size: 16px; }
  @media (max-width: 768px) {
    .products-txt04 {
      font-size: 14px; } }

.products-box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .products-box01 .products-box02 {
    width: 65%;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .products-box01 .products-box02 {
        width: auto;
        margin: 0; } }
  .products-box01 .products-box03 {
    width: 50.5%;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .products-box01 .products-box03 {
        width: auto;
        margin: 20px 0; } }
  @media (max-width: 768px) {
    .products-box01 {
      display: block;
      margin: 0 0 20px 0; }
      .products-box01 figure {
        margin: 30px 0; }
        .products-box01 figure img {
          width: 100%; } }

.bg03 {
  border: 12px solid #DEDEDE;
  padding: 50px 0 70px 0;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .bg03 {
      padding: 30px 15px 15px 15px;
      border: 10px solid #DEDEDE; } }
  .bg03.mb100 {
    margin-bottom: 100px; }

@media (max-width: 768px) {
  .brush-title {
    line-height: 1;
    font-size: 10px; }
    .brush-title img {
      height: 40px; } }

.products-title02 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .products-title02 {
      text-align: left;
      font-size: 24px; } }

.products-txt05 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .products-txt05 {
      font-size: 16px;
      text-align: left; } }

.products-box04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0 0 0; }
  @media (max-width: 768px) {
    .products-box04 {
      display: block;
      margin: 0 0 20px 0; }
      .products-box04 figure {
        margin: 30px 0; }
        .products-box04 figure img {
          width: 100%; } }
  .products-box04.mb70 {
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .products-box04.mb70 {
        margin-bottom: 30px; } }
  .products-box04 .products-box05 {
    position: relative;
    width: 40%; }
    @media (max-width: 768px) {
      .products-box04 .products-box05 {
        width: auto; } }
    .products-box04 .products-box05 .star {
      position: absolute;
      left: 50px;
      top: -13%; }
      @media (max-width: 768px) {
        .products-box04 .products-box05 .star {
          display: none; } }
    .products-box04 .products-box05 figcaption {
      font-size: 16px;
      line-height: 1.6;
      margin: 20px 0 0 0; }

.products-img03 figcaption {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0 0; }

.products-img04 {
  position: absolute;
  right: -20px;
  top: -20%;
  width: 50%; }
  @media (max-width: 768px) {
    .products-img04 {
      width: auto;
      position: static; } }

.cap01 {
  margin: 50px 0 180px 0;
  position: relative; }
  @media (max-width: 768px) {
    .cap01 {
      width: auto;
      margin: 0 15px 100px 15px; } }
  .cap01 .cap02 {
    position: absolute;
    left: 0;
    top: 0;
    width: 56.155%; }
    @media (max-width: 768px) {
      .cap01 .cap02 {
        width: auto;
        position: static; } }
  .cap01 .cap06 {
    width: 56.155%;
    margin: 0 0 0 auto;
    padding: 113px 0 0 0; }
    @media (max-width: 768px) {
      .cap01 .cap06 {
        width: auto;
        padding: 0;
        margin: 20px 0 0 0; } }
  .cap01 .cap03 {
    position: absolute;
    right: 2%;
    top: -7%;
    width: 36.462%; }
    @media (max-width: 768px) {
      .cap01 .cap03 {
        position: static;
        width: auto;
        margin-bottom: 15px; }
        .cap01 .cap03 img {
          width: 100%; } }

.cap04 {
  margin: 0 0 100px 0; }
  @media (max-width: 768px) {
    .cap04 {
      margin: 0 15px 50px 15px; } }

.cap05 {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 100px 0; }
  @media (max-width: 768px) {
    .cap05 {
      display: block;
      font-size: 22px;
      margin: 20px 15px 100px 15px;
      text-align: center; } }
  .cap05 span {
    background: #636363;
    line-height: 60px;
    display: inline-block;
    border-radius: 35px;
    padding: 0 80px; }
    @media (max-width: 768px) {
      .cap05 span {
        display: block;
        line-height: 50px;
        border-radius: 25px;
        padding: 0 20px; } }

.products-box06 {
  background: #F9F9F9;
  padding: 70px 50px;
  position: relative;
  margin: 50px 0 130px 0; }
  @media (max-width: 768px) {
    .products-box06 {
      padding: 15px;
      margin: 50px 0 90px 0; } }

.products-box07 {
  background: #FFF;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 30px;
  box-sizing: border-box;
  display: block;
  text-decoration: none !important; }
  @media (max-width: 768px) {
    .products-box07 {
      padding: 70px 15px 30px 15px; } }

.products-box08 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .products-box08 {
      display: block; } }

.products-img06 {
  width: 31.171%; }
  @media (max-width: 768px) {
    .products-img06 {
      width: auto;
      margin-bottom: 30px; } }

.products-img07 {
  width: 62.341%; }
  @media (max-width: 768px) {
    .products-img07 {
      width: auto;
      margin-bottom: 30px; } }

.products-title03 {
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
  z-index: 1; }
  @media (max-width: 768px) {
    .products-title03 img {
      width: 106px; } }

.accessories01 {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 0 0; }
  @media (max-width: 768px) {
    .accessories01 {
      font-size: 22px;
      margin: 20px 15px 0 15px;
      text-align: center; } }
  .accessories01 span {
    background: #636363;
    line-height: 60px;
    display: inline-block;
    border-radius: 35px;
    padding: 0 80px; }
    @media (max-width: 768px) {
      .accessories01 span {
        display: block;
        line-height: 50px;
        border-radius: 25px;
        padding: 0 50px; } }

.products-box09 {
  border: 3px solid #000000;
  border-radius: 20px;
  padding: 80px 50px 60px 50px;
  margin-bottom: 100px;
  position: relative; }
  @media (max-width: 768px) {
    .products-box09 {
      padding: 60px 30px 30px 30px;
      margin: 0 15px 100px 15px; } }
  .products-box09 h2 {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    border: 3px solid #000000;
    border-radius: 45px;
    transform: translateX(-50%) translateY(-50%);
    line-height: 90px;
    box-sizing: border-box;
    background: #FFF;
    padding: 0 50px; }
    @media (max-width: 768px) {
      .products-box09 h2 {
        line-height: 58px;
        font-size: 28px;
        padding: 0 25px;
        white-space: nowrap; } }
  .products-box09 .features01 {
    margin: 0 auto;
    max-width: 1100px;
    align-items: center; }
    .products-box09 .features01 .youtube {
      width: 45.455%; }
      @media (max-width: 768px) {
        .products-box09 .features01 .youtube {
          width: 100%;
          margin-bottom: 30px; } }
  .products-box09 .features06 p {
    font-size: 18px; }
    @media (max-width: 768px) {
      .products-box09 .features06 p {
        font-size: 16px; } }

.starter-main {
  margin: 200px 0 170px 0; }
  @media (max-width: 768px) {
    .starter-main {
      margin: 90px 0 80px 0; } }

.starter-title {
  border: 2px solid #000000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  background: #FFF;
  width: 640px;
  padding: 30px 0 20px 0; }
  @media (max-width: 768px) {
    .starter-title {
      width: auto;
      padding: 10px 40px 10px 40px; } }
  .starter-title p {
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 10px;
    font-weight: bold;
    font-size: 30px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .starter-title p {
        font-size: 16px; } }
  .starter-title .products-txt01 {
    margin: 0;
    font-size: 46px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .starter-title .products-txt01 {
        font-size: 28px; } }

.starter-list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0; }
  .starter-list li {
    width: 25%;
    position: relative; }
    .starter-list li::before {
      content: "";
      position: absolute;
      right: calc(-50% + 10%);
      top: 32%;
      width: 27.335%;
      height: 20.975%;
      background: url("../images/products/starter07.svg") no-repeat center center;
      background-size: 100%; }
      @media (max-width: 768px) {
        .starter-list li::before {
          right: calc(-50% + 20%);
          top: 32%;
          width: 20px;
          height: 20px; } }
    .starter-list li:nth-last-child(1)::before {
      display: none; }
    .starter-list li p {
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      margin: 20px 0 0 0; }
      @media (max-width: 768px) {
        .starter-list li p {
          margin: 10px 0 0 0;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.5; } }

.products-title04 {
  background: url("../images/products/products-title04.svg") repeat-x 0 center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 130px 0 30px 0;
  font-size: 40px;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .products-title04 {
      margin: 100px 0 30px 0;
      display: block;
      text-align: center;
      font-size: 24px;
      background: url("../images/products/products-title04.svg") no-repeat center bottom 20px; }
      .products-title04 figure {
        width: 43px;
        margin: 0 auto 5px auto; } }
  .products-title04 span {
    background: #FFF;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .products-title04 span {
        padding: 0 15px;
        display: inline-block;
        text-align: center; } }

.products-box10 {
  max-width: 940px;
  margin: 50px auto 130px auto;
  display: block;
  text-decoration: none !important; }
  @media (max-width: 768px) {
    .products-box10 {
      margin: 30px 25px 100px 25px; } }

#law {
  margin-bottom: 90px; }

.law-title {
  text-align: center;
  font-size: 30px;
  margin: 170px 0 50px 0; }
  @media (max-width: 768px) {
    .law-title {
      text-align: left;
      font-size: 24px;
      margin: 100px 15px 30px 15px; }
      .law-title.news-ttl {
        text-align: center; } }

.law_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 80px 0;
  font-size: 16px; }
  @media (max-width: 768px) {
    .law_list {
      display: block;
      margin: 0 15px 80px 15px; } }
  .law_list dt {
    width: 230px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .law_list dt {
        width: auto;
        margin-bottom: 0; } }
  .law_list dd {
    width: calc(100% - 230px);
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .law_list dd {
        width: auto; } }
    .law_list dd .law-title02 {
      font-weight: normal;
      font-size: 16px; }
    .law_list dd .guide-title {
      font-size: 16px;
      margin: 15px 0 5px 0; }
    .law_list dd ul {
      padding: 0 0 0 20px; }
      .law_list dd ul li {
        list-style-type: disc; }

.mt1em {
  margin-top: 1.5em; }

@media (max-width: 768px) {
  .sp-mt1em {
    margin-top: 1.5em; } }

.law-txt {
  font-size: 20px;
  margin-bottom: 1.2em; }
  @media (max-width: 768px) {
    .law-txt {
      font-size: 16px;
      margin: 0 15px 1.2em 15px; } }

.law-title03 {
  text-align: center;
  font-size: 30px;
  margin: 80px 0 40px 0; }
  @media (max-width: 768px) {
    .law-title03 {
      text-align: left;
      font-size: 24px;
      margin: 50px 15px 15px 15px; } }

ul.law-txt {
  font-size: 20px;
  margin-bottom: 1.2em;
  padding: 0 0 0 20px; }
  @media (max-width: 768px) {
    ul.law-txt {
      font-size: 16px;
      margin: 0 15px 1.2em 15px; } }
  ul.law-txt li {
    margin-bottom: 1.5em;
    list-style-type: disc; }

.contract_list {
  margin: 30px 0 80px 0;
  font-size: 16px; }
  @media (max-width: 768px) {
    .contract_list {
      display: block;
      margin: 0 15px 80px 15px; } }
  .contract_list dt {
    font-weight: bold;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .contract_list dt {
        width: auto; } }
    .contract_list dt.contact-title03 {
      font-size: 20px; }
      @media (max-width: 768px) {
        .contract_list dt.contact-title03 {
          font-size: 16px; } }
  .contract_list dd {
    margin-bottom: 30px; }
    .contract_list dd ol {
      padding: 0 0 0 25px; }
      .contract_list dd ol li {
        list-style-type: decimal; }
    .contract_list dd ul {
      padding: 0 0 0 20px; }
      .contract_list dd ul li {
        list-style-type: disc; }

.law-txt02 {
  font-size: 16px;
  margin-bottom: 1.5em; }
  @media (max-width: 768px) {
    .law-txt02 {
      margin: 0 15px 1.5em 15px; } }
  .law-txt02.mt80 {
    margin-top: 80px; }

.contact-txt01 {
  text-align: center;
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 768px) {
    .contact-txt01 {
      font-size: 15px; } }

.contact-txt02 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .contact-txt02 {
      font-size: 26px;
      margin-bottom: 20px; } }

.contact-txt03 p {
  text-indent: -1.4em;
  margin: 0 0 0 1.4em; }

.news-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px; }
  @media (max-width: 768px) {
    .news-list {
      display: block;
      font-size: 16px;
      margin: 0 15px 80px 15px; } }
  .news-list dt {
    width: 230px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000; }
    @media (max-width: 768px) {
      .news-list dt {
        width: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }
  .news-list dd {
    width: calc(100% - 230px);
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000; }
    @media (max-width: 768px) {
      .news-list dd {
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 20px; } }

.news-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000; }
  @media (max-width: 768px) {
    .news-title {
      margin: 10px 15px 30px 15px;
      border-bottom: none;
      padding-bottom: 0; } }

@media (max-width: 768px) {
  .news-date {
    margin: 0 15px; } }

@media (max-width: 768px) {
  .news-details {
    margin: 0 15px; } }
.news-details h1, .news-details h2, .news-details h3, .news-details h4, .news-details h5, .news-details h6 {
  margin: 1.5em 0 10px 0;
  padding: 0;
  font-size: 18px; }
.news-details p, .news-details figure {
  margin: 1.5em 0; }
.news-details iframe {
  max-width: 100%; }

.news-back {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .news-back {
      font-size: 16px;
      margin: 30px 15px 0 15px;
      text-align: center; } }
  .news-back a {
    background: #FFF;
    line-height: 46px;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 27px;
    padding: 0 60px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.2s background; }
    @media (max-width: 768px) {
      .news-back a {
        display: block;
        line-height: 42px;
        border-radius: 25px;
        padding: 0 40px; } }
    .news-back a:hover {
      background: #f2f2f2; }

.wp-pagenavi {
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
  padding: 0 2px;
  line-height: 27px; }

.wp-pagenavi a:hover {
  color: #999; }

.wp-pagenavi a.previouspostslink {
  background: url("../images/common/left.svg") no-repeat 0 center;
  width: 15px;
  height: 27px;
  text-indent: -9999px; }

.wp-pagenavi a.nextpostslink {
  background: url("../images/common/right.svg") no-repeat 0 center;
  width: 15px;
  height: 27px;
  text-indent: -9999px; }

.wp-pagenavi span.current {
  border-bottom: 2px solid #000; }

#column {
  background: url("../images/top/bg01.jpg") repeat 0 0;
  background-size: 1920px auto;
  padding: 200px 0 120px 0; }
  @media (max-width: 768px) {
    #column {
      padding: 100px 0 50px 0; } }

.column01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  text-decoration: none !important;
  position: relative; }
  @media (max-width: 768px) {
    .column01 {
      display: block;
      margin: 0 15px 80px 15px; } }
  .column01 .column02 {
    width: 33%; }
    @media (max-width: 768px) {
      .column01 .column02 {
        width: auto; } }
    .column01 .column02 p {
      font-size: 20px; }
      @media (max-width: 768px) {
        .column01 .column02 p {
          font-size: 15px; } }
    .column01 .column02 h2 {
      line-height: 1.5;
      font-size: 30px;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .column01 .column02 h2 {
          font-size: 16px;
          margin: 15px 0 10px 0; } }
    .column01 .column02 .top-title {
      margin: 0 auto; }
  .column01 figure {
    width: 61.539%;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .column01 figure {
        width: auto; } }
  .column01 .new {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 768px) {
      .column01 .new {
        top: 86px; } }

@media (max-width: 768px) {
  #lp-main {
    margin-top: 63px; } }

#lp {
  background: #F7F2E1;
  padding: 100px 0; }
  @media (max-width: 768px) {
    #lp {
      padding: 50px 15px; } }

.lp-txt01 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .lp-txt01 {
      font-size: 16px; } }

.lp-title {
  text-align: center;
  font-size: 46px;
  line-height: 1.5;
  margin: 30px 0 50px 0; }
  @media (max-width: 768px) {
    .lp-title {
      font-size: 30px;
      margin: 20px 0 30px 0; } }

.lp-txt02 {
  font-size: 20px;
  margin-bottom: 140px; }
  @media (max-width: 768px) {
    .lp-txt02 {
      font-size: 16px;
      margin-bottom: 90px; } }

.lp-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 50px 0 0 50px;
  margin: 140px 0; }
  @media (max-width: 768px) {
    .lp-box {
      display: block;
      padding: 0;
      margin: 90px 0; } }
  .lp-box.section {
    margin: 90px 0;
    padding: 0; }

.lp-no {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 768px) {
    .lp-no {
      position: static;
      text-align: center; }
      .lp-no img {
        height: 48px; } }

.lp-img {
  width: 24%; }
  @media (max-width: 768px) {
    .lp-img {
      width: auto; } }

.lp-youtube {
  position: relative;
  width: 24%;
  padding-top: 24%; }
  @media (max-width: 768px) {
    .lp-youtube {
      width: 100%;
      padding-top: 100%; } }
  .lp-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.lp-box02 {
  width: 72%;
  position: relative;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .lp-box02 {
      width: auto;
      padding-bottom: 0; } }
  .lp-box02 h2 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .lp-box02 h2 {
        font-size: 28px;
        margin: 10px 0 25px 0; } }
  .lp-box02 .lp-txt {
    font-size: 20px; }
    @media (max-width: 768px) {
      .lp-box02 .lp-txt {
        font-size: 16px;
        margin: 30px 0 0 0; } }
  .lp-box02 .lp-btn {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .lp-box02 .lp-btn {
        font-size: 24px;
        position: static;
        text-align: center;
        margin: 30px 0 0 0; } }
    .lp-box02 .lp-btn a {
      display: block;
      text-decoration: none;
      line-height: 60px;
      border-radius: 30px;
      color: #FFF;
      background: #636363;
      padding: 0 70px; }
      @media (max-width: 768px) {
        .lp-box02 .lp-btn a {
          display: inline-block;
          line-height: 50px;
          border-radius: 25px; } }
  .lp-box02.pb00 {
    padding-bottom: 0; }
  .lp-box02.wide {
    width: auto; }
    .lp-box02.wide .lp-btn {
      position: static;
      display: inline-block;
      margin: 30px 0 0 0; }

/* craftbeer
----------------------------------------------------*/
#craftbeer {
  background-image: url("../images/craftbeer/beer-bg01.png"), url("../images/craftbeer/beer-bg02.png");
  background-position: 0 0, right 0 top 0;
  background-size: 300px auto, 300px auto;
  background-repeat: repeat-y, repeat-y;
  background-color: #F7F2E1;
  padding-top: 200px; }
  @media (max-width: 768px) {
    #craftbeer {
      background: #F7F2E1 url("../images/craftbeer/beer-bg01-sp.png") no-repeat center top 120px;
      background-size: 80% auto;
      padding: 85px 0 0 0; } }

.craftbeer-navi {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .craftbeer-navi {
      justify-content: space-between;
      margin-bottom: 30px; } }
  .craftbeer-navi li {
    margin: 0 50px; }
    @media (max-width: 768px) {
      .craftbeer-navi li {
        margin: 0 20px; } }
    .craftbeer-navi li img {
      opacity: 1; }
    .craftbeer-navi li a {
      opacity: 0.3;
      display: block;
      transition: 0.2s opacity; }
      .craftbeer-navi li a:hover {
        opacity: 0.5; }

.title {
  text-align: center;
  margin: 50px 0 0 0; }
  @media (max-width: 768px) {
    .title {
      line-height: 1; }
      .title img {
        max-width: 60%; } }

.catch {
  text-align: center;
  font-size: 30px;
  margin: 15px 0; }
  @media (max-width: 768px) {
    .catch {
      font-size: 16px;
      margin: 10px 0; } }

.title_at {
  text-align: center;
  font-size: 18px;
  margin: 15px 0 20px 0; }
  @media (max-width: 768px) {
    .title_at {
      text-align: left;
      font-size: 14px;
      margin: 10px 15px 30px 15px;
      display: flex;
      align-items: center; }
      .title_at img {
        margin-right: 10px; } }

.title_at2 {
  text-align: center;
  font-size: 14px;
  margin: 15px 20px 20px 50px;
  text-indent: -30px; }
  @media (max-width: 768px) {
    .title_at2 {
      text-align: left; } }
  .title_at2 img {
    margin-right: 10px; }

.map {
  border: 2px solid #000000;
  line-height: 0;
  position: relative;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .map {
      max-width: inherit;
      margin: 0 15px; } }

.map iframe {
  max-width: 100%;
  border: none; }
  @media (max-width: 768px) {
    .map iframe {
      width: 100% !important;
      height: 640px !important; } }

.map_btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .map_btn {
      position: static;
      margin: 20px auto;
      max-width: inherit;
      text-align: center;
      max-width: 248px; } }

.map_btn a {
  display: block;
  background-color: #FFF;
  text-decoration: none;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 2px solid #000;
  transition: background 0.2s linear;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .map_btn a {
      background: none; } }

.map_btn a:hover {
  background-color: #f2f2f2; }

.pref {
  margin: 0 auto; }
  @media (max-width: 768px) {
    .pref {
      max-width: inherit;
      margin: 0 20px;
      padding: 0; } }

.pref h2 {
  text-align: center;
  font-size: 40px;
  margin: 100px 0 40px 0; }
  @media (max-width: 768px) {
    .pref h2 {
      font-size: 16px;
      margin: 30px 0 20px 0; } }

.map_area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .map_area {
      display: block;
      max-width: inherit;
      margin: 0;
      padding-bottom: 50px; }
      .map_area .pref_sp {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 40px;
        font-size: 20px; } }

@media (max-width: 768px) {
  .map_area01 {
    display: none; } }

@media (max-width: 768px) {
  .map_area01#map01 {
    display: block; } }

.map_area01 h3 {
  font-size: 22px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .map_area01 h3 {
      display: none; } }

.map_area01 ul {
  font-size: 20px; }

.about_area {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px auto;
  position: relative; }
  @media (max-width: 768px) {
    .about_area {
      max-width: inherit;
      display: block;
      margin: 0 0 100px 0; } }

.about_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    .about_logo {
      position: static;
      width: 60%;
      margin: 0 auto; } }

.about01-beer {
  width: 363px; }
  @media (max-width: 768px) {
    .about01-beer {
      width: auto;
      margin-top: 50px; } }

.about01-beer h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  font-size: 30px;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .about01-beer h2 {
      width: 250px;
      font-size: 24px;
      margin: 0 auto; } }

.about01-beer h2::before,
.about01-beer h2::after {
  content: "";
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 2px;
  height: 65px;
  background-color: #000;
  border-radius: 1px;
  vertical-align: top; }

.about01-beer h2::before {
  transform: rotateZ(150deg);
  margin: 0 15px 0 0; }

.about01-beer h2::after {
  transform: rotateZ(30deg);
  margin: 0 0 0 15px; }

.about_img {
  text-align: center;
  margin: 30px auto;
  max-width: 260px; }
  @media (max-width: 768px) {
    .about_img {
      max-width: 250px;
      margin: 0 auto 20px auto; } }

.about_txt {
  font-size: 16px; }
  @media (max-width: 768px) {
    .about_txt {
      margin: 20px 0; } }

/* map
----------------------------------------------------*/
.map_title01 {
  text-align: center;
  font-size: 34px;
  margin: 70px 0 5px 0; }
  @media (max-width: 768px) {
    .map_title01 {
      font-size: 26px;
      margin: 30px 0 5px 0; } }

.map_title02 {
  text-align: center;
  font-size: 24px;
  margin: 5px 0 20px 0; }
  @media (max-width: 768px) {
    .map_title02 {
      font-size: 18px; } }

.list_box {
  max-width: 1300px;
  margin: 50px auto;
  padding: 80px 100px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #000;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .list_box {
      max-width: inherit;
      margin: 30px 25px;
      padding: 15px;
      display: block; } }

.list_map {
  line-height: 0;
  width: 450px;
  text-align: center; }
  @media (max-width: 768px) {
    .list_map {
      width: 100%; } }

.list_map img {
  max-width: 100%;
  max-height: 450px; }
  @media (max-width: 768px) {
    .list_map img {
      width: 100%;
      height: auto; } }

.list_map iframe {
  border: 0; }

.list_details {
  width: 600px;
  padding-left: 20px; }
  @media (max-width: 768px) {
    .list_details {
      width: auto;
      margin: 15px 0 0 0;
      padding: 0; } }

.list_details h4 {
  font-size: 30px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .list_details h4 {
      font-size: 24px;
      margin-bottom: 5px; } }

.list_details01 {
  font-size: 18px; }
  @media (max-width: 768px) {
    .list_details01 {
      font-size: 16px; } }

.list_details_time {
  display: flex; }
  .list_details_time .list_details_time01 {
    white-space: nowrap; }

.list_tel {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 40px 0 15px 0;
  font-weight: bold; }
  @media (max-width: 768px) {
    .list_tel {
      font-size: 17px;
      margin: 20px 0 15px 0;
      border-top: 1px dotted #000;
      padding: 20px 0 0 0;
      text-align: left;
      display: block; }
      .list_tel a {
        display: inline-block;
        align-items: center;
        justify-content: center;
        background-color: #636363;
        line-height: 44px;
        border-radius: 22px;
        text-decoration: none;
        margin: 0 10% 0 0;
        padding: 0 10px;
        color: #FFF; }
      .list_tel img {
        margin-right: 3px;
        vertical-align: middle; } }

.list_tel img {
  margin-right: 3px; }

.list_sns {
  display: flex;
  margin: 15px 0 35px 0; }
  @media (max-width: 768px) {
    .list_sns {
      margin: 15px 0 20px 0;
      justify-content: flex-start; } }

.list_sns li {
  margin-right: 10px; }
  @media (max-width: 768px) {
    .list_sns li {
      margin: 0 5px; } }

.list_icon {
  display: flex; }
  @media (max-width: 768px) {
    .list_icon {
      justify-content: center;
      border-top: 1px dotted #000;
      padding: 20px 0 0 0; } }

.list_icon li {
  margin-right: 15px;
  opacity: 0.1; }
  @media (max-width: 768px) {
    .list_icon li {
      margin: 0 10px; } }

.list_icon li.on {
  opacity: 1; }

.wp-pagenavi {
  text-align: center;
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .wp-pagenavi {
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 50px 0 0 0; } }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
  padding: 0 2px;
  line-height: 27px; }
  @media (max-width: 768px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      margin: 0 8px; } }

.wp-pagenavi a:hover {
  color: #999; }

.wp-pagenavi a.previouspostslink {
  background: url("../images/common/left.svg") no-repeat 0 center;
  width: 15px;
  height: 27px;
  text-indent: -9999px; }
  @media (max-width: 768px) {
    .wp-pagenavi a.previouspostslink {
      background: url("../images/common/left.svg") no-repeat 0 center;
      background-size: 10px auto;
      width: 10px;
      height: 19px; } }

.wp-pagenavi a.nextpostslink {
  background: url("../images/common/right.svg") no-repeat 0 center;
  width: 15px;
  height: 27px;
  text-indent: -9999px; }
  @media (max-width: 768px) {
    .wp-pagenavi a.nextpostslink {
      background: url("../images/common/right.svg") no-repeat 0 center;
      background-size: 10px auto;
      width: 10px;
      height: 19px; } }

.wp-pagenavi span.current {
  border-bottom: 2px solid #000; }

.details {
  margin: 50px 0 0 0; }
  @media (max-width: 768px) {
    .details {
      margin: 0; } }

.map_title03 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 7px;
  margin-bottom: 17px;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .map_title03 {
      display: block;
      border-bottom: 1px dotted #000;
      margin: 0 25px 10px 25px; } }

.map_title03 h3 {
  font-size: 28px; }
  @media (max-width: 768px) {
    .map_title03 h3 {
      font-size: 20px; } }

.map_title03 ul {
  display: flex; }
  @media (max-width: 768px) {
    .map_title03 ul {
      justify-content: center;
      border-top: 1px dotted #000;
      padding: 10px 0 0 0;
      margin: 15px 0 0 0; } }

.map_title03 ul li {
  margin-left: 8px;
  opacity: 0.1; }
  @media (max-width: 768px) {
    .map_title03 ul li {
      margin: 8px; }
      .map_title03 ul li img {
        height: auto; } }

@media (max-width: 768px) {
  .slide {
    margin: 0 25px; } }
.map_title03 ul li.on {
  opacity: 1; }

.map_title03 ul li img {
  height: 35px; }

.slide-navigation {
  background-color: #d3cebd;
  padding: 12px 5px; }

#draftsake .slide-navigation {
  background-color: #E9F3E6; }

.slick-list {
  padding: 0 !important; }

.slide-box div {
  line-height: 0.5; }

.slide-navigation .slick-slide {
  margin: 0 5px; }
  @media (max-width: 768px) {
    .slide-navigation .slick-slide {
      margin: 0 2px; } }

.slick-track {
  text-align: center; }

.slick-track:after, .slick-track:before {
  position: absolute; }

.slide-navigation .item .image {
  border: 2px solid #d3cebd; }

#draftsake .slide-navigation .item .image {
  border: 2px solid #9ab792; }

.slide-navigation .slick-current .image {
  border: 2px solid #FFF !important; }

.slick-track {
  margin: 0; }

.slide .slick-slide img {
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .slide .slick-slide img {
      max-height: 300px; } }

.free {
  margin: 30px 0; }
  @media (max-width: 768px) {
    .free {
      margin: 30px 25px; } }

.details_table {
  border-top: 1px solid #707070;
  width: 100%; }
  @media (max-width: 768px) {
    .details_table {
      margin: 0 25px;
      border-top: 1px dotted #000;
      width: calc(100% - 50px); } }

.details_table th,
.details_table td {
  border-bottom: 1px solid #707070;
  padding: 15px 30px; }
  @media (max-width: 768px) {
    .details_table th,
    .details_table td {
      padding: 10px 0 15px 0; } }

.details_table th {
  background-color: #EBE6D3;
  text-align: left; }
  @media (max-width: 768px) {
    .details_table th {
      background: none;
      vertical-align: top;
      padding: 10px 10px 15px 0; } }

#draftsake .details_table th {
  background-color: #E9F3E6; }
  @media (max-width: 768px) {
    #draftsake .details_table th {
      background: none; } }

.details_table td {
  padding: 15px 0 15px 30px;
  word-break: break-all; }
  @media (max-width: 768px) {
    .details_table td {
      padding: 10px 0 15px 10px; } }
  .details_table td.pl00 {
    padding-left: 0; }

.details_map {
  margin-top: 10px; }

.details_map iframe {
  border: 0; }

.details_sns {
  display: flex;
  align-items: center;
  align-content: center; }

.details_sns li {
  margin: 0 13px 0 0; }

.details_tel {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .details_tel {
      display: block; }
      .details_tel a.tel {
        display: inline-block !important;
        background-color: #636363;
        line-height: 44px;
        border-radius: 22px;
        text-decoration: none;
        margin: 0 20px 10px 0;
        padding: 0 20px;
        color: #FFF; }
        .details_tel a.tel img {
          margin-right: 5px; } }

.details_tel a {
  margin: 0 0 0 20px; }
  @media (max-width: 768px) {
    .details_tel a {
      margin: 0 5px 0 0;
      display: inline-block; }
      .details_tel a img {
        max-width: 100px; } }

.table-row_sp {
  display: none; }
  @media (max-width: 768px) {
    .table-row_sp {
      display: table-row; } }

.back_list {
  width: 320px;
  margin: 100px auto 50px auto;
  text-align: center;
  font-size: 30px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .back_list {
      width: 200px;
      font-size: 14px; } }

.back_list a {
  border: 2px solid #000;
  display: block;
  line-height: 60px;
  text-decoration: none;
  border-radius: 30px; }
  @media (max-width: 768px) {
    .back_list a {
      line-height: 50px;
      border-radius: 25px;
      background-size: 10px auto; } }

@media (max-width: 768px) {
  .back_list.map_btn {
    width: 200px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px; }

  .back_list.map_btn a {
    background: none;
    padding: 0; } }
.banner-area {
  text-align: center; }
  .banner-area figure {
    max-width: 960px;
    margin: 30px auto; }

/* growler
----------------------------------------------------*/
#growler {
  background-image: url("../images/craftbeer/beer-bg03.png");
  padding: 100px 50px;
  margin: 100px 0 0 0; }
  @media (max-width: 768px) {
    #growler {
      padding: 50px 15px;
      margin: 50px 0 0 0; } }
  #growler.draftsake {
    background-image: url("../images/craftbeer/sake-bg03.png"); }

.growler {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .growler {
      max-width: inherit;
      margin: 0;
      padding: 0; } }

.growler_title {
  text-align: center;
  font-size: 46px;
  line-height: 1.6;
  margin: 20px 0 50px 0;
  position: relative; }
  @media (max-width: 768px) {
    .growler_title {
      font-size: 22px;
      margin: 20px 15px; } }
  .growler_title strong {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFF095 0%) repeat scroll 0 0; }
  .growler_title.draftsake strong {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #B9FCA5 0%) repeat scroll 0 0; }

#growler .growler_title strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFF 0%) repeat scroll 0 0; }

.growler_txt {
  max-width: 1300px;
  margin: 50px auto;
  font-size: 20px; }
  @media (max-width: 768px) {
    .growler_txt {
      margin: 20px 0;
      font-size: 16px; } }

.growler01 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .growler01 {
      display: block;
      margin: 20px 25px; } }

.growler02 {
  width: 300px;
  text-align: center; }
  @media (max-width: 768px) {
    .growler02 {
      width: auto;
      margin: 50px 0; } }

.growler02:nth-child(2) {
  margin: 0 10px; }

.growler02 h3 {
  font-size: 19px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px; }

.growler02 h3::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 5px;
  border-radius: 3px;
  width: 100%;
  left: 0;
  bottom: 0; }
  @media (max-width: 768px) {
    .growler02 h3::after {
      height: 4px;
      border-radius: 2px; } }

.growler_more {
  width: 193px;
  margin: 20px auto 0 auto; }

.growler_more a {
  color: #FFF;
  text-decoration: none;
  background-color: #E15C00;
  line-height: 40px;
  border-radius: 20px;
  display: block;
  transition: background 0.2s linear; }

.growler_more a:hover {
  background-color: #000; }

.growler-area {
  background: #FFF;
  padding: 50px 150px; }
  @media (max-width: 768px) {
    .growler-area {
      background: none;
      padding: 0; } }

.growler03 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 40px 0;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .growler03 {
      font-size: 24px; } }

.growler_title2 {
  display: flex;
  align-items: center;
  max-width: 680px;
  margin: 20px auto; }
  @media (max-width: 768px) {
    .growler_title2 {
      max-width: inherit;
      margin: 30px 25px 10px 25px; } }

.growler_title2:before,
.growler_title2:after {
  content: "";
  height: 6px;
  border-radius: 3px;
  flex-grow: 1;
  background-color: #000;
  margin-top: 20px; }

.growler_title2:before {
  margin-right: 40px; }
  @media (max-width: 768px) {
    .growler_title2:before {
      margin-right: 20px; } }

.growler_title2:after {
  margin-left: 40px; }
  @media (max-width: 768px) {
    .growler_title2:after {
      margin-left: 20px; } }

.growler04 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 60px 0 0 60px;
  margin: 50px 0; }
  @media (max-width: 768px) {
    .growler04 {
      display: block;
      padding: 35px 20px 20px 20px;
      margin: 70px 0;
      background: #FFF; } }

.growler04_img {
  width: 31.915%; }
  @media (max-width: 768px) {
    .growler04_img {
      width: auto;
      margin: 20px 0 0 0; } }

.growler04-no {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 768px) {
    .growler04-no {
      width: 100%;
      text-align: center;
      top: -30px; }
      .growler04-no img {
        height: 48px; } }

.growler04-youtube {
  position: relative;
  width: 31.915%;
  padding-top: 31.915%; }
  @media (max-width: 768px) {
    .growler04-youtube {
      width: 100%;
      padding-top: 100%;
      margin: 20px 0 0 0; } }
  .growler04-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.growler05 {
  width: 63.83%;
  position: relative; }
  @media (max-width: 768px) {
    .growler05 {
      width: auto;
      padding-bottom: 0; } }
  .growler05 h4 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .growler05 h4 {
        font-size: 20px;
        margin: 0 0 15px 0; } }
  .growler05 p {
    font-size: 20px; }
    @media (max-width: 768px) {
      .growler05 p {
        font-size: 16px;
        margin: 30px 0 0 0; } }
  .growler05 .lp-btn {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 0 0;
    display: inline-block; }
    @media (max-width: 768px) {
      .growler05 .lp-btn {
        display: block;
        font-size: 24px;
        position: static;
        text-align: center;
        margin: 30px 0 0 0; } }
    .growler05 .lp-btn a {
      display: block;
      text-decoration: none;
      line-height: 60px;
      border-radius: 30px;
      color: #FFF;
      background: #636363;
      padding: 0 70px; }
      @media (max-width: 768px) {
        .growler05 .lp-btn a {
          display: inline-block;
          line-height: 50px;
          border-radius: 25px;
          padding: 0 20px; } }

.growler05_at {
  font-size: 75%; }

.growler06 {
  text-align: center;
  font-size: 20px;
  margin: 90px 0 10px 0; }
  @media (max-width: 768px) {
    .growler06 {
      font-size: 16px;
      margin: 80px 25px 15px 25px; } }

.growler07 {
  font-size: 27px;
  position: relative;
  padding-bottom: 8px;
  max-width: 430px;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .growler07 {
      font-size: 24px;
      max-width: inherit;
      margin: 0 25px; } }

.growler07.first {
  max-width: 490px; }

.growler07::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 5px;
  border-radius: 3px;
  width: 100%;
  left: 0;
  bottom: 0; }

.growler08 {
  display: flex;
  justify-content: space-between;
  text-align: center; }

@media (max-width: 768px) {
  .growler08_sp {
    width: calc(100% - 50px);
    margin: 0 25px;
    overflow-x: auto;
    position: relative; }

  .growler08_2_sp {
    overflow: visible; }

  .growler08_sp .new img {
    width: 60px; }

  .growler08 li img {
    max-height: 123px;
    width: auto; } }
.growler08.first {
  display: flex;
  justify-content: center;
  text-align: center; }
  @media (max-width: 768px) {
    .growler08.first {
      width: 320px;
      margin: 0 auto; } }

.growler08 li {
  width: 11%; }

.growler08.first li {
  width: auto;
  margin: 0 10px;
  position: relative; }
  @media (max-width: 768px) {
    .growler08.first li {
      width: 25%;
      margin: 0; }
      .growler08.first li img {
        width: 44px;
        height: auto;
        max-height: inherit; } }

.growler08.first li .new {
  position: absolute;
  left: -60px;
  top: -20px;
  z-index: -1; }
  @media (max-width: 768px) {
    .growler08.first li .new {
      width: 320px;
      left: 50%;
      margin: 0 0 0 -150px;
      position: absolute;
      top: -65px; } }

.growler09 {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 15px 0; }

.growler10 {
  background-color: #E15C00;
  color: #FFF;
  text-align: center;
  max-width: 570px;
  margin: 25px auto;
  line-height: 40px;
  border-radius: 20px; }

.growler11 {
  max-width: 770px;
  margin: 100px auto 90px auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .growler11 {
      max-width: inherit;
      margin: 40px 25px 20px 25px;
      display: block; } }

.growler12 {
  width: 320px;
  text-align: right;
  position: relative; }
  @media (max-width: 768px) {
    .growler12 {
      width: auto;
      text-align: center; } }

.growler13 span {
  position: absolute;
  left: -25px;
  top: 10px;
  z-index: -1; }
  @media (max-width: 768px) {
    .growler13 span {
      top: 20px;
      width: 233px;
      margin-left: -180px;
      text-align: left;
      left: 50%; }
      .growler13 span img {
        width: 80px; } }

.growler13 {
  text-align: center;
  margin-top: 15px;
  width: 350px; }
  @media (max-width: 768px) {
    .growler13 {
      margin-top: 50px;
      width: auto; } }

.growler13:nth-child(2) {
  margin-left: 10px; }
  @media (max-width: 768px) {
    .growler13:nth-child(2) {
      margin-left: 0; } }

.growler13 p {
  position: relative; }

.growler13 h3 {
  font-size: 19px;
  position: relative;
  padding: 0 10px 8px 10px;
  margin-bottom: 15px; }

.growler13 h3::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 5px;
  border-radius: 3px;
  width: 100%;
  left: 0;
  bottom: 0; }
  @media (max-width: 768px) {
    .growler13 h3::after {
      height: 4px;
      border-radius: 2px; } }

.growler_icon {
  margin: 10px 0 20px 0;
  text-align: center; }

.growler_icon2 {
  margin: 10px 0 11px 0;
  font-size: 14px;
  color: #E15C00;
  font-weight: bold; }

/* collaboration
----------------------------------------------------*/
#collaboration {
  background-color: #F7F2E1;
  padding-top: 200px; }
  @media (max-width: 768px) {
    #collaboration {
      padding: 85px 0 0 0; } }

@media (max-width: 768px) {
  .collaboration {
    padding: 0 20px; } }
.collaboration h1 {
  text-align: center;
  margin: 0 0 50px 0; }

.collaboration-txt {
  font-size: 20px; }
  @media (max-width: 768px) {
    .collaboration-txt {
      font-size: 16px; } }

.collaboration-title01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin: 80px 0 10px 0; }
  @media (max-width: 768px) {
    .collaboration-title01 {
      font-size: 20px;
      margin: 60px 0 10px 0; } }

.collaboration-title-txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 30px 0;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .collaboration-title-txt {
      font-size: 14px; } }

.icon-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 90px;
  max-width: 155px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .icon-list {
      height: auto;
      margin: 50px auto 5px auto; } }

.collaboration-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .collaboration-list {
      justify-content: space-between;
      margin: 0; } }
  .collaboration-list li {
    width: 30.77%;
    margin-bottom: 100px;
    position: relative;
    margin-right: 3.83%;
    text-align: center; }
    @media (max-width: 768px) {
      .collaboration-list li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .collaboration-list li:nth-of-type(3n) {
      margin-right: 0; }
    .collaboration-list li a {
      display: block;
      text-decoration: none;
      background: #FFF;
      height: 100%;
      padding: 40px;
      box-sizing: border-box;
      border-radius: 6px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16); }
      @media (max-width: 768px) {
        .collaboration-list li a {
          padding: 20px; } }
    .collaboration-list li figure {
      margin-bottom: 20px;
      width: 310px;
      height: 310px;
      position: relative;
      overflow: hidden;
      background-color: #FFF; }
      @media (max-width: 768px) {
        .collaboration-list li figure {
          width: auto;
          height: auto;
          background: none; } }
      .collaboration-list li figure img {
        height: 100%;
        max-width: inherit;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 768px) {
          .collaboration-list li figure img {
            position: static;
            transform: none;
            max-width: 100%;
            height: auto; } }
    .collaboration-list li .collabo-title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4; }
      @media (max-width: 768px) {
        .collaboration-list li .collabo-title {
          font-size: 14px; } }
      .collaboration-list li .collabo-title.b_bottom {
        border-bottom: 2px solid #000000;
        padding: 0 0 10px 0; }
        @media (max-width: 768px) {
          .collaboration-list li .collabo-title.b_bottom {
            padding: 0 0 5px 0; } }
    .collaboration-list li .name {
      font-size: 18px;
      margin: 0 0 10px 0; }
      @media (max-width: 768px) {
        .collaboration-list li .name {
          font-size: 14px;
          margin: 0 0 5px 0; } }
    .collaboration-list li .size {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0 15px 0; }
      @media (max-width: 768px) {
        .collaboration-list li .size {
          display: block; } }
      .collaboration-list li .size .icon-list {
        width: 155px;
        height: auto; }
        @media (max-width: 768px) {
          .collaboration-list li .size .icon-list {
            width: auto;
            height: 80px;
            max-width: inherit;
            justify-content: center; } }
        .collaboration-list li .size .icon-list li {
          width: auto;
          padding-bottom: 0;
          margin: 0; }
          @media (max-width: 768px) {
            .collaboration-list li .size .icon-list li {
              height: 100%;
              margin: 0 5px; }
              .collaboration-list li .size .icon-list li img {
                max-height: 100%;
                width: auto; } }
      .collaboration-list li .size .size01 {
        font-weight: bold;
        font-size: 22px;
        vertical-align: top;
        white-space: nowrap;
        line-height: 1.1; }
        @media (max-width: 768px) {
          .collaboration-list li .size .size01 {
            font-size: 14px;
            white-space: normal;
            margin: 0; } }
      .collaboration-list li .size .size02 {
        font-weight: bold;
        font-size: 12px;
        line-height: 1.5; }
        @media (max-width: 768px) {
          .collaboration-list li .size .size02 {
            font-size: 10px; } }
        .collaboration-list li .size .size02 span {
          display: block; }
          @media (max-width: 768px) {
            .collaboration-list li .size .size02 span {
              margin: 5px 0; } }
    .collaboration-list li .price {
      font-size: 24px;
      font-weight: bold;
      color: #E15A00;
      text-align: center;
      line-height: 1;
      margin: 10px 0 0 0; }
      @media (max-width: 768px) {
        .collaboration-list li .price {
          font-size: 16px;
          line-height: 1.5; } }
      .collaboration-list li .price em {
        font-size: 12px;
        font-style: normal;
        font-weight: normal; }
        @media (max-width: 768px) {
          .collaboration-list li .price em {
            font-size: 10px; } }
    .collaboration-list li .btn {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      border-radius: 20px;
      line-height: 40px;
      transition: 0.2s;
      background: #636363;
      color: #FFF; }
      @media (max-width: 768px) {
        .collaboration-list li .btn {
          font-size: 12px;
          line-height: 30px; } }
    .collaboration-list li .soldout {
      position: absolute;
      left: 45px;
      top: 25%;
      transform: rotate(-15deg); }
      @media (max-width: 768px) {
        .collaboration-list li .soldout {
          top: 15%;
          left: 0; } }

.collaboration-title02 {
  font-size: 40px;
  line-height: 1.5;
  margin: 100px 0 40px 0;
  border-bottom: 2px solid #000;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .collaboration-title02 {
      font-size: 24px;
      margin: 60px 0 20px 0; } }

.collaboration01 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .collaboration01 {
      display: block; } }

.collaboration02 {
  width: 39.474%; }
  .collaboration02 figure {
    text-align: center;
    height: calc(100% - 80px);
    min-height: 500px;
    overflow: hidden;
    position: relative; }
    .collaboration02 figure img {
      height: 100%;
      max-width: inherit;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .collaboration02 {
      width: auto; }
      .collaboration02 figure {
        height: auto;
        min-height: inherit; }
        .collaboration02 figure img {
          width: 100%;
          margin: 0 auto;
          height: auto;
          position: static;
          transform: none; } }
  .collaboration02 .ecoedo29 {
    position: static;
    width: 100%;
    margin: 20px 0 0 0; }
    @media (max-width: 1000px) {
      .collaboration02 .ecoedo29 {
        font-size: 20px; }
        .collaboration02 .ecoedo29 em {
          font-size: 12px; } }
    @media (max-width: 768px) {
      .collaboration02 .ecoedo29 {
        font-size: 24px; }
        .collaboration02 .ecoedo29 em {
          font-size: 16px; } }
    .collaboration02 .ecoedo29 a {
      background: #E15A00 url("../images/ecoedo/cart_w.svg") no-repeat right 10px center;
      padding: 3px 15% 3px 3px; }
      @media (max-width: 1000px) {
        .collaboration02 .ecoedo29 a {
          background-size: 30px auto; } }
      @media (max-width: 768px) {
        .collaboration02 .ecoedo29 a {
          padding: 10px 15% 10px 3px;
          background: #E15A00 url("../images/ecoedo/cart_w.svg") no-repeat right 10% center; } }

.collaboration03 {
  width: 57.693%; }
  @media (max-width: 768px) {
    .collaboration03 {
      width: auto; } }
  .collaboration03 dl {
    margin: 50px 0 0 0; }
    @media (max-width: 768px) {
      .collaboration03 dl {
        margin: 20px 0 0 0; } }
    .collaboration03 dl dt {
      font-size: 20px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .collaboration03 dl dt {
          font-size: 14px; } }
    .collaboration03 dl dd {
      font-size: 16px; }
      @media (max-width: 768px) {
        .collaboration03 dl dd {
          font-size: 14px; } }

.collaboration04 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .collaboration04 {
      display: block;
      margin-bottom: 20px; } }
  .collaboration04 .design-img {
    width: 40%;
    text-align: center;
    height: 300px; }
    .collaboration04 .design-img.multiple {
      height: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .collaboration04 .design-img.multiple {
          width: 100%; } }
      .collaboration04 .design-img.multiple li {
        width: 48%;
        margin-bottom: 10px;
        height: auto;
        background: none; }
        .collaboration04 .design-img.multiple li .zoom {
          max-width: 35px; }
        .collaboration04 .design-img.multiple li a {
          height: auto; }
    .collaboration04 .design-img li {
      height: 100%;
      background: #E6E6E6; }
      .collaboration04 .design-img li .zoom {
        position: absolute;
        right: 10px;
        bottom: 10px; }
      .collaboration04 .design-img li a {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%; }
    .collaboration04 .design-img img {
      max-height: 100%; }
    @media (max-width: 768px) {
      .collaboration04 .design-img {
        width: 230px;
        margin: 50px auto;
        height: 230px; } }

.collaboration-price {
  font-size: 12px;
  line-height: 1;
  margin: 60px 0 20px 0; }
  @media (max-width: 768px) {
    .collaboration-price {
      font-size: 14px;
      margin: 30px 0 10px 0;
      text-align: center; } }
  .collaboration-price span {
    font-weight: 800;
    font-size: 55px;
    font-family: 'Lato', sans-serif; }
    @media (max-width: 768px) {
      .collaboration-price span {
        font-size: 45px; } }

.collaboration-cartbtn {
  max-width: 228px; }
  @media (max-width: 768px) {
    .collaboration-cartbtn {
      max-width: 190px;
      margin: 15px auto; } }
  .collaboration-cartbtn a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    background: #E06226 url("../images/top/cart.svg") no-repeat calc(50% - 4em) center;
    padding: 0 0 0 30px;
    border: none; }
    @media (max-width: 768px) {
      .collaboration-cartbtn a {
        font-size: 16px;
        background: #E06226 url("../images/top/cart.svg") no-repeat 20px center;
        background-size: 23px auto;
        line-height: 40px; } }

.collaboration-thought {
  font-size: 20px;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .collaboration-thought {
      font-size: 16px; } }
  .collaboration-thought dt {
    font-weight: bold; }

.collaboration-spec {
  margin: 100px 0; }
  @media (max-width: 768px) {
    .collaboration-spec {
      margin: 50px 0; } }
  .collaboration-spec dt {
    font-weight: bold; }

.modaal-gallery-item img {
  max-height: calc(100vh - 140px); }

.collabo-hide {
  display: none; }

.modaal-container {
  background: none; }

.collaboration05 {
  width: 30.4%; }
  @media (max-width: 768px) {
    .collaboration05 {
      width: auto;
      margin-bottom: 20px; } }
  .collaboration05 p {
    border-top: 2px solid #000;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
    margin: 10px 0 15px 0; }
    @media (max-width: 768px) {
      .collaboration05 p {
        font-size: 14px;
        padding: 0;
        border-top: none;
        text-align: left; } }

.collaboration-title03 {
  font-size: 30px;
  line-height: 1.5;
  margin: 100px 0 30px 0;
  border-bottom: 2px solid #000;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .collaboration-title03 {
      font-size: 20px;
      margin: 40px 0 10px 0; } }

.collaboration06 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .collaboration06 {
      display: block; } }
  .collaboration06 p {
    font-size: 18px;
    width: 74.737%; }
    @media (max-width: 768px) {
      .collaboration06 p {
        width: auto;
        font-size: 16px; } }
  .collaboration06 figure {
    width: 21.054%; }
    @media (max-width: 768px) {
      .collaboration06 figure {
        width: 100%;
        margin: 30px 0 0 0; } }

.collaboration07 {
  margin: 100px 0 0 0;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .collaboration07 {
      margin: 70px 0 0 0;
      display: block; } }
  .collaboration07 h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .collaboration07 h2 {
        font-size: 20px; } }

.collaboration08 {
  width: 44.212%; }
  @media (max-width: 768px) {
    .collaboration08 {
      width: auto;
      margin-bottom: 15px; } }

.collaboration09 {
  width: 50.527%; }
  @media (max-width: 768px) {
    .collaboration09 {
      width: auto; } }
  .collaboration09 p {
    font-size: 16px; }
    @media (max-width: 768px) {
      .collaboration09 p {
        font-size: 14px; } }
  .collaboration09 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px 0 0 0; }
    @media (max-width: 768px) {
      .collaboration09 ul {
        display: block;
        margin: 20px 0 0 0; } }
    .collaboration09 ul li {
      text-align: center; }
      @media (max-width: 768px) {
        .collaboration09 ul li {
          margin-bottom: 20px; } }
      .collaboration09 ul li p {
        margin: 10px 0 0 0; }
    @media (max-width: 768px) {
      .collaboration09 ul.collaboration11_sp {
        display: flex; }
        .collaboration09 ul.collaboration11_sp li {
          width: 30%; } }

.collaboration-title04 {
  font-size: 28px;
  line-height: 1.5;
  margin: 40px 0 10px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .collaboration-title04 {
      font-size: 20px;
      margin: 60px 0 10px 0;
      text-align: left; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.collaboration10 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0; }
  @media (max-width: 768px) {
    .collaboration10 {
      display: block; }
      .collaboration10 li {
        width: 200px;
        margin: 0 auto 30px auto; } }
  .collaboration10 li:nth-child(2) {
    margin: 0 15px; }
    @media (max-width: 768px) {
      .collaboration10 li:nth-child(2) {
        margin: 0 auto 30px auto; } }

@media (max-width: 768px) {
  .collabo_details_area {
    margin: 0 25px; } }
.collabo_details_area .ecoedo14 {
  margin: 30px 0 100px 0; }
  @media (max-width: 768px) {
    .collabo_details_area .ecoedo14 {
      margin: 20px 0 70px 0; } }

.collaboration-comment {
  display: flex;
  justify-content: space-between;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .collaboration-comment {
      display: block; } }
  .collaboration-comment figure {
    width: 31.58%; }
    @media (max-width: 768px) {
      .collaboration-comment figure {
        width: 100%;
        margin: 0 auto; } }

.collaboration-comment2 {
  width: 63.159%; }
  @media (max-width: 768px) {
    .collaboration-comment2 {
      width: auto; } }
  .collaboration-comment2 h3 {
    font-size: 20px;
    background: url("../images/craftbeer/fukidashi.png") no-repeat 0 bottom;
    background-size: 536px auto;
    padding: 0 0 30px 70px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .collaboration-comment2 h3 {
        font-size: 17px;
        background: url("../images/craftbeer/fukidashi.png") no-repeat 0 bottom;
        background-size: 100% auto;
        padding: 0 0 10% 0;
        margin-top: 30px; } }
    .collaboration-comment2 h3:nth-child(3) {
      margin-top: 30px; }
  .collaboration-comment2 p {
    font-size: 16px; }
    @media (max-width: 768px) {
      .collaboration-comment2 p {
        font-size: 14px; } }

.bottoleichiran_bnr {
  margin: 100px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .bottoleichiran_bnr {
      margin: 30px 25px 50px 25px; } }

.not {
  text-align: center;
  margin: 200px 0 100px 0; }

/* draftsake
----------------------------------------------------*/
#draftsake {
  background-image: url("../images/craftbeer/sake-bg01.png"), url("../images/craftbeer/sake-bg02.png");
  background-position: 0 0, right 0 top 0;
  background-size: 300px auto, 300px auto;
  background-repeat: repeat-y, repeat-y;
  background-color: #F2FCEF;
  padding-top: 200px; }
  @media (max-width: 768px) {
    #draftsake {
      background: #F2FCEF url("../images/craftbeer/sake-bg01-sp.png") no-repeat center top 60px;
      background-size: 100% auto;
      padding: 85px 0 0 0; } }

/* about
----------------------------------------------------*/
.about-main {
  position: relative; }
  .about-main.section {
    margin: 180px 0 100px 0; }
    @media (max-width: 768px) {
      .about-main.section {
        margin: 100px 0 50px 0; } }

@media (max-width: 768px) {
  #about-contents .contents {
    margin: 0 15px; } }

.about-main-txt {
  position: absolute;
  left: 100px;
  bottom: 50px;
  max-width: 25%; }
  @media (max-width: 768px) {
    .about-main-txt {
      max-width: 60%;
      left: 25px;
      bottom: 20px;
      line-height: 1; } }
  .about-main-txt .about-main-title {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .about-main-txt .about-main-title {
        max-width: 75%;
        margin-bottom: 20px; } }

.about-title01 {
  text-align: center;
  font-size: 46px;
  margin: 100px 0 50px 0; }
  @media (max-width: 768px) {
    .about-title01 {
      font-size: 28px;
      margin: 50px 0 30px 0; } }

.about-txt01 {
  margin-top: 1.5em;
  font-size: 20px; }
  @media (max-width: 768px) {
    .about-txt01 {
      font-size: 16px; } }

.about11 {
  display: flex;
  justify-content: space-between;
  margin: 90px 0; }
  @media (max-width: 768px) {
    .about11 {
      display: block;
      margin: 80px 0; } }

.about04 {
  width: 41.539%; }
  @media (max-width: 768px) {
    .about04 {
      width: auto; } }

.about05 {
  width: 52.5%; }
  @media (max-width: 768px) {
    .about05 {
      width: auto; } }

.about05-txt01 {
  font-size: 16px; }
  @media (max-width: 768px) {
    .about05-txt01 {
      font-size: 14px;
      margin: 20px 0 0 0; } }

.about05-txt02 {
  font-size: 18px;
  margin: 1.5em 0 0 0; }
  @media (max-width: 768px) {
    .about05-txt02 {
      font-size: 16px; } }

.about-title02 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .about-title02 {
      font-size: 24px; } }

.about-txt02 {
  font-size: 18px; }
  @media (max-width: 768px) {
    .about-txt02 {
      font-size: 16px; } }

.about06 {
  width: 31.924%; }
  @media (max-width: 768px) {
    .about06 {
      width: auto; } }

.about07 {
  width: 62.5%; }
  @media (max-width: 768px) {
    .about07 {
      width: auto; } }

.about08 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 90px 0; }
  @media (max-width: 768px) {
    .about08 {
      display: block;
      margin: 80px 0; } }

.about-title03 {
  text-align: center;
  font-size: 20px; }
  @media (max-width: 768px) {
    .about-title03 {
      font-size: 24px; } }

.about-txt03 {
  font-size: 18px;
  text-align: center;
  margin: 1.5em 0 0 0; }
  @media (max-width: 768px) {
    .about-txt03 {
      font-size: 16px; } }

.about-txt04 {
  font-size: 30px; }
  @media (max-width: 768px) {
    .about-txt04 {
      font-size: 16px; } }

.about09 {
  width: 23%; }
  @media (max-width: 768px) {
    .about09 {
      width: 70%;
      margin: 0 auto 30px auto; } }

.about10 {
  width: 71%; }
  @media (max-width: 768px) {
    .about10 {
      width: auto; } }

.about12 {
  width: 32%; }
  @media (max-width: 768px) {
    .about12 {
      width: auto; } }

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