@charset "UTF-8";
@import url('reset.css');

/*=========================================

common

=========================================*/
/* layout */
.fx_contents .font-en {
  font-family: 'Libre Baskerville';
}
.fx_contents .font-s {
  font-family: 'Sawarabi Mincho';
}
.fx_contents .container {
	width: 100%;
	min-width: 960px;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
}
.fx_contents img {
  max-width: 100%;
}
.fx_contents .content {
  width: 100%;
  min-width: 960px;
  padding: 80px 0;
  position: relative;
}

.fx_contents .content_inner {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
}
.fx_contents .show_sp {
  display: none;
}

.fx_contents .show_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .fx_contents .container {
    min-width: 0;
    width: 100%;
  }
  .fx_contents .content {
    min-width: 0;
    width: 100%;
    padding: 40px 0;
  }
  .fx_contents .content_inner {
    width: 94%;
  }
  .fx_contents .show_sp {
    display: block;
  }
  .fx_contents .show_pc {
    display: none;
  }
  .fx_contents #wineCommonHeader{
    display: none;
  }
}

/* section共通のパーツ */
.fx_contents .sec-title {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
.fx_contents .sec-title::after {
  content: '';
  width: 80px;
  height: 3px;
  background: #c8a868;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  border-radius: 1px;
}
@media screen and (max-width: 767px){
  .fx_contents .sec-title {
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
}

/* ec-button */
.ec-button{
  height: 60px;
}
.ec-button img{
  width: 360px;
  height: 60px;
  margin:0 auto;
}
.ec-button-lineup{
  height: 43px;
}
.ec-button-lineup img{
  width: 250px;
  height: 43px;
}
@media screen and (max-width: 767px){
  .ec-button{
    height: 40px;
  }
  .ec-button img{
    width: 250px;
    height: 40px;
  }
  .remodal-wrapper iframe.fixed.parent-iframe{
  top:35vh !important;
  }
}

/*=========================================

main

=========================================*/
.fx_contents .main_wrapper {
  padding: 0;
}
.fx_contents .main_img {
  width: 100%;
}

.fx_contents .main_box {
  background: #fff;
}
.fx_contents .main_box .ec-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fx_contents .main_box {
    padding: 25px 0;
  }
  .fx_contents .main_box .ec-button {
    width: 360px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fx_contents .main_box {
    padding: 15px 0;
  }
  .fx_contents .main_box .ec-button {
    width: 250px;
    height: 40px;
  }
}


/*=========================================

nav

=========================================*/
.fx_contents .nav_wrapper {
	background: #000000;
	width: 100%;
  opacity: 1;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.fx_contents .nav_fx {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  text-align: center;
  line-height: 1.2;
  width: 960px;
  max-width: 100%;
  box-sizing: border-box;
}
.fx_contents .nav_fx_item {
  color: #fff;
  font-size: 20px;
}
.fx_contents .nav_fx_item_en {
  color: #c8a868;
  font-size: 12px;
}
.fx_contents .nav_fx_border::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #c8a868;
  display: block;
}
.fx_contents .nav-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fx_contents .nav_wrapper {
    opacity: 0;
  }
}
/*=========================================

nav (sp)

=========================================*/
.fx_contents .nav_wrapper_sp{
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fx_contents .nav_wrapper_sp {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 40px;
    width: 100%;
    display: none;
    opacity: 1;
  }

  .fx_contents .header_logo {
    padding: 6px 0;
    height: 40px;
    box-sizing: border-box;
  }
  .fx_contents .header_logo img {
    max-height: 100%;
  }
  .fx_contents .header_menu {
    /* padding: 40px 0; */
    border-top: 1px solid #ffffff;
    background: #000000;
    display: block;
    top: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 0;
    transform-origin: top;
		transition: height 0.3s ease;
		margin-top: 40px;
  }
  .fx_contents .header_menu.js-click {
		height: 100vh;
		background: rgba(45, 45, 45, 0.7);
  }
  /* .fx_contents .header_menu_list_item a {
    background: none;
  } */
  .fx_contents .nav_wrapper_sp {
    text-align: center;
  }
  .fx_contents .header_menu_list_item {
    margin-bottom: 24px;
	}
	.fx_contents .header_menu_list {
    min-height: 400px;
    /* padding: 0 20px; */
		position: relative;
		background: #000000;
		box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .fx_contents .header_menu_list_item_wrapper {
    position: absolute;
		top: 50%;
		left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    margin-top: 16px;
  }

  .fx_contents .header_menu_list_item a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 0;
    transition: all 0.2s ease 0s;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
  }
  .fx_contents .header_menu_list_item span {
    color: #c8a868;
    font-size: 12px;
  }
  /*ハンバーガーメニュー*/
  .fx_contents .toggle_wrapper {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .fx_contents .toggle_wrapper:hover {
    cursor: pointer;
  }

  .fx_contents .toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 20px;
  }

  .fx_contents #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 1px;
    margin: -1px 0 0 -11px;
    background: #ffffff;
    transition: 0.2s;
  }

  .fx_contents #panel-btn-icon:before,
  .fx_contents #panel-btn-icon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 1px;
    margin-left: -11px;
    background: #ffffff;
    transition: 0.3s;
    /*動く速度*/
  }

  .fx_contents #panel-btn-icon:before {
    margin-top: -9px;
    /*線幅含んだ値*/
  }

  .fx_contents #panel-btn-icon:after {
    margin-top: 7px;
  }

  .fx_contents #panel-btn .close {
    background: transparent;
    /*真ん中の線が見えなくなる*/
  }

  .fx_contents #panel-btn .close:before,
  .fx_contents #panel-btn .close:after {
    margin-top: 0;
  }

  .fx_contents #panel-btn .close:before {
    transform: rotate(-45deg);
  }

  .fx_contents #panel-btn .close:after {
    transform: rotate(-135deg);
  }

}

