@charset "UTF-8";
/*vars*/
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*mixins*/
/*Grid*/
.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

.col-offset-md-1 {
  margin-left: 8.3333333333%;
}

.col-offset-md-2 {
  margin-left: 16.6666666667%;
}

.col-offset-md-3 {
  margin-left: 25%;
}

.col-offset-md-4 {
  margin-left: 33.3333333333%;
}

.col-offset-md-5 {
  margin-left: 41.6666666667%;
}

.col-offset-md-6 {
  margin-left: 50%;
}

.col-offset-md-7 {
  margin-left: 58.3333333333%;
}

.col-offset-md-8 {
  margin-left: 66.6666666667%;
}

.col-offset-md-9 {
  margin-left: 75%;
}

.col-offset-md-10 {
  margin-left: 83.3333333333%;
}

.col-offset-md-11 {
  margin-left: 91.6666666667%;
}

.col-offset-md-12 {
  margin-left: 100%;
}

@media (max-width: 640px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1248px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  overflow-x: hidden;
}
html.scroll-disable {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #462a00;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}
body.loaded {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 640px) {
  .img {
    display: block;
    text-align: center;
  }
}

button:focus,
div[role=button]:focus {
  outline: 0;
}

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

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  color: #462a00;
  text-decoration: underline;
}

a:active,
a:hover,
a:focus {
  color: #ce000b;
}

[role=button] {
  cursor: pointer;
}

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

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

.text-right {
  text-align: right;
}

.rel {
  position: relative;
}

.clr {
  clear: both;
}

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

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

.visible-xs-img {
  display: none;
}
@media screen and (max-width: 640px) {
  .visible-xs-img {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sm {
    display: block;
  }
}

.hidden {
  display: none !important;
}

.pull-right {
  float: right;
}

.pull-right-sm {
  float: right;
}
@media screen and (max-width: 640px) {
  .pull-right-sm {
    float: none;
  }
}

.pull-right-md {
  float: right;
}
@media screen and (max-width: 768px) {
  .pull-right-md {
    float: none;
  }
}

@media screen and (min-width: 769px) {
  .col-md-6-5 {
    width: 53%;
  }

  .col-md-5-5 {
    width: 47%;
  }
}
@media screen and (max-width: 640px) {
  .xs100img {
    max-width: 100%;
  }

  .xs90img {
    max-width: 90%;
  }

  .xs80img {
    max-width: 80%;
  }

  .xs70img {
    max-width: 70%;
  }

  .xs60img {
    max-width: 60%;
  }

  .xs53img {
    max-width: 53%;
  }

  .xs50img {
    max-width: 50%;
  }

  .xs40img {
    max-width: 40%;
  }

  .xs30img {
    max-width: 30%;
  }

  .xs20img {
    max-width: 20%;
  }

  .xs15img {
    max-width: 15%;
  }

  .xs10img {
    max-width: 10%;
  }

  .line2txt {
    height: 55px;
    width: auto;
    max-width: none;
  }

  .line3txt {
    height: 95px;
    width: auto;
    max-width: none;
  }
}
.inline-block {
  display: inline-block;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 1220px;
}
@media screen and (max-width: 1250px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.sub-container {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .sub-container {
    width: auto;
  }
}

.container-960 {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .container-960 {
    width: auto;
  }
}

.container-930 {
  width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .container-930 {
    width: auto;
  }
}

.container-900 {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 930px) {
  .container-900 {
    width: auto;
  }
}

.container-850 {
  width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .container-850 {
    width: auto;
  }
}

.container-800 {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 830px) {
  .container-800 {
    width: auto;
  }
}

.container-700 {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 730px) {
  .container-700 {
    width: auto;
  }
}

.container-650 {
  width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .container-650 {
    width: auto;
  }
}

.container-600 {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 630px) {
  .container-600 {
    width: auto;
  }
}

.container-580 {
  width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 610px) {
  .container-580 {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .mobile-half-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .line2-text {
    height: 55px;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .line2-text {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .line2-text.short-text {
    height: 55px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .line1-text {
    height: 24px;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .line1-text {
    height: auto;
    width: auto;
  }
}

.row:after, .row-no-gutters:after, .row-flex:after {
  display: table;
  content: " ";
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
}

[class*=col-] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .col-md-push-right {
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .col-offset-sm-0 {
    margin-left: 0 !important;
  }
}

.top {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  transition: height 0.2s;
}
@media only screen and (max-width: 640px) {
  .top {
    height: 85px;
  }
}
.top:before {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff005;
  transition: all 0.3s;
}
.top.menu-open .logo-container {
  background-color: #f0e9d5;
}
.top.menu-open:before {
  background-color: #f0e9d5;
}
.top.menu-open .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(-12px, -14px);
}
@media only screen and (max-width: 640px) {
  .top.menu-open .burger span {
    transform: rotate(45deg) translate(-11px, -14px);
  }
}
.top.menu-open .burger span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.top.menu-open .burger span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-13px, 14px);
}
@media only screen and (max-width: 640px) {
  .top.menu-open .burger span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-7px, 10px);
  }
}
.top .logo-container {
  position: relative;
  width: 420px;
  height: 100%;
  background-color: #fff005;
  padding: 0 30px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .top .logo-container {
    width: 200px;
    padding: 10px 15px;
  }
}
.top .logo-container a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top .logo-container a:before, .top .logo-container a:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
}
.top .logo-container a:before {
  top: 25px;
  height: 33px;
  background-image: url("../images/slogan.png");
  background-position: top center;
  transition: opacity 0.9s;
  visibility: visible;
  opacity: 1;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .top .logo-container a:before {
    top: 0;
    background-size: contain;
  }
}
.top .logo-container a:after {
  bottom: 25px;
  height: 82px;
  background-image: url("../images/logo.png");
  background-position: bottom center;
  background-size: 344px 71px;
  transition: all 0.2s;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .top .logo-container a:after {
    bottom: 0;
    background-size: contain;
  }
}
.top .burger {
  display: none;
  border: none;
  background: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 3;
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .top .burger {
    right: 15px;
  }
}
.top .burger:focus {
  outline: none;
}
.top .burger span {
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 10px;
  position: relative;
  background: #333333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.top .burger span:last-child {
  margin-bottom: 0;
}
.top .burger span:first-child {
  transform-origin: 0% 0%;
}
.top .burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
@media only screen and (max-width: 640px) {
  .top .burger span {
    margin-bottom: 7px;
    width: 35px;
  }
}
.top.fixed {
  height: 80px;
}
@media only screen and (max-width: 640px) {
  .top.fixed {
    height: 60px;
  }
}
.top.fixed:before {
  visibility: visible;
  opacity: 1;
}
.top.fixed .logo-container a:before {
  visibility: hidden;
  opacity: 0;
}
.top.fixed .logo-container a:after {
  bottom: 0;
  background-size: 270px 55px;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .top.fixed .logo-container a:after {
    background-size: contain;
    height: 45px;
  }
}
.top.fixed .burger {
  display: block;
}

.translate-hover {
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .translate-hover:hover {
    transform: translate(0, -5px);
    box-shadow: 0 10px 10px -2px #a2a2a2;
  }
}

.block-menu {
  background-color: #f0e9d5;
  text-align: center;
  color: #462a00;
  padding: 40px 0 75px 0;
}
@media only screen and (max-width: 640px) {
  .block-menu {
    padding: 45px 0;
  }
}
.block-menu .cup-menu-title-xs {
  max-width: 80%;
  margin: 0 auto;
}
.block-menu h3 {
  font-size: 23px;
  margin-bottom: 20px;
}
.block-menu .logo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .block-menu .logo {
    margin-bottom: 15px;
  }
}
.block-menu .caption {
  margin-bottom: 75px;
  line-height: 37px;
}
.block-menu .caption h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .block-menu .caption {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 26px;
  }
}
.block-menu p {
  font-weight: bold;
}

