@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i&display=swap");
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansCJKjp-Light.otf"), local("NotoSansJP-Light.otf"), url("../font/noto/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansCJKjp-DemiLight.otf"), local("NotoSansJP-DemiLight.otf"), url("../font/noto/NotoSansJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansCJKjp-Regular.otf"), url("../font/noto/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansJP-Medium.otf"), url("../font/noto/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansJP-Bold.otf"), url("../font/noto/NotoSansJP-Bold.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #1A1311;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans" , "NotoSansCJKjp-Jxck" , "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" , "ヒラギノ角ゴ Pro W3" , "メイリオ", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

html, body {
  height: 100%;
}

a:hover, a:hover p, a:hover img, a:hover h2 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 930px) {
  a:hover, a:hover p, a:hover img, a:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.nolink {
  cursor: default;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#trigger00, #trigger01, #trigger02, #trigger03, #trigger04, #trigger_korogaki01 {
  position: absolute;
}

.content_wrap {
  overflow: hidden;
}

/*  ヘッダー、メニュー  */
header.pc_head01 {
  background-color: #ffffff;
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 50;
}

header.pc_head01 .top_flag {
  width: 285px;
  height: auto;
  position: relative;
  top: 45px;
  left: 110px;
}

header.pc_head01 ul:first-of-type {
  display: flex;
  align-items: center;
  position: absolute;
  top: 63px;
  right: 110px;
  list-style-type: none;
}

header.pc_head01 ul:first-of-type li {
  position: relative;
  margin-right: 33px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
  cursor: pointer;
}

header.pc_head01 ul:first-of-type li:last-child {
  margin-right: 0;
}

header.pc_head01 ul:first-of-type li:nth-child(5) {
  margin-right: 33px;
}

header.pc_head01 ul:first-of-type li:nth-child(6) {
  margin-right: 25px;
}

header.pc_head01 ul:first-of-type li.pulldown.active ul {
  display: flex;
  transition: .3s;
  opacity: 1;
  pointer-events: auto;
}

header.pc_head01 ul:first-of-type li.pulldown.active a {
  color: #000;
}

header.pc_head01 ul:first-of-type li.pulldown ul {
  height: 400%;
  display: none;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: auto;
  list-style-type: none;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

header.pc_head01 ul:first-of-type li.pulldown ul li {
  margin-right: 30px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
  cursor: pointer;
}

header.pc_head01 ul:first-of-type li.pulldown ul li:first-child {
  padding-left: 20px;
}

header.pc_head01 ul:first-of-type li.pulldown ul li:last-child {
  margin-right: 0;
}

header.pc_head01 ul:first-of-type li.pulldown ul li a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.pc_head01 ul:first-of-type li.pulldown ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

header.pc_head01 ul:first-of-type li.pulldown ul li a.nolink:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.pc_head01 ul:first-of-type li.pulldown ul li a:after {
  content: "";
  display: none;
}

header.pc_head01 ul:last-child {
  display: flex;
  align-items: center;
  position: absolute;
  top: 115px;
  right: 110px;
  list-style-type: none;
}

header.pc_head01 ul:last-child li {
  margin-right: 50px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
}

header.pc_head01 ul:last-child li:last-child {
  margin-right: 0;
}

header.pc_head01 ul:last-child li a:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
  background: url(../img/arrow.svg) no-repeat;
}

header.pc_head02 {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: -120px;
  z-index: 60;
}

header.pc_head02 .top_flag {
  position: relative;
  top: 25px;
  left: 110px;
}

header.pc_head02 ul {
  display: flex;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 110px;
  list-style-type: none;
}

header.pc_head02 ul li {
  position: relative;
  margin-right: 33px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
  cursor: pointer;
}

header.pc_head02 ul li:last-child {
  margin-right: 0;
}

header.pc_head02 ul li:nth-child(5) {
  margin-right: 33px;
}

header.pc_head02 ul li:nth-child(6) {
  margin-right: 25px;
}

header.pc_head02 ul li.pulldown.active ul {
  display: flex;
  transition: .3s;
  opacity: 1;
  pointer-events: auto;
}

header.pc_head02 ul li.pulldown.active a {
  color: #000;
}

header.pc_head02 ul li.pulldown ul {
  height: 400%;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 0;
  right: auto;
  list-style-type: none;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

header.pc_head02 ul li.pulldown ul li {
  margin-right: 30px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.1em;
}

header.pc_head02 ul li.pulldown ul li:first-child {
  padding-left: 20px;
}

header.pc_head02 ul li.pulldown ul li:last-child {
  margin-right: 0;
}

header.pc_head02 ul li.pulldown ul li a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.pc_head02 ul li.pulldown ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

header.pc_head02 ul li.pulldown ul li a.nolink:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header.pc_head02 ul li.pulldown ul li a:after {
  content: "";
  display: none;
}

header.sp_head {
  position: fixed;
  top: -60px;
  width: 100%;
  height: 60px;
  z-index: 105;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

header.sp_head .pulldown ul {
  display: none;
  width: 100%;
}

header.sp_head .pulldown .arrow {
  margin-left: 10px;
  transition: 0.2s;
  margin-bottom: 2px;
}

header.sp_head .pulldown.open ul {
  display: block;
  margin-bottom: 20px;
}

header.sp_head .pulldown.open .arrow {
  margin-left: 10px;
  transform: rotate(180deg);
  margin-bottom: 3px;
}

header.sp_head, header.sp_head01 {
  display: none;
}

@media screen and (max-width: 1250px) {
  header.pc_head01 .top_flag {
    width: 230px;
    height: auto;
    position: relative;
    top: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 930px) {
  header.pc_head01 {
    display: none;
  }
  header.pc_head02 {
    display: none;
  }
  header.sp_head, header.sp_head01 {
    display: block;
  }
}

.slider2.slick-slider:before {
  content: "";
  background-image: url(../img_korogaki/moko_top.svg);
  position: absolute;
  top: -2px;
  width: 100%;
  height: 125px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider2.slick-slider:after {
  content: "";
  background-image: url(../img_korogaki/moko_buttom.svg);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 125px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  トップ ページ内リンク  */
.pagelink {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 100px auto;
  background-color: #ffffff;
  z-index: 50;
}

.pagelink a {
  text-align: center;
  letter-spacing: 0.2em;
  color: #434343;
  margin: auto 0px auto 50px;
}

.pagelink a:after {
  content: "";
  border-right: solid 1px #434343;
  height: 10px;
  display: inline-block;
  margin-left: 50px;
  color: #434343;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pagelink a:first-child {
  margin-left: auto;
}

.pagelink a:last-child {
  margin-right: auto;
}

.pagelink a:last-child:after {
  display: none;
}

.pagelink a:hover {
  color: #434343;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pagelink a:hover span {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 930px) {
  .pagelink {
    display: none;
  }
}

/*  メイン画像  */
.top_area {
  width: 100%;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.top_area img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_area img.top_logo {
  width: 185px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 50;
}

.top_area img.top_kagayasai {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
}

@media screen and (max-width: 930px) {
  .top_area img.top_kagayasai {
    width: 200px;
    height: 200px;
  }
}

.top_area img#kagaimg01 {
  height: 80vh;
}

.top_area img#kagaimg01sp {
  height: 120%;
}

.top_area .korogaki_ill {
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 15%;
  height: auto;
}

@media screen and (max-width: 930px) {
  .top_area .korogaki_ill {
    left: 3%;
    width: 30%;
  }
}

.top_area .plume_ill {
  position: absolute;
  top: 70px;
  right: 10%;
  width: 20%;
  height: auto;
}

@media screen and (max-width: 930px) {
  .top_area .plume_ill {
    right: 5%;
    width: 45%;
  }
}

@media screen and (max-width: 930px) {
  .top_area img.top_logo {
    width: 148px;
    height: 40px;
    top: 15px;
    left: 15px;
  }
}

.top_area02 {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}

.top_area02 img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_area02 img#kagaimg02, .top_area02 img#kagaimg03, .top_area02 img#kagaimg04 {
  height: 120%;
  transform: translateY(0px);
}

.top_area02 img#kagaimg02sp, .top_area02 img#kagaimg03sp, .top_area02 img#kagaimg04sp {
  height: 120%;
}

.top_area02 .title {
  height: auto;
  width: 55px;
  position: absolute;
  top: calc(50% - 146px);
  left: calc(50% - 26px);
  z-index: 5;
}

.top_area02 .title.lineupimg {
  top: calc(50% - 147px);
  left: calc(50% - 21px);
}

.top_area02 .title3 {
  top: calc(50% - 137px);
}

.top_area02 .title4 {
  top: calc(50% - 82px);
}

.top_area02 .chu {
  font-size: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
}

@media screen and (max-width: 930px) {
  .top_area02 {
    height: 400px;
    margin-top: 90px;
  }
  .top_area02 .title4 {
    top: calc(50% - 70px);
  }
}

.container .story_title {
  text-align: center;
  padding-top: 190px;
}

.container .story_title h2 {
  font-size: 50px;
  font-style: italic;
  letter-spacing: 6px;
  font-family: 'Open Sans';
  color: #727272;
  margin-bottom: 30px;
}

.container .story_title p {
  font-size: 20px;
  letter-spacing: 4.2px;
  font-family: 'Noto Nastaliq Urdu';
}

@media screen and (max-width: 930px) {
  .container .story_title {
    padding-top: 100px;
  }
  .container .story_title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .container .story_title p {
    font-size: 16px;
  }
}

.story_wrap {
  position: relative;
}

.story_wrap #aboutbg03 {
  position: absolute;
  top: -40%;
  left: -20%;
  z-index: -10;
}

.story_wrap #aboutbg04 {
  position: absolute;
  top: -7%;
  right: -27%;
  width: 36%;
  z-index: -10;
}

@media screen and (max-width: 930px) {
  .story_wrap #aboutbg03 {
    top: -50%;
    left: -40%;
  }
  .story_wrap #aboutbg04 {
    top: -20%;
    right: -20%;
    width: 60%;
  }
}

