* {
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  /*text-align: center; これすると文字が全部中央揃えになってしまう*/
  margin: 0;
  color: #333;
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
}

p {
  margin: 0;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
h3{
  margin: 0;
}

/*共通はじまり*/
.tittle {
  display: none;
}
.tittle_pc {
  width: 100%;
}
.idea, .sommelier, .distiller, .distiller_sp, .sommelier_sp{
  max-width: 1165px;
  margin: 0 auto;
  padding-top: 70px;
}
/*共通おしまい*/

/*ヘッダーはじまり*/
.header {
  box-sizing: border-box;
  width: 100%;
  height: 120px;/*190→120*/
  display: flex;
  align-items: center;
}
/*ハンバーガーメニューの線はじまり*/
.nav_toggle {
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 5%;
  width: 5rem;
  height: 1rem;
  z-index: 100;
}
.nav_toggle i{
  align-items: center;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3980C1;
  position: absolute;
  transition: transform .5s, opacity .5s;
  z-index: 10;
  border-radius: 10px;
}
.nav_toggle i:nth-child(1) {
  top: 0;
  width: 80px;
}
.nav_toggle i:nth-child(2) {
  bottom: 0;
  margin: auto;
  width: 80px;
}
/*ハンバーガーメニューの線クリック時はじまり*/
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #3980C1;
  width: 60px;
  height: 2px;
  z-index: 10;
}
.nav_toggle.show i:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
  width: 60px;
  background-color: #3980C1;
  height: 2px;
  z-index: 10;
}
/*ハンバーガーメニューの線クリック時おしまい*/
/*ハンバーガーメニューの線おしまい*/
/*ハンバーガーメニューの中はじまり*/
.header-nav-item {
  display: flex;
  align-items: center;
}
.header-nav-menu {
  opacity: 0;
  transition: opacity .5s, visibility .5s;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: fit-content;
}
.header-nav-menu.show {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  z-index: 10;
}
.nav_menu_ul{
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
.nav_menu_li{
  position: relative;
  line-height: 26px;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
  color: #333;
  line-height: 400%;
  text-align: center;
}
.nav_menu_li a{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
/*ハンバーガーメニューの中おしまい*/
.header-item{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header-item a {
  position: relative;
  z-index: 5;
}
/*ロゴはじまり*/
.logo {
  /*width: 100%;
  max-width: 646px;*/
  height: 70px;
  margin: 0 auto;
}
/*ロゴおしまい*/
/*ショップアイコンはじまり*/
.header-nav {
  position: relative;
  align-items: center;
  display: inline-block;
}
.header-shopicon {
  width: 45px;
}
.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent; /* 見えない透明の背景 */
  z-index: 1;
}
/*ショップアイコンおしまい*/
/*ヘッダーおしまい*/

/*mv*/
.mv {
  width: 100%;
  height: 654px;
  background: url("../images/top仮.png");
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  text-align: center;
}

/*DESIGN IDEA.始まり*/
.class_idea {
  background-color: #EAECEE;
  padding-bottom: 72px;
}
.contents-tittle{
  font-weight: bold;
  font-size: 18px;
  letter-spacing:0.24em;
  padding-top: 24px;
}
.idea_contents01{
  margin-top: 40px;
}
.idea_contents01 h3{
	writing-mode: vertical-rl;
  font-size: 26px;
  font-weight: 400;
  line-height: 2.346;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.idea_contents01 h3 span {
  display: inline;
  border-right: solid 1px #333;
  padding-right: 5px;
}
.idea_contents02{
  display: flex;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
  justify-content: center;
}

.idea_contents02 .right-column h3{
  writing-mode: vertical-rl;
  font-size: 46px;
  line-height: 2.091;
  letter-spacing: 0.35em;
  margin-left: 16px;
}
.idea_img{
  width: 100%;
}

.idea-sentence p{
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
  font-size: 16px;
  line-height: 2.615;
  letter-spacing: 0.14em;
}

/*DESIGN IDEA.レスポンシブ*/

@media (max-width: 1024px) {
  .idea_contents01 h3{
    font-size: 20px;
  }
  .idea_contents02 .right-column h3{
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .idea_contents01 h3{
    font-size: 18px;
  }
  .idea-sentence p{
    font-size: 14px;
  }
  .contents-tittle{
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .idea_contents01 h3{
  font-size: 11px;
  }
  .idea_contents02{
    justify-content: space-between;
  }
  .idea_contents02 .right-column{
    width: 35%;
  }
  .idea_contents02 .left-column{
    width: 65%;
  }
  .idea_contents02 .right-column h3 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .idea_contents01 h3{
    font-size: 10px;
  }
}
@media (max-width:320px) {
  .idea_contents01 h3{
    font-size: 9px;
  }
}
/*DESIGN IDEA.終わり*/

/*SOMMELIER DISTILLER 始まり*/
.distiller {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px; /* 必要に応じて調整 */
  margin: 0 auto;
}
.sommelier img, .distiller img {
  /*margin: 0 auto;*/
  display: block;

}
.sommelier_img{
  width: 50%;
  float: right;
  margin-left: 24px;
  margin-top: 72px;
  vertical-align: bottom;
}

.distiller_img{
  width: 50%;
  float: left;
  margin-right: 24px;
  margin-top: 24px;
  vertical-align: bottom;
}
.sommelier p , .distiller p{
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
  font-size: 16px;
  line-height: 2.615;
  letter-spacing: 0.14em;
}

.name{
  font-size: 18px !important; 
  margin-bottom: 4px;
}

.distiller_sp ul  {
  padding-left: 0px;
  display: flex;
}
.distiller_sp li {
  list-style: none;
}
.experiment_img01 {
  padding-right : 8px;
  max-width: 100%;
}
.experiment_img03 {
  padding: 200px 0px 40px 8px;
  max-width: 100%;
}

.experiment {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 64px;
}

.experiment li {
  list-style: none;
  width: 45%;
  max-width: 400px;
  box-sizing: border-box;
}

.experiment img {
  width: 100%;
  height: auto;
  display: block;
}
.distiller_sp, .sommelier_sp{
  display: none;
}
.distiller, .sommelier{
  display: block;
}

@media (max-width: 768px) {
  .distiller_img, .sommelier_img, .name{
    float: none;
    display: block;
    margin: 10px auto;
  }
  .sommelier_img{
  margin-left: 0px;
  margin-top: 10px;
  }
  .distiller_img{
    margin-right: 0px;
    margin-top: 10px;
  }
  .sommelier, .contents{
    margin-top: 0px;
  }
  .distiller_sp, .sommelier_sp{
    display: block;
  }
  .distiller, .sommelier, .experiment{
    display: none;
  }
  .experiment_img02 {
    padding : 260px 0px 40px 8px;
    max-width: 100%;
  }
  .name {
    font-size: 14px !important;
}
}

@media (max-width: 450px) {
  .experiment_img02 {
    padding : 180px 0px 40px 8px;
  }
}

.top{
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
  font-size: 16px;
  line-height: 2.615;
  letter-spacing: 0.14em;
  margin-top: 64px;
}
/*footer*/
.footer {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  margin-top: 60px;
  background-color: #f5f5f5;
}

.footer_contents{
  text-align: center;
  color: #333;
}

.footer_contents p{
  margin: 0 auto;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
}

/*footer 完了*/

/*レスポンシブはじまり*/

@media (max-width: 1024px) {

.idea, .sommelier, .distiller{
  max-width: 80%;
  padding-top: 70px;/*ここまだ*/
  }
 .distiller_sp, .sommelier_sp{
    max-width: 80%;
    padding-top: 56px;
    }
}
@media (max-width: 768px) {
  .sommelier_img, .distiller_img{
    width: 100%;
  }
  .top{
    font-size: 14px;
  }
  .sommelier_sp p ,.distiller_sp p{
    font-family:"Hiragino Mincho ProN", YuMincho, serif;
    font-size: 14px;
    line-height: 2.615;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 430px) {

  .idea {
    max-width: 90%;
    padding-top: 40px;
  }
  .sommelier_sp, .distiller_sp{
    max-width: 90%;
    padding-top: 64px;
  }

  }

/*レスポンシブ ヘッダーはじまり*/
@media (max-width: 1024px) {
  .header-nav-item {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header{
    height: 120px;
  }
  /*.logo{
  max-width: 430px;
 }*/
}
@media (max-width: 450px) {
  .header{
    height: 80px;
  }
  .nav_toggle{
    width: 2.3rem;
  }
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 35px;
  }
  .nav_toggle.show i:nth-child(1), .nav_toggle.show i:nth-child(2){
    width: 30px;
  }
  .nav_menu_ul {
    padding-top: 15%;
  }
  .nav_menu_l1 {
    padding-bottom: 0;
    line-height: 0;
  }
  .nav_menu_li a{
    font-size: 12px;
  }
  .logo {
    /*width: 235px;*/
    height: 46px;
  }
  .header-shopicon {
    width: 30px;
  }
}
@media (max-width: 375px) {
  .header-shopicon {
    margin-right: 16px;
  }
}
@media (max-width: 320px) {
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 30px;
  }
  /*.logo {
    width: 200px;
  }*/
  .header-shopicon {
    width: 20px;
    margin-right: 24px;
  }
}
