@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック","Yu Gothic","游ゴシック", sans-serif;
  background: #1b1c23;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-feature-settings: "palt";
  /*CSSでカーニング調整をして先頭が 「 （カッコ）の左端を揃える*/
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.body_inner {
  width: 100%;
  height: 100vh;
  background: #1b1c23;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
}
.body_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  max-width: 140px;
}
.body_inner.close {
  animation: fadeOut 1s ease-in 0s forwards;
  opacity: 0;
  display: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#Wrapper {
  background: url("../images/bg.jpg") no-repeat 0 0/cover;
  background-attachment: fixed;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
}
li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

/* 保存禁止の画像 */
img.selectNone,
.goods_list li img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

a {
  color: #c0b063;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 1;
    animation-duration: .5s;
    animation-name: flash;
  }

  @keyframes flash {
    0% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    }
  }
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp_none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: inline-block !important;
  }
}
/* -------------------------------------------

  初動オープンアニメーション

------------------------------------------- */
body {
  background: #1b1c23;
}

#OpenAnime_content {
  width: 100%;
  max-width: 800px;
}
#OpenAnime_content.is-active {
  display: none;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b1c23;
  text-align: center;
}
#splash #splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50%;
  max-width: 400px;
}
#splash #splash-logo div {
  position: absolute;
  width: 100%;
  /*animation: smoky 5s 3.4s both;*/
  /*
  &:nth-child(even){
    animation-name: smoky-mirror;
  }
  */
}
#splash #splash-logo div:last-child {
  position: static;
}
#splash #splash-logo div.opening_start {
  animation: smoky 5s 3.4s both;
}
#splash #splash-logo div.opening_start:nth-child(even) {
  animation-name: smoky-mirror;
}

@keyframes smoky {
  60% {
    -ms-filter: blur(40px);
    filter: blur(40px);
  }
  to {
    transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes smoky-mirror {
  60% {
    -ms-filter: blur(40px);
    filter: blur(40px);
  }
  to {
    transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* == baseyard ロゴアニメーション == */
.baseyard_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.baseyard_content svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 60%;
  height: 120px;
}
.baseyard_content .svg-baseyard-1, .baseyard_content .svg-baseyard-2, .baseyard_content .svg-baseyard-3, .baseyard_content .svg-baseyard-4, .baseyard_content .svg-baseyard-5, .baseyard_content .svg-baseyard-6, .baseyard_content .svg-baseyard-7, .baseyard_content .svg-baseyard-8 {
  fill: #FFFFFF;
  opacity: 0;
}
.baseyard_content.opening_start .svg-baseyard-1 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.5s both;
}
.baseyard_content.opening_start .svg-baseyard-2 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.7s both;
}
.baseyard_content.opening_start .svg-baseyard-3 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 6.9s both;
}
.baseyard_content.opening_start .svg-baseyard-4 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.1s both;
}
.baseyard_content.opening_start .svg-baseyard-5 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.3s both;
}
.baseyard_content.opening_start .svg-baseyard-6 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.5s both;
}
.baseyard_content.opening_start .svg-baseyard-7 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.7s both;
}
.baseyard_content.opening_start .svg-baseyard-8 {
  animation: animate-svg-fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 7.9s both;
}

