@charset 'UTF-8';
/*---------------各ページのstyle-----------------*/

/*-------topページ-------*/

/*スライド*/

.mv_top {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  /*  padding-top: 150px;*/
}

.mv_top>img.mv_logoimage {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  max-width: 50%;
  z-index: 50;
  width: 14%;
}

/*topメインビジュアル*/

.slick01 {
  margin-bottom: 100px;
  margin-top: -50px;
}

/* ●の配置 */

.slick01 .slick-dots {
  text-align: right;
  width: 98%;
  bottom: -32px;
}

/* ●の間隔 */

.slick01 .slick-dots li {
  width: 70px;
  margin: 0 10px;
}

/* ●の非表示 */

.slick01 .slick-dots li button:before {
  display: none;
}

/* ボタンの形状 */

.slick01 .slick-dots li button {
  width: 70px;
  height: 4px;
  padding: 1px;
}

/* ● DFの色 */

.slick01 .slick-dots li button {
  background: #ccc;
}

/* ● active色 */

.slick01 .slick-dots li.slick-active button {
  background: #000;
}

.slide_inner {
  width: auto;
}

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

/*Products一覧*/

/* ●の配置 */

.slick02 .slick-dots {
  text-align: right;
  width: 98%;
  bottom: -32px;
}

/* ●の間隔 */

.slick02 .slick-dots li {
  width: 40px;
  margin: 0 0 0 10px;
}

/* ●の非表示 */

.slick02 .slick-dots li button:before {
  display: none;
}

/* ボタンの形状 */

.slick02 .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 1px;
}

/* ● DFの色 */

.slick02 .slick-dots li button {
  background: #ccc;
}

/* ● active色 */

.slick02 .slick-dots li.slick-active button {
  background: #000;
}

/* ページtopへ戻るボタン */

#pagetop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#pagetop a {
  display: block;
  background: rgb(150, 150, 150);
  color: #fff;
  width: 50px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}

#pagetop a:hover {
  background: #999;
  text-decoration: none;
}

/*slick*/

.topics_slid_1 {
  width: 100%;
  /*  margin: -100px auto 0 auto;
    padding-top: 100px;*/
  margin: 0 auto;
}

/*下部スライド*/

.topics_sl {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}

.slick05 {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.slick05 li a {
  text-align: left;
  width: 100%;
  height: auto;
}

.slick05 li img {
  width: 100% !important;
  height: auto;
}

.slick05 li p {
  text-align: left;
}

.topics_slid_list {
  width: 95% !important;
}

/*矢印*/

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 40%;
  /*    top: 50%;*/
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
}

/* .prev-arrow::after{
  content: url(../img/parts/left.png);
} */

.next-arrow {
  /*   right: -40px; */
  right: -8px;
  width: 0;
  height: 0;
}

/* .next-arrow::after{
  content: url(../img/parts/right.png);
} */

/* .topics_slid_list h3{
	font-size:16px;
} */

.new_topics {
  margin: 0 auto;
  /* 外枠の大きさ */
  /*max-width: 1280px;*/
  /* border: 1px solid black; */
  width: 90%;
}

.topics_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}

.topics_flex h3 {
  font-size: 16px;
}

.topics_list {
  /* 記事アイテムの一つの大きさ */
  width: 350px;
  height: auto;
  /*margin-bottom: 30px;*/
  margin: 0 5px 30px 5px;
}

.topics_list img {
  width: 100%;
  height: 100%;
}

/* 検索ボックス　
---------------------------- */


.search-area {
  margin-top: -20px;
  margin-bottom: 20px;
}

input::-webkit-input-placeholder {
  font-family: serif;
}

input:-moz-placeholder {
  font-family: serif;
}

input::-moz-placeholder {
  font-family: serif;
}

input:-ms-input-placeholder {
  font-family: serif;
}


#s-btn {
  font-family: serif;
  font-size: 20px;
  text-align: left;
}

.s-btn-sp {
  font-family: serif;
  font-size: 20px;
  margin-left: -3em;
}

@media only screen and (max-width:540px) {
  .s-btn-sp {
    margin-left: -2em;
  }
}

.sp-searchbtn {
  cursor: pointer;
  font-size: 16px;
}

.form-flex {
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  padding-left: -1em;
  margin-left: -0.5em;
}

@media only screen and (max-width:540px) {
  .form-flex {
    margin-left: 0;
  }
}

input[type="text"], input[type="email"] {
  border: #ccc 1px solid;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
  text-align: left;
  margin-right: 30%;
  font-size: 25px;
}

input#s-box {
  border: #ccc 1px solid;
  margin-bottom: 10px;
  width: 70%;
  height: 20px;
  padding: 5px;
  text-align: left;
  /* margin-right: 30%; */
  margin-left: -20px;
  font-size: 18px;
  width: 90%;
}

input.s-box-sp {
  border: #ccc 1px solid;
  margin-bottom: 10px;
  width: 70%;
  height: 20px;
  padding: 5px;
  text-align: left;
  margin-right: 0;
  margin-left: -20px;
  font-size: 25px;
}



/* 問合せ------------------------- */

textarea {
  border: #ccc 1px solid;
  width: 70%;
  margin-right: 30%;
  font-size: 25px;
}

input[type="submit"i] {
  background: #fff;
	padding:10px 25px;
  border: solid #ccc 1px;
  font-size: 20px;
	color:#666;
	border-radius:15px;
}

input[type="submit"i]:hover{
	background: #666;
	color:#FFF;
}

span.text-danger {
  color: red;
}


/* 検索結果 */

.search_title h2 {
  margin: 25px 0;
}

.search_title h3 {
  margin: 25px 0;
}

.search_title p {
  margin: 25px 0;
  width: 70%;
}

.search_title_2 {
  margin: 50px 0 10px 0 !important;
  width: 70%;
  padding-top: 50px;
  border-top: solid 1px #ccc;
}

/* 追加 serchページネーション幅 */

.pagi-serch {
  width: 70%;
}

/*お知らせ*/

.top_wrap {
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 780px;

}

.top_news {
  width: 100%;
  margin: 250px auto;
}

.top_news h2 {
  margin-bottom: 100px;
  text-align: left;
}

/* id位置調整 ------------ */
.idanchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;

}

.idanchor2 {
  display: block;
  padding-top: 170px;
  margin-top: -170px;

}

.idanchor3 {
  display: block;
  padding-top: 230px;
  margin-top: -230px;
}


@media only screen and (max-width:768px) {
  .idanchor {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }

  .idanchor2 {
    display: block;
    padding-top: 0;
    margin-top: 0;

  }

  .idanchor3 {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
}

/* 追加ボタン　--------- */

.top_news .news_btn {
  border-bottom: solid 0.25px #ccc;
  padding-bottom: 7px;
}

.r_btn_box {
  text-align: right;
}

.top_news ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 0.25px #ccc;
  padding-bottom: 7px;
  margin-bottom: 40px;
  align-items: center;
}

.news_list_2 {
  width: 60%;
  margin-left: auto;
  text-align: left;
}

.news_list time {
  margin-right: 2.5vw;
}

.news_list span {
  border: solid 0.25px #ccc;
  /*  padding: 0 10px;*/
  /*   margin-right: 7.5vw; */
  /*  width: 18%;*/
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
}

.top_news ul li a {
  padding: 0 10px;
}

.news_title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* アーカイブ  */

/*-------ページャーの設定----------*/

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

/* ページ番号 */

.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */

.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
  padding: 4px 8px;
}

/* 前へ */

.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */

.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */

.pagination a.first {}

/* 最後へ */

.pagination a.last {}

