@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
.-spartan {
  font-family: "League Spartan", sans-serif;
}

.f-megamaru {
  font-family: vdl-megamaru, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/******************************************
HTML一般設定
******************************************/
html {
  height: -webkit-fill-available;
}
body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-family: vdl-megamaru, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: 90px;
}
@media (max-width: 760px) {
  body {
    padding-top: 60px;
  }
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
.container.-noPadding {
  padding: 0;
}
@media (max-width: 760px) {
  .container {
    padding: 0 16px;
  }
}

/******************************************
ユーティリティー
******************************************/
.u-mt100 {
  margin-top: 100px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-wbr {
  word-break: keep-all;
}

.u-inlineBlock {
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

.u-big {
  font-size: 1.2em;
}

@media (min-width: 1026px) {
  br.-pc, span.-pc {
    display: inline-block;
  }
}
@media (max-width: 1025px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (max-width: 760px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-tb, span.-tb {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 760px) {
  br.-sp, span.-sp {
    display: inline-block;
  }
}

.js-in, .js-lineupFade, .js-colorFade, .js-pointFade {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: 0.6s ease-in-out;
}
.js-in.-in, .js-lineupFade.-in, .js-colorFade.-in, .js-pointFade.-in {
  opacity: 1;
  position: relative;
  top: 0;
}

.js-fade {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******************************************
コンポーネントパーツ（ボタン、タイトル部品単位）
******************************************/
.sectionTitle {
  padding: 20px 0;
  border-bottom: dotted 10px #000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sectionTitle_jp {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .sectionTitle_jp {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.sectionTitle_en {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 760px) {
  .sectionTitle_en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.roundBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #67A6BB;
  border: solid 1px #67A6BB;
  color: #fff;
  border-radius: 26px;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
.roundBtn i {
  margin-right: 10px;
}
.roundBtn:hover {
  background-color: #fff;
  color: #67A6BB;
  cursor: pointer;
}
.roundBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.roundBtn.-namachoco {
  background-color: #D97277;
  border: solid 1px #D97277;
}
.roundBtn.-namachoco:hover {
  background-color: #fff;
  color: #D97277;
}
.roundBtn.-tapioka {
  background-color: #ECAA6C;
  border: solid 1px #ECAA6C;
}
.roundBtn.-tapioka:hover {
  background-color: #fff;
  color: #ECAA6C;
}
.roundBtn.-basashi {
  background-color: #9E2225;
  border: solid 1px #9E2225;
}
.roundBtn.-basashi:hover {
  background-color: #fff;
  color: #9E2225;
}
.roundBtn.-shimesaba {
  background-color: #67A6BB;
  border: solid 1px #67A6BB;
}
.roundBtn.-shimesaba:hover {
  background-color: #fff;
  color: #67A6BB;
}
.roundBtn.-gomapurin {
  background-color: #626BA2;
  border: solid 1px #626BA2;
}
.roundBtn.-gomapurin:hover {
  background-color: #fff;
  color: #626BA2;
}
.roundBtn.-nikujaga {
  background-color: #ED8736;
  border: solid 1px #ED8736;
}
.roundBtn.-nikujaga:hover {
  background-color: #fff;
  color: #ED8736;
}
.roundBtn.-large {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px 50px;
  border-radius: 40px;
}
@media (max-width: 760px) {
  .roundBtn.-large {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 20px;
  }
}

/******************************************
コモン（ヘッダーフッターなど）
******************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  z-index: 9;
}
@media (max-width: 760px) {
  .header {
    height: 60px;
    padding: 0 16px;
  }
  .header .roundBtn {
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
  }
  .header .roundBtn i {
    margin-right: 5px;
  }
}
.header_logo {
  max-width: 160px;
}
@media (max-width: 760px) {
  .header_logo {
    max-width: 100px;
  }
}
.header_nav {
  display: flex;
  justify-content: flex-end;
}
.header_navItem {
  margin-left: 40px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .header_navItem {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.footer {
  background-color: #A5D8D8;
  padding: 60px 0 0;
}
.footer_logo {
  max-width: 400px;
  margin: 0 auto 40px;
}
@media (max-width: 760px) {
  .footer_logo {
    max-width: 200px;
  }
}
.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer_navItem {
  margin: 0 10px;
  color: #fff;
}
.footer_navItem a:hover {
  text-decoration: underline;
}
.footer_copyrights {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  padding: 20px 0 20px;
  border-top: solid 2px #fff;
  text-align: center;
}

/******************************************
レイアウト
******************************************/
.mainVisual a {
  transition: 0.2s ease-in-out;
}
.mainVisual a:hover {
  opacity: 0.8;
}
.mainVisual_pc {
  display: block;
}
@media (max-width: 760px) {
  .mainVisual_pc {
    display: none;
  }
}
.mainVisual_sp {
  display: none;
}
@media (max-width: 760px) {
  .mainVisual_sp {
    display: block;
  }
}

.series {
  padding: 100px 0 100px;
  background: radial-gradient(circle, #67A6BB 0%, #fff 100%);
  background-size: 120%;
  background-position: center;
}

.seriesLIst {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 760px) {
  .seriesLIst {
    gap: 20px;
  }
}

.seriesItem_link:hover .seriesItem_btn {
  color: #fff;
}
.seriesItem_link:hover .seriesItem_btn.-tapioka {
  background-color: #ECAA6C;
}
.seriesItem_link:hover .seriesItem_btn.-namachoco {
  background-color: #D97277;
}
.seriesItem_link:hover .seriesItem_btn.-nikujaga {
  background-color: #ED8736;
}
.seriesItem_link:hover .seriesItem_btn.-basashi {
  background-color: #9E2225;
}
.seriesItem_link:hover .seriesItem_btn.-gomapurin {
  background-color: #626BA2;
}
.seriesItem_link:hover .seriesItem_btn.-shimesaba {
  background-color: #67A6BB;
}
.seriesItem_btn {
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #000;
  transition: 0.2s ease-in-out;
  border-radius: 0 0 26px 26px;
}
@media (max-width: 760px) {
  .seriesItem_btn {
    border-radius: 0 0 16px 16px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 10px;
  }
}
.seriesItem_btn.-center {
  margin-left: auto;
  margin-right: auto;
}
.seriesItem_btn i {
  margin-left: 10px;
}

.lineup {
  padding: 100px 0 100px;
}

.lineupGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .lineupGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}

.lineupItem_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #000;
  border: solid 2px #000;
  border-radius: 26px;
  margin: 10px auto 0;
  transition: 0.2s ease-in-out;
}
.lineupItem_btn i {
  margin-right: 10px;
}
@media (max-width: 760px) {
  .lineupItem_btn {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    padding: 5px 10px;
  }
}
.lineupItem_link:hover .lineupItem_btn {
  border: solid 2px #D97277;
  background-color: #D97277;
  color: #fff;
}

.lineupShop {
  margin-top: 60px;
}

.message {
  background-color: #D4D6E1;
}
.message_inner {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 760px) {
  .message_inner {
    padding: 60px 0 80px;
  }
}

.messageImg {
  position: absolute;
  bottom: 0;
  width: 50%;
}
@media (max-width: 760px) {
  .messageImg {
    width: 100%;
    position: relative;
  }
}

.messageBox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 5px #67A6BB;
  max-width: 800px;
  width: 65%;
  margin: 0 0 0 auto;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 760px) {
  .messageBox {
    width: 100%;
    position: relative;
    margin-top: -20px;
    padding: 40px 16px;
  }
}
.messageBox_title {
  position: absolute;
  top: -46px;
  left: 60px;
  text-align: center;
  width: 300px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .messageBox_title {
    width: 150px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.messageBox_title::before, .messageBox_title::after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: "";
  border: 1em solid #4c7886;
}
.messageBox_title::before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.messageBox_title::after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.messageBox_title span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #67A6BB;
}
@media (max-width: 760px) {
  .messageBox_title span {
    padding: 1rem;
  }
}
.messageBox_title span:before,
.messageBox_title span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-style: solid;
  border-color: #4c7886 #4c7886 transparent #4c7886;
}
.messageBox_title span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}
.messageBox_title span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
.messageBox_text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .messageBox_text {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}

.product {
  background: url(../img/bg_namachoco.png) repeat;
  padding: 100px 0;
}
@media (max-width: 760px) {
  .product {
    padding: 60px 0;
  }
}

.productTitle {
  border-bottom: dotted 10px #fff;
  padding-bottom: 40px;
}
.productTitle_logo {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.productTitle_text {
  max-width: 200px;
  margin: 20px auto 0;
  display: block;
}

.productList {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.productList li a {
  transition: 0.2s ease-in-out;
}
.productList li a:hover {
  opacity: 0.8;
}
@media (max-width: 760px) {
  .productList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
}

.productDetail {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
}
@media (max-width: 760px) {
  .productDetail {
    grid-template-columns: 1fr;
  }
}
.productDetail_title {
  padding-bottom: 10px;
  border-bottom: dotted 5px #fff;
}
.productDetail_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .productDetail_text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.lensInfo {
  padding: 100px 0;
}
.lensInfo.-tapioka {
  background-color: rgba(236, 170, 108, 0.2);
}
.lensInfo.-basashi {
  background-color: rgba(158, 34, 37, 0.2);
}
.lensInfo.-nikujaga {
  background-color: rgba(237, 135, 54, 0.2);
}
.lensInfo.-namachoco {
  background-color: rgba(217, 114, 119, 0.2);
}
.lensInfo.-shimesaba {
  background-color: rgba(103, 166, 187, 0.2);
}
.lensInfo.-gomapurin {
  background-color: rgba(98, 107, 162, 0.2);
}
@media (max-width: 760px) {
  .lensInfo {
    padding: 60px 0;
  }
}

.lensDetail {
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 60px;
  overflow: hidden;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}
@media (max-width: 760px) {
  .lensDetail {
    padding: 40px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lensDetail_column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.lensDetail_logo {
  grid-row: 2;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .lensDetail_logo {
    grid-row: auto;
    margin-bottom: 20px;
  }
}
.lensDetail_pak {
  grid-row: 1;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .lensDetail_pak {
    grid-row: auto;
    margin-bottom: 0;
  }
}

.productData {
  padding: 100px 0;
}
@media (max-width: 760px) {
  .productData {
    padding: 60px 0;
  }
}

.itemDataGrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemDataGrid .itemData {
  width: 49%;
}
@media (max-width: 760px) {
  .itemDataGrid .itemData {
    width: 100%;
  }
  .itemDataGrid .itemData:first-of-type {
    margin-bottom: 4px;
  }
}

.itemData {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 4px 10px;
}
@media (max-width: 760px) {
  .itemData {
    grid-template-columns: 120px 1fr;
  }
}
.itemData_dt {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}
.-tapioka .itemData_dt {
  background-color: #ECAA6C;
}
.-namachoco .itemData_dt {
  background-color: #D97277;
}
.-nikujaga .itemData_dt {
  background-color: #ED8736;
}
.-basashi .itemData_dt {
  background-color: #9E2225;
}
.-gomapurin .itemData_dt {
  background-color: #626BA2;
}
.-shimesaba .itemData_dt {
  background-color: #67A6BB;
}
.itemData_dd {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  border-bottom: solid 1px #bbbbbb;
}
.itemData_dd:first-of-type {
  border-top: solid 1px #bbbbbb;
}
@media (max-width: 760px) {
  .itemData_dd:first-of-type.-spNoborder {
    border-top: none;
  }
}

.onlineShop {
  background-color: #D4D6E1;
}
@media (max-width: 760px) {
  .onlineShop {
    padding-top: 60px;
  }
}
.onlineShop_inner {
  position: relative;
}

.onlineShopImg {
  position: absolute;
  bottom: 0;
  width: 50%;
}
@media (max-width: 760px) {
  .onlineShopImg {
    position: relative;
    width: 100%;
  }
}

.onlineShopBox {
  position: relative;
  max-width: 800px;
  width: 65%;
  margin: 0 0 0 auto;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .onlineShopBox {
    width: 100%;
    height: auto;
  }
}

.feature {
  padding: 100px 0 100px;
}
.feature.-tapioka {
  background-color: rgba(236, 170, 108, 0.2);
}
.feature.-namachoco {
  background-color: rgba(217, 114, 119, 0.2);
}
.feature.-nikujaga {
  background-color: rgba(237, 135, 54, 0.2);
}
.feature.-basashi {
  background-color: rgba(158, 34, 37, 0.2);
}
.feature.-gomapurin {
  background-color: rgba(98, 107, 162, 0.2);
}
.feature.-shimesaba {
  background-color: rgba(103, 166, 187, 0.2);
}

.featureBox {
  background-color: #fff;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 760px) {
  .featureBox {
    padding: 40px 10px;
  }
}

.featureList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 760px) {
  .featureList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.featureItem {
  text-align: center;
}
@media (max-width: 760px) {
  .featureItem {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}
.featureItem_img {
  max-width: 200px;
  margin: 0 auto 20px;
}
.featureItem_text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .featureItem_text {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 760px) {
  .modal {
    padding: 16px;
  }
}
.modal.-on {
  opacity: 1;
  visibility: visible;
}
.modal_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal_inner {
  position: relative;
  padding: 40px;
  max-width: 1000px;
  background-color: #fff;
  padding: 60px;
  max-height: 98%;
  overflow: auto;
  display: none;
}
.modal_inner.-on {
  display: block;
}
.modal_inner::-webkit-scrollbar {
  background: #fff;
  position: relative;
  width: 4px;
}
.modal_inner::-webkit-scrollbar-thumb {
  background-color: #777777;
}
@media (max-width: 760px) {
  .modal_inner {
    padding: 20px;
  }
}
.modal_img {
  max-width: 600px;
  margin: 0 auto;
}

.company {
  padding: 100px 0;
}

.companyTable {
  max-width: 800px;
  margin: 0 auto;
}
.companyTable th {
  padding: 20px;
}
@media (max-width: 760px) {
  .companyTable th {
    display: block;
    padding: 20px 0 20px 0;
  }
}
.companyTable td {
  padding: 20px;
}
@media (max-width: 760px) {
  .companyTable td {
    display: block;
    padding: 0 0 0 20px;
  }
}

.caution_title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .caution_title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.caution_box {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
}
@media (max-width: 760px) {
  .caution_box {
    border-radius: 20px;
    padding: 20px 10px;
  }
}
.caution_text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .caution_text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}/*# sourceMappingURL=layout.css.map */