@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

p, th, td, li {
  font-weight: 400;
  line-height: 7vw;
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 16px;
    line-height: 2rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  font-weight: 700;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
}

li {
  list-style: none;
}

/*================================================================================
フッター
================================================================================*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/ftr_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  footer {
    min-width: 1200px;
    background-color: #000;
    background-image: url(../img/ftr_bg_left_pc.jpg), url(../img/ftr_bg_right_pc.jpg);
    background-size: auto 100%, auto 100%;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
}
footer img.ftrCafflano {
  width: 23.7vw;
  margin: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  footer img.ftrCafflano {
    width: 117px;
    margin: 30px auto;
  }
}
footer img.ftrCornes {
  width: 9.6vw;
  margin: 5vw auto;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  footer img.ftrCornes {
    width: 40px;
    margin: 20px auto;
  }
}
footer img.ftrCornes:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer .gototop {
  position: relative;
  margin: 0 auto;
  top: -29px;
  margin-bottom: -29px;
}
@media print, screen and (min-width: 641px) {
  footer .gototop {
    width: 117px;
    margin: 30px auto -30px;
  }
}
footer .gototop img {
  width: auto;
  height: 30px;
}
footer .gototop a:hover {
  opacity: 1;
}
footer dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  width: 90%;
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  footer dl {
    width: 420px;
    font-size: 15px;
  }
}
footer dl dt {
  width: 30%;
  margin: 0 0 10px;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  footer dl dt {
    width: 25%;
  }
}
footer dl dd {
  width: 70%;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 641px) {
  footer dl dd {
    width: 75%;
  }
}

body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
header#hdrTop {
  text-align: center;
  width: 100%;
  background: #1c1c1c;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop {
    background: url(../img/hdr_bg_top.png) center top no-repeat;
    background-size: 100% auto;
  }
}
header#hdrTop img.logo {
  position: relative;
  width: 27.3vw;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop img.logo {
    width: 205px;
  }
}
header#hdrTop #mainvisual {
  position: relative;
  display: block;
  z-index: 0;
  margin: -6.3vw auto 5vw;
  line-height: 0;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop #mainvisual {
    width: 1200px;
    margin: -47px auto 85px;
  }
}
header#hdrTop #mainvisual div {
  background: #fff;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop #mainvisual div {
    border-radius: 8px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.35);
  }
}
header#hdrTop #mainvisual div img {
  width: 100%;
}
header#hdrTop #mainvisual img {
  width: 100%;
}

header#hdrInside {
  position: relative;
  text-align: center;
  width: 100%;
  background: #1c1c1c;
  transition: 0.2s;
  margin-top: -6.3vw;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside {
    background: none;
    margin-top: 0;
  }
}
header#hdrInside .logoWrap {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside .logoWrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 197px;
    height: 183px;
    background: #2a2a2a;
    border-radius: 0 0 10px 0;
    text-align: center;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.28);
  }
}
@media print, screen and (min-width: 641px) {
  header#hdrInside .logoWrap img {
    width: 122px;
    margin-top: 23px;
  }
}
header#hdrInside img.logo {
  position: relative;
  width: 27.3vw;
  z-index: 1;
  top: 6.3vw;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside img.logo {
    display: none;
  }
}
header#hdrInside ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside ul {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
header#hdrInside ul li {
  width: 161px;
  text-align: center;
  border-right: 1px dotted #e0e0e0;
  font-family: poppins;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
header#hdrInside ul li:last-child {
  border: none;
}
header#hdrInside ul li span {
  font-size: 12px;
  color: #b6b29d;
}
header#hdrInside ul li a {
  color: #333;
  text-decoration: none;
}
header#hdrInside ul li a img {
  transition: 0.2s;
}
header#hdrInside ul li a:hover img {
  opacity: 0.5;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    transition: 0.2s;
  }
}
header#hdrInside.fixed .logoWrap {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed .logoWrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 135px;
    background: #2a2a2a;
    border-radius: 0 0 0px 0;
    text-align: center;
    box-shadow: none;
  }
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed .logoWrap img {
    width: 80px;
    margin-top: 23px;
  }
}
header#hdrInside.fixed ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed ul {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
header#hdrInside.fixed ul li {
  width: 161px;
  text-align: center;
  border-right: 1px dotted #e0e0e0;
  font-family: poppins;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
header#hdrInside.fixed ul li:last-child {
  border: none;
}
header#hdrInside.fixed ul li span {
  font-size: 11px;
  color: #b6b29d;
}
header#hdrInside.fixed ul li a {
  color: #333;
  text-decoration: none;
}
header#hdrInside.fixed ul li img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

/*開閉ボタン*/
.nav_toggle {
  position: absolute;
  width: 17.3vw;
  height: 16.4vw;
  top: 9vw;
  right: 3vw;
}
@media print, screen and (min-width: 641px) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle div {
  position: relative;
}
.nav_toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 6.5vw;
  left: 5.4vw;
  transition: 0.2s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 5.2vw;
}
.nav_toggle span:nth-child(2) {
  top: 7.2vw;
}
.nav_toggle span:nth-child(3) {
  top: 9vw;
}

#hdrTop .nav_toggle {
  top: 3vw;
}

/*開閉ボタンopen時*/
.nav_toggle.close {
  background: none;
  z-index: 2000;
}
.nav_toggle.close::before {
  display: none;
}