.product {
  background-color: #fffec7;
  padding: 50px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .product {
    padding: 50px 0;
  }
}
.product h4 {
  margin-bottom: 25px;
}
.product h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .product h3 {
    margin-bottom: 15px;
  }
}
.product p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .product p {
    margin-bottom: 30px;
  }
}
.product .products {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product .products div {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .product .products div {
    margin: 0 5px;
  }
}
.product .products div .product5 {
  transform: translate(0, 10px);
}

.footer {
  background-color: #d4d4d4;
  font-size: 12px;
  line-height: normal;
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 15px 0;
    font-size: 11px;
  }
}
.footer .footer-menu {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-menu {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-menu {
    margin-bottom: 15px;
    display: none;
  }
}
.footer .footer-menu a {
  color: #462a00;
  display: inline-block;
  margin-right: 20px;
}
.footer .footer-menu a:hover, .footer .footer-menu a:focus {
  text-decoration: underline;
}
.footer .copyright {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    text-align: left;
  }
}
.footer .copyright p {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .footer .copyright p {
    margin-top: 0;
  }
}
.footer .copyright .footer-logo {
  text-align: right;
}
.footer .copyright .footer-logo img {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .footer .copyright .footer-logo img {
    margin-left: 0;
    margin-top: 5px;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #f0e9d5;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-container {
  transform: translate(-50%, 0);
}
.popup.open .popup-container .popup-content {
  transform: translateY(0);
}
.popup .popup-container {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  width: 850px;
  padding: 100px 15px 60px 15px;
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width: 990px) {
  .popup .popup-container {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .popup .popup-container {
    padding: 60px 15px 30px 15px;
    width: 100%;
    bottom: 0;
  }
}
.popup .popup-container .popup-content {
  transform: translateY(100%);
  transition: transform 0.6s;
}
.popup .popup-container #close {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-image: url("../images/main/close.png");
  position: absolute;
  right: -10px;
  top: -70px;
  cursor: pointer;
}
.popup .links {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .popup .links {
    margin-bottom: 30px;
  }
}
.popup .pop-menu .collapse {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: #462a00 solid 1px;
  }
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse:first-child h3 {
    border-top: #462a00 solid 1px;
  }
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse.collapse-open ul {
    max-height: 1000px;
    height: auto;
    visibility: visible;
  }
}
.popup .pop-menu .collapse.collapse-open h3 {
  border-bottom: #462a00 solid 1px;
  margin-bottom: 15px;
}
.popup .pop-menu .collapse.collapse-open h3 span:before {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse.collapse-open a:before {
    right: 10px;
  }
}
.popup .pop-menu .collapse h3 {
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse h3 {
    border-bottom: none;
  }
}
.popup .pop-menu .collapse h3 span {
  display: block;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse h3 span {
    position: relative;
    padding-right: 15px;
  }
  .popup .pop-menu .collapse h3 span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 9px;
    background-image: url("../images/angle-right.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .collapse ul {
    max-height: 0;
    height: 0;
    visibility: hidden;
    margin-bottom: 0;
    transition: all, 0.4s;
  }
}
.popup .pop-menu .h3-links h3 {
  padding: 0 12px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .h3-links h3 {
    padding: 10px 12px;
  }
}
.popup .pop-menu .h3-links h3:first-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu .h3-links h3:first-child {
    margin-bottom: 0;
  }
}
.popup .pop-menu h3 {
  font-size: 17px;
  border-bottom: #462a00 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu h3 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.popup .pop-menu h3 a {
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu h3 a {
    padding-left: 0;
    padding-right: 20px;
  }
}
.popup .pop-menu h3 a:before {
  background-size: 9px;
  background-position: left 7px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu h3 a:before {
    background-position: right center;
  }
}
.popup .pop-menu a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  transition: all, 0.4s;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu a {
    padding-left: 0;
    padding-right: 30px;
  }
}
.popup .pop-menu a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/angle-right.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 6px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu a:before {
    background-position: right 2px;
  }
}
.popup .pop-menu a:hover {
  color: #d42d26;
}
.popup .pop-menu a:hover:before {
  background-image: url("../images/angle-right-red.png");
}
.popup .pop-menu ul {
  list-style-type: none;
  margin: 0;
  padding-left: 12px;
}
.popup .pop-menu ul li {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .popup .pop-menu ul li {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 8px;
  }
}

