@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
.news2{
    background: url(../images/contents/BG.jpg) center/cover;
    padding: 150px 0;
}
.news2_title{
    max-width: 300px;
    padding: 4px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 2, 2, 0)), color-stop(12%, rgba(2, 2, 2, 0.75)), color-stop(50%, #020202), color-stop(88%, rgba(2, 2, 2, 0.75)), to(rgba(2, 2, 2, 0)));
    background: linear-gradient(to right, rgba(2, 2, 2, 0) 0%, rgba(2, 2, 2, 0.75) 12%, #020202 50%, rgba(2, 2, 2, 0.75) 88%, rgba(2, 2, 2, 0) 100%);
    text-align: center !important;
    font-size: 1.75rem;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
    margin-bottom: 26px;    
}
.news2_inner{
    max-width: 1000px;
    margin: 30px auto 0;
    max-height: 300px;
    overflow-y: auto;
}
.news2_inner dl {
    border-bottom: 1px dotted #fff !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.news2_inner dl:last-child{
    margin-bottom: 0 !important;
}
.news2_inner dl dd{
    border: none !important;
    background: none !important;
    width: 100% !important;
    padding: 0 !important;
}
.news2_inner dl dt {
    border: none !important;
    border-bottom: none;
    border-right: none;
    background: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    box-sizing: border-box;
    width: 130px !important;
}
.shopPage .item .photo {
  justify-content: space-between;
}
.shopPage .item .photo .large img {
  height: auto !important;
}
div.photo {
  margin-left: 0;
}
div.photo div.large {
  margin-left: 0;
  margin-bottom: 0;
  width: 78.5%;
}
.shopPage .item .photo .small {
  width: 16.5% !important;
  min-width: inherit !important;
  max-width: inherit !important;
}
div.photo div.small ul {
  flex-direction: column;
}
div.photo div.small ul li {
  margin-left: 0;
  flex-basis: auto;
}
.line {
  padding: 5px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line::before {
  content: "";
  display: block;
  height: 92%;
  width: 1px;
  background: #967e34;
  position: absolute;
  left: 0;
  top: 0;
}
.line img {
  max-height: 52px;
}
.footer-contact .inner1 .btn {
  max-width: 700px !important;
}
.footer-contact .inner1 .btn a i {
  margin-right: 8px;
}
.news_blog .blog_text h3 a {
  color: #c91a09 !important;
}
.blog_text .detail {
  display: none;
}
.imgBox .box {
  text-align: center;
}
#pagetop {
  bottom: 45px !important;
}
.lineframe {
  background: #39b900;
  padding: 20px;
}
.kyocho2 {
  font-size: 2rem;
}
.kyocho {
  font-size: 1.4rem;
  line-height: 1.6;
}
.lineText {
  text-align: center;
}
.lineText img {
  width: 160px !important;
}
/* バイリンガルボタン */
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999999;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
.bili_name dl:nth-of-type(2) dd div,
.bili_name dl:last-of-type dd div {
  display: block !important;
}
.bili_name dl:nth-of-type(2) dd .translate,
.bili_name dl:last-of-type dd .translate {
  display: none !important;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}
.flexBox .leftArea {
  width: 48%;
}
.flexBox .rightArea {
  width: 48%;
}
.facebook {
  text-align: center;
}
.btn_insta {
  max-width: 500px;
  margin: 50px auto 0;
  padding: 20px 0;
  transition-duration: .3s;
  text-align: center;
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.btn_insta:hover {
  opacity: 0.7;
}
.btn_insta a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.btn_insta a i {
  margin-right: 8px;
}
.customerPage dt {
  color: #333 !important;
  max-width: 200px !important;
}
.customerPage dd {
  flex: 1;
  width: auto !important;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
  .kyocho2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .kyocho {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .lineframe {
    background: #39b900;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  } */
  /* #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 2px;
    right: auto;
    padding: 0px 10px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    flex-direction: row;
    width: 100% !important;
    left: 0 !important;
  } */
}
@media screen and (max-width: 640px) {
  #hednav .wrap .navwrap nav ul li a {
    font-size: 0.875rem;
  }
  #hednav .wrap .navwrap {
    height: 100%;
    padding-top: 100px;
  }
  #hednav .wrap .header-logo {
    /* height: 25% !important; */
    display: none !important;
  }
  #hednav .wrap .header-logo a {
    display: flex;
    justify-content: center;
  }
  .header-logo img {
    width: 50%;
  }
  #hednav .wrap .navwrap nav {
    height: auto !important;
  }
  .flexBox {
    flex-direction: column;
  }
  .flexBox .leftArea {
    width: 100%;
  }
  .flexBox .rightArea {
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
  .news2_inner dl {
      display: block !important;
  }
  .news2_inner dl dt,.news2_inner dl dd{
      width: 100% !important;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
  .fixedBg {
    background-attachment: unset !important;
  }
  .shopPage .item .photo {
    margin-bottom: 30px;
  }
  .stickyNav a {
    font-size: 14px !important;
  }
  .line img {
    max-height: 40px;
  }
  .stickyNav > div.tellBtn,
  .stickyNav > div.contactBtn {
    padding: 0 16px !important;
  }
  .footer-contact .inner1 .btn a:nth-child(2) {
    margin-bottom: 8px;
  }
}
