@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/*変数
--------------------------------------------*/
/*
$pcFontXs: 10px;
$pcFontS: 12px;
$pcFontM: 14px;
$pcFontL: 22px;
$pcSpace1: 19px;
$pcSpace2: 38px;
$pcSpace3: 57px;
$red: #000;
$spFontS: 10px;
$spFontM: 14px;
$spFontL: 16px;
*/
/* Common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -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: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
  font-feature-settings: "palt";
  /*CSSでカーニング調整をして先頭が 「 （カッコ）の左端を揃える*/
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

[v-cloak] {
  opacity: 0;
}

@media screen and (max-width: 999px) {
  #wrapper {
    overflow: hidden;
  }
}

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: #fff;
  transition: 0.2s;
}
@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: flash;
  }
}

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

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

@media screen and (min-width: 768px) {
  .tb_none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

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

/* -----------------------------
　　スマホ用サイドメニュー
----------------------------- */
.side_navigation {
  transition: 1s;
  z-index: 8888;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1200e6;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  /*
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  */
  display: none;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .drawer-menu {
    display: none;
  }
}
.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: 80%;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .inner_1 .inner_2 {
    width: 50%;
  }
}
.drawer-menu .inner_1 ul li {
  width: 100%;
  margin-bottom: 15px;
  opacity: 0;
}
.drawer-menu .inner_1 ul li:nth-child(1) {
  animation: navLeft 0.7s 0.1s forwards;
}
.drawer-menu .inner_1 ul li:nth-child(2) {
  animation: navLeft 0.7s 0.2s forwards;
}
.drawer-menu .inner_1 ul li:nth-child(3) {
  animation: navLeft 0.7s 0.3s forwards;
}
.drawer-menu .inner_1 ul li:nth-child(4) {
  animation: navLeft 0.7s 0.4s forwards;
}
.drawer-menu .inner_1 ul li:nth-child(5) {
  animation: navLeft 0.7s 0.5s forwards;
}
.drawer-menu .inner_1 ul li:nth-child(6) {
  animation: navLeft 0.7s 0.6s forwards;
}
.drawer-menu .inner_1 ul li a {
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
}
.drawer-menu .inner_1 ul li a .eng {
  font-size: 2.4em;
  line-height: 1;
  padding-bottom: 5px;
  display: block;
}
.drawer-menu .inner_1 ul li a .jpn {
  font-size: 0.8em;
  display: block;
  letter-spacing: 0.2em;
}
.drawer-menu .inner_1 .drawer-menu_others {
  margin-top: 60px;
  animation: navOthers 1s 1.2s forwards;
  opacity: 0;
  letter-spacing: normal;
}
.drawer-menu .inner_1 .drawer-menu_others a {
  text-decoration: none;
  padding: 5px 0;
  color: #fff;
}
.drawer-menu .inner_1 .drawer-menu_others .tw {
  margin-bottom: 8px;
}
.drawer-menu .inner_1 .drawer-menu_others .tw i {
  padding-right: 12px;
  font-size: 1.3em;
}
.drawer-menu .inner_1 .drawer-menu_others .tw img {
  padding-right: 12px;
  width: auto;
  height: 1.3em;
  vertical-align: middle;
}
.drawer-menu .inner_1 .drawer-menu_others .byt img {
  width: auto;
  height: 1.3em;
  vertical-align: middle;
  padding-right: 12px;
}

@keyframes navLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes navOthers {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  cursor: pointer;
  width: 52px;
  height: 54px;
  border-left: 2px solid #fff;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .header_menuBtn {
    display: none;
  }
}
.header_menuBtn .dot {
  border-radius: 50%;
  background-color: #fff;
  transition-property: #fff, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  width: 4px;
  height: 4px;
}