.container5 {
  position: relative;
}

.container5 #aboutbg05 {
  position: absolute;
  top: -58%;
  left: -110px;
  z-index: 10;
}

.container5 #aboutbg06 {
  position: absolute;
  top: 15%;
  right: -15%;
}

@media screen and (max-width: 930px) {
  .container5 #aboutbg05 {
    top: 0;
    left: -30%;
    z-index: 0;
  }
  .container5 #aboutbg06 {
    top: 35%;
    right: -50%;
  }
}

.container {
  position: relative;
}

.container #aboutbg07 {
  position: absolute;
  top: -40%;
  left: -35%;
  width: 60%;
}

@media screen and (max-width: 930px) {
  .container #aboutbg07 {
    top: -55%;
    left: -80%;
  }
}

.container2 {
  position: relative;
}

.container2 #aboutbg08 {
  position: absolute;
  top: -111%;
  right: -15%;
  z-index: 10;
  width: 40%;
}

.container2 #aboutbg09 {
  position: absolute;
  top: -50%;
  left: -55%;
  width: 80%;
}

@media screen and (max-width: 930px) {
  .container2 #aboutbg08 {
    top: 35%;
    right: -60%;
  }
  .container2 #aboutbg09 {
    top: -50%;
    left: -65%;
  }
}

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

.about_area #aboutbg01 {
  position: absolute;
  top: -15%;
  left: -18%;
  z-index: -10;
  width: 80%;
}

.about_area #aboutbg02 {
  position: absolute;
  bottom: -25%;
  right: -35%;
  width: 80%;
}

.about_area .about_textarea {
  padding-top: 300px;
}

.about_area .about_imgarea {
  width: 54%;
  margin: 100px auto 160px;
}

.about_area .about_imgarea .about_imgbox {
  text-align: center;
}

.about_area .about_imgarea .about_imgbox #aboutimg {
  width: 100%;
  margin-right: -10%;
}

.about_area .container .korogaki_title01pc {
  margin-top: 150px;
}

@media screen and (max-width: 930px) {
  .about_area #aboutbg01 {
    top: -5%;
    left: -25%;
  }
  .about_area #aboutbg02 {
    bottom: 10%;
    right: -30%;
  }
  .about_area .about_textarea {
    padding-top: 250px;
  }
  .about_area .about_imgarea {
    width: 100%;
    margin: 50px auto 100px;
  }
  .about_area .container .korogaki_title01pc {
    margin-top: 70px;
  }
}