.nav_toggle.close span {
  background: #fff;
}

.nav_toggle.close span:nth-child(1) {
  top: 8vw;
  transform: rotate(135deg);
}

.nav_toggle.close span:nth-child(2) {
  width: 0;
  left: 50%;
}

.nav_toggle.close span:nth-child(3) {
  top: 8vw;
  transform: rotate(-135deg);
}

header.open {
  width: 100vw;
  z-index: 10;
}

/* SP Nav ----------------------------------------------------------------------------------------*/
.spNavWrap {
  position: fixed;
  display: block;
  left: 110%;
  top: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(18, 132, 214, 0);
  transition: 0.2s;
  z-index: 1100;
}
@media print, screen and (min-width: 641px) {
  .spNavWrap {
    display: none;
  }
}
.spNavWrap ul.spNav {
  display: none;
}
.spNavWrap.open {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  flex-wrap: wrap;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
}
.spNavWrap.open ul.spNav {
  display: block;
  width: 80%;
}
.spNavWrap.open ul.spNav li {
  font-size: 7vw;
  font-weight: bold;
  font-family: poppins;
  margin: 0 auto 15px;
  text-align: center;
}
.spNavWrap.open ul.spNav li a {
  margin-bottom: 4vw;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.spNavWrap.open ul.spNav li:first-child {
  padding-top: 15px;
}
.spNavWrap.open ul.spNav li.snslink {
  margin-bottom: 7px;
}
.spNavWrap.open ul.spNav li.snslink a {
  border: none;
}
.spNavWrap.open ul.spNav li.snslink a img {
  width: 9vw;
  height: auto;
}

body.open .spNavWrap {
  left: 0;
}

/*------------------------------------------------------*/
#topLead {
  text-align: center;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #topLead {
    margin-bottom: 50px;
  }
}
#topLead h1 {
  font-size: 4.6vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #topLead h1 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
#topLead h1 span {
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  #topLead h1 span {
    font-size: 18px;
  }
}
#topLead p {
  text-align: left;
  width: 94%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  #topLead p {
    text-align: center;
  }
}

img.award {
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  width: 94%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  img.award {
    width: 960px;
    margin: 0 auto 80px;
  }
}

#products {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #products {
    padding-top: 64px;
    background: url(../img/bg_products_top.jpg) center top no-repeat;
    background-size: 100% auto;
    border-top: 7px solid #deded0;
  }
}
#products h2 img {
  width: 36vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #products h2 img {
    width: 171px;
    margin-bottom: 40px;
  }
}
#products ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  #products ul {
    width: 960px;
    margin: 0 auto;
    justify-content: center;
  }
}
#products ul li {
  width: 50%;
  padding: 4vw 0;
}
@media print, screen and (min-width: 641px) {
  #products ul li {
    width: 210px;
    margin: 0 55px;
    padding: 0;
    border: none;
  }
}
#products ul li:nth-child(1) {
  border-top: 2px dotted #b6b29d;
  border-bottom: 2px dotted #b6b29d;
  border-right: 2px dotted #b6b29d;
}
@media print, screen and (min-width: 641px) {
  #products ul li:nth-child(1) {
    border: none;
  }
}
#products ul li:nth-child(2) {
  border-top: 2px dotted #b6b29d;
  border-bottom: 2px dotted #b6b29d;
}
@media print, screen and (min-width: 641px) {
  #products ul li:nth-child(2) {
    border: none;
  }
}
#products ul li:nth-child(3) {
  border-bottom: 2px dotted #b6b29d;
  border-right: 2px dotted #b6b29d;
}
@media print, screen and (min-width: 641px) {
  #products ul li:nth-child(3) {
    border: none;
  }
}
#products ul li:nth-child(4) {
  border-bottom: 2px dotted #b6b29d;
}
@media print, screen and (min-width: 641px) {
  #products ul li:nth-child(4) {
    border: none;
  }
}
#products ul li:nth-child(5) {
  border-right: 2px dotted #b6b29d;
  padding-bottom: 9vw;
}
@media print, screen and (min-width: 641px) {
  #products ul li:nth-child(5) {
    border: none;
  }
}
#products ul li a {
  font-size: 2.8vw;
  color: #b6b29d;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  #products ul li a {
    font-size: 14px;
  }
}
#products ul li a img {
  display: block;
  width: 80%;
  margin: 0 auto;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  #products ul li a img {
    width: 100%;
  }
}
#products ul li a:hover img {
  opacity: 0.5;
  transition: 0.3s;
}
#products ul li a strong {
  font-size: 6vw;
  font-family: poppins;
  color: #333;
  display: block;
}
@media print, screen and (min-width: 641px) {
  #products ul li a strong {
    font-size: 26px;
  }
}
#products ul li a span {
  font-size: 3.4vw;
  color: #333;
}
@media print, screen and (min-width: 641px) {
  #products ul li a span {
    font-size: 14px;
  }
}
#products ul li a p {
  font-size: 2.8vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 641px) {
  #products ul li a p {
    font-size: 14px;
  }
}

@-webkit-keyframes mainmovePC {
  0% {
    left: 0;
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: calc(-3765px + 100%);
  }
}

@keyframes mainmovePC {
  0% {
    left: 0;
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: calc(-3765px + 100%);
  }
}
@-webkit-keyframes copyfade1 {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes copyfade1 {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=top.css.map */