.check {
  display: none;
}
.check:checked ~ .drawer-menu {
  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;
  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;
  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;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

/* ---------------------------------------------------
 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;
  }
}
/* --- Loding --- 
.loding{
  width: 100vw;
  height: 100vh;
  background: url("../images/opening_sp.png") no-repeat center center / contain;
  background-color: #000;
  @include mq(pc) {
    background-image: url("../images/opening_pc.png");
  }
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  z-index: 9999;

  &.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; }
}
:?


/* --- Header --- */
header {
  width: 100%;
  background: #1200e6;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 54px;
}
@media screen and (min-width: 1000px) {
  header {
    height: 9.5384615385vh;
  }
}
header .logo {
  display: block;
  padding-left: 16px;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  header .logo {
    padding-left: 26px;
  }
}
header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1000px) {
  header .logo img {
    height: 20px;
    width: auto;
    height: 3.0769230769vh;
  }
}
@media screen and (max-width: 999px) {
  header .logo img {
    max-width: 268px;
  }
}
header nav.header_nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  header nav.header_nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
  header nav.header_nav a,
  header nav.header_nav .none_url {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    text-decoration: none;
    letter-spacing: normal;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  header nav.header_nav a,
  header nav.header_nav .none_url {
    font-size: 2.5846153846vh;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header_nav a.header_tw,
  header nav.header_nav .none_url.header_tw {
    color: #fff;
    background: #14ff00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  header nav.header_nav a.header_tw,
  header nav.header_nav .none_url.header_tw {
    width: 5.0769230769vh;
    height: 5.0769230769vh;
  }
}
@media screen and (min-width: 1000px) {
  header nav.header_nav a.header_tw img,
  header nav.header_nav .none_url.header_tw img {
    display: block;
    width: auto;
    height: 0.9em;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  header nav.header_nav a.header_tw img,
  header nav.header_nav .none_url.header_tw img {
    width: 1.9384615385vh;
  }
}

/* --- Footer --- */
#footer {
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #footer {
    background-color: #1200e6;
  }
}
@media screen and (max-width: 999px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  #footer.index_footer {
    display: none;
  }
}
#footer ul .navList {
  display: inline-flex;
  padding-bottom: 20px;
  font-size: 1.6em;
  line-height: 1;
}
#footer ul li {
  padding: 0 10px;
}
@media screen and (min-width: 1000px) {
  #footer ul li {
    padding: 0 15px;
  }
}
#footer ul li a {
  text-decoration: none;
}
#footer .note {
  font-size: 10px;
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
}
#footer .logo_daikouryuten {
  width: 16%;
  max-width: 100px;
  float: right;
}
#footer .logo_daikouryuten a:hover {
  opacity: 0.7;
}
#footer .logo a {
  display: inline-block;
  width: 90px;
  margin: 50px 0 0 0;
}
#footer .logo a:hover {
  opacity: 0.7;
}
#footer .copyright {
  font-weight: 400;
  color: #fff;
  font-size: 10px;
  margin-top: 45px;
}

/* --- アニメーション --- */
.fadein_slide {
  opacity: 0;
  transform: translateY(40px);
  /* 下からスライドフェードイン */
  transition: all 0.7s 0s ease;
}

/* -- フォント -- */
.font_Prohibition {
  font-family: prohibition, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* -- 色指定 -- */
/* --- ボタン --- */
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #14ff00;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .triangle {
    border-width: 0.6153846154vh 0 0.6153846154vh 1.0615384615vh;
  }
}