/*  お取り寄せナビ  */
.nav_toriyose {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.nav_toriyose img {
  width: 150px;
  height: 150px;
}

.nav_toriyose a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_toriyose a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

@media screen and (max-width: 930px) {
  .nav_toriyose {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .nav_toriyose img {
    width: 100%;
    height: auto;
  }
  .nav_toriyose a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav_toriyose a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*  content  */
.container_wrap {
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

.container .img02 {
  width: 100%;
  height: auto;
  margin-top: 200px;
}

.container .korogakisakeimg {
  width: 142px;
  height: auto;
}

.container .title01 {
  display: block;
  margin: 50px auto 0;
}

.container .title02 {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}

.container .text01 {
  display: block;
  margin: 100px auto 0;
}

.container .text01.korogaki_title01 {
  width: auto;
  height: 92px;
}

.container .text01.mt270 {
  margin-top: 270px;
}

.container .text02 {
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  line-height: 3.5;
  text-align: center;
  margin-top: 60px;
}

.container .text03 {
  font-weight: lighter;
  letter-spacing: 0.2em;
  line-height: 3.5;
  margin-top: 80px;
}

.container .img01 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.container .wrap2 {
  margin-top: 150px;
}

.container .wrap2.mgt0 {
  margin-top: 0;
}

.container .wrap2 .title {
  display: block;
  margin: 0 auto;
}

.container .wrap2 .flex01 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container .wrap2 .flex01 div {
  margin: auto auto auto 50px;
}

.container .wrap2 .flex01 .icon {
  width: 197px;
  height: auto;
}

.container .wrap2 .flex01 .title {
  height: 27px;
  width: auto;
  margin: 50px 0;
}

.container .wrap2 .flex01 p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.container .wrap2 .flex01 .photo {
  width: 470px;
  height: auto;
  margin-right: 0;
}

.container .wrap2 .flex02 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container .wrap2 .flex02 div {
  margin: auto auto auto 240px;
}

.container .wrap2 .flex02 div.mgl {
  margin: auto auto auto 120px;
}

.container .wrap2 .flex02 .icon {
  width: 220px;
  height: auto;
}

.container .wrap2 .flex02 .title {
  height: 27px;
  width: auto;
  margin: 50px 0;
}

.container .wrap2 .flex02 p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.container .wrap2 .flex02 .photo2 {
  width: 430px;
  height: auto;
  margin-right: 0;
}

.container .wrap2 .flex02 .photo4 {
  width: 500px;
  height: auto;
  margin-right: 0;
  width: 530px;
}

@media screen and (max-width: 1250px) {
  .container {
    width: 85%;
  }
  .container .wrap2 .flex01 .title {
    height: 24px;
    margin: 50px 0 25px;
  }
  .container .wrap2 .flex01 .photo {
    width: 490px;
    padding-left: 20px;
  }
  .container .wrap2 .flex02 div {
    margin: auto auto auto 10vw;
  }
  .container .wrap2 .flex02 .title {
    height: 24px;
    margin: 50px 0 25px;
  }
  .container .wrap2 .flex02 .photo2 {
    width: 344px;
    height: auto;
    margin-right: 0;
  }
  .container .wrap2 .flex02 .photo4 {
    width: 470px;
    height: auto;
    margin-right: 0;
  }
  .container .wrap2 .flex02 .korogaki01 {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 930px) {
  .container {
    width: 90%;
  }
  .container .text01 {
    margin: 60px auto 0;
  }
  .container .text01.korogaki_title01sp {
    width: auto;
    height: 111px;
  }
  .container .text01.mgbsp {
    margin: 70px auto 100px;
  }
  .container .text02 {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.5;
    text-align: justify;
    margin-top: 40px;
  }
  .container .kagaimg {
    width: 30%;
    height: auto;
  }
  .container .img01 {
    margin-top: 70px;
  }
  .container .img02 {
    margin-top: 90px;
  }
  .container .korogakisakeimg {
    width: 30%;
    height: auto;
  }
  .container .wrap2 {
    margin-top: 60px;
  }
  .container .wrap2 .title {
    width: 90%;
  }
  .container .wrap2 .flex01 {
    display: block;
    margin: 50px auto 0;
  }
  .container .wrap2 .flex01 div {
    margin: auto;
  }
  .container .wrap2 .flex01 .photo {
    padding-left: 0;
  }
  .container .wrap2 .flex01 .photo.korogaki01 {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }
  .container .wrap2 .flex01 .icon {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .container .wrap2 .flex01 .title {
    width: auto;
    height: 20px;
    margin: 50px auto 30px;
  }
  .container .wrap2 .flex01 p {
    text-align: justify;
  }
  .container .wrap2 .flex02 {
    display: block;
    margin-top: 90px;
  }
  .container .wrap2 .flex02 div {
    margin: auto;
  }
  .container .wrap2 .flex02 div.mgl {
    margin: auto;
  }
  .container .wrap2 .flex02 .photo {
    padding-left: 0;
  }
  .container .wrap2 .flex02 .photo2 {
    width: 100%;
  }
  .container .wrap2 .flex02 .icon {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .container .wrap2 .flex02 .title {
    width: auto;
    height: 20px;
    margin: 50px auto 30px;
  }
  .container .wrap2 .flex02 p {
    text-align: justify;
  }
}

.container2 {
  width: calc(1100px + (100% - 1100px)/2);
  margin: 0 0 0 auto;
}

.container2 .wrap3 {
  margin-top: 100px;
}

.container2 .wrap3 .title {
  display: block;
  margin: 0 auto;
}

.container2 .wrap3 .flex01 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container2 .wrap3 .flex01 div {
  margin: auto auto auto 50px;
}

.container2 .wrap3 .flex01 .icon {
  width: 220px;
  height: auto;
}

.container2 .wrap3 .flex01 .title {
  height: 27px;
  width: auto;
  margin: 50px 0;
}

.container2 .wrap3 .flex01 p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
}

.container2 .wrap3 .flex01 .photo {
  width: 530px;
  height: auto;
  margin-right: 0;
  position: relative;
  right: -10px;
}

@media screen and (max-width: 1250px) {
  .container2 {
    width: 90%;
  }
  .container2 .wrap3 .flex01 div {
    margin: auto auto auto 0;
  }
  .container2 .wrap3 .flex01 .title {
    height: 24px;
    margin: 50px 0 25px;
  }
  .container2 .wrap3 .flex01 .photo {
    width: 550px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 930px) {
  .container2 {
    width: 90%;
    margin: 0 auto;
  }
  .container2 .wrap3 {
    margin-top: 0;
  }
  .container2 .wrap3 .flex01 {
    margin-top: 90px;
    display: block;
  }
  .container2 .wrap3 .flex01 .photo {
    width: 100%;
    padding-left: 0;
  }
  .container2 .wrap3 .flex01 .korogaki01 {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }
  .container2 .wrap3 .flex01 .icon {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .container2 .wrap3 .flex01 .title {
    width: auto;
    height: 20px;
    margin: 50px auto 30px;
  }
  .container2 .wrap3 .flex01 p {
    text-align: justify;
  }
}

.container5 {
  width: calc(1170px + (100% - 1100px)/2);
  margin: 0 auto 0 0;
}

.container5 .wrap3 {
  margin-top: 100px;
}

.container5 .wrap3 .title {
  display: block;
  margin: 0 auto;
}

.container5 .wrap3 .flex01 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container5 .wrap3 .flex01 div {
  margin: auto auto auto 0;
  position: relative;
  left: -50px;
}

.container5 .wrap3 .flex01 .icon {
  width: 220px;
  height: auto;
}

.container5 .wrap3 .flex01 .title {
  height: 27px;
  width: auto;
  margin: 50px 0;
}

.container5 .wrap3 .flex01 p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
}

.container5 .wrap3 .flex01 .photo2 {
  width: 800px;
  height: auto;
  margin-right: 0;
  position: relative;
  left: -150px;
}

@media screen and (max-width: 1300px) {
  .container5 {
    width: 100%;
  }
  .container5 .wrap3 .flex01 div {
    left: -80px;
  }
  .container5 .wrap3 .flex01 .title {
    height: 24px;
    margin: 50px 0 25px;
  }
  .container5 .wrap3 .flex01 .photo2 {
    width: 65vw;
    padding-left: 20px;
  }
}

@media screen and (max-width: 930px) {
  .container5 {
    width: 90%;
    margin: 0 auto;
  }
  .container5 .wrap3 {
    margin-top: 0;
  }
  .container5 .wrap3 .flex01 {
    margin-top: 90px;
    display: block;
  }
  .container5 .wrap3 .flex01 div {
    left: 0;
  }
  .container5 .wrap3 .flex01 .photo2 {
    width: 100%;
    padding-left: 0;
  }
  .container5 .wrap3 .flex01 .icon {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .container5 .wrap3 .flex01 .korogaki01 {
    width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }
  .container5 .wrap3 .flex01 .title {
    width: auto;
    height: 20px;
    margin: 50px auto 30px;
  }
  .container5 .wrap3 .flex01 p {
    text-align: justify;
  }
}

.container3 {
  width: 1100px;
  margin: 0 auto;
}

.container3 .cart_wrap {
  display: flex;
  margin-top: 100px;
}

.container3 .cart_wrap .img {
  margin-right: 180px;
}

.container3 .cart_wrap .img .main {
  width: 450px;
  height: 450px;
  display: block;
  position: relative;
}

.container3 .cart_wrap .img .main:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.container3 .cart_wrap .img .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.container3 .cart_wrap .desc {
  letter-spacing: 0.1em;
  position: relative;
}

.container3 .cart_wrap .desc #cartitem {
  position: absolute;
  top: 40%;
  right: 0;
}

.container3 .cart_wrap .desc .rubyromantitle {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 25px;
}

.container3 .cart_wrap .desc .extext {
  font-size: 12px;
  font-weight: 300;
  line-height: 3;
  text-align: justify;
}

.container3 .cart_wrap .desc .extext span {
  font-size: 16px;
  line-height: 2;
}

.container3 .cart_wrap .desc .ryokinbox {
  width: 100%;
  margin-top: 50px;
}

.container3 .cart_wrap .desc .ryokinbox table {
  width: 100%;
}

.container3 .cart_wrap .desc .ryokinbox table tr td {
  width: 50%;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #088153;
}

.container3 .cart_wrap .desc .ryokinbox table tr td:last-child {
  font-size: 20px;
  width: 50%;
}

.container3 .cart_wrap .desc .ryokinbox table tr td:last-child span {
  font-size: 12px;
  color: #088153;
}

.container3 .cart_wrap .desc .ryokinbox table tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 1250px) {
  .container3 {
    width: 80%;
  }
  .container3 .cart_wrap .img {
    width: 400px;
    margin-right: 100px;
  }
  .container3 .cart_wrap .img .main {
    width: 360px;
    height: 360px;
  }
}

@media screen and (max-width: 930px) {
  .container3 {
    width: 90%;
  }
  .container3 .cart_wrap {
    margin-top: 100px;
    display: block;
  }
  .container3 .cart_wrap .img {
    width: 100%;
    margin-right: 0;
  }
  .container3 .cart_wrap .img .main {
    width: 100%;
    height: auto;
  }
  .container3 .cart_wrap .desc #cartitem {
    width: 80px;
    top: 45%;
  }
  .container3 .cart_wrap .desc .rubyromantitle {
    font-size: 20px;
    margin: 25px 0;
  }
  .container3 .cart_wrap .desc .extext br {
    display: none;
  }
  .container3 .cart_wrap .desc .extext span {
    display: block;
    margin-top: 30px;
  }
  .container3 .cart_wrap .desc .rubyromantext {
    line-height: 2.5;
    margin-top: 30px;
  }
  .container3 .cart_wrap .desc .rubyromantext br {
    display: none;
  }
  .container3 .cart_wrap .desc .ryokinbox {
    margin-top: 50px;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td {
    width: 50%;
    font-size: 14px;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td:last-child {
    font-size: 16px;
    width: 50%;
    padding-left: 10px;
  }
  .container3 .cart_wrap .desc .ryokinbox table tr td:last-child span {
    font-size: 10px;
  }
}

#slider, #slider02, #slider03, #slider04, #slider05 {
  overflow: hidden;
}

#thumbnail-list, #thumbnail-list02, #thumbnail-list03, #thumbnail-list04, #thumbnail-list05 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

#thumbnail-list li, #thumbnail-list02 li, #thumbnail-list03 li, #thumbnail-list04 li, #thumbnail-list05 li {
  margin: 3px;
}

#thumbnail-list li:first-child, #thumbnail-list02 li:first-child, #thumbnail-list03 li:first-child, #thumbnail-list04 li:first-child, #thumbnail-list05 li:first-child {
  margin-left: 0;
}

#thumbnail-list li:nth-child(5n), #thumbnail-list02 li:nth-child(5n), #thumbnail-list03 li:nth-child(5n), #thumbnail-list04 li:nth-child(5n), #thumbnail-list05 li:nth-child(5n) {
  margin-right: 0;
}

#thumbnail-list li:nth-child(5n+1), #thumbnail-list02 li:nth-child(5n+1), #thumbnail-list03 li:nth-child(5n+1), #thumbnail-list04 li:nth-child(5n+1), #thumbnail-list05 li:nth-child(5n+1) {
  margin-left: 0;
}

#thumbnail-list li:last-child, #thumbnail-list02 li:last-child, #thumbnail-list03 li:last-child, #thumbnail-list04 li:last-child, #thumbnail-list05 li:last-child {
  margin-right: auto;
}

#thumbnail-list li span, #thumbnail-list02 li span, #thumbnail-list03 li span, #thumbnail-list04 li span, #thumbnail-list05 li span {
  width: 85px;
  height: 85px;
  display: block;
  cursor: pointer;
  position: relative;
}

