@charset "UTF-8";
/* SCSS Document */
/*------------------------------------------------------------

common

------------------------------------------------------------*/
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  counter-reset: item;
  background: url("../img/washi.jpg");
  background-attachment: fixed; }

.loaded {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
a {
  text-decoration: none; }

.flex {
  display: flex; }

.left {
  width: 30%; }

.right {
  width: 70%; }

.wht {
  color: #fff; }

.bold {
  font-weight: bold; }

.navy {
  color: #191970; }

.spbr {
  display: none; }
  @media screen and (max-width: 480px) {
    .spbr {
      display: block; } }

.bg-wht {
  background: rgba(255, 255, 255, 0.7); }

.bg-gry {
  background: rgba(245, 245, 245, 0.7); }

.snow-bg {
  background: linear-gradient(rgba(250, 235, 210, 0.7), rgba(250, 235, 210, 0.7)), url("../img/nice_snow.png"); }

/*.bg-koji{
	background:url("../img/koji-bg.jpg");
	background-size: cover;
	background-attachment: fixed;
}*/
.bg1 {
  background: url("../img/bg1.png");
  background-size: cover; }

.bg2 {
  background: url("../img/bg2.png");
  background-size: cover; }

.text-box {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 100px;
  overflow: hidden;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .text-box {
      position: relative;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      margin-bottom: 0; } }
  .text-box p {
    display: inline-block;
    padding: 15px;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fff;
    background: url("../img/ai.jpg");
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .text-box p {
        width: 100%;
        font-size: 1.2em; } }

.top-contents-txt {
  position: absolute;
  left: 50%;
  top: 100px;
  text-align: left;
  z-index: 2; }
  .top-contents-txt p {
    display: inline-block;
    background: linear-gradient(rgba(146, 136, 64, 0.7), rgba(146, 136, 64, 0.7)), url("../img/nav.png");
    padding: 15px;
    font-size: 1.5em;
    margin-bottom: 20px; }

.boxInner {
  display: flex;
  width: inherit;
  height: inherit;
  background: #4682b4;
  opacity: 0; }
  @media screen and (max-width: 1024px) {
    .boxInner {
      flex-wrap: wrap; } }

.isPlay {
  animation-name: play;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important; }

.isPlay:before {
  animation-name: maskOut;
  animation-duration: .4s;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff; }

.text-box .boxInner {
  background: none; }

.text-box .isPlay:before {
  background: url("../img/washi2.jpg"); }

@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .loadingAnim::before {
    line-height: 1;
    position: fixed;
    z-index: 99998;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    content: ' ';
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition-delay: .1s;
    background: url("../img/koji-bg2.jpg");
    background-size: cover;
    top: 0;
    /*animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;*/ }

.loaded .loadingAnim::before {
  opacity: 0; }

/********************
loading effects__sub
********************/
.loadingAnim_sub {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .loadingAnim_sub::before {
    line-height: 1;
    position: fixed;
    z-index: 99998;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    content: ' ';
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition-delay: .1s;
    background: url("../img/koji-bg2.jpg");
    background-size: cover;
    top: 0; }

.loaded .loadingAnim_sub::before {
  opacity: 0; }

.loadingAnim_line_sub {
  line-height: 1;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 250px;
  height: 1.25em;
  margin: auto;
  transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: 0s;
  text-align: center; }
  .loadingAnim_line_sub::after {
    position: absolute;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    margin: auto auto auto 0;
    content: ' ';
    -webkit-animation: loadingAnim 1s ease-in-out .1s infinite normal backwards;
    animation: loadingAnim 1s ease-in-out .1s infinite normal backwards;
    opacity: .5;
    background: #fff;
    will-change: transform, width; }
  .loadingAnim_line_sub::before {
    /* font-family: 'Poppins', sans-serif;*/
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '「麹」の素晴らしい世界';
    -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
    animation: loadingAnim_text 1s ease .1s infinite alternate both;
    letter-spacing: .1em;
    color: #fff;
    will-change: opacity; }

.loaded .loadingAnim_line_sub {
  overflow: hidden;
  height: 0; }
  .loaded .loadingAnim_line_sub::after {
    -webkit-animation: none;
    animation: none; }
  .loaded .loadingAnim_line_sub::before {
    -webkit-animation: none;
    animation: none;
    content: ''; }

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166; }
  50% {
    color: #333; }
  100% {
    opacity: .5;
    color: #fff; } }
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166; }
  50% {
    color: #333; }
  100% {
    opacity: .5;
    color: #fff; } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.loading-wrap {
  opacity: 0; }

/*------------------------------------------------------------

ヘッダーエリア

------------------------------------------------------------*/
/*.top-image{
	position: relative;
	height: 100vh;
	background:url("../img/main.png");
	background-size: cover;
	
	@include tab {
		height: 50vh;
	}
	
	@include sp {
		height: 60vh;
	}
}*/
.home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .home-hero {
      background: url("../img/koji-top.png");
      background-size: cover;
      height: 60vh; } }

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 99999; }
  @media screen and (max-width: 480px) {
    .logo {
      padding: 20px;
      box-sizing: border-box; } }

.z-index {
  z-index: 99; }

.logo-image h1 {
  font-size: 2em;
  font-weight: bold;
  color: #fff; }
  .logo-image h1 em {
    font-size: 3rem !important;
    transition: .3s;
    text-shadow: 0 0 3px #fff; }
.logo-image img {
  width: 100%;
  max-width: 500px; }

svg.koji {
  width: 500px; }
  @media screen and (max-width: 480px) {
    svg.koji {
      width: 100%;
      max-width: 250px; } }

.cls-1 {
  fill: #fff;
  stroke-miterlimit: 10;
  fill-opacity: 0;
  /*@include sp {
  	fill: #fff;
  	fill-opacity: 1;
  	stroke:#fff;
  	}*/ }

.mukei {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  filter: blur(6px);
  opacity: 0;
  transition: 1s; }
  @media screen and (max-width: 480px) {
    .mukei {
      font-size: 1em; } }

.mukei2 {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  filter: blur(6px);
  opacity: 0;
  transition: 1s; }
  @media screen and (max-width: 480px) {
    .mukei2 {
      font-size: .9em; } }

.mukei3 {
  display: block;
  margin: 10px 0 20px 0;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  filter: blur(6px);
  opacity: 0;
  transition: 1s; }
  @media screen and (max-width: 1024px) {
    .mukei3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    .mukei3 {
      font-size: .8em; } }

.nav {
  position: fixed;
  width: 100%;
  /*display: flex;
  justify-content: flex-end;*/
  padding: 10px;
  box-sizing: border-box;
  z-index: 999;
  transition: .3s; }
  @media screen and (max-width: 1024px) {
    .nav {
      display: none; } }

.opacity {
  opacity: 1;
  filter: blur(0); }

.bgColor {
  background: url("../img/nav.png"), rgba(146, 136, 64, 0.7);
  transition: .3s; }

.gnav {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  margin: 0 auto; }
  .gnav li {
    padding: 0 10px;
    box-sizing: border-box; }
    .gnav li a {
      display: inline-block;
      position: relative;
      color: #fff;
      padding: 10px 20px;
      font-weight: bold;
      /*text-shadow: 0 0 3px #000;*/
      transition: .3s; }
      .gnav li a:hover {
        color: #ccc; }
    .gnav li a::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: .3s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .gnav li a:hover::after {
      width: 100%; }

.top-logo {
  padding: 10px !important;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  opacity: 0; }
  .top-logo a {
    border: none !important;
    box-shadow: none !important; }
  .top-logo a::after {
    content: none !important; }
  .top-logo img {
    width: 100%; }

.top-logo.logoShow {
  opacity: 1 !important;
  transition: .3s; }

/*------------------------------------------------------------

スマホナビ

------------------------------------------------------------*/
.sp-logo {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp-logo {
      display: block;
      padding: 20px; } }

nav.globalMenuSp {
  display: none; }
  @media screen and (max-width: 1024px) {
    nav.globalMenuSp {
      display: block;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      /*background: #fff;*/
      color: #000;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.6s;
      width: 100%;
      height: 100%; }
      nav.globalMenuSp ul {
        background: url(../img/nav.png), rgba(146, 136, 64, 0.9);
        /*background: -webkit-linear-gradient(-45deg, #fa709a 0%, #fbb0c9 100%);*/
        margin: 0 auto;
        padding: 50px 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box; }
        nav.globalMenuSp ul li {
          font-size: 1.1em;
          list-style-type: none;
          padding: 0;
          width: 100%;
          /*border-bottom: 1px dotted #fff;*/ }
          nav.globalMenuSp ul li:last-child {
            padding-bottom: 0;
            border-bottom: none; }
          nav.globalMenuSp ul li a {
            display: block;
            color: #fff;
            /*text-shadow: 1px 1px 0 #ccc;*/
            padding: 1em 0;
            font-size: 1.1em;
            border-bottom: dotted 1px #ccc; }
            nav.globalMenuSp ul li a:hover {
              background: rgba(245, 245, 245, 0.8); }
      nav.globalMenuSp.nav_active {
        transform: translateY(0%); } }

@media screen and (max-width: 1024px) {
  p.psp {
    padding: 1em 0; } }

.navToggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    .navToggle {
      display: block;
      position: fixed;
      right: 5px;
      top: 5px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index: 101;
      text-align: center;
      border-radius: 5px; }
      .navToggle span {
        display: block;
        position: absolute;
        border-bottom: solid 2px #fff;
        box-shadow: 1px 1px 1px #aaaaaa;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        right: 6px; }
        .navToggle span:nth-child(1) {
          top: 9px;
          width: 16px; }
        .navToggle span:nth-child(2) {
          top: 23px;
          width: 31px; }
        .navToggle span:nth-child(3) {
          top: 37px;
          width: 47px; }
        .navToggle span:nth-child(4) {
          width: 47px;
          border: none;
          color: #fff;
          text-shadow: 1px 1px 1px #aaaaaa;
          box-shadow: none;
          font-size: 16px;
          top: 45px; }
      .navToggle.nav_active span {
        box-shadow: none;
        text-shadow: none; }
        .navToggle.nav_active span:nth-child(1) {
          top: 22px;
          right: 6px;
          width: 47px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .navToggle.nav_active span:nth-child(2), .navToggle.nav_active span:nth-child(3) {
          top: 22px;
          width: 47px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); } }

/*------------------------------------------------------------

コンテンツ

------------------------------------------------------------*/
.contents-area {
  padding: 100px 0; }
  @media screen and (max-width: 480px) {
    .contents-area {
      padding: 50px 0; } }

.sub-ttl-area {
  padding: 100px 0;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .sub-ttl-area {
      padding: 50px 0; } }

.sub-ttl {
  /*font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝","Yu Gothic", "游ゴシック","Noto Serif JP", serif;*/
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .sub-ttl {
      font-size: 1.2rem;
      letter-spacing: 3px; } }
  .sub-ttl em {
    font-size: 2.5rem !important;
    transition: .3s;
    text-shadow: 0 0 3px #fff; }
    @media screen and (max-width: 480px) {
      .sub-ttl em {
        font-size: 1.8rem !important; } }
  .sub-ttl::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffe8e5;
    background: radial-gradient(#ffe8e5, #ffcccc);
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .sub-ttl::before {
        width: 60px;
        height: 60px;
        left: -16px; } }

.top-txt-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .top-txt-box {
      padding: 10px;
      box-sizing: border-box; } }
  .top-txt-box p {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .top-txt-box p {
        font-size: 1em; } }

.kouzaki-txt-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .kouzaki-txt-box {
      padding: 10px;
      box-sizing: border-box; } }
  .kouzaki-txt-box p {
    line-height: 2em; }
    @media screen and (max-width: 480px) {
      .kouzaki-txt-box p {
        font-size: 1em; } }

.youtube {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px; }
  .youtube h3 {
    position: relative;
    font-size: 1.5em;
    color: #333333;
    font-weight: bold;
    padding: 10px;
    border-bottom: solid 2px #ffcccc;
    text-shadow: 0 0 3px #fff;
    margin-bottom: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .youtube h3 {
        font-size: 1em; } }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.top-contents-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .top-contents-box {
      height: auto; } }

.top-contents-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%; }
  @media screen and (max-width: 480px) {
    .top-contents-image {
      position: relative;
      width: 100%; } }
  .top-contents-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover; }
  .top-contents-image::before {
    content: "";
    display: block;
    padding-top: 75%; }

.top-contents-txt {
  position: absolute;
  left: 50%;
  top: 100px;
  text-align: left;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .top-contents-txt {
      position: relative;
      left: 0;
      top: 0; } }
  .top-contents-txt p {
    display: inline-block;
    background: #fff;
    padding: 10px;
    font-size: 1.5em;
    margin-bottom: 20px; }

.top-contents-txt-box {
  position: absolute;
  left: 50%;
  top: 300px;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  /*background:url("../img/washi2.jpg");*/
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .top-contents-txt-box {
      position: relative;
      left: 0;
      top: 0;
      width: 100%; } }
  .top-contents-txt-box p {
    line-height: 1.6em; }

.recipelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .recipelist {
      flex-wrap: wrap;
      overflow: hidden; } }
  .recipelist li {
    position: relative;
    /*width: 24vw;*/
    width: 24%;
    margin-bottom: 10px;
    max-width: 300px;
    border: solid 1px #ccc; }
    @media screen and (max-width: 480px) {
      .recipelist li {
        width: 49%; } }
    .recipelist li::before {
      content: "";
      display: block;
      padding-top: 100%; }
  .recipelist li a {
    /*font-size: 1.8em;*/
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*	&::after {
    	content: "";
    	display: block;
    	width: 40px;
    	height: 2px;
    	background:#7F7F7F;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: 60px auto 0 auto;
    }*/ }

.koji-language {
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc;
  box-sizing: border-box; }

.page-btn-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .page-btn-flex {
      justify-content: space-between; } }

/*.page-btn{
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
*/
.page-btn {
  text-align: center;
  width: 40%;
  margin: 10px; }
  @media screen and (max-width: 480px) {
    .page-btn {
      width: 50%;
      margin: 0; } }

.page-btn a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#990033), to(#ff3333));
  background-image: -webkit-linear-gradient(left, #990033 0%, #ff3333 51%, #ff3333 100%);
  background-image: linear-gradient(to right, #990033 0%, #ff3333 51%, #ff3333 100%);
  background-size: 200% auto;
  border: solid 2px #fa8072;
  transition: .3s;
  box-sizing: border-box; }
  .page-btn a:hover {
    color: #ffe4e1;
    background-position: right center;
    transition: .3s; }
  .page-btn a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #990033;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }

.btn-sml {
  font-size: .8em; }

footer {
  background: url(../img/nav.png), rgba(146, 136, 64, 0.7);
  padding: 100px 0 20px 0; }
  @media screen and (max-width: 480px) {
    footer {
      padding: 20px 0; } }
  footer br {
    display: none; }
    @media screen and (max-width: 480px) {
      footer br {
        display: block; } }

.copyright {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.5em; }
  @media screen and (max-width: 480px) {
    .copyright {
      padding: 50px 0 20px 0; } }
  @media screen and (max-width: 480px) {
    .copyright span {
      display: block; } }

/*------------------------------------------------------------

下層ページ

------------------------------------------------------------*/
.sub-logo {
  padding: 10px !important;
  margin-right: auto;
  width: 100%;
  max-width: 300px; }
  .sub-logo a::after {
    content: none !important; }
  .sub-logo img {
    width: 100%; }

.sub-image {
  position: relative;
  height: 50vh;
  background: url(../img/sub-top.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 480px) {
    .sub-image {
      height: 35vh; } }

.sub-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media screen and (max-width: 480px) {
    .sub-top {
      width: 100%;
      text-align: center; } }
  .sub-top h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #808080; }
    @media screen and (max-width: 480px) {
      .sub-top h2 {
        font-size: 1.5em;
        line-height: 1.5em; } }
    .sub-top h2 span {
      display: block;
      color: #dcdcdc;
      padding-top: 15px;
      font-size: .6em;
      letter-spacing: 0.05em;
      text-align: center; }

.recipe-box {
  max-width: 1200px;
  margin: 0 auto; }

.recipe-ttl-area {
  padding: 100px 0;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .recipe-ttl-area {
      padding: 50px 0; } }

.recipe-ttl {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .recipe-ttl {
      font-size: 1.2rem;
      letter-spacing: 3px; } }
  .recipe-ttl em {
    font-size: 2.3rem !important;
    transition: .3s;
    text-shadow: 0 0 3px #fff; }
    @media screen and (max-width: 480px) {
      .recipe-ttl em {
        font-size: 1.8rem !important; } }
  .recipe-ttl::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffe8e5;
    background: radial-gradient(#ffe8e5, #ffcccc);
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .recipe-ttl::before {
        width: 60px;
        height: 60px;
        left: -16px; } }

#recipe-slide {
  margin-bottom: 30px; }

.recipe-main-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .recipe-main-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover; }
  .recipe-main-image::before {
    content: "";
    display: block;
    padding-top: 75%; }

.recipe-sub-ttl {
  position: relative;
  font-size: 1.5em;
  color: #333333;
  font-weight: bold;
  padding: 10px;
  border-bottom: solid 2px #ffcccc;
  text-shadow: 0 0 3px #fff;
  margin-bottom: 10px;
  box-sizing: border-box; }
  .recipe-sub-ttl::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 120px;
    height: 100%;
    background: url("../img/fude.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }
  @media screen and (max-width: 480px) {
    .recipe-sub-ttl {
      font-size: 1em; } }

.comment-flex {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap; }

.comment-box-img {
  width: 30%; }
  @media screen and (max-width: 480px) {
    .comment-box-img {
      width: 100%; } }
  .comment-box-img img {
    width: 100%; }

.seasoninglist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .seasoninglist {
      flex-wrap: wrap;
      overflow: hidden; } }
  .seasoninglist li {
    position: relative;
    /*width: 24vw;*/
    width: 24%;
    margin-bottom: 10px;
    max-width: 300px;
    border: solid 1px #ccc; }
    @media screen and (max-width: 480px) {
      .seasoninglist li {
        width: 49%; } }
    .seasoninglist li::before {
      content: "";
      display: block;
      padding-top: 100%; }
  .seasoninglist li a {
    /*font-size: 1.8em;*/
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*	&::after {
    	content: "";
    	display: block;
    	width: 40px;
    	height: 2px;
    	background:#7F7F7F;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: 60px auto 0 auto;
    }*/ }

.sake {
  background: url("../img/sake.jpg");
  background-size: cover;
  background-position: center; }

.miso {
  background: url("../img/miso.jpg");
  background-size: cover;
  background-position: center; }

.shouyu {
  background: url("../img/shouyu.jpg");
  background-size: cover;
  background-position: center; }

.osu {
  background: url("../img/osu.jpg");
  background-size: cover;
  background-position: center; }

.mirin {
  background: url("../img/mirin.jpg");
  background-size: cover;
  background-position: center; }

.empty-c {
  position: relative;
  width: 19%;
  height: 0 !important;
  margin-bottom: 0 !important;
  max-width: 300px;
  border: none !important; }
  @media screen and (max-width: 480px) {
    .empty-c {
      width: 32%; } }
  .empty-c::before {
    content: none !important;
    display: none !important; }

button.btn-1 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  position: absolute;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 !important;
  background: url(../img/vegas_bg05.png), rgba(0, 0, 34, 0.6);
  width: 100%;
  height: 100%; }
  button.btn-1:hover {
    background: url(../img/vegas_bg05.png), rgba(0, 0, 34, 0.2);
    transition: .3s; }

span.seasoningttl {
  font-size: 1.2em;
  letter-spacing: .1em;
  font-weight: bold;
  padding: 15px 10px; }

.koji-shop {
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }

.koji-shop-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.koji-shop-img {
  width: 50%; }
  @media screen and (max-width: 480px) {
    .koji-shop-img {
      width: 100%;
      margin-bottom: 30px; } }
  .koji-shop-img img {
    width: 100%; }

.koji-shop-txt {
  width: 50%; }
  @media screen and (max-width: 480px) {
    .koji-shop-txt {
      width: 100%; } }

.ttlline {
  position: relative;
  font-size: 1.2em;
  text-indent: 1em;
  display: block;
  width: 100%;
  padding: 0.25em 0; }
  .ttlline::after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    background: -webkit-linear-gradient(to right, gainsboro, transparent);
    background: linear-gradient(to right, gainsboro, transparent); }