.btn a {
  display: flex;
  align-items: center;
  width: 250px;
  padding: 32px 34px;
  margin: 0 auto;
  line-height: 1;
  border: 1px solid #000;
  background-color: #1200e6;
  color: #fff;
  position: relative;
  border-radius: 45px;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .btn a {
    width: 38.4615384615vh;
    padding: 4.9230769231vh 5.8461538462vh;
    border-radius: 6.9230769231vh;
  }
}
.btn a .tx {
  letter-spacing: normal;
  font-size: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .btn a .tx {
    line-height: 0.9;
    font-size: 3.4461538462vh;
  }
}
.btn a .triangle {
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media screen and (min-width: 1000px) {
  .btn a .triangle {
    right: 5.3846153846vh;
  }
}
.btn.blue_btn a {
  border: 1px solid #1200e6;
  color: #1200e6;
}
.btn.blue_btn a .triangle {
  border-color: transparent transparent transparent #1200e6;
}

/* -- 他 -- */
.common_container {
  width: 100%;
  padding: 0 7%;
}
/* -- bg -- */
@media screen and (max-width: 999px) {
  .bgArea {
    position: relative;
  }
  .bgArea.bgArea--bottom .bg {
    background-image: url("../images/bg_b.jpg") !important;
  }
  .bg {
    background-image: url("../images/bg_w.jpg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: top center;
    pointer-events: none;
  }
  .bg.is-fixed {
    position: fixed;
    top: 0;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

トップページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
h2.index_contentTitle {
  text-align: center;
  font-size: 60px;
  padding-bottom: 35px;
  line-height: 1;
  color: #1200e6;
}
@media screen and (min-width: 1000px) {
  h2.index_contentTitle {
    text-align: left;
    font-size: 8.4615384615vh;
    padding-bottom: 5.3846153846vh;
  }
}

/* PC用横スライド */
@media screen and (min-width: 1000px) {
  .yoko_slide_content {
    height: 100vh;
    display: flex;
    overflow-x: auto;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
  }
  .yoko_slide_content::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .top_date,
  #intro,
  #news,
  #outline,
  #highlight {
    width: 500px;
    flex-shrink: 0;
  }
}

/* ---------------------------------------------------
 メインビジュアル
--------------------------------------------------- */
#main {
  width: 100%;
  position: fixed;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 1000px) {
  #main {
    top: 0;
    padding-top: 9.5384615385vh;
  }
}
@media screen and (max-width: 999px) {
  #main {
    top: 0px;
    margin-top: 54px;
  }
}
@media screen and (min-width: 1000px) {
  #main div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  #main div img {
    width: 96.8%;
    height: 83.7%;
    transform: translateY(-1%);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 999px) {
  #main div img {
    display: block;
    height: min(77.2027972028vh, 552px);
    height: min(77.2027972028svh, 552px);
    margin-top: min(1.8181818182vh, 13px);
    margin-top: min(1.8181818182svh, 13px);
    width: auto;
    max-width: 91.9082125604vw;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 999px) {
  .yoko_slide_content {
    padding-top: 54px;
  }
}

@media screen and (min-width: 1000px) {
  .top_title {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .top_title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: min(6.7832167832vh, 48.5px);
    height: min(6.7832167832svh, 48.5px);
    margin-top: min(81.8181818182vh, 585px);
    margin-top: min(81.8181818182svh, 585px);
  }
}
@media screen and (max-width: 999px) {
  .top_title img {
    display: block;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_date {
  position: relative;
  width: 100%;
  color: #1200e6;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  padding: 23px 0 30px;
}
@media screen and (min-width: 1000px) {
  .top_date {
    padding: 30vh 100px 0 100vw;
    display: table;
    height: 100vh;
    font-size: 15.3846153846vh;
  }
}

/* ---------------------------------------------------
 全体
--------------------------------------------------- */
section {
  position: relative;
}

#intro,
#news,
#outline,
#highlight {
  position: relative;
  color: #000;
}
@media screen and (min-width: 1000px) {
  #intro,
  #news,
  #outline,
  #highlight {
    background-color: #fff;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-top: 0;
    border-left: 2px solid #1200e6;
  }
}
@media screen and (min-width: 1000px) {
  #intro .inner,
  #news .inner,
  #outline .inner,
  #highlight .inner {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #intro .inner,
  #news .inner,
  #outline .inner,
  #highlight .inner {
    width: 86.9565217391vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  #intro,
  #news,
  #outline,
  #highlight,
  #goods {
    padding-top: 9.5384615385vh;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) {
  #intro .inner,
  #news .inner,
  #outline .inner,
  #highlight .inner,
  #goods .inner {
    padding: 4.6153846154vh 0;
  }
}