#thumbnail-list li span:hover img, #thumbnail-list02 li span:hover img, #thumbnail-list03 li span:hover img, #thumbnail-list04 li span:hover img, #thumbnail-list05 li span:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#thumbnail-list li span:before, #thumbnail-list02 li span:before, #thumbnail-list03 li span:before, #thumbnail-list04 li span:before, #thumbnail-list05 li span:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#thumbnail-list li span img, #thumbnail-list02 li span img, #thumbnail-list03 li span img, #thumbnail-list04 li span img, #thumbnail-list05 li span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 930px) {
  #thumbnail-list li:first-child, #thumbnail-list02 li:first-child, #thumbnail-list03 li:first-child, #thumbnail-list04 li:first-child, #thumbnail-list05 li:first-child {
    margin-left: 0;
  }
  #thumbnail-list li:nth-child(5n), #thumbnail-list02 li:nth-child(5n), #thumbnail-list03 li:nth-child(5n), #thumbnail-list04 li:nth-child(5n), #thumbnail-list05 li:nth-child(5n) {
    margin-right: 3px;
  }
  #thumbnail-list li:nth-child(5n+1), #thumbnail-list02 li:nth-child(5n+1), #thumbnail-list03 li:nth-child(5n+1), #thumbnail-list04 li:nth-child(5n+1), #thumbnail-list05 li:nth-child(5n+1) {
    margin-left: 3px;
  }
  #thumbnail-list li:nth-child(4n), #thumbnail-list02 li:nth-child(4n), #thumbnail-list03 li:nth-child(4n), #thumbnail-list04 li:nth-child(4n), #thumbnail-list05 li:nth-child(4n) {
    margin-right: 0;
  }
  #thumbnail-list li:nth-child(4n+1), #thumbnail-list02 li:nth-child(4n+1), #thumbnail-list03 li:nth-child(4n+1), #thumbnail-list04 li:nth-child(4n+1), #thumbnail-list05 li:nth-child(4n+1) {
    margin-left: 0;
  }
  #thumbnail-list li:last-child, #thumbnail-list02 li:last-child, #thumbnail-list03 li:last-child, #thumbnail-list04 li:last-child, #thumbnail-list05 li:last-child {
    margin-right: auto;
  }
  #thumbnail-list li span, #thumbnail-list02 li span, #thumbnail-list03 li span, #thumbnail-list04 li span, #thumbnail-list05 li span {
    overflow: hidden;
  }
}