.links {
  text-align: center;
}
.links a {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .links a {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .links a {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.site-link {
  height: 100px;
  background-color: #fff005;
  background-image: url("../images/link-button-arrow.png");
  background-repeat: no-repeat;
  background-size: 47px 10px;
  background-position: bottom 15px right 15px;
  padding: 15px 30px 10px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .site-link:hover {
    transform: translate(0, -5px);
    box-shadow: 0 10px 10px -2px #a2a2a2;
  }
}
@media only screen and (max-width: 640px) {
  .site-link {
    height: 75px;
  }
}
.site-link.kalita-link {
  background-color: #ce000b;
  background-image: url("../images/link-button-arrow-white.png");
}
@media only screen and (max-width: 640px) {
  .site-link.kalita-link {
    margin-bottom: 0;
  }
}
.site-link.kalita-link img {
  max-width: auto;
  max-width: initial;
  max-height: auto;
  max-height: initial;
  width: 100%;
}
.site-link img {
  max-height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .site-link img {
    max-width: 80%;
  }
}

.brand-site {
  text-align: center;
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .brand-site {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .brand-site {
    margin-bottom: 70px;
  }
}
.brand-site h5 {
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .brand-site h5 {
    margin-bottom: 8px;
  }
}
.brand-site h4 {
  margin-bottom: 20px;
}

.first-page {
  background-image: url("../images/page1/wood-bg.jpg");
  overflow: hidden;
  position: relative;
}
.first-page .first-page-bnr {
  height: 600px;
  background-image: url("../images/page1/bnr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .first-page .first-page-bnr {
    background-size: contain;
  }
}
@media only screen and (max-width: 1024px) {
  .first-page .first-page-bnr {
    height: 550px;
    background-size: cover;
  }
}
@media screen and (max-width: 880px) {
  .first-page .first-page-bnr {
    background-image: url("../images/page1/bnr-md.png");
    height: 700px;
  }
}
@media screen and (max-width: 480px) {
  .first-page .first-page-bnr {
    background-image: url("../images/page1/bnr-sp.png");
    background-size: cover;
    height: 500px;
  }
}
@media screen and (max-width: 320px) {
  .first-page .first-page-bnr {
    height: 400px;
  }
}
.first-page .fp-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .first-page .fp-btn {
    bottom: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .first-page .fp-btn {
    bottom: 90px;
  }
}
@media screen and (max-width: 880px) {
  .first-page .fp-btn {
    bottom: 230px;
  }
}
@media screen and (max-width: 480px) {
  .first-page .fp-btn {
    bottom: 150px;
  }
}
@media screen and (max-width: 320px) {
  .first-page .fp-btn {
    bottom: 120px;
  }
}
.first-page .fp-btn a {
  display: inline-block;
}
.corporate-site-bnr {
  background-color: #fff005;
  padding-top: 105px;
  padding-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .corporate-site-bnr {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.corporate-site-bnr h2 {
  border-bottom: #462a00 solid 2px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .corporate-site-bnr h2 {
    margin-bottom: 15px;
  }
}
.corporate-site-bnr .csb-logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.corporate-site-bnr .csb-logo .corporate-logo {
  flex-shrink: 0;
  margin-left: 30px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .corporate-site-bnr .csb-logo .corporate-logo {
    margin-left: 15px;
  }
}
.corporate-site-bnr .csb-logo .csb-creap-logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .corporate-site-bnr .csb-logo .csb-creap-logo {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .corporate-site-bnr .csb-logo .csb-creap-logo {
    margin-bottom: 0;
  }
}

.white-btn {
  font-size: 18px;
  line-height: normal;
  padding: 20px 30px;
  background-color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 10px;
  transition: all 0.2s;
  align-items: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .white-btn {
    font-size: 16px;
    padding: 20px;
  }
}
.white-btn.white-btn-hover-red:hover {
  background-color: #462a00;
  color: #fff;
}
.white-btn.white-btn-hover-red:hover:after {
  background-image: url("../images/link-button-arrow-white.png");
}
.white-btn:hover, .white-btn:focus {
  text-decoration: none;
}
.white-btn:hover {
  background-color: #fff005;
  color: #462a00;
}
.white-btn:after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 10px;
  margin-left: 15px;
  background-image: url("../images/link-button-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.scale-wrapper {
  overflow: hidden;
}
.scale-wrapper .scale-container {
  transition: all 0.5s;
}
.scale-wrapper .scale-container .scale-btn {
  transition: all 0.5s;
}
.scale-wrapper .scale-container.scale-hover {
  transform: scale(1.1);
}
.scale-wrapper .scale-container.scale-hover .scale-btn {
  transform: scale(0.909);
}

.second-page {
  background-image: url("../images/bnr-bg-2nd.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 75px;
}
.second-page .second-page-bnr {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .second-page .second-page-bnr {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .second-page .second-page-bnr > div:first-child {
    max-width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .second-page .second-page-bnr > div:first-child {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .second-page .second-page-bnr > div:last-child {
    max-width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .second-page .second-page-bnr > div:last-child {
    max-width: 40%;
  }
}
.second-page .second-page-bnr .sp-bnr-author {
  width: 400px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .second-page .second-page-bnr .sp-bnr-author {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 2px;
  }
}
.second-page .second-page-bnr .sp-bnr-author .sp-bnr-author-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .second-page .second-page-bnr .sp-bnr-author .sp-bnr-author-container {
    justify-content: space-around;
    flex-direction: row-reverse;
  }
}
.second-page .second-page-bnr .sp-bnr-author .sp-bnr-author-container span:last-child {
  margin-left: 15px;
}
.second-page .second-page-bnr .sp-bnr-author .sp-bnr-author-container img {
  vertical-align: middle;
}
.second-page .sp-bnr-content {
  width: 400px;
  margin: 0 30px;
  padding: 0 30px;
  justify-self: first baseline;
  margin: 0 auto;
  margin-bottom: -30%;
}
@media screen and (max-width: 768px) {
  .second-page .sp-bnr-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .second-page .sp-bnr-content {
    width: 100%;
    padding: 0;
  }
}
.second-page .sp-bnr-content p {
  text-align: justify;
  margin-bottom: 35px;
}
.second-page .sp-bnr-content .sp-bnr-title {
  text-align: center;
}
.second-page .sp-bnr-content .sp-bnr-title h3, .second-page .sp-bnr-content .sp-bnr-title h5 {
  margin-bottom: 25px;
}
.second-page .sp-bnr-content .sp-bnr-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .section-menu {
    display: block;
  }
}
.section-menu .circle-box {
  display: block;
  position: relative;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .section-menu .circle-box {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-menu .circle-box img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-menu .circle-box:hover {
    transform: translate(0, -20px);
  }
  .section-menu .circle-box:hover .hover {
    visibility: visible;
    opacity: 1;
  }
}
.section-menu .circle-box .hover {
  position: absolute;
  left: 0;
  right: -10px;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

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