@media screen and (min-width: 1000px) {
  #goods .inner {
    padding: 3.8461538462vh 0;
  }
}

@media screen and (max-width: 999px) {
  #news,
  #outline,
  #highlight,
  #goods {
    padding-bottom: 65px;
    border-top: 4px solid #1200e6;
  }
}
@media screen and (max-width: 999px) {
  #news .inner,
  #outline .inner,
  #highlight .inner,
  #goods .inner {
    padding: 55px 0 0 0;
  }
}

/* ---------------------------------------------------
 INTRO
--------------------------------------------------- */
#intro {
  border-top: 4px solid #1200e6;
}
@media screen and (min-width: 1000px) {
  #intro {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 999px) {
  #intro {
    padding-bottom: 70px;
    padding-top: 40px;
  }
}
#intro .midashi {
  font-size: 1.4em;
  line-height: 1.67;
  text-align: center;
  font-weight: 900;
  color: #1200e6;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #intro .midashi {
    font-size: 2.5846153846vh;
    padding-bottom: 3.0769230769vh;
    text-align: left;
    line-height: 2;
  }
}
#intro .sub {
  color: #000;
  font-size: 1em;
  line-height: 2.14;
}
@media screen and (min-width: 1000px) {
  #intro .sub {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.3692307692vh;
  }
}

.bnr_content {
  border-top: 0;
  padding-top: 35px;
}
@media screen and (min-width: 1000px) {
  .bnr_content {
    width: 43.0769230769vh;
    padding-top: 9.2307692308vh;
  }
}
.bnr_content .bnr_jizenchusen {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .bnr_content .bnr_jizenchusen {
    margin-bottom: 1.5384615385vh;
  }
}

.bnr_info a,
.bnr_jizenchusen a {
  display: block;
}
.bnr_info img,
.bnr_jizenchusen img {
  border-radius: 3px;
}

/* ---------------------------------------------------
 NEWS
--------------------------------------------------- */
#news {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  #news {
    width: 100%;
  }
}
#news ul {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(80, 86, 191, 0.3);
}
@media screen and (min-width: 1000px) {
  #news ul {
    margin-bottom: 6.1538461538vh;
    width: 64.3076923077vh;
  }
}
#news ul li {
  width: 100%;
  padding: 20px 1%;
  border-top: 1px solid rgba(80, 86, 191, 0.3);
}
#news ul li:nth-child(n+4) {
  display: none !important;
}
#news ul li a {
  color: #000;
  text-decoration: none;
}
#news ul li a div {
  font-size: 1.2em;
  padding-bottom: 3px;
  letter-spacing: 0.01em;
  color: #14ff00;
}
@media screen and (min-width: 1000px) {
  #news ul li a div {
    font-size: 2.5846153846vh;
    padding-bottom: 0.4615384615vh;
  }
}
@media screen and (min-width: 1000px) {
  #news ul li a {
    display: flex;
  }
  #news ul li a div {
    width: 30%;
    padding: 0;
  }
  #news ul li a p {
    width: 70%;
    font-size: 2.1538461538vh;
  }
}