@keyframes animate-svg-fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*========= 画面遷移のためのCSS ===============*/
.black_box {
  display: none;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.black_box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1b1c23;
  background-image: -webkit-radial-gradient(#000 30%, #1b1c23 60%);
  background-image: radial-gradient(#000 30%, #1b1c23 60%);
  width: 0;
  height: 0;
  border-radius: 50%;
}

/*bodyにappearクラスがついたら出現*/
body.appear .black_box {
  display: block;
}
body.appear .black_box .inner {
  animation: black-blur 1s 0.8s both;
}

@keyframes black-blur {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 400vw;
    height: 400vw;
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#IndexContainer {
  opacity: 0;
  /*はじめは透過0に*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/*bodyにblockクラスがついたら出現*/
body.block #IndexContainer {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  /*nimation-delay: 0.8s;*/
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------
　　スマホ用サイドメニュー
----------------------------- */
.side_navigation {
  transition: 1s;
  z-index: 8888;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #16171e;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  /*
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  */
  display: none;
  opacity: 0;
}
.drawer-menu .inner_1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.drawer-menu .inner_1 .inner_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.drawer-menu .inner_1 ul li {
  width: 33.33%;
  float: right;
  margin-bottom: 15px;
  border-right: 1px solid #444;
}
.drawer-menu .inner_1 ul li.nav_1 {
  animation: navTop 0.7s 0.1s forwards;
  opacity: 0;
}
.drawer-menu .inner_1 ul li.nav_2 {
  animation: navTop 0.7s 0.2s forwards;
  opacity: 0;
}
.drawer-menu .inner_1 ul li.nav_3 {
  border-left: 1px solid #444;
  animation: navTop 0.7s 0.3s forwards;
  opacity: 0;
}
.drawer-menu .inner_1 .drawer-menu_others {
  margin-top: 20px;
  animation: navOthers 1s 1s forwards;
  opacity: 0;
}
.drawer-menu .inner_1 .drawer-menu_others a {
  color: #fff;
  display: block;
  font-size: .9em;
  padding: 5px 0;
}
.drawer-menu .inner_1 .drawer-menu_others .tw {
  float: left;
}
.drawer-menu .inner_1 .drawer-menu_others .tw i {
  padding-right: 8px;
  color: #c0b063;
  font-size: 1.3em;
}
.drawer-menu .inner_1 .drawer-menu_others .byt {
  float: right;
}
.drawer-menu .inner_1 .drawer-menu_others .byt img {
  width: auto;
  height: 1.3em;
  vertical-align: middle;
  padding-right: 8px;
}

@keyframes navTop {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes navOthers {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  /* Tablet */
  .drawer-menu .inner_1 .inner_2 {
    width: 50%;
  }
}
.menu-btn {
  position: fixed;
  display: block;
  top: 12px;
  right: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  cursor: pointer;
  z-index: 8888;
  /*
  background: #102246;
  border-radius: 50%;
  */
}

.bar {
  position: absolute;
  top: 18px;
  left: 15px;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.bar.middle {
  top: 26px;
  opacity: 1;
}
.bar.bottom {
  top: 34px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.check {
  display: none;
}
.check:checked ~ .drawer-menu {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
    /*
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
    */
  opacity: 1;
  display: block;
  z-index: 4;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
  width: 35px;
  top: 14px;
  background-color: #fff !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
  width: 35px;
  top: 38px;
  background-color: #fff !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.close-menu {
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .menu-btn, .drawer-menu {
    display: none;
  }
}
/* ---------------------------------------------------
 Common
--------------------------------------------------- */
body.fadeIn_body {
  animation: fadeInbody 1s ease 0s 1 normal;
  -webkit-animation: fadeInbody 1s ease 0s 1 normal;
}

@keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --- Header --- */
.pc_header {
  /* PC用 */
  display: none;
}

.header_logo {
  width: 50px;
  position: absolute;
  top: 20px;
  left: 5%;
  display: none;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .pc_header {
    /* PC用 */
    display: block;
    width: 100%;
    height: 116px;
    background: #1b1c23;
  }

  nav.header_nav {
    position: absolute;
    top: 40px;
    right: 80px;
  }
  nav.header_nav a, nav.header_nav .none_url {
    display: inline-block;
    margin-left: 35px;
    color: #fff;
  }
  nav.header_nav a .Cinzel, nav.header_nav .none_url .Cinzel {
    font-size: 1.2em;
    line-height: 1.2;
  }
  nav.header_nav a .Mincho, nav.header_nav .none_url .Mincho {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: .8;
    padding-top: 8px;
  }
  nav.header_nav a.nowurl, nav.header_nav .none_url.nowurl {
    color: #c0b063;
  }
  nav.header_nav a:hover, nav.header_nav .none_url:hover {
    color: #c0b063;
  }
}
/* --- Footer --- */
#footer {
  padding: 50px 7%;
  margin-top: 80px;
  background: #16171e;
}
#footer nav.footer_nav {
  width: 75%;
  float: left;
}
#footer nav.footer_nav ol li {
  margin-top: 10px;
}
#footer nav.footer_nav ol li a {
  color: #fff;
  font-size: 1.2em;
  display: block;
}
#footer nav.footer_nav ol li a:hover {
  color: #c0b063;
}
#footer .logo_daikouryuten {
  width: 16%;
  max-width: 100px;
  float: right;
}
#footer .logo_daikouryuten a:hover {
  opacity: .7;
}
#footer .note {
  font-size: 10px;
  color: #777;
  margin-top: 20px;
}
#footer .logo a {
  display: block;
  width: 100px;
  margin: 30px 0 0 0;
}
#footer .logo a:hover {
  opacity: .7;
}
#footer .copyright {
  font-size: 10px;
  color: #777;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  #footer {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #footer nav.footer_nav {
    width: 25%;
  }
  #footer .logo a {
    float: left;
    margin-top: 40px;
  }
  #footer .copyright {
    float: right;
    text-align: right;
  }
}
/* --- アニメーション --- */
.fadein_slide {
  opacity: 0;
  transform: translateY(40px);
  /* 下からスライドフェードイン */
  transition: all .7s 0s ease;
}