/*=========================================

sec01

=========================================*/
.fx_contents .sec01 {
  background: url(../img/sec01_bg.png) no-repeat top center;
  background-size: cover;
}
.fx_contents .fx-banner-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.fx_contents .fx-banner {
  display: inline-block;
}
.fx_contents .sec01-text {
  text-align: center;
  padding-bottom: 24px;
}
.fx_contents .sec01-subtext {
  text-align: center;
  font-size: 12px;
}
.fx_contents .sec01-subtext + .sec01-subtext{
  margin-top: 10px;
}
.fx_contents .text-sup {
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  margin-left: -6px;
  padding-right: 6px;
}
.fx_contents .sec01_subtitle{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px){
  .fx_contents .fx-banner-wrapper {
    margin-bottom: 20px;
  }
  .fx_contents .sec01-text {
    padding-bottom: 16px;
    text-align: left;
    font-size: 12px;
  }
  .fx_contents .sec01-subtext {
    text-align: left;
    font-size: 10px;
  }
  .fx_contents .text-sup {
    vertical-align: super;
    font-size: 10px;
    letter-spacing: 0;
    margin-left: -6px;
    padding-right: 6px;
  }
  .fx_contents .sec01_subtitle{
    margin-bottom: 8px;
  }
}
/*=========================================

sec02

=========================================*/
.fx_contents .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fx_contents .lineup-list-sp {
	display: none;
}
.fx_contents .sec02_subtitle{
  font-size: 12px;
  color: #afafaf;
  text-align: center;
}
.fx_contents .sec02_subtitle::before{
  content:'';
  width: 12px;
  height: 12px;
  background: url(../img/icon_sec02_arrow.png) no-repeat center center ;
  background-size: contain;
  display:inline-block;
  margin-right: 4px;
}
.fx_contents .lineup-list-item {
  width: 300px;
  margin: 72px 30px 0 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
.fx_contents .lineup-list-item:nth-child(3n) {
  margin-right: 0;
}
.fx_contents .lineup-list-item:last-child {
  margin-right: 0;
  /*margin-left: 30px;*/
}
.fx_contents .lineup_title {
  color: #c8a868;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02rem;
}
.fx_contents .lineup_subtitle {
  color: #c8a868;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.fx_contents .lineup_text {
  min-height: 240px;
  font-size: 14px;
}
.fx_contents .lineup_info {
  overflow: hidden;
}
.fx_contents .lineup_info_box {
  float: left;
}
.fx_contents .lineup_info_box--left {
  width: 30%;
  text-align: center;
  margin: 24px 0 0 0;
}
.fx_contents .lineup_info_box--right {
  width: 70%;
}
.fx_contents .lineup_box_title {
  color: #c8a868;
  font-size: 14px;
}
.fx_contents .lineup_box_text {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}
.fx_contents .lineup_varie_text {
  min-height: 75px;
  font-size: 14px;
}
/* taste bar */
.fx_contents .lineup_taste {
  margin: 16px 0 24px;
}
.fx_contents .lineup_taste_bar {
  width: 100%;
  position: relative;
  padding: 24px 0 0 0;
  overflow: hidden;
  font-size: 14px;
}
.fx_contents .lineup_taste_bar::before {
  content: '辛口';
  position: absolute;
  top: 0;
  left: 0;
}
.fx_contents .lineup_taste_bar::after {
  content: '甘口';
  position: absolute;
  top: 0;
  right: 0;
}
.fx_contents .lineup_taste_bar li {
  width: 19.2%;
  height: 2px;
  background: #606060;
  display: block;
  box-sizing: border-box;
  margin-right: 1%;
  float: left;
}
.fx_contents .lineup_taste_bar li:last-child {
  margin-right: 0;
}
.fx_contents .lineup_taste_bar li.taste_rate {
  background: #c8a868;
}

@media screen and (max-width: 767px) {
	.fx_contents .lineup-list {
		display: none;
	}
	.fx_contents .lineup-list-sp {
		display: flex;
		flex-wrap: wrap;
	}
	.fx_contents .lineup-list-item {
		width: 33%;
		margin: 40px 0 0 0;
	}
	.fx_contents .lineup-list-item:last-child {
		margin-left: 0px;
	}
	.fx_contents .lineup_title {
		font-size: 10px;
		text-decoration: underline;
	}
}

/* モーダル */
.remodal .font-en {
  font-family: 'Libre Baskerville';
}
.remodal .font-s {
  font-family: 'Sawarabi Mincho';
}
.remodal .lineup_title {
  color: #c8a868;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02rem;
}
.remodal .lineup_subtitle {
  color: #c8a868;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.remodal .lineup_text {
	text-align: left;
  margin: 24px 0;
  font-weight: normal;
}
.remodal .lineup_info {
  overflow: hidden;
}
.remodal .lineup_info_box {
  float: left;
}
.remodal .lineup_info_box--left {
  width: 30%;
  text-align: center;
  margin: 24px 0 0 0;
}
.remodal .lineup_info_box--right {
	width: 70%;
	text-align: left;
}
.remodal .lineup_box_title {
	color: #c8a868;
	text-align: left;
}
.remodal .lineup_box_text {
  margin-bottom: 8px;
  line-height: 1.2;
}
.remodal .lineup_varie_text {
  min-height: 75px;
}
/* モーダルのtaste bar */
.remodal .lineup_taste {
  margin: 16px 0 24px;
}
.remodal .lineup_taste_bar {
  width: 100%;
  position: relative;
  padding: 24px 0 0 0;
  overflow: hidden;
}
.remodal .lineup_taste_bar::before {
  content: '辛口';
  position: absolute;
  top: 0;
  left: 0;
}
.remodal .lineup_taste_bar::after {
  content: '甘口';
  position: absolute;
  top: 0;
  right: 0;
}
.remodal .lineup_taste_bar li {
  width: 19.2%;
  height: 2px;
  background: #606060;
  display: block;
  box-sizing: border-box;
  margin-right: 1%;
  float: left;
}
.remodal .lineup_taste_bar li:last-child {
  margin-right: 0;
}
.remodal .lineup_taste_bar li.taste_rate {
  background: #c8a868;
}


/* ec-button */
.ec-button {
  text-align: center;
}
.ec-button img {
  max-width: 100%;
}
/*=========================================

sec03

=========================================*/
.fx_contents .sec03 {
  background: url(../img/sec03_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  display: block;
  height: 400px;
  padding: 0;
  margin: 100px 0;
}
.fx_contents .sec03_list {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fx_contents .sec03_list img{
  margin: auto;
}
@media screen and (max-width: 767px){
  .fx_contents .sec03 {
    height: 230px;
    margin: 16vw 0;
  }
  .fx_contents .sec03_list {
    position: absolute;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/*=========================================

sec04

=========================================*/
.fx_contents .sec04_list {
  padding-top: 48px;
}
.fx_contents .recipe {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
.fx_contents .sec04_list-item:nth-child(2n) .recipe {
  flex-direction: row-reverse;
}
.fx_contents .sec04_list-item:last-child .recipe{
  margin-bottom: 0;
}
.fx_contents .recipe_box {
  width: 50%;
  text-align: center;
}
.fx_contents .recipe_box_title {
  padding: 0 0 42px;
  margin-top: -24px;
}
.fx_contents .recipe_box_text {
  padding: 0 24px;
  text-align: left;
}
@media screen and (max-width: 767px){
  .fx_contents .sec04_list {
    padding-top: 24px;
  }
  .fx_contents .recipe {
    display: block;
    margin-bottom: 80px;
  }
  .fx_contents .recipe_box {
    width: 100%;
  }
  .fx_contents .recipe_box_title {
    padding: 0 0 8px;
    margin-top: 16px;
  }
  .fx_contents .recipe_box_text {
    padding: 0;
  }
  .fx_contents .recipe_box img {
    max-width: 200px;
  }
}
/*=========================================

sec05

=========================================*/
.fx_contents .sec05 {
  background: url(../img/sec05_bg.png) no-repeat center center;
  background-size: cover;
}
.fx_contents .sec05_list {
  padding-top: 48px;
  display: flex;
  align-items: center;
}
.fx_contents .sec05_list-item {
  width: 50%;
  text-align: center;
}
.fx_contents .sec05_list_title {
  padding: 0 0 42px;
  margin-top: -16px;
}
.fx_contents .sec05_list_text {
  padding: 0 24px 16px;
  text-align: left;
}
@media screen and (max-width: 767px){
  .fx_contents .sec05_list {
    padding-top: 24px;
    display: block;
  }
  .fx_contents .sec05_list-item {
    width: 100%;
  }
  .fx_contents .sec05_list_title {
    padding: 0 0 8px;
    margin-top: 16px;
  }
  .fx_contents .sec05_list_text {
    padding: 0;
  }

  .fx_contents .sec05_list-item img{
    max-width: 200px;
  }
}
/*=========================================

sec06

=========================================*/
.fx_contents .content.sec06 {
  padding: 0;
  text-align: center;
  background: #c8a868;
}
.fx_contents .totop_link {
  font-size: 18px;
  padding: 35px 0 24px;
  display: block;
  position: relative;
  color: #332b1d;
  text-decoration: underline;
}
.fx_contents .totop_link::after {
  content: '';
  display: block;
  background: url(../img/icon_totop.png) no-repeat center center;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .fx_contents .totop_link {
    font-size: 16px;
    padding: 24px 0 14px;
  }
  .fx_contents .totop_link::after {
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}