/* ---------------------------------------------------
 開催概要
--------------------------------------------------- */
@media screen and (min-width: 1000px) {
  #outline {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#outline .outline_title {
  text-align: center;
  width: 100%;
  background-color: #1200e6;
  font-weight: 500;
  letter-spacing: 0.27em;
  color: #fff;
  font-size: 1.3em;
  line-height: 26px;
  margin-bottom: 13px;
  border-radius: 23px;
}
@media screen and (min-width: 1000px) {
  #outline .outline_title {
    line-height: 4vh;
    font-size: 2.3692307692vh;
    margin-bottom: 1.5384615385vh;
    border-radius: 3.5384615385vh;
  }
}
#outline .outline_flex {
  display: flex;
}
@media screen and (min-width: 1000px) {
  #outline .outline_flex {
    flex-wrap: wrap;
    width: 118.4615384615vh;
    gap: 4.6153846154vh;
  }
}
@media screen and (max-width: 999px) {
  #outline .outline_flex {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
  }
}
#outline .outline_flex > div {
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  #outline .outline_flex > div {
    width: 56.9230769231vh;
  }
}
#outline .outline_shop {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #outline .outline_shop {
    margin-bottom: 1.5384615385vh;
    font-size: 3.6615384615vh;
  }
}
#outline .outline_date {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: -2px;
}
@media screen and (min-width: 1000px) {
  #outline .outline_date {
    margin-bottom: -0.3076923077vh;
    font-size: 2.5846153846vh;
  }
}
#outline .outline_date span {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  #outline .outline_date span {
    font-size: 2.1538461538vh;
  }
}
#outline .outline_map {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
#outline .outline_map .triangle {
  position: static;
  transform: translateY(10px);
}
@media screen and (min-width: 1000px) {
  #outline .outline_map .triangle {
    transform: translateY(1.5384615385vh);
  }
}
#outline .outline_map .outline_add {
  margin-left: 5px;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  #outline .outline_map .outline_add {
    font-size: 2.1538461538vh;
    margin-left: 0.7692307692vh;
  }
}
@media screen and (min-width: 1000px) {
  #outline .bnr_info {
    width: 43.0769230769vh;
  }
}

/* ---------------------------------------------------
 見どころ
--------------------------------------------------- */
@media screen and (max-width: 999px) {
  #highlight {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  #highlight h2.index_contentTitle {
    padding-bottom: 4.6153846154vh;
  }
}
@media screen and (max-width: 999px) {
  #highlight h2.index_contentTitle {
    padding-bottom: 50px;
  }
}
#highlight .midashi {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.7;
  width: 100%;
  border-bottom: 1px solid;
  border-color: #1200e6;
  color: #1200e6;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #highlight .midashi {
    font-size: 3.0153846154vh;
    padding-bottom: 1.5384615385vh;
    margin-bottom: 3.0769230769vh;
    padding-bottom: 1.5384615385vh;
    margin-bottom: 3.8461538462vh;
  }
}
@media screen and (max-width: 999px) {
  #highlight .midashi {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
#highlight .midashi::before {
  content: "";
  display: block;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(3916%) hue-rotate(213deg) brightness(87%) contrast(86%);
  opacity: 0.15;
}
@media screen and (min-width: 1000px) {
  #highlight .midashi::before {
    background: url("../images/icon_bluelock.svg") no-repeat top right/9.2307692308vh;
    bottom: -1.0769230769vh;
    left: 0;
    width: 100%;
    height: 170%;
  }
}
@media screen and (max-width: 999px) {
  #highlight .midashi::before {
    width: 70.5px;
    height: 67.5px;
    background: url("../images/icon_bluelock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    right: 0;
  }
}
#highlight .detail {
  color: #000;
}
@media screen and (min-width: 1000px) {
  #highlight .detail {
    font-size: 2.1538461538vh;
  }
}
@media screen and (min-width: 1000px) {
  #highlight .detail .clearfix {
    display: flex;
    justify-content: space-between;
  }
}
#highlight ul li {
  /*
  &:last-child{
    margin-bottom: 0;
  }
  */
}
@media screen and (min-width: 1000px) {
  #highlight ul li:not(:first-child) {
    margin-top: 10.7692307692vh;
  }
}
@media screen and (max-width: 999px) {
  #highlight ul li:not(:first-child) {
    margin-top: 70px;
  }
}
#highlight ul li span {
  display: block;
}
@media screen and (min-width: 1000px) {
  #highlight ul li span {
    padding-top: 0.7692307692vh;
    font-size: 1.3846153846vh;
  }
}
@media screen and (max-width: 999px) {
  #highlight ul li span {
    font-size: 10px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  #highlight ul li .nov_01 {
    margin: 4.6153846154vh 0;
  }
}
@media screen and (max-width: 999px) {
  #highlight ul li .nov_01 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 999px) {
  #highlight ul .pc_left {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  #highlight {
    width: -moz-fit-content;
    width: fit-content;
  }
  #highlight ul {
    display: flex;
  }
  #highlight ul .pc_left {
    margin-right: 12.3076923077vh;
    width: 71.5384615385vh;
  }
  #highlight ul .pc_right {
    width: 123.0769230769vh;
  }
  #highlight ul li .nov_topics {
    width: 46%;
    margin: 3.0769230769vh 0 0 0;
    font-size: 2.1538461538vh;
  }
  #highlight ul li .nov_topics img {
    margin-top: 0.7692307692vh;
  }
}