/* -- フォント -- */
.Cinzel {
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

.Mincho {
  font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
}

/* --- ボタン --- */
.btn {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: .9em;
}
.btn a {
  display: block;
  line-height: 44px;
}
.btn a .arrow {
  display: inline-block;
  width: 45%;
}
.btn a .arrow .arrow_inner {
  opacity: .6;
  width: 45%;
  position: absolute;
  height: 1px;
  background: #c0b063;
  top: 48%;
  left: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a .arrow .arrow_inner:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0px;
  border-top: 2px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 2px solid #c0b063;
  border-left: 4px solid #c0b063;
  -webkit-transition: all 0.2s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a p {
  display: inline-block;
  padding-left: 15px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .btn {
    width: 310px !important;
    font-size: 1em;
  }
  .btn a:hover .arrow .arrow_inner {
    margin-left: 40%;
    width: 70%;
  }
}
/* -- 他 -- */
.common_container {
  width: 90% !important;
  padding: 0 !important;
  margin: 0 auto;
}

.page_bgtitle {
  width: 25%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

h1.pagetitle {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 80px 0 0px;
  z-index: 1;
}
h1.pagetitle.fadein_slide {
  transform: translateY(-50px);
}

#Wrap_inner {
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  /* -- 他 -- */
  .common_container {
    width: 70% !important;
    padding: 0 !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  /* -- 他 -- */
  .common_container {
    width: 90% !important;
    max-width: 1180px !important;
  }

  .page_bgtitle {
    width: 220px;
  }

  h1.pagetitle {
    font-size: 3em;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

トップページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
.top_sns_container {
  width: 100%;
  background: #1b1c23;
  padding: 15px 4%;
}
.top_sns_container a i {
  display: inline-block;
  background: #000;
  padding: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.top_sns_container a span {
  font-size: .8em;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .top_sns_container {
    display: none;
  }
}
/* --------------------------------
 メインビジュアル
--------------------------------- */
#main {
  width: 100%;
  background-color: #1b1c23;
}
#main .visual {
  width: 100%;
  height: 0;
  padding-top: 137.5%;
  /* (画像の高さ / 画像の横幅) × 100 */
  background: url("../images/main_sp.png") no-repeat center/cover;
}
#main .date {
  width: 75%;
  margin: 0 auto;
  padding: 10px 0 40px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #main {
    padding: 40px 0;
  }
  #main .visual {
    padding-top: 30.2734375%;
    /* (画像の高さ / 画像の横幅) × 100 */
    background-image: url("../images/main_pc.png");
  }
  #main .date {
    width: 40%;
    padding: 60px 0;
  }
}
/* ---------------------------------------------------
 イントロ
--------------------------------------------------- */
#intro {
  position: relative;
}
#intro .main_title {
  position: absolute;
  top: 60px;
  right: 2%;
  width: 28%;
}
#intro .tx_content {
  padding: 60px 0 20px 4%;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
#intro .tx_content.fadein_slide {
  transition: all .7s .6s ease;
}
#intro .tx_content p {
  padding-bottom: 1.7em;
}
#intro .btn {
  margin-left: 4%;
}