/* Page x / y */

.pagination span.page_num {
  display: none;
}

/*-------ページャーの設定終了---------*/

/*topコンテンツ*/

.top_mv {
  margin-bottom: 150px;
}

.top_contents {
  margin: 0px auto 300px auto;
  height: 355px;
}

/*topProducts*/

.top_product {
  background: url(https://masumi.co.jp/cn/wp/wp-content/uploads/2025/02/top_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.top_about {
  background: url(../img/top/top_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.top_recipe {
  background: url(../img/top/top_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.top_cella {
  background: url(../img/top/top_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.top_miyasaka {
  background: url(../img/top/top_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.top_text_pro h2 {
  line-height: 0.78;
  margin-bottom: 55px;
}

.top_text_pro h3 {
  line-height: 1.5;
  margin-bottom: 40px;
}

.top_text_pro p {
  line-height: 2.7;
  margin-bottom: 65px;
}

.top_text_pro p.top_parts_1 {
  /*  margin: 0 0 0 5.0vw;*/
  line-height: 2 !important
}

/*top真澄を知る*/

.top_text_about h2 {
  /*  line-height: 0.781513;*/
  /*  margin: 0px 7.42017vw;*/
  margin-bottom: 55px;
}

.top_text_about h3 {
  line-height: 1.5;
  /* margin: 0px 7.4vw 0 6.9vw; */
  margin-bottom: 40px;
}

.top_text_about p {
  /*  margin: 0px 0 0 16.042017vw;*/
  line-height: 2 !important;
  margin-bottom: 65px;
}

/*食卓*/

.top_text_recipe h3 {
  line-height: 1.7;
  margin: 0px 7.3vw 0 7.0vw;
}

.top_text_recipe p {
  line-height: 2 !important
}

.top_btn {
  text-align: right;
  border-bottom: solid 0.25px #ccc;
  padding-bottom: 5px;
}

/*-------Products一覧--------*/

/*メインビジュアルの画像*/

.product_mv_1 {
  background: url(https://masumi.co.jp/cn/wp/wp-content/uploads/2024/09/hp_arabashiri.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_2 {
  background: url(../img/product/flagship.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_3 {
  background: url(https://masumi.co.jp/cn/wp/wp-content/uploads/2024/09/special.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_4 {
  background: url(../img/product/premium.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/* クラシック */

.product_mv_5 {
  background: url(../img/product/classic.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_5_1 {
  background: url(../img/product/classic_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_6 {
  background: url(../img/product/spirits2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.product_mv_7 {
  background: url(../img/product/koujiamazake_2023-hp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.pro_desc {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  /*  display: -ms-flexbox;
  display: -webkit-box;*/
  margin-bottom: 200px;
}

.pro_desc h4 {
  line-height: 16px !important;
}

.pro_imgbox {
  /*   border-bottom: solid 0.25px #707070; */
  border-bottom: solid 0.25px #ccc;
  margin-bottom: 45px;
  width: 70%;
}

.pro_imgbox img {
  display: block;
  /*  margin-bottom: 65px;*/
  width: 100%;
  height: auto;
}

.pro_img_link {
  margin-bottom: 45px;
  border-bottom: none !important;
}

.pro_img_link::after {
  display: none;
}

.pro_tocbox {
  text-align: left;
  width: 25%;
}

.pro_tocbox h3 {
  margin-bottom: 13px;
  line-height: 25px !important;
	word-break: auto-phrase;
}

/*一覧高さ調整用*/

.pro_bottom111 {
  margin-bottom: 90px;
}

.pro_bottom149 {
  margin-bottom: 110px;
}

.pro_bottom83 {
  margin-bottom: 83px;
}

.pro_bottom28 {
  margin-bottom: 28px;
  padding-bottom: 15px;
}

/*Tsukikoshiのテキスト調整幅 */

.pro_width {
  width: 107%;
  margin-bottom: 70px !important;
}

/*.pro_tocbox h4{
    margin-top
: 15px;
text-indent: 0.25em;


}*/

.pro_tocbox p {
  height: auto;
  margin: 45px 0;
  line-height: 24px;
}

.pro_tocbox ul {
  /*  width: 70%;*/
  line-height: 24px;
}

.pro_tocbox ul li small {
  font-size: 12px;
}

/*コンテンツの調整*/

.pro_tocparts1 {
  margin-right: auto;
  width: 80%;
}

.pro_tocparts2 {
  margin: 0 17% 45px auto;
  width: 80%;
}

.pro_tocparts3 {
  margin: 0 auto 45px 17%;
  width: 80%;
}

.pro_tocparts4 {
  margin-left: auto;
  width: 80%;
}

/*高さ、幅調整用*/

/*.pro_bottom20{
  padding-bottom: 20px;
}

.pro_bottom25{
  padding-bottom: 25px;
}
.pro_bottom30 {
    padding-bottom: 30px;
}
.pro_bottom40{
  padding-bottom: 40px;
}

.pro_bottom60{
  padding-bottom: 60px;
}*/

/*------Products詳細-------*/

/*Arabashiriスライド*/

/*.mv_arabashiri{
  width: 100%;
  margin-bottom: 100px;
}*/

/*topメインビジュアル*/

.slick03 {
  margin-bottom: 100px;
}

/* ●の配置 */

.slick03 .slick-dots {
  text-align: right;
  width: 95%;
}

/* ●の間隔 */

.slick03 .slick-dots li {
  width: 70px;
  margin: 0 10px;
}

/* ●の非表示 */

.slick03 .slick-dots li button:before {
  display: none;
}

/* ボタンの形状 */

.slick03 .slick-dots li button {
  width: 70px;
  height: 4px;
  padding: 1px;
}

/* ● DFの色 */

.slick03 .slick-dots li button {
  background: #ccc;
}

/* ● active色 */

.slick03 .slick-dots li.slick-active button {
  background: #000;
}

/*Productsメインビジュアル*/

.mv_pro_detail {
  width: 100%;
  padding-top: 40px;
}

/*シーズナル*/

/*.usunigori_mv{
  background: url(../img/product/usunigori_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.suzumisake_mv{
  background: url(../img/product/suzumisake_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.hiyaoroshi_mv{
  background: url(../img/product/hiyaoroshi_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}*/

/*フラッグシップ*/

.aka_mv {
  background: url(../img/product/aka_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.kuro_mv {
  background: url(../img/product/kuro_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.shiro_mv {
  background: url(../img/product/shiro_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.kaya_mv {
  background: url(../img/product/kaya_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*スペシャル*/

.sparkling_mv {
  background: url(https://masumi.co.jp/cn/wp/wp-content/uploads/2024/09/special.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.origarami_mv {
  background: url(../img/product/origarami_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.tsukikoshi_mv {
  background: url(../img/product/tsukikoshi_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*プレミアム*/

.yumedono_mv {
  background: url(../img/product/yumedono_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.nanago_mv {
  background: url(../img/product/nanago_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.sanka_mv {
  background: url(../img/product/sanka_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*クラシック*/

.karakuchi_mv {
  background: url(../img/product/mainP-018_5A_5874.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.okuden_mv {
  background: url(../img/product/mainP-028_5A_5894.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.type_1_mv {
  background: url(../img/product/yawaraka_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.tokusen_mv {
  background: url(../img/product/tokusen_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.gold_mv {
  background: url(../img/product/gold_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.ginsen_mv {
  background: url(../img/product/ginsen_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.purple_mv {
  background: url(../img/product/purple_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.blue_mv {
  background: url(../img/product/blue_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*スピリッツ&リキュール*/

.sumi_mv {
  background: url(../img/product/sumi_mv2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.ume_mv {
  background: url(../img/product/ume_mv2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.yuzu_mv {
  background: url(../img/product/yuzu_mv2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*ノンAlcohol*/

.plane_mv {
  background: url(../img/product/plane_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.rhubarb_mv {
  background: url(../img/product/rhubarb_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.whitekoji_mv {
  background: url(../img/product/shirokouji_B2-hp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}


.zakkoku_mv {
  background: url(../img/product/zakkoku_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.news-border {
  border: #000 1px solid;
  padding: 10px;
  font-size: 20px;
}

.news-mb {
  margin-bottom: 60px;
}

.pro_hedding {
  text-align: left;
}

.pro_hedding h2 {
  margin-bottom: 5px;
}

.pro_hedding h4 {
  margin: 65px 0;
  line-height: 28px;
}

.pro_hedding ul {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 100px;
  /*  margin-bottom: 200px;*/
  /*font-size: 25px;
line-height: 60px;
margin-bottom: 200px;*/
}

.pro_hedding ul li small {
  font-size: 12px;
}

.pro_cont {
  width: 100%;
  clear: both;
  margin-bottom: 200px;
}

.pro_cont img {
  width: 100%;
  height: auto;
  margin-bottom: 115px;
}

.pro_cont p {
  text-align: left;
  margin-bottom: 75px;
  font-size: 16px;
  line-height: 24px;
}

.pro_detail_list {
  margin-bottom: 75px;
}

.pro_cont dl {
  display: flex;
  line-height: 24px;
}

.pro_cont dl dt {
  width: 35%;
  text-align: left;
}

.pro_cont dl dd {
	width:60%;
  /* width: 50%; */
  text-align: left;
}

/* tasting追加コメント------------ */

.pro_hedding .tast-title {
  margin-bottom: 20px;
  margin-top: -90px;
  padding-top: 20px;
}

.pro_hedding .tast-mb {
  margin-bottom: 10px;
}

.pro_hedding .tast-mb li {
  /* margin-bottom: 15px; */
  font-size: 16px;
}

.pro_hedding .comment-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pro_hedding .comment {
  width: 50%;
}

.pro_hedding .comment p {
  margin-bottom: 0;
}

.pro_hedding .graph-img {
  width: 40%;
}

.tast-cooking {
  margin-top: 45px;
}

.tast-cooking li {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .pro_hedding .comment-flex {
    flex-direction: column;
  }

  .pro_hedding .comment {
    width: 100%;
  }

  .pro_hedding .graph-img {
    width: 50%;
  }
}

/* tasting追加コメントここまで------------ */

.right_parts {
  float: right;
  margin-top: -26px;
  padding-bottom: 5px;
  border-bottom: solid 0.25px #ccc;
}

/* 大吟醸リンク　------------ */

.link-mt {
  float: right;
  margin-top: -250px;
  padding-bottom: 5px;
  border-bottom: solid 0.25px #ccc;
}

@media only screen and (max-width: 1100px) {
  .link-mt {
    margin-top: -120px;
  }
}

.btn_area {
  margin-top: 30px;
  text-align: right;
  /*  float: right;
  margin-top
: -26px;*/
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.text-left {
  text-align: left;
  margin-bottom: 20px;
}

.btn_area a {
  display: block;
  margin-bottom: 20px;
}

/*------NEWS詳細-------*/

.news_type h2 {
  margin-bottom: 65px;
}

.news_type img {
  width: auto;
  padding: 0;
}

.news_hedding {
  text-align: left;
  display: block;
  width: 100%;
  /* 	margin-top
: 80px; */
}

.news_hedding span {
  /* width: 110px; */
  width: 140px;
  border: solid 0.25px;
  padding: 5px;
  display: block;
  text-align: center;
}

.news_hedding time {
  display: block;
  font-size: 25px;
  margin: 10px auto 30px auto;
}

.news_btnbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 130px;
}

/*----aboutページ----*/

/*理念*/
.mv_philosohy {
  background-image: url(../img/company/philosohy_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.mv_breweryshop {
  background-image: url(../img/company/breweryshop_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}
/*メインビジュアルの画像*/

.mv_knowledge {
  background: url(../img/top/top_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

.text_image {
  margin: 0 auto 200px auto;
  width: 100%;
  height: auto;
}

/*history*/

/*メインビジュアルの画像*/

.mv_history {
  background: url(../img/company/history_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*酒造り*/

/*メインビジュアルの画像*/

.mv_sakebrew {
  background: url(../img/company/sakebrew_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*.sakebrew_list dt::before{
  content: "-";
}*/

/*杜氏紹介*/

.staff_cont {
  margin-bottom: 150px;
}

.staff_box {
  text-align: left;
}

.staff_box h3 {
  margin: 5px auto 30px auto;
}

.staff_box h3 span {
  font-size: 16px;
}

.sakebrew_flexbox {
  width: 100%;
  margin: 100px auto 60px auto;
  display: flex;
  text-align: left;
  align-items: flex-start;
  align-items: start;
}

.sakebrew_flexbox img {
  width: 45%;
  padding: 0;
}

.toji_list {
  width: 45%;
  height: auto;
  line-height: 24px;
  margin-left: auto;
}

.toji_list dl {
  margin-bottom: 33px;
}

.toji_list dl dt::before {
  content: "-";
}

.toji_list dl dd {
  line-height: 28px;
}

.toji_list ul li {
  line-height: 28px;
}

/*symbol*/

/*メインビジュアルの画像*/

.mv_symbol {
  background: url(../img/company/symbol_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw
}

.symbol_wrap {
  width: 100%;
}

.symbol_flexbox {
  width: 100%;
  /* height: 493px; */
  /* margin-top
: 110px; */
  margin-bottom: 60px;
  display: flex;
  text-align: left;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 240px;
}

/*.symbol_flexbox p{
  margin-bottom: 24px;
  line-height: 24px;
  width: 66%;
  height: auto;
  line-height: 24px;
  margin: 0 auto;

}*/

.symbol_flexbox img {
  width: 20%;
}

/*.symbol_title{
  position: relative;
}*/

.symbol_textbox {
  width: 60%;
  height: auto;
  margin: 0 auto;
  min-width: 360px;
}

/*.symbol_flexbox h3{
  margin-bottom: 10px;
  line-height: 0;
}*/

.symbol_flexbox h3 span {
  border-bottom: 0.25px solid;
  /*  padding-bottom: 5px;*/
}

/* .symbol_flexbox h4{
  margin-bottom: 15px;
} */

/*.symbol_position_1{
  position: absolute;
  top: auto;
}*/

.symbol_flexbox p {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}

.symbol_position_2 {
  margin-left: 50px;
}

.symbol_flexbox p span {
  width: auto;
  height: auto;
}

/*.symbol_title {
min-width: 360px;
}*/

/*.symbol_position_2 {
    position: absolute;
    top: auto;
    left: auto;
    right: 16vw;
    width: 25%;
}*/

/*.symbol_flexbox img {
    width: 100%;
    margin: 0 auto;
}
*/

/*csr*/

/*メインビジュアルの画像*/

.mv_csr {
  background: url(../img/company/csr_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw
}

/*-----会社概要,酒蔵見学で2ページで使用------*/

.list_content {
  display: flex;
  width: 100%;
  clear: both;
  margin: 0px !important;
  padding: 20px 0;
  position: relative;
  border-bottom: solid #ccc 0.25px;
}

/* .list_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.25px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.list_cont_top {
  border-bottom: solid 0.25px #ccc;
}

.list_content dt {
  clear: both;
  width: 30%;
  float: left;
  margin: 0px;
  line-height: 2.5em;
}

.list_content dd {
  width: 70%;
  float: right;
  margin: 0px;
  line-height: 2.5em;
}

.list_content dd a {
  word-break: break-all;
}

.list_content dd span {
  display: block;
}

.list_content dd ul li::before {
  content: "-";
}

/*------酒蔵見学------*/

.mv_tour_1 {
  background: url(../img/tour/tour_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw;
}

/*コロナ注意書き*/

.tour_caution_hedding {
  /*   margin: 250px auto; */
  margin: 50px auto;
  text-align: left;
  width: 100%;
}

.tour_caution_hedding h4 {
  height: auto;
  line-height: 24px;
  color: #f00;
}

.tour_caution_hedding p {
  height: auto;
  line-height: 24px;
  margin: 30px auto;
  color: #f00;
}

.tour_caution {
  text-align: left;
  line-height: 24px;
  margin-bottom: 75px;
}

.tour_caution ul li {
  list-style: inside;
}

/* .tour_caution ul li::before{
  content: "-";
} */

/*スライド画像*/

.slick-slide img {
  width: 100vw;
}

/*見学りスライド*/

.mv_tour {
  width: 100%;
  margin-bottom: 100px;
}

/*topメインビジュアル*/

.slick04 {
  margin-bottom: 100px;
}

.slick04 img {
  width: 100%;
}

/* ●の配置 */

.slick04 .slick-dots {
  text-align: right;
  width: 100%;
}

/* ●の間隔 */

.slick04 .slick-dots li {
  width: 40px;
  margin: 0 0 0 10px;
}

/* ●の非表示 */

.slick04 .slick-dots li button:before {
  display: none;
}

/* ボタンの形状 */

.slick04 .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 1px;
}

/* ● DFの色 */

.slick04 .slick-dots li button {
  background: #ccc;
}

/* ● active色 */

.slick04 .slick-dots li.slick-active button {
  background: #000;
}

/*------受賞歴--------------------------------------*/

.accordion-content {
  padding-left: 70px;
}

.accordion-content dl {
  display: flex;
}

.accordion-content dt {
  width: 200px;
}

.accordion-content dd {
  width: 500px;
}



/* CSS for CodePen */

.accordion-title {
  background-color: #fff;
  color: #010327;
  font-size: 18px;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion-title {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.accordion-title.is-active:last-of-type {
  border-bottom: none;
}

.accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 35%;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  transform: rotate(135deg);
  /* 下向きの場合 */
  right: 25px;
}

.accordion-title::after {
  transform: rotate(-45deg);
  transition-duration: .3s;
}

.accordion-title:hover {
  text-decoration: underline;
}

.accordion-title.is-active::before {
  transform: rotate(-45deg);
  transition-duration: .3s;
}

.accordion-title.is-active::after {
  transform: rotate(-45deg);
}

.accordion-content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 18px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.accordion-content.is-open {
  padding: 12px 0;
  padding-left: 70px;
  margin: 12px 0;
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

.award {
  margin-bottom: 200px;
}

.award-title-box {
  margin-bottom: 150px;
}

.award h2 {
  padding-bottom: 32px;
}

.award p {
  margin: 0;
}

.award .year {
  padding: 30px 0 10px;
  font-size: 24px;
}

.award-info {
  width: 100%;
  padding: 5px 0 30px;
}

.award_list {
  width: 100%;
  clear: both;
  margin: 0px !important;
  position: relative;
  padding: 25px 0;
  list-style: none;
}

.award_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.award_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.award_list dd ul {
  display: flex;
  flex-wrap: wrap;
}

.award_list dd ul li {
  margin-right: 10px;
}

/* .award_list dd ul li::after {
  content: "/";
  padding-left: 10px;
} */

.award_list dd ul li:last-child::after {
  content: " ";
  padding-left: 10px;
}



.mv_award {
  background: url(../img/award/award_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw
}

.award-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.award-logo {
  width: 20%;
  text-align: center;
}
.kanpyoukai-logo {
  width: 81px;
}
.iwc-logo {
  width: 93px;
}
.kuramaster-logo {
  width: 156px;
}
.uskanpyoukai-logo {
  width: 118px;
}

.award-text {
  width: 70%;
}

@media only screen and (max-width:1100px) {
  .accordion-content {
    padding-left: 10%;
  }

  .accordion-content dt {
    width: 40%;
  }

  .accordion-content dd {
    width: 50%;
  }

  .award-title-box {
    margin-bottom: 76px;
  }
}

@media only screen and (max-width:540px) {

  .accordion-content dl {
    flex-direction: column;
  }
  
  .accordion-content dt {
    width: 100%;
  }
  
  .accordion-content dd {
    width: 100%;
  }
  .award-flex {
    flex-direction: column;
  }

  .award-text {
    width: 100%;
  }

  .award-logo {
    width: 100%;
    text-align: left;
    margin-top: 10vw;
    margin-bottom: 3vw;
  }

  .accordion-title {
    margin-bottom: 10vw;
  }
}

/*------真澄のある食卓--------*/

/*プロフィール*/

.mv_recipe {
  background: url(../img/recipe/recipe_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vw
}

.recipe_profile {
  display: flex;
}

.recipe_bottom {
  margin-bottom: 100px;
}

/*左寄せタイトル*/

.recipe_title_left {
  text-align: left;
  width: 100%;
  margin: 0 auto 75px auto;
}

.recipe_title_left span {
  padding: 10px 0;
  border-top: solid 0.25px #ccc;
  border-bottom: solid 0.25px #ccc;
}

.pickup_flexbox {
  display: flex;
  vertical-align: top;
  justify-content: space-between;
  margin-bottom: 240px;
}

.pickup_flexbox .sakeimg {
  width: 195px;
}

.pickup_flexbox .sakeimg img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.pickup {
  text-align: left;
  width: 100%;
}

@media only screen and (max-width:1100px) {
  .pickup_flexbox_sp .sakeimg {
    width: 195px;
  }

  .pickup_flexbox_sp .sakeimg img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
}

.pickup h2 {
  margin: 30px 0;
}

.pickup span {
  display: block;
  margin-bottom: 15px;
}

.pickup h3 {
  margin-bottom: 35px;
}

.pickup p {
  margin-bottom: 55px;
}

.link_parts {
  text-align: right;
  max-width: 260px;
  width: 100%;
  /*   justify-content: space-between;
  display: flex; */
  margin-left: auto;
}

.link_parts a {
  width: auto;
  /* margin-right: 27px; */
  border-bottom: 0.25px solid #ccc;
  padding-bottom: 5px;
  margin-right: 10px;
}

/*ランキング全体*/

.recipe_wrap {
  /*  max-width: 1280px;*/
  max-width: 1040px;
  margin: 0 auto 240px auto;
}

.rank_flex {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  max-width: 1040px;
  margin: 0 auto 40px auto;
  height: auto;
  border-top: solid 0.25px #ccc;
  padding-top: 40px;
}

.rank_flex_title {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
}

.recipe_wrap h2 {
  margin: 0px auto 35px auto;
  margin-right: auto;
  width: 95%;
  max-width: 1040px;
}

/*左側のコンテンツ*/

.rank_flex_1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 530px;
}

/*.rank_flex_1::after{
  content: "";
  width: 0.25px;
  height: 92%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
}*/

.rank_img_1 {
  width: 52%;
  height: auto;
  /*   width: 100%;
  height: auto; */
}

.rank_img_1 img {
  width: 100%;
  height: auto;
  display: block;
}

.rank_flex_1 span {
  margin: auto 50px;
  font-size: 32px;
}

.rank_text_1 {
  max-width: 230px;
  width: 100%;
  flex-direction: column;
  display: flex;
  /* justify-content: space-between; */
  /* border-right: solid 0.25px #000; */
  height: 276px;
  margin: 0 auto;
}

.rank_text_1 h3 {
  margin-bottom: 20px;
}

.rank_text_1 p {
  /* margin-bottom: 134px; */
  line-height: 24px;
  text-align: left;
  height: 175px;
}

.rank_text_1 .secList {
  margin-left: auto;
  line-height: 24px;
  /* text-align: left; */
  width: auto;
  /*    margin-right: 27px;*/
  border-bottom: 0.25px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/*右側のコンテンツ*/

.rank_img_2 {
  /*   width: 100%;
  height: auto;
  position: relative; */
  /* width: 100%;  */
  /* height: auto; */
  /* position: relative; */
  margin: auto;
}

.rank_img_2 img {
  width: 100%;
  height: auto;
  /*   width: 63%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; */
}

.rank_flex_2 {
  /*   width: 100%;
  max-width: 520px;
  display: flex; */
  width: 100%;
  max-width: 458px;
  display: flex;
}

.rank_text_2 {
  max-width: 291px;
  width: 100%;
  flex-direction: column;
  display: flex;
  /*   max-width: 260px;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-around; */
}

.rank_text_2 h3 {
  margin-bottom: 20px;
}

.rank_text_2 p {
  /* margin-bottom: 134px; */
  line-height: 24px;
  height: 175px;
}

@media only screen and (max-width: 768px) {
  .rank_text_1 p, .rank_text_2 p {
    height: auto;
  }
}

.recipe_link_flex {
  /*  display: flex;
  justify-content: space-between;*/
  display: flex;
  flex-wrap: wrap;
  /*   justify-content: space-between; */
  margin-bottom: 10px;
  margin-left: auto;
}

.recipe_link_flex a {
  width: auto;
  border-bottom: 0.25px solid #ccc;
  padding-bottom: 5px;
  /*     margin-bottom: 10px; */
  margin-left: 10px;
}

/*プロフィール*/

.recipe_profile_img {
  width: 50%;
  height: auto;
}

.recipe_profile_img img {
  width: 100%;
}

.grad_content_1 {
  width: 46%;
  margin-left: auto;
  text-align: left;
}

.grad_content_1 h3 {
  margin: 3px auto 39px auto;
}

.grad_content_1 span {
  display: block;
  margin: 0 auto 30px auto;
}

.grad_content_1 p {
  margin: 0 auto 30px auto;
  line-height: 28px;
}

/*開閉ボタン*/

/*プロフィール*/

/*右寄せ*/

.list_toggle {
  text-align: right;
  width: 100%;
}

.list_toggle a {
  width: auto;
  border-bottom: 0.25px solid #ccc;
  padding-bottom: 5px;
}

.showmore_list {
  overflow: hidden;
  transition: all .3s ease-in;
	margin-bottom:50px;
}

.list_toggle a.open_link:before {
  content: "滝澤ちか子さんプロフィール";
  display: inline;
}

.list_toggle a.close_link:before {
  content: "Close";
  display: inline;
}

/* tasting-page 追加 */

.tasting-mt {
margin-bottom: 50px;
}

.tast-width {
  width: 100%;
}

.tasting-mt a.open_link:before {
  content: "大越 基裕　簡介";
  display: inline;
}

/*レシピ*/

.recipe_1 {
  margin-bottom: 80px;
  text-align: left;
}

.tabContents {
  display: none;
}

.tabContents.active {
  display: block;
}

.recipe_1 ol {
  counter-reset: number 0;
}

.recipe_1 ol li::before {
  counter-increment: number 1;
  content: counter(number)".　";
}

.recipe_list {
  display: flex;
  width: 100%;
  clear: both;
  margin: 0px !important;
  padding: 5px 0;
  position: relative;
}

.recipe_list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recipe_list dt {
  clear: both;
  width: 30%;
  float: left;
  margin: 0px;
  line-height: 2.5em;
}

.recipe_list dd {
  clear: both;
  width: 70%;
  float: right;
  margin: 0px;
  line-height: 2.5em;
}

.recipe_1 h4 {
  margin-bottom: 20px;
}

.recipe_1 ol li {
  text-align: left;
  list-style: decimal;
  line-height: 28px;
  margin-bottom: 25px;
  text-indent: -1.7em;
  padding-left: 2em;
}

/*右寄せ*/

.list_toggle_2 {
  text-align: right;
  width: 100%;
}

.list_toggle_2 a {
  width: auto;
  border-bottom: 0.25px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.showmore_list_2 {
  overflow: hidden;
  transition: all .3s ease-in;
}

.list_toggle_2 a.open_link:before {
  content: "この料理のレシピを見る";
  display: inline;
}

.list_toggle_2 a.close_link:before {
  content: "レシピを閉じる";
  display: inline;
}

/* tasting-page 追加 */

.tasting-mt2 {
  margin-bottom: 190px;
}

.tasting-mt2 a.open_link:before {
  content: "おおくぼ かずよプロフィール";
}

.tasting-mt2 a.close_link:before {
  content: "プロフィールを閉じる";
  display: inline;
}

/*矢印*/

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 40%;
  /*    top: 50%;*/
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
}

.prev-arrow::after {
  /* content: url(../img/parts/left.svg); */
}

.next-arrow {
  /*   right: -40px; */
  right: -8px;
  width: 0;
  height: 0;
}

.next-arrow::after {
  /* content: url(../img/parts/right.svg); */
}

/*==================================================
スライダーのためのcss
===================================*/

.slick05 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slick05 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slick05 .slick-slide {
  margin: 0 10px;
}

/*戻る、次へ矢印の位置*/

.prev-arrow, .next-arrow {
  position: absolute;
  /*絶対配置にする*/
  top: 30%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 15px;
  width: 15px;
  z-index: 10;
}

.prev-arrow {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.next-arrow {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*タブ切替*/

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border: solid 0.25px #ccc;
  margin: 0 auto 50px auto;
  max-width: 1040px;
  width: 95%;
}

.tab_item {
  width: calc(100%/4);
  padding: 15px 0;
  border-bottom: solid 0.25px #ccc;
  /*  background-color: #ececec;*/
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}

#tab_1:checked~#tab_1_content, #tab_2:checked~#tab_2_content, #tab_3:checked~#tab_3_content, #tab_4:checked~#tab_4_content, #tab_5:checked~#tab_5_content, #tab_6:checked~#tab_6_content, #tab_7:checked~#tab_7_content, #tab_8:checked~#tab_8_content {
  display: block;
}

.tab_container input:checked+.tab_item {
  background-color: #000;
  color: #fff;
}

.c-txtsp ul {
  display: flex;
  flex-wrap: wrap;
}

.c-txtsp ul li {
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
}

.c-txtsp ul li a {
  width: 90%;
}

.c-txtsp ul li img {
  width: 100%;
}

.c-txtsp ul li h3 {
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.c-txtsp ul li p {
  width: 100%;
  text-align: left;
}

/* .c-txtsp .recipe-box {
 height: 330px;
} */

.c-txtsp .sakelink {
  margin-top: 10px;
}

.c-txtsp .sakelink a {
  text-align: left;
}

/* @media only screen and (max-width:768px) {
  .c-txtsp .recipe-box {
    height: 55vw;
    background: pink;
   }
  }  */

/*BREW*/

.brew_cont {
  display: block;
  width: 28%;
  height: auto;
  margin: 20px;
}

.brew_cont img {
  padding: 0;
  border: solid 0.25px #ccc;
}

.brew_cont h3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.brew_cont p {
  margin-bottom: 0px;
}

.brew_flex {
  display: flex;
  flex-wrap: wrap;
}

/*個人情報保護方針*/

.privacy_1 {
  text-align: left;
  list-style: disc;
  margin-left: 3em;
  /* margin-top
: 0; */
  margin-bottom: 50px;
  line-height: 35px;
}

.privacy_2 {
  text-align: left;
  list-style: revert;
  margin-left: 3em;
  /* margin-top
: 0; */
  margin-bottom: 50px;
  line-height: 35px;
}

/* お問い合わせ */


.contact_top {
  margin-top: 185px;
	margin-right:auto;
}

.contact_list {
  text-align: left;
  margin-bottom: 20px;
}

/* フォーム */

.form-group {
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.form-group p {
  margin-bottom: 10px;
}

.btn-secondary {
  padding-bottom: 5px;
  border-bottom: 0.25px solid;
}

.contact_caution {
  text-align: left;
  line-height: 24px;
  margin-bottom: 75px;
}

.contact_caution ul li {
  list-style: inside;
}

.d-flex {
  text-align: right;
  width: 80%;
}

.wpcf7-list-item {
  display: block;
}

.contact_btn {
  border-bottom: solid 0.25px #ccc;
}

.cotact_list {
  width: 50px !important;
}

/* ページtopへ戻るボタン */

#pagetop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  font-size: 70%;
}

#pagetop a {
  display: block;
  border: solid 1px #000;
  background: transparent;
  color: #000;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
}

#pagetop a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}



/* knowledge ------------------------- */

.grossary {
  margin-top: 100px;
}

.grossary-flex {
  display: flex;
  text-align: left;
  border-bottom: solid 0.25px #ccc;
  padding: 20px 0;
}

.grossary-flex .title_ja {
  width: 30%;
}

.grossary-flex .title_en {
  width: 20%;
}

.grossary-flex .text {
  width: 70%;
}

.grossary-flex p a {
  color: gray;
}

.faq-flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 20px 0;
}

.faq-flex .qa {
  width: 3%;
}

.faq-flex .q-text {
  width: 32%;
}

.faq-flex .a-text {
  width: 55%;
}

.text-mb {
  margin-bottom: 82px;
}

.brewing-flex {
  display: flex;
  margin-bottom: 50px;
}

.brewing-flex li {
  position: relative;
  padding-right: 20px;
}

.brewing-flex li a {
  border-bottom: solid #ccc 1px;
  padding-bottom: 5px;
}

.brewing-flex li::after {
  position: absolute;
  content: "▷";
  font-size: 5px;
  padding-left: 6px;
}

.brewing-flex li:last-child::after {
  content: none;
}

.embed-responsive {
  width: 837px;
  margin-bottom: 170px;
}

.embed-responsive iframe {
  width: 100%;
  height: 470px;
}

/* .video-idanchor {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
} */




@media only screen and (max-width:1100px) {


  .embed-responsive {
    width: 100%;
    margin-bottom: 20vw;
  }

  .embed-responsive iframe {
    width: 100%;
    height: 50vw;
  }

  .brewing-flex {
    flex-wrap: wrap;
  }

  .text-mb {
    margin-bottom: 8vw;
  }

}

@media only screen and (max-width:768px) {



  .grossary-flex {
    flex-direction: column;
  }

  .grossary-flex .title_ja {
    width: 100%;
  }

  .grossary-flex .title_en {
    width: 100%;
  }

  .grossary-flex .text {
    width: 100%;
  }

  .faq-flex {
    flex-wrap: wrap;
  }

  .faq-flex .qa {
    width: 8%;
  }

  .faq-flex .q-text {
    width: 90%;
    margin-bottom: 5%;
  }

  .faq-flex .a-text {
    width: 90%;
  }
}



/* polishing  etc --------------- */

h2.pb {
  padding-bottom: 20px;
}

.polishing-flex {
  display: flex;
  justify-content: space-around;
}

/* .video-btn {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 7vw;
  border: solid 1px #ccc;
  border-radius: 50px;
  width: 158px;
  padding: 10px;
  font-size: 14px;
  display: block;
} */
.video-btn a {
  position: fixed;
  z-index: 999;
  bottom: 20px;
	left:7vw;
  /* right: 7vw; */
  border: solid 1px #ccc;
  border-radius: 50px;
  width: 158px;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
	background-color:#FFF;
}

.img-right {
  text-align: right;
}

.knowledge-img-p {
  padding: 120px 0;
}

.img-center {
  text-align: center;
}

@media only screen and (max-width:1000px) {
  .video-btn a {
    right: 13vw;
  }

  .knowledge-img-p {
    padding: 12vw 0;
  }
}

@media only screen and (max-width:540px) {
  .video-btn a {
    right: 23vw;
  }
}

/* brewing ------------------------------------------------ */
img {
  width: 100%;
}

.img-p {
  padding: 120px 0;
}

.img-pb {
  padding-bottom: 120px;

}

.id-pb {
  padding-bottom: 120px;
}

.brewer-flex {
  display: flex;
  justify-content: space-between;
}

.brewer-text {
  width: 45%;
}

.brewer-img {
  margin-top: 30px;
  width: 45%;
}

@media only screen and (max-width:768px) {
  .brewer-flex {
    flex-direction: column;
  }

  .brewer-text {
    width: 100%;

  }

  .brewer-img {
    width: 100%;

  }

  .img-p {
    padding: 0;
  }

}


/* label 
-------------------------------- */

.label-mt {
  margin-top: 120px;
}

.label-flex {
  display: flex;
  justify-content: space-between;
}

.label-img {
  width: 100% !important;

}


.label-text {
  padding-top: 25px;
  width: 25%;
}

#rectangle {
  position: relative;
  width: 70%;
}

@media only screen and (max-width:768px) {
  #rectangle {
    position: relative;
    width: 100%;
  }

  .list-group {
    margin-top: 5%;
  }

}

#rectangle div {
  position: absolute;
  cursor: pointer;
}

.list-group span {
  line-height: 22px !important;
}

.l-item0.active,
.area0.active,
.area0-g.active,
.area0-o.active,
.area0-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item1.active,
.area1.active,
.area1-g.active,
.area1-o.active,
.area1-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item2.active,
.area2.active,
.area2-g.active,
.area2-o.active,
.area2-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item3.active,
.area3.active,
.area3-g.active,
.area3-o.active,
.area3-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item4.active,
.area4.active,
.area4-g.active,
.area4-o.active,
.area4-k.active {
  background-color: rgba(0, 0, 0, .3);
}

/* .l-item5.active, .area5.active {
  background-color: rgba(0, 0, 0, .3);
} */

.l-item6.active,
.area6.active,
.area6-g.active,
.area6-o.active,
.area6-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item7.active,
.area7.active,
.area7-g.active,
.area7-o.active,
.area7-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item8.active,
.area8.active,
.area8-g.active,
.area8-o.active,
.area8-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item9.active,
.area9.active,
.area9-g.active,
.area9-o.active,
.area9-k.active {
  background-color: rgba(0, 0, 0, .3);
}

.l-item10.active,
.area10.active,
.area10-g.active,
.area10-o.active,
.area10-k.active {
  background-color: rgba(0, 0, 0, .3);
}

/* tokusen 
------------------------------- */
.area0 {
  top: 105px;
  left: 282px;
  width: 61px;
  height: 25px;
}

.area1 {
  top: 105px;
  left: 359px;
  width: 65px;
  height: 25px;
}

.area2 {
  top: 143px;
  left: 221px;
  width: 238px;
  height: 348px;
}

.area3 {
  top: 225px;
  left: 503px;
  width: 62px;
  height: 149px;
}

.area4 {
  top: 223px;
  left: 135px;
  width: 79px;
  height: 179px;
}

/* .area5 {
  top:232px;left:30px;width:39px;height:16px;
} */
.area6 {
  top: 605px;
  left: 588px;
  width: 111px;
  height: 39px;
}

.area7 {
  top: 585px;
  left: 73px;
  width: 147px;
  height: 27px;
}

.area8 {
  top: 573px;
  left: 233px;
  width: 249px;
  height: 43px;
}

.area9 {
  top: 581px;
  left: 489px;
  width: 116px;
  height: 26px;
}

/* .area10 {
  top:266px;left:245px;width:36px;height:8px;
} */

@media only screen and (max-width:1100px) {
  .area0 {
    top: 9vw;
    left: 24vw;
    width: 8vw;
    height: 3vw;
  }

  .area1 {
    top: 9vw;
    left: 32vw;
    width: 7vw;
    height: 3vw;
  }

  .area2 {
    top: 13vw;
    left: 20vw;
    width: 23vw;
    height: 32vw;
  }

  .area3 {
    top: 19vw;
    left: 44vw;
    width: 7vw;
    height: 16vw;
  }

  .area4 {
    top: 19vw;
    left: 10vw;
    width: 11vw;
    height: 18vw;
  }

  /* .area5 {
    top:232px;left:30px;width:39px;height:16px;
  } */
  .area6 {
    top: 54vw;
    left: 52vw;
    width: 11vw;
    height: 4vw;
  }

  .area7 {
    top: 52vw;
    left: 6vw;
    width: 14vw;
    height: 3vw;
  }

  .area8 {
    top: 51vw;
    left: 20vw;
    width: 24vw;
    height: 5vw;
  }

  .area9 {
    top: 52vw;
    left: 44vw;
    width: 11vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .area0 {
    top: 10vw;
    left: 37vw;
    width: 9vw;
    height: 4vw;
  }

  .area1 {
    top: 10vw;
    left: 47vw;
    width: 9vw;
    height: 4vw;
  }

  .area2 {
    top: 15vw;
    left: 29vw;
    width: 32vw;
    height: 46vw;
  }

  .area3 {
    top: 27vw;
    left: 66vw;
    width: 7vw;
    height: 18vw;
  }

  .area4 {
    top: 25vw;
    left: 17vw;
    width: 11vw;
    height: 26vw;
  }

  /* .area5 {
    top:232px;left:30px;width:39px;height:16px;
  } */
  .area6 {
    top: 75vw;
    left: 77vw;
    width: 14vw;
    height: 6vw;
  }

  .area7 {
    top: 73vw;
    left: 10vw;
    width: 19vw;
    height: 4vw;
  }

  .area8 {
    top: 71vw;
    left: 30vw;
    width: 33vw;
    height: 6vw;
  }

  .area9 {
    top: 73vw;
    left: 63vw;
    width: 17vw;
    height: 3vw;
  }
}

/* ginsen 
--------------------------- */

.area0-g {
  top: 119px;
  left: 274px;
  width: 61px;
  height: 25px;
}

.area1-g {
  top: 119px;
  left: 348px;
  width: 65px;
  height: 25px;
}

.area2-g {
  top: 143px;
  left: 221px;
  width: 238px;
  height: 348px;
}

.area3-g {
  top: 236px;
  left: 482px;
  width: 62px;
  height: 149px;
}

.area4-g {
  top: 223px;
  left: 135px;
  width: 79px;
  height: 179px;
}

/* .area5-g {
  top:232px;left:30px;width:39px;height:16px;
} */
/* .area6-g {
  top: 605px;
  left: 588px;
  width: 111px;
  height: 39px;
}

.area7-g {
  top: 585px;
  left: 73px;
  width: 147px;
  height: 27px;
}

.area8-g {
  top: 573px;
  left: 233px;
  width: 249px;
  height: 43px;
}

.area9-g {
  top: 581px;
  left: 489px;
  width: 116px;
  height: 26px;
} */

/* .area10-g {
  top:266px;left:245px;width:36px;height:8px;
} */

@media only screen and (max-width:1100px) {
  .area0-g {
    top: 11vw;
    left: 24vw;
    width: 8vw;
    height: 3vw;
  }

  .area1-g {
    top: 11vw;
    left: 32vw;
    width: 7vw;
    height: 3vw;
  }

  .area2-g {
    top: 15vw;
    left: 20vw;
    width: 23vw;
    height: 32vw;
  }

  .area3-g {
    top: 21vw;
    left: 44vw;
    width: 7vw;
    height: 16vw;
  }

  .area4-g {
    top: 21vw;
    left: 10vw;
    width: 11vw;
    height: 18vw;
  }

  /* .area5-g {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-g {
    top: 54vw;
    left: 52vw;
    width: 11vw;
    height: 4vw;
  }

  .area7-g {
    top: 52vw;
    left: 6vw;
    width: 14vw;
    height: 3vw;
  }

  .area8-g {
    top: 51vw;
    left: 20vw;
    width: 24vw;
    height: 5vw;
  }

  .area9-g {
    top: 52vw;
    left: 44vw;
    width: 11vw;
    height: 3vw;
  } */
}

@media only screen and (max-width: 768px) {
  .area0-g {
    top: 12vw;
    left: 37vw;
    width: 9vw;
    height: 4vw;
  }

  .area1-g {
    top: 12vw;
    left: 47vw;
    width: 9vw;
    height: 4vw;
  }

  .area2-g {
    top: 18vw;
    left: 29vw;
    width: 32vw;
    height: 46vw;
  }

  .area3-g {
    top: 29vw;
    left: 66vw;
    width: 7vw;
    height: 18vw;
  }

  .area4-g {
    top: 27vw;
    left: 17vw;
    width: 11vw;
    height: 26vw;
  }

  /* .area5-g {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-g {
    top: 75vw;
    left: 77vw;
    width: 14vw;
    height: 6vw;
  }

  .area7-g {
    top: 73vw;
    left: 10vw;
    width: 19vw;
    height: 4vw;
  }

  .area8-g {
    top: 71vw;
    left: 30vw;
    width: 33vw;
    height: 6vw;
  }

  .area9-g {
    top: 73vw;
    left: 63vw;
    width: 17vw;
    height: 3vw;
  } */
}

/* okuden 
--------------------------- */

.area0-o {
  top: 67px;
  left: 372px;
  width: 65px;
  height: 147px;
}

.area1-o {
  top: 57px;
  left: 308px;
  width: 69px;
  height: 177px;
  
}

.area2-o {
  top: 226px;
  left: 240px;
  width: 238px;
  height: 334px;
}

.area3-o {
  top: 94px;
  left: 563px;
  width: 94px;
  height: 222px;
}

/* .area4-o {
  top: 223px;
  left: 135px;
  width: 79px;
  height: 179px;
} */

/* .area5-o {
  top:232px;left:30px;width:39px;height:16px;
} */
/* .area6-o {
  top: 605px;
  left: 588px;
  width: 111px;
  height: 39px;
}

.area7-o {
  top: 585px;
  left: 73px;
  width: 147px;
  height: 27px;
} */

.area8-o {
  top: 259px;
  left: 58px;
  width: 35px;
  height: 238px;
}

.area9-o {
  top: 244px;
  left: 87px;
  width: 46px;
  height: 290px;
}

.area10-o {
  top: 253px;
  left: 134px;
  width: 35px;
  height: 191px;
}

@media only screen and (max-width:1100px) {
  .area0-o {
    top: 6vw;
    left: 32vw;
    width: 6vw;
    height: 13vw;
  }

  .area1-o {
    top: 6vw;
    left: 26vw;
    width: 7vw;
    height: 15vw;
    
  }

  .area2-o {
    top: 20vw;
    left: 20vw;
    width: 23vw;
    height: 28vw;
  }

  .area3-o {
    top: 7vw;
    left: 47vw;
    width: 12vw;
    height: 23vw;
  }

  /* .area4-o {
    top: 19vw;
    left: 10vw;
    width: 11vw;
    height: 18vw;
  } */

  /* .area5-o {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-o {
    top: 54vw;
    left: 52vw;
    width: 11vw;
    height: 4vw;
  }

  .area7-o {
    top: 22vw;
    left: 5vw;
    width: 3vw;
    height: 11vw;
} */

  .area8-o {
    top: 23vw;
    left: 5vw;
    width: 4vw;
    height: 21vw;
  }

  .area9-o {
    top: 22vw;
    left: 7vw;
    width: 5vw;
    height: 25vw;
  }

  .area10-o {
    top: 23vw;
    left: 12vw;
    width: 3vw;
    height: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .area0-o {
    top: 6vw;
    left: 47vw;
    width: 9vw;
    height: 17vw;
  }

  .area1-o {
    top: 4vw;
    left: 39vw;
    width: 9vw;
    height: 22vw;
    
  }

  .area2-o {
    top: 26vw;
    left: 29vw;
    width: 32vw;
    height: 41vw;
  }

  .area3-o {
    top: 9vw;
    left: 71vw;
    width: 12vw;
    height: 28vw;
  }

  /* .area4-o {
    top: 25vw;
    left: 17vw;
    width: 11vw;
    height: 26vw;
  } */

  /* .area5-o {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-o {
    top: 75vw;
    left: 77vw;
    width: 14vw;
    height: 6vw;
  }

  .area7-o {
    top: 28vw;
    left: 8vw;
    width: 5vw;
    height: 16vw;
} */

  .area8-o {
    top: 29vw;
    left: 8vw;
    width: 4vw;
    height: 32vw;
  }

  .area9-o {
    top: 28vw;
    left: 12vw;
    width: 5vw;
    height: 36vw;
  }

  .area10-o {
    top: 29vw;
    left: 17vw;
    width: 4vw;
    height: 24vw;
  }
}



/* karakuchi ki ipponn
--------------------------- */
.area0-k {
  top: 55px;
  left: 366px;
  width: 65px;
  height: 131px;
}

.area1-k {
  top: 53px;
  left: 317px;
  width: 61px;
  height: 143px;
  
}

.area2-k {
  top: 193px;
  left: 239px;
  width: 238px;
  height: 360px;
}

.area3-k {
  top: 99px;
  left: 575px;
  width: 93px;
  height: 156px;
}

.area4-k {
  top: 249px;
  left: 578px;
  width: 90px;
  height: 155px;
}

/* .area5-k {
  top:232px;left:30px;width:39px;height:16px;
} */
/* .area6-k {
  top: 605px;
  left: 588px;
  width: 111px;
  height: 39px;
}

.area7-k {
  top: 585px;
  left: 73px;
  width: 147px;
  height: 27px;
} */

.area8-k {
  top: 226px;
  left: 60px;
  width: 40px;
  height: 268px;
}

.area9-k {
  top: 224px;
  left: 96px;
  width: 40px;
  height: 312px;
}

.area10-k {
  top: 226px;
  left: 138px;
  width: 40px;
  height: 215px;
}

@media only screen and (max-width:1100px) {
  .area0-k {
    top: 4vw;
    left: 32vw;
    width: 6vw;
    height: 13vw;
  }

  .area1-k {
    top: 4vw;
    left: 26vw;
    width: 8vw;
    height: 14vw;
    
  }

  .area2-k {
    top: 17vw;
    left: 20vw;
    width: 23vw;
    height: 32vw;
  }

  .area3-k {
    top: 8vw;
    left: 49vw;
    width: 9vw;
    height: 14vw;
  }

  .area4-k {
    top: 22vw;
    left: 48vw;
    width: 11vw;
    height: 14vw;
  }

  /* .area5-k {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-k {
    top: 54vw;
    left: 52vw;
    width: 11vw;
    height: 4vw;
  }

  .area7-k {
    top: 52vw;
    left: 6vw;
    width: 14vw;
    height: 3vw;
  } */

  .area8-k {
    top: 20vw;
    left: 5vw;
    width: 4vw;
    height: 23vw;
  }

  .area9-k {
    top: 20vw;
    left: 8vw;
    width: 4vw;
    height: 27vw;
  }

  .area10-k {
    top: 20vw;
    left: 11vw;
    width: 5vw;
    height: 19vw;
  }
}

@media only screen and (max-width: 768px) {
  .area0-k {
    top: 4vw;
    left: 47vw;
    width: 8vw;
    height: 16vw;
  }

  .area1-k {
    top: 4vw;
    left: 40vw;
    width: 8vw;
    height: 17vw;
   
  }

  .area2-k {
    top: 21vw;
    left: 29vw;
    width: 33vw;
    height: 46vw;
  }

  .area3-k {
    top: 8vw;
    left: 71vw;
    width: 14vw;
    height: 21vw;
  }

  .area4-k {

    top: 29vw;
    left: 71vw;
    width: 14vw;
    height: 18vw;
  }


  /* .area5-k {
    top:232px;left:30px;width:39px;height:16px;
  } */
  /* .area6-k {
    top: 54vw;
    left: 52vw;
    width: 11vw;
    height: 4vw;
  }

  .area7-k {
    top: 52vw;
    left: 6vw;
    width: 14vw;
    height: 3vw;
  } */

  .area8-k {
    top: 25vw;
    left: 8vw;
    width: 4vw;
    height: 35vw;
  }

  .area9-k {
    top: 24vw;
    left: 12vw;
    width: 5vw;
    height: 42vw;
  }

  .area10-k {
    top: 25vw;
    left: 17vw;
    width: 5vw;
    height: 27vw;
  }
}

/* #labelImage {
  max-width: 100%;
  height: auto;
} */

.label-text ul li {
  border-bottom: solid 1px #ccc;
  line-height: 24px;
}

.label-text ul li:first-child {
  border-top: solid 1px #ccc;
}

.label-text ul li a {
  margin: 10px 0;

}

#translationList span {
  display: block;
}

#translationList .title {
  display: block;
}

.label-print {
  margin-top: 7% !important;
  text-align: right !important;

  display: inline-block;
}

.label-print a {
  padding-bottom: 5px;
  border-bottom: solid #ccc 1px !important;
}




@media only screen and (max-width:768px) {

  /* sp topで固定
ーーーーーーーーーーーーーーーーー */
  #rectangle {
    top: 10%;
    left: 20%;
    position: fixed;
    z-index: 4;
    width: 76%;
    width: 100%;
    margin-top: 10%;
    position: -webkit-sticky;
    /* safari対応 */
    position: sticky;
  }


  .label-flex {
    flex-direction: column;
  }



  .label-text {
    width: 100%;
  }

}

.pc_3 img.pc-subtitle{
	height:32px;
	width:auto;
	margin:0 0 -12px 0;
}
@media only screen and (max-width:768px) {
	a.label-bt{
		display:block;
		width:100%;
		height:100%;
	}
	.label-item{
		margin-top:-410px!important;
		padding-top:410px;
	}
}