/* ---------------------------------------------------
 Goods
--------------------------------------------------- */
#goods,
#footer {
  position: relative;
  color: #1200e6;
}
@media screen and (min-width: 1000px) {
  #goods,
  #footer {
    border-left: 4px solid #fff;
    background-color: #1200e6;
  }
}
@media screen and (max-width: 999px) {
  #goods,
  #footer {
    border-top: 4px solid #fff;
  }
}

@media screen and (min-width: 1000px) {
  #goods {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media screen and (min-width: 1000px) {
  #goods .inner {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
    border-top: 0;
    height: 100%;
  }
}
#goods h2.index_contentTitle {
  padding-bottom: 15px;
  color: #14ff00;
}
@media screen and (min-width: 1000px) {
  #goods h2.index_contentTitle {
    padding: 0;
  }
}
#goods .goods_note_link {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #goods .goods_note_link {
    display: none;
  }
}
#goods .goods_note_link a {
  padding: 5px 0;
  font-size: 0.9em;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#goods .goods_note_link a .triangle {
  position: static;
  margin: 0.8em 0.5em 0 0;
  display: inline-block;
}
#goods ul.goods_list {
  margin: 40px auto 0;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    width: 818.4615384615vh;
  }
}
@media screen and (max-width: 999px) {
  #goods ul.goods_list {
    width: 96%;
  }
}
#goods ul.goods_list li {
  width: 47%;
  margin: 0 1.5% 15px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li {
    width: 21.5384615385vh;
    margin: 0.9230769231vh;
    /*height: calc((100vh - 147px) / 2);*/
  }
}
#goods ul.goods_list li .item_detail {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li .item_detail {
    padding: 1.5384615385vh;
  }
}
#goods ul.goods_list li .item_detail .name {
  font-size: 11px;
  line-height: 1.6;
  width: 100%;
  word-break: break-all;
  color: #000;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li .item_detail .name {
    font-size: 1.5384615385vh;
  }
}
#goods ul.goods_list li .item_detail .date,
#goods ul.goods_list li .item_detail .kara,
#goods ul.goods_list li .item_detail .goods__date {
  font-size: 10px;
  line-height: 1.6;
  color: #1200e6;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li .item_detail .date,
  #goods ul.goods_list li .item_detail .kara,
  #goods ul.goods_list li .item_detail .goods__date {
    font-size: 1.2307692308vh;
  }
}
#goods ul.goods_list li .item_detail .date span,
#goods ul.goods_list li .item_detail .kara span,
#goods ul.goods_list li .item_detail .goods__date span {
  display: block;
}
#goods ul.goods_list li .item_detail .price {
  color: #999;
  letter-spacing: 0.01em;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li .item_detail .price {
    font-size: 2.1538461538vh;
  }
}
#goods ul.goods_list li .item_detail .price span {
  padding-left: 3px;
}
@media screen and (min-width: 1000px) {
  #goods ul.goods_list li .item_detail .price span {
    font-size: 1.5384615385vh !important;
  }
}
@media screen and (max-width: 999px) {
  #goods ul.goods_list li .item_detail .price span {
    font-size: 10px !important;
  }
}
#goods ul.goods_list li .item_detail .kara {
  opacity: 0;
}
#goods ul.goods_list li .item_detail .kara::before {
  content: "empty";
}
#goods #goods_note {
  width: 80%;
  color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note {
    width: 92.3076923077vh;
  }
}
@media screen and (max-width: 999px) {
  #goods #goods_note {
    padding-top: 40px;
  }
}
#goods #goods_note .title {
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 1.1em;
  letter-spacing: 0.3em;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note .title {
    font-size: 2.3692307692vh;
    padding: 1.2307692308vh 0;
    margin-bottom: 3.3846153846vh;
  }
}
#goods #goods_note ul.goods_note_list {
  font-size: 0.9em;
  padding: 0 0 0 16px;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note ul.goods_note_list {
    font-size: 1.9384615385vh;
  }
}
#goods #goods_note ul.goods_note_list li {
  list-style: disc;
  padding-bottom: 9px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note ul.goods_note_list li {
    padding-bottom: 1.3846153846vh;
  }
}
#goods #goods_note .pc_footer {
  display: none;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note .pc_footer {
    margin-top: 2.3076923077vh;
    display: block;
  }
}
#goods #goods_note .pc_footer .note {
  font-size: 10px;
  color: #1200e6;
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note .pc_footer .note {
    font-size: 1.5384615385vh;
  }
}
#goods #goods_note .pc_footer .logo a {
  display: inline-block;
  width: 90px;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note .pc_footer .logo a {
    width: 13.8461538462vh;
    margin-top: 2.3076923077vh;
  }
}
#goods #goods_note .pc_footer .copyright {
  font-size: 10px;
  margin-top: 4px;
}
@media screen and (min-width: 1000px) {
  #goods #goods_note .pc_footer .copyright {
    font-size: 1.5384615385vh;
    margin-top: 0.6153846154vh;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

NEWSページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
h1.pagetitle {
  font-size: 60px;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
  color: #1200e6;
  margin-top: 84px;
}
@media screen and (min-width: 1000px) {
  h1.pagetitle {
    margin-top: calc(9.5384615385vh + 30px);
  }
}

.news_tw {
  text-align: center;
  margin-top: 20px;
  letter-spacing: normal;
}
.news_tw p {
  font-weight: 400;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.news_tw .twbtn a {
  background: #1200e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.news_tw .twbtn img {
  display: block;
  height: 16px;
  width: auto;
  vertical-align: middle;
}

ul.news_list {
  margin-top: 36px;
}
@media screen and (min-width: 1000px) {
  ul.news_list {
    width: 800px;
    margin: 36px auto 0;
  }
}
ul.news_list li {
  width: 100%;
  padding: 30px 30px 40px;
  border-top: 4px solid #1200e6;
}
@media screen and (min-width: 1000px) {
  ul.news_list li {
    margin-bottom: 40px;
  }
}
ul.news_list li .news_date {
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #14ff00;
  letter-spacing: 0.02em;
}
ul.news_list li .news_title {
  font-size: 1.3em;
  line-height: 1.8;
  color: #1200e6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
ul.news_list li .news_detail {
  font-weight: 400;
}
ul.news_list li .news_detail a {
  color: #000;
}

.backToTop {
  margin: 0 0 70px;
}

#page_news #footer {
  padding: 60px 0;
  border: none;
}
#page_news .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
#page_news .btn a {
  display: block;
  width: 250px;
  height: 90px;
  padding: 32px 38px;
  margin: 0 auto;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  border-radius: 45px;
  text-decoration: none;
}
#page_news .btn a .tx {
  font-size: 1.6em;
  letter-spacing: normal;
}
@media screen and (min-width: 1000px) {
  #page_news .btn a .tx {
    line-height: 0.9;
  }
}
#page_news .btn a .triangle {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
#page_news .btn.blue_btn a {
  border: 2px solid #000;
  color: #fff;
}
#page_news .btn.blue_btn a .triangle {
  border-color: transparent transparent transparent #14ff00;
}/*# sourceMappingURL=style_bluelock.css.map */