@media only screen and (max-width: 413px) {
  /* iPhone SE以下 */
  #intro {
    position: relative;
  }
  #intro .main_title {
    right: 0%;
  }
  #intro .tx_content {
    padding: 60px 0 20px 0;
  }
  #intro .btn {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) {
  /* Tablet */
  #intro .main_title {
    top: 100px;
    right: 0;
    width: 26%;
  }
  #intro .tx_content {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    padding: 100px 0 20px;
  }
  #intro .btn {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #intro {
    position: static;
  }
  #intro .pc_intro_content {
    width: 820px;
    margin: 0 auto;
  }
  #intro .main_title {
    position: static;
    width: 160px;
    float: right;
    padding-top: 100px;
  }
  #intro .tx_content {
    position: static;
    line-height: 2.4;
    float: left;
    padding-top: 140px;
  }
  #intro .btn_pc_intro {
    width: 820px;
    margin: 0 auto;
  }
}
.bnr_content {
  margin-top: 60px;
}
.bnr_content .bnr_jizenchusen {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  .bnr_content {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .bnr_content {
    display: flex;
    width: 840px !important;
  }
  .bnr_content .bnr_jizenchusen, .bnr_content .bnr_info {
    padding: 0 10px;
  }
}
/* ---------------------------------------------------
 NEWS
--------------------------------------------------- */
#news {
  margin-top: 130px;
}
#news .bgimg {
  padding-right: 16%;
}
#news .bgimg.fadein_slide {
  transform: translateX(-20%);
  transition: all 1s 0s ease;
}
#news .news_contnet {
  margin-top: -80px;
  width: 100%;
  position: relative;
}
#news .news_contnet h2 {
  opacity: .6;
  width: 14%;
  float: left;
  margin-left: 12%;
}
#news .news_contnet ul.topnews_list {
  float: right;
  width: 68%;
}
#news .news_contnet ul.topnews_list li a {
  padding: 20px;
  margin-bottom: 5px;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#news .news_contnet ul.topnews_list li a .date {
  font-family: Helvetica, "sans-serif";
  padding-bottom: 5px;
}
#news .news_contnet ul.topnews_list li a .news_tx {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .news_contnet ul.topnews_list .btn {
  width: 90%;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  #news {
    margin-top: 180px;
  }
  #news .news_contnet ul.topnews_list li a {
    padding: 35px 35px 40px 35px;
    margin-bottom: 10px;
  }
  #news .news_contnet ul.topnews_list li a .date {
    font-size: .9em;
  }
  #news .news_contnet ul.topnews_list li a .news_tx {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #news {
    max-width: 1280px;
    margin: 240px auto 0;
  }
  #news .bgimg {
    width: 830px;
    padding-right: 0;
  }
  #news .news_contnet {
    margin-top: -260px;
  }
  #news .news_contnet h2 {
    max-width: 120px;
    margin-left: 0%;
    margin-right: 5%;
    float: right;
  }
  #news .news_contnet ul.topnews_list {
    max-width: 700px;
  }
  #news .news_contnet ul.topnews_list li a:hover {
    background: #000;
  }
  #news .news_contnet ul.topnews_list .btn {
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
 開催概要