.prev-arrow, .next-arrow {
  width: 21px;
  height: 39px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 19px);
  z-index: 10;
}

.prev-arrow:hover, .next-arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.prev-arrow.slick-disabled, .next-arrow.slick-disabled {
  display: none !important;
}

.prev-arrow {
  left: 25px;
}

.next-arrow {
  right: 25px;
}

.container4 {
  width: 1100px;
  margin: 0 auto;
}

.container4 .wine {
  display: block;
  margin: 150px auto 0;
}

.container4 .winetext {
  font-size: 18px;
  font-weight: 300;
  line-height: 3.5;
  text-align: center;
  margin: 100px auto;
}

.container4 .wrap2 {
  margin-top: 150px;
}

.container4 .wrap2 .flex01 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container4 .wrap2 .flex01 div {
  margin: auto auto auto 50px;
}

.container4 .wrap2 .flex01 .title {
  height: 100px;
  width: auto;
  margin: 50px 0;
}

.container4 .wrap2 .flex01 p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.container4 .wrap2 .flex01 .photo {
  width: 500px;
  height: auto;
  margin-right: 0;
}

.container4 .wrap2 .flex02 {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.container4 .wrap2 .flex02 div {
  margin: auto auto auto 100px;
}

.container4 .wrap2 .flex02 .title {
  height: 100px;
  width: auto;
  margin: 50px 0;
}

.container4 .wrap2 .flex02 p {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.container4 .wrap2 .flex02 .photo {
  width: 500px;
  height: auto;
  margin-right: 0;
}

@media screen and (max-width: 1250px) {
  .container4 {
    width: 90%;
  }
  .container4 .wine {
    width: 62px;
    height: auto;
    margin: 100px auto 0;
  }
  .container4 .winetext {
    margin: 70px auto;
  }
  .container4 .wrap2 .flex01 .title {
    height: 80px;
    margin: 30px 0;
  }
  .container4 .wrap2 .flex01 .photo {
    width: 400px;
  }
  .container4 .wrap2 .flex02 .title {
    height: 80px;
    margin: 30px 0;
  }
  .container4 .wrap2 .flex02 .photo {
    width: 400px;
  }
}

@media screen and (max-width: 930px) {
  .container4 .wine {
    width: 50px;
    height: auto;
    margin: 100px auto 0;
  }
  .container4 .winetext {
    font-size: 14px;
    line-height: 2.5;
    text-align: justify;
    margin-top: 50px;
  }
  .container4 .wrap2 {
    margin-top: 0;
  }
  .container4 .wrap2 .flex01 {
    display: block;
  }
  .container4 .wrap2 .flex01 div {
    margin: 0 auto;
  }
  .container4 .wrap2 .flex01 p {
    font-size: 14px;
    text-align: justify;
  }
  .container4 .wrap2 .flex01 p br {
    display: none;
  }
  .container4 .wrap2 .flex01 .title {
    height: 55px;
    width: auto;
    display: block;
    margin: 50px auto 30px;
  }
  .container4 .wrap2 .flex02 {
    display: block;
  }
  .container4 .wrap2 .flex02 div {
    margin: 0 auto;
  }
  .container4 .wrap2 .flex02 p {
    font-size: 14px;
    text-align: justify;
  }
  .container4 .wrap2 .flex02 p br {
    display: none;
  }
  .container4 .wrap2 .flex02 .title {
    height: 55px;
    width: auto;
    display: block;
    margin: 50px auto 30px;
  }
}

.title_other {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  color: #727272;
  margin-top: 150px;
}

@media screen and (max-width: 930px) {
  .title_other {
    margin-top: 50px;
  }
}

.title_archive {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  color: #727272;
  margin-top: 200px;
}

@media screen and (max-width: 930px) {
  .title_archive {
    margin-top: 100px;
  }
}

.link {
  display: block;
  position: relative;
}

.link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link .imgbox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.link .imgbox p {
  font-size: 45px;
  font-style: italic;
  letter-spacing: 0.1em;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
  color: #ffffff;
}

.link .imgbox p .imgboxtext2 {
  font-size: 70px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.link .imgbox p .imgboxtext3 {
  font-size: 18px;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.link .imgbox p.imgboxtext4 {
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: table;
  text-align: center;
  color: #ffffff;
}

.link .imgbox .kagajp {
  position: absolute;
  top: 0;
  left: 0;
}

.link img {
  width: 100%;
  transition: 0.75s;
}

.link img:hover {
  transition: 0.75s;
}

.link img.more_sp {
  width: 113px;
  display: block;
  margin: 20px 0 0 auto;
}

.link img.imgbox_flag {
  width: 400px;
  height: 430px;
  z-index: 50;
  position: absolute;
  top: -40px;
  right: -170px;
  opacity: 0;
  transform: rotateZ(30deg);
}

.link img.imgbox_flag02 {
  width: 350px;
  height: 376px;
  z-index: 50;
  position: absolute;
  top: 50px;
  left: -30px;
  opacity: 0;
  transform: rotateZ(-20deg);
}

.link img.imgbox_flag03 {
  width: 350px;
  height: 376px;
  z-index: 50;
  position: absolute;
  bottom: 130px;
  right: -120px;
  opacity: 0;
  transform: rotateZ(25deg);
}

.link img.imgbox_flag04 {
  width: 320px;
  height: 320px;
  z-index: 50;
  position: absolute;
  top: -180px;
  right: -2vw;
  opacity: 0;
}

.link img.imgbox_coming {
  width: 220px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 660px;
  z-index: 50;
}

.link img.imgbox_flager01, .link img.imgbox_flager02, .link img.imgbox_flager03, .link img.imgbox_flager04, .link img.imgbox_flager05, .link img.imgbox_flager06 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
}

.link .link_bar {
  width: 100%;
  height: 8px;
  margin-top: 30px;
  border-radius: 4px;
  display: block;
  background-color: #088153;
  transform-origin: top left;
  transform: scaleX(0.04);
  transition: 1s;
}

.link .bnr_text {
  font-weight: lighter;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 1250px) {
  .link .imgbox p {
    font-size: 4vw;
  }
  .link .imgbox p .imgboxtext2 {
    font-size: 5vw;
  }
  .link img.imgbox_flag {
    width: 280px;
    height: 301px;
    z-index: 50;
    position: absolute;
    top: 0px;
    right: -140px;
    transform: rotateZ(30deg);
  }
  .link img.imgbox_flag02 {
    width: 245px;
    height: 263px;
    z-index: 50;
    position: absolute;
    top: -10px;
    left: -10px;
    transform: rotateZ(-20deg);
  }
  .link img.imgbox_flag03 {
    width: 245px;
    height: 263px;
    z-index: 50;
    position: absolute;
    bottom: 130px;
    right: -30px;
    transform: rotateZ(25deg);
  }
  .link img.imgbox_flag04 {
    width: 260px;
    height: 260px;
    z-index: 50;
    position: absolute;
    top: -100px;
    right: -2vw;
    opacity: 0;
  }
  .link img.imgbox_coming {
    width: 15vw;
    height: auto;
    position: absolute;
    top: 10px;
    left: 50vw;
    z-index: 50;
  }
  .link .link_bar {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .link img.imgbox_flag {
    display: none;
  }
  .link img.imgbox_flag02 {
    display: none;
  }
  .link img.imgbox_flag03 {
    display: none;
  }
  .link img.imgbox_flag04 {
    display: none;
  }
  .link .imgbox {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .link .imgbox p {
    height: 120px;
    font-size: 20px;
    line-height: 1.2;
  }
  .link .imgbox p .imgboxtext2 {
    font-size: 40px;
  }
  .link .imgbox p .imgboxtext2.korogaki {
    letter-spacing: 0.05em;
  }
  .link .imgbox p .imgboxtext3 {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    margin-top: 10px;
  }
  .link .bnr_text {
    font-size: 14px;
    font-weight: lighter;
    line-height: 2;
    margin-top: 30px;
  }
  .link img.imgbox_coming {
    width: 140px;
    top: 15px;
    left: 50vw;
  }
}

/*  加賀野菜ラインナップ  */
.lineup {
  display: flex;
  flex-wrap: wrap;
}

.lineup .link_small {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  position: relative;
}

.lineup .link_small:nth-child(3n) {
  margin-right: 0;
}

.lineup .link_small:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lineup .link_small:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lineup .link_small:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lineup .link_small:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lineup .link_small:hover img.yasai {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.lineup .link_small:hover .text01, .lineup .link_small:hover .text02, .lineup .link_small:hover .text03 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.75s;
}

.lineup .link_small .imgbox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
}

.lineup .link_small .imgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lineup .link_small .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.lineup .link_small img {
  width: 100%;
  height: 100%;
  transition: 0.75s;
}

.lineup .link_small img:hover {
  transition: 0.75s;
}

.lineup .link_small img.arrow_lineup {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}

.lineup .link_small img.imgbox_flag_season {
  width: 160px;
  height: auto;
  position: absolute;
  top: -15px;
  left: -15px;
}

.lineup .link_small .text01 {
  font-size: 24px;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 150px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.75s;
}

.lineup .link_small .text02 {
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 195px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.75s;
}

.lineup .link_small .text03 {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #088153;
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.75s;
}

.ysi_list .link_small {
  width: 18.7%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.ysi_list .link_small:nth-child(3n) {
  margin-right: 1.5%;
}

.ysi_list .link_small:nth-child(5n) {
  margin-right: 0;
}

.ysi_list .link_small img.arrow_lineup {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}

.ysi_list .link_small img.imgbox_flag_season {
  width: 100px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 5px;
}

.ysi_list .link_small .text01 {
  font-size: 18px;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  width: 70%;
  top: 80px;
  left: 16%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.75s;
}

.ysi_list .link_small .text03 {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #088153;
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.75s;
}

.ysi_list .link_small.current_page {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ysi_list .link_small.current_page p {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ysi_list .link_small.current_page span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ysi_list .link_small.current_page img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ysi_list .link_small.current_page img.yasai {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.ysi_list .link_small.current_page .text01, .ysi_list .link_small.current_page .text02, .ysi_list .link_small.current_page .text03 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.75s;
}

@media screen and (max-width: 1250px) {
  .lineup .link_small {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    display: block;
    position: relative;
  }
  .lineup .link_small:nth-child(3n) {
    margin-right: 4%;
  }
  .lineup .link_small:nth-child(5n) {
    margin-right: 4%;
  }
  .lineup .link_small:nth-child(2n) {
    margin-right: 0;
  }
  .lineup .link_small:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lineup .link_small:hover img.yasai {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lineup .link_small img.imgbox_flag_season {
    width: 90px;
    top: -20px;
    left: 10px;
  }
  .lineup .link_small .text00 {
    font-size: 12px;
    margin-top: 10px;
    color: #088153;
  }
  .lineup .link_small .text01 {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
    font-size: 14px;
  }
  .lineup .link_small .text02 {
    width: 100%;
    margin: 5px 0 0;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    font-size: 10px;
    text-align: left;
    color: #555555;
  }
  .lineup .link_small .text04 {
    margin-top: 15px;
    color: #555555;
  }
  .lineup .link_small.current_page img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lineup .link_small.current_page img.yasai {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*  カート  */
.cartjs_box {
  margin-top: 50px !important;
}

.cartjs_box form {
  display: block;
}

.cartjs_box form table {
  width: 100% !important;
  margin: 0 !important;
}

.cartjs_box form table tbody {
  display: flex;
  flex-direction: column;
}

.cartjs_box form table tr.cartjs_product_num {
  width: 100%;
  display: block;
  order: 2;
  position: relative;
}

.cartjs_box form table tr.cartjs_option {
  width: 100%;
  display: block;
  order: 1;
  position: relative;
}

.cartjs_box form table tr.cartjs_option td:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  border-top: solid 10px #088153;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.cartjs_box form table th {
  display: none;
}

.cartjs_box form table td {
  width: 100% !important;
  display: block !important;
  position: relative;
  margin-bottom: 10px;
}

.cartjs_box form table input {
  width: 20px !important;
}

.cartjs_box form table select {
  width: 100% !important;
  height: 60px !important;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 15px 20px !important;
  color: #088153 !important;
  border: solid 2px #088153 !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.cartjs_box form table select option {
  width: 100% !important;
}

.cartjs_box form .cartjs_cart_in {
  width: 100% !important;
  margin: 0 !important;
}

.cartjs_box form .cartjs_cart_in p {
  margin-top: 10px !important;
}

.cartjs_box form .cartjs_cart_in input {
  font-weight: 400 !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: solid 2px #088153 !important;
  background: #ffffff !important;
  letter-spacing: 0.2em;
  color: #088153 !important;
}

.cartjs_box form .cartjs_cart_in input:hover {
  width: 100% !important;
  border-radius: 0 !important;
  background: #088153 !important;
  letter-spacing: 0.2em;
  color: #ffffff !important;
}

.wine01 .cartjs_box form .cartjs_cart_in, .wine02 .cartjs_box form .cartjs_cart_in, .wine03 .cartjs_box form .cartjs_cart_in, .wine04 .cartjs_box form .cartjs_cart_in {
  margin: 30px 0 0 !important;
}

@media screen and (max-width: 930px) {
  .cartjs_block {
    padding: 0 !important;
  }
  .cartjs_box {
    margin-top: 30px !important;
    border: none !important;
  }
  .cartjs_box form {
    display: block;
  }
  .cartjs_box form table td {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .cartjs_box form table input {
    width: 50px !important;
  }
  .cartjs_box form .cartjs_buy {
    width: 100% !important;
    margin: 20px 0 0 auto !important;
  }
  .cartjs_box form .cartjs_buy input {
    width: 100% !important;
    border-radius: 0 !important;
    background-color: #088153 !important;
    background: #088153 !important;
    background-image: none !important;
    border: none !important;
    letter-spacing: 0.2em;
    padding: 20px 5px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
  }
}

/*  メッセージ  */
.message_area {
  width: 865px;
  margin: 100px auto 0;
}

.message_area .top {
  display: flex;
  align-items: center;
}

.message_area .top img {
  width: 241px;
  height: auto;
  display: inline-block;
  margin: auto;
}

.message_area .top:before, .message_area .top:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #707070;
  margin: 3px;
}

.message_area .message_flex {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
}

.message_area .message_flex img {
  width: 180px;
  height: auto;
}

.message_area .message_flex p {
  width: 590px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
  margin-left: 30px;
}

@media screen and (max-width: 1250px) {
  .message_area {
    width: 80%;
  }
}

@media screen and (max-width: 930px) {
  .message_area {
    width: 90%;
  }
  .message_area .top {
    display: flex;
    align-items: center;
  }
  .message_area .top img {
    width: 70%;
  }
  .message_area .message_flex {
    display: block;
  }
  .message_area .message_flex p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .message_area .message_flex img {
    width: 140px;
    display: block;
    margin: 20px auto 0;
  }
}

/*  おいしい飲み方、販売場所  */
.howtoplace {
  width: 900px;
  height: auto;
  margin: 100px auto 0;
}

.howtoplace .howto_box_pc img {
  width: 100%;
}

.howtoplace .howto_box_sp {
  display: none;
}

.howtoplace .howto_box_sp img {
  width: 100%;
}

.place {
  width: 700px;
  margin: 0 auto;
}

.placetext01 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 60px;
}

.placeflex {
  display: flex;
  align-items: flex-end;
}

.placeflex .placetext02 {
  font-size: 16px;
  line-height: 1.5;
}

.placeflex .placetext03 {
  font-size: 12px;
  line-height: 1.5;
}

.placeflex a {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 930px) {
  .howtoplace {
    width: 80%;
  }
  .howtoplace .howto_box_pc {
    display: none;
  }
  .howtoplace .howto_box_sp {
    display: block;
  }
  .place {
    width: 100%;
  }
  .placeflex {
    display: block;
  }
  .placeflex a {
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 930px) {
  .howtoplace {
    width: 90%;
  }
  .howtoplace .howto_box {
    padding: 25px 15px;
  }
  .howtoplace .howto_box > div {
    width: 100%;
  }
  .howtoplace .howto_box .howto_sp img {
    margin: 25px auto 5px;
  }
}

/*  小バナー  */
.nakamura_bnr {
  width: 900px;
  margin: 150px auto 0;
}

@media screen and (max-width: 1250px) {
  .nakamura_bnr {
    width: 80%;
  }
}

@media screen and (max-width: 930px) {
  .nakamura_bnr {
    width: 100%;
    margin: 60px auto 0;
  }
}

/*  フッター  */
.footline {
  width: 100%;
  display: block;
  border-bottom: solid 1px #206B3F;
  margin-top: 200px;
}

footer {
  width: 1100px;
  margin: 120px auto 0;
  padding-bottom: 120px;
  position: relative;
}

footer p:first-child {
  font-size: 30px;
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.25em;
  color: #474645;
}

footer p:nth-child(2) {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

footer div {
  display: flex;
  margin-top: 80px;
}

footer div a {
  letter-spacing: 0.2em;
}

footer div a:after {
  content: "";
  height: 100%;
  border-right: solid 1px #1A1311;
  margin: 0 20px;
}

footer div a:nth-child(3):after {
  content: none;
}

footer .copyright {
  font-size: 10px;
  font-weight: lighter;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

footer img {
  width: 400px;
  height: auto;
  position: absolute;
  right: 0;
  top: 190px;
}

footer.footer02 {
  margin-top: 25px;
}

@media screen and (max-width: 1250px) {
  footer {
    width: 80%;
  }
  footer img {
    width: 300px;
    height: auto;
    position: absolute;
    right: 0;
    top: 220px;
  }
}

@media screen and (max-width: 930px) {
  footer {
    width: 90%;
  }
  footer p:first-child {
    font-size: 28px;
  }
  footer p:nth-child(2) {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  footer div {
    display: flex;
    margin-top: 40px;
  }
  footer div a {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  footer div a:after {
    content: "";
    height: 100%;
    border-right: solid 1px #1A1311;
    margin: 0 10px;
  }
  footer div a:nth-child(3):after {
    content: none;
  }
  footer div a:first-child {
    margin-left: auto;
  }
  footer div a:last-child {
    margin-right: auto;
  }
  footer .copyright {
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 20px;
  }
  footer img {
    width: 85%;
    height: auto;
    display: block;
    margin: 60px auto 0;
    position: relative;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 375px) {
  footer div a {
    font-size: 11px;
  }
}

@media screen and (max-width: 350px) {
  footer div a {
    font-size: 10px;
  }
  footer div a:after {
    margin: 0 5px;
  }
}

.mgt05 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt100 {
  margin-top: 100px;
}

.mgt130 {
  margin-top: 130px;
}

.mgt150 {
  margin-top: 150px;
}

.mgt180 {
  margin-top: 180px;
}

.mgt200 {
  margin-top: 200px;
}

.mgt250 {
  margin-top: 250px;
}

.mgt350 {
  margin-top: 350px;
}

.mgb05 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb150 {
  margin-bottom: 150px;
}

.mgb200 {
  margin-bottom: 200px;
}

.mgl05 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl50 {
  margin-left: 50px;
}

.mgr05 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}

.pdt150 {
  padding-top: 150px;
}

.pdb120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 930px) {
  .mgt60sp {
    margin-top: 60px;
  }
  .mgt75sp {
    margin-top: 75px;
  }
  .mgb100sp {
    margin-bottom: 100px;
  }
}

.block {
  display: block;
}

.sp_block {
  display: none !important;
}

.sp_block_t, .sp_block_i, .sp_block_f {
  display: none !important;
}

.sp_block350 {
  display: none !important;
}

.sp_block375 {
  display: none !important;
}

.sp_block640 {
  display: none !important;
}

.sp_flex640 {
  display: none !important;
}

.sp_block930 {
  display: none !important;
}

.sp_block1250 {
  display: none !important;
}

@media screen and (max-width: 1250px) {
  .sp_block1250 {
    display: block !important;
  }
  .sp_none1250 {
    display: none !important;
  }
}

@media screen and (max-width: 930px) {
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_block {
    display: block !important;
  }
  .sp_block_t {
    display: table !important;
  }
  .sp_block_f {
    display: flex !important;
  }
  .sp_block_i {
    display: inline !important;
  }
  a:hover, a:hover p, a:hover img, a:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media screen and (max-width: 930px) {
  .sp_block930 {
    display: block !important;
  }
  .sp_none930 {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp_block640 {
    display: block !important;
  }
  .sp_flex640 {
    display: flex !important;
  }
  .sp_none640 {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  .sp_block375 {
    display: block !important;
  }
  .sp_none375 {
    display: none !important;
  }
}

@media screen and (max-width: 350px) {
  .sp_block350 {
    display: block !important;
  }
  .sp_none350 {
    display: none !important;
  }
}

/*# sourceMappingURL=common.map */