--------------------------------------------------- */
#outline {
  margin-top: 130px;
  width: 100vw;
  overflow: hidden;
}
#outline .bgimg {
  padding-left: 16%;
}
#outline .bgimg.fadein_slide {
  transform: translateX(20%);
  transition: all 1s 0s ease;
}
#outline .outline_contnet {
  margin-top: -90px;
  width: 100%;
  position: relative;
}
#outline .outline_contnet h2 {
  opacity: .6;
  width: 14%;
  float: right;
  margin-right: 8%;
}
#outline .outline_contnet ul.outline_list {
  float: left;
  padding-left: 5%;
  width: 70%;
}
#outline .outline_contnet ul.outline_list li {
  border-top: 1px solid #333;
  padding: 30px 0;
}
#outline .outline_contnet ul.outline_list li .dt {
  color: #c0b063;
  line-height: 1;
  padding-bottom: 5px;
}
#outline .outline_contnet ul.outline_list li .dt img {
  width: 16px;
  vertical-align: sub;
}
#outline .outline_contnet ul.outline_list li .dt img.kakko_left {
  padding-right: 10px;
}
#outline .outline_contnet ul.outline_list li .dt img.kakko_right {
  padding-left: 10px;
}
#outline .outline_contnet ul.outline_list li .dd span {
  font-size: .8em;
}
#outline .outline_contnet ul.outline_list li .google_map {
  margin-top: 10px;
}
#outline .outline_contnet ul.outline_list li .google_map a {
  font-size: .9em;
  color: #888;
  padding: 5px 0;
}
#outline .outline_contnet ul.outline_list li .google_map a img {
  width: 16px;
  padding-right: 8px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  #outline {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #outline {
    margin: 240px auto 0;
    max-width: 1280px;
  }
  #outline .bgimg {
    padding-left: 24%;
  }
  #outline .outline_contnet {
    margin-top: 0;
  }
  #outline .outline_contnet h2 {
    margin-top: -200px;
    max-width: 120px;
    margin-left: 16%;
  }
  #outline .outline_contnet ul.outline_list {
    width: 75%;
    margin-top: -420px;
  }
  #outline .outline_contnet ul.outline_list .left_content {
    float: left;
    width: 48%;
  }
  #outline .outline_contnet ul.outline_list .right_content {
    float: right;
    width: 48%;
  }
  #outline .outline_contnet ul.outline_list li {
    padding: 40px 0;
  }
  #outline .outline_contnet ul.outline_list li .dt {
    padding-bottom: 15px;
  }
  #outline .outline_contnet ul.outline_list li .dt img {
    vertical-align: text-bottom;
  }
  #outline .outline_contnet ul.outline_list li .google_map a:hover {
    color: #fff;
  }
}
/* ---------------------------------------------------
 Goods
--------------------------------------------------- */
#goods {
  margin-top: 130px;
}
#goods .goods_content {
  margin-top: -70px;
  width: 100%;
  position: relative;
}
#goods .goods_content h2 {
  opacity: .6;
  width: 14%;
  float: left;
  margin-left: 10%;
}
#goods .goods_content .tx_content {
  width: 66%;
  float: right;
  padding: 100px 5% 0 0;
}
#goods .goods_content .tx_content .btn {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* Tablet */
  #goods {
    margin-top: 180px;
  }
  #goods .goods_content h2 {
    margin-top: -120px;
  }
  #goods .goods_content .tx_content {
    padding: 140px 5% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #goods {
    max-width: 1280px;
    margin: 240px auto 0;
  }
  #goods .bgimg {
    padding-right: 20%;
  }
  #goods .goods_content {
    margin-top: 0;
  }
  #goods .goods_content h2 {
    max-width: 120px;
    margin-left: 20%;
    margin-top: -260px;
  }
  #goods .goods_content .tx_content {
    padding: 50px 0 0 0;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

NEWSページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
ul.news_list {
  margin-top: 20px;
}
ul.news_list li {
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 30px;
  width: 100%;
  margin-bottom: 20px;
}
ul.news_list li .news_date {
  margin-bottom: 5px;
  font-size: .8em;
}
ul.news_list li .news_title {
  font-size: 1.4em;
  line-height: 1.5;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.news_list li .news_detail .two_columns p:nth-child(2) {
  padding-top: 40px;
}

.news_tw {
  text-align: center;
}
.news_tw p {
  font-size: .8em;
  margin-bottom: 10px;
}
.news_tw .twbtn a {
  display: inline-block;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50%;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  ul.news_list {
    margin-top: 40px;
  }
  ul.news_list li {
    padding: 60px;
  }
  ul.news_list li .news_detail .two_columns {
    display: flex;
  }
  ul.news_list li .news_detail .two_columns p:nth-child(1) {
    width: 47%;
    padding-right: 3%;
  }
  ul.news_list li .news_detail .two_columns p:nth-child(2) {
    width: 48%;
    padding-left: 2%;
    padding-top: 0;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

HIGHLIGHTページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
.highlignt_wrap {
  width: 90%;
  max-width: 1180px;
  margin: 50px auto 0;
}

.highlight_content {
  border-bottom: 1px solid #444;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.highlight_content.last_content {
  border-bottom: 0;
  padding-bottom: 0;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto 0;
}
.highlight_content .highlight_inner {
  width: 90%;
  margin: 0 auto;
}
.highlight_content .title {
  font-size: 1.5em;
  border-left: 2px solid #c0b063;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.highlight_content .detail div {
  margin-bottom: 30px;
}
.highlight_content .detail div img {
  padding: 10px 0 5px;
}
.highlight_content .detail .sub_midashi {
  color: #c0b063;
}
.highlight_content .detail .hosoku {
  font-size: .8em;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .highlignt_wrap {
    border-bottom: 1px solid #444;
    margin-bottom: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .highlight_content {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .highlight_content .highlight_inner {
    width: 90%;
    margin: 0 auto;
  }
  .highlight_content:nth-child(1) {
    float: left;
    width: 49%;
  }
  .highlight_content:nth-child(2) {
    float: right;
    width: 51%;
  }
  .highlight_content:nth-child(3) {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .highlight_content:nth-child(3) .highlight_inner {
    width: 95%;
  }
  .highlight_content .title {
    margin-bottom: 60px;
  }
  .highlight_content .detail .left {
    float: left;
    width: 46%;
  }
  .highlight_content .detail .right {
    float: right;
    width: 46%;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

GOODSページ

--------------------------------------------------------------------------------
-------
.----------------------------------------------------------------------- */
.goods_note_link {
  text-align: center;
  margin-bottom: 20px;
}
.goods_note_link a {
  padding: 5px 0;
  font-size: .9em;
  display: inline-block;
}
.goods_note_link a img {
  width: 1.3em;
  padding-right: 8px;
  vertical-align: middle;
}

ul.goods_list {
  margin: 0 auto;
  width: 96%;
  max-width: 1180px;
}
ul.goods_list li {
  width: 47%;
  margin: 0 1.5% 10px;
  background: rgba(0, 0, 0, 0.4);
  float: left;
}
ul.goods_list li .item_detail {
  width: 100%;
  padding: 10px 10px 20px;
}
ul.goods_list li .item_detail .name {
  font-size: 11px;
  line-height: 1.6;
  padding-bottom: 10px;
  width: 100%;
  word-break: break-all;
  height: 5em;
}
ul.goods_list li .item_detail .name span {
  color: #008f83;
  display: block;
}
ul.goods_list li .item_detail .name span.sp_yotei {
  font-size: 10px;
  letter-spacing: 0;
}
ul.goods_list li .item_detail .price {
  color: #888;
}
ul.goods_list li .item_detail .price span {
  font-size: 10px;
  padding-left: 3px;
}

.list_2 {
  transition: 0.8s;
  display: none;
  opacity: 0;
}
.list_2.click {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.more_goods {
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #000;
  color: #c0b063;
  border-radius: 22px;
  height: 44px;
  line-height: 44px;
}
.more_goods img {
  vertical-align: middle;
  height: .7em;
  width: auto;
  padding: 0 20px;
}

.online_store {
  display: none;
  /* 販売開始で表示させる */
  width: 90%;
  margin: 40px auto 0;
}
.online_store a .arrow .arrow_inner {
  top: 20%;
}
.online_store span {
  display: block;
}
.online_store .Cinzel {
  font-size: 1.6em;
  line-height: 1;
}
.online_store .jp {
  font-size: .8em;
  letter-spacing: 0.3em;
  line-height: 2.6;
}
.online_store .jp i {
  padding-right: 4px;
  font-size: .9em;
}

#goods_note {
  margin-top: 80px;
}
#goods_note .title {
  letter-spacing: 0.4em;
  padding-bottom: 15px;
  text-align: center;
}
#goods_note ul.goods_note_list {
  font-size: .9em;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 0 16px;
}
#goods_note ul.goods_note_list li {
  list-style: disc;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  ul.goods_list li {
    width: 31.33%;
    margin: 0 1% 30px;
  }
  ul.goods_list li .item_detail {
    padding: 10px 30px 20px;
  }
  ul.goods_list li .item_detail .name {
    height: 4em;
  }

  .more_goods {
    width: 50%;
    margin: 40px auto 0;
  }

  .online_store {
    width: 370px;
  }

  #goods_note .title {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  ul.goods_list {
    margin: 40px auto 0;
  }
  ul.goods_list li .item_detail {
    padding: 20px 34px 30px;
  }
  ul.goods_list li .item_detail .name {
    line-height: 1.8;
    font-size: 14px;
  }
  ul.goods_list li .item_detail .name span.sp_yotei {
    font-size: 14px;
  }

  ul.list_2 {
    margin-top: 0;
  }

  .more_goods {
    width: 400px;
    margin: 60px auto 0;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    transition: 0.2s;
    cursor: pointer;
  }
  .more_goods:hover {
    opacity: 1;
    animation-duration: .5s;
    animation-name: flash;
  }

  .online_store {
    width: 400px !important;
    margin-top: 60px;
  }

  #goods_note .title {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
}
