@charset "UTF-8";
/* Scss Document */
/*メディアクエリー
---------------------------------------------*/
/*変数
--------------------------------------------*/
* {
  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: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
  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%;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/bgimg_sp.jpg") bottom center no-repeat #000;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  body:before {
    background: url("../images/bgimg_pc.jpg") bottom center fixed #000;
    background-size: cover;
  }
}

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;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) { /* Laptop PC */
  a {
    transition: 0.2s;
  }
  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;
}

/* 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;
  }
}
/* -------------
loading
-------------- */
/* Loading背景画面設定　*/
#splash {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  color: #d03e3e;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*IE11対策用バーの線の高さ*/
#splash_text svg {
  height: 2px;
}

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

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  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: 1025px) {
  .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%;
}
@media screen and (min-width: 1025px) {
  .drawer-menu .inner_1 .inner_2 {
    width: 50%;
  }
}
.drawer-menu .inner_1 ul li {
  width: 100%;
  margin-bottom: 22px;
  opacity: 0;
  font-family: "Cinzel", serif;
}
.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;
}
.drawer-menu .inner_1 ul li a .eng {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.drawer-menu .inner_1 ul li a .jpn {
  font-size: 0.8em;
  display: block;
  letter-spacing: 0.2em;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.drawer-menu .inner_1 .drawer-menu_others {
  margin-top: 80px;
  animation: navOthers 1s 1.2s forwards;
  opacity: 0;
  letter-spacing: normal;
  font-family: "Cinzel", serif;
  font-weight: 600;
}
.drawer-menu .inner_1 .drawer-menu_others a {
  text-decoration: none;
  padding: 5px 0;
}
.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 .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;
  }
}
@media only screen and (min-width: 768px) { /* Tablet */
  .drawer-menu .inner_1 .inner_2 {
    width: 50%;
  }
}
.menu-btn {
  position: fixed;
  display: block;
  top: 6px;
  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;
  transition: all 0.5s;
  transform-origin: left top;
}
.bar.middle {
  top: 26px;
  opacity: 1;
}
.bar.bottom {
  top: 34px;
  transform-origin: left bottom;
}

.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;
}

@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;
  }
}
/* --- Header --- */
.pc_header { /* PC用 */ }
.sp_header { /* SP用 */ }
.sp_header .popup_logo {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 148px;
}

.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%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .popup_logo {
    position: absolute;
    left: 44px;
    top: 24px;
    width: 240px;
  }
  nav.header_nav {
    position: absolute;
    top: 25px;
    right: 50px;
  }
  nav.header_nav a, nav.header_nav .none_url {
    display: inline-block;
    margin-left: 24px;
    color: #fff;
  }
  nav.header_nav a .Cinzel_600, nav.header_nav .none_url .Cinzel_600 {
    font-size: 16.8px;
    line-height: 1.2;
  }
  nav.header_nav a .Gothic, nav.header_nav .none_url .Gothic {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 0.8;
    padding-top: 5px;
  }
  nav.header_nav a.nowurl, nav.header_nav .none_url.nowurl {
    color: #d03e3e;
  }
  nav.header_nav a:hover, nav.header_nav .none_url:hover {
    color: #d03e3e;
  }
  nav.header_nav a.header_tw {
    width: 34px;
    vertical-align: top;
  }
}
.top_sns_container {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 16px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_sns_container {
    display: none;
  }
}
.top_sns_container a {
  width: auto;
  display: inline-block;
  padding: 6px 18px 8px;
  border-radius: 50px;
  background: #fff;
  color: #cf0808;
}
.top_sns_container a i {
  display: inline-block;
  color: #cf0808;
  padding: 5px 0;
  margin-right: 8px;
  vertical-align: middle;
}

/* --- Footer --- */
#footer {
  padding: 50px 0;
  margin-top: 80px;
  background: #000;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  #footer {
    margin-top: 200px;
  }
}
#footer ul .navList {
  display: inline-flex;
  padding-bottom: 15px;
}
#footer ul li {
  padding: 0 10px;
  font-size: 1.1em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #footer ul li {
    padding: 0 15px;
  }
}
#footer ul li a {
  color: #fff;
}
#footer .note {
  font-size: 10px;
  margin-top: 10px;
}
#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-size: 10px;
  margin-top: 30px;
}

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

/* -- フォント -- */
.Futura_500,
.Futura_600 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.Futura_500 {
  font-weight: 500;
}

.Futura_600 {
  font-weight: 600;
}

.Futura_700 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Mincho {
  font-family: shippori-mincho, sans-serif;
}

.Cinzel {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
}

.Cinzel_600 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
}

/* --- ボタン --- */
.btn a {
  display: block;
  width: 200px;
  height: 66px;
  padding: 25px;
  margin: 0 auto;
  line-height: 1;
  border: 2px solid #bd0000;
  color: #bd0000;
  border-radius: 33px;
  background: url("../images/icon_arrow.png") no-repeat 88% 50%/22px;
  background-size: 6px 8px;
  font-family: "Cinzel", serif;
}
@media screen and (min-width: 1025px) {
  .btn a {
    width: 300px;
    height: 80px;
    padding: 30px;
    font-size: 1.2em;
    border-radius: 40px;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #bd0000;
  position: absolute;
}

/* -- 他 -- */
.common_container {
  width: 90% !important;
  padding: 0 !important;
  margin: 0 auto;
}

@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;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

トップページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
h2 {
  text-align: center;
  margin: 0 auto 35px;
}
@media screen and (min-width: 1025px) {
  h2 {
    margin: 0 auto 70px;
  }
}
h2 img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1025px) {
  h2 img {
    height: 52px;
  }
}

.title_eng {
  opacity: 0.2;
  font-size: 2em;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .title_eng {
    padding-bottom: 20px;
  }
}

.line_bottom,
.line_top {
  padding-top: 1.2%;
  width: 100%;
}

.line_top {
  background: url("../images/line_top.jpg") no-repeat 0 0/contain;
}
@media screen and (min-width: 1025px) {
  .line_top {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}
.line_top.line_top_wht {
  background: url("../images/line_wht_top.jpg") no-repeat 0 0/contain;
}
@media screen and (min-width: 1025px) {
  .line_top.line_top_wht {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}

.line_bottom {
  background: url("../images/line_bottom.jpg") no-repeat 0 0/contain;
}
@media screen and (min-width: 1025px) {
  .line_bottom {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}

/* --------------------------------
 メインビジュアル
--------------------------------- */
#main {
  width: 100%;
  background: #fff;
  position: relative;
}
#main:before {
  content: "";
  display: block;
  padding-top: 100%; /* 比率を指定 */
}
@media screen and (min-width: 1025px) {
  #main:before {
    padding-top: 55.55%;
  }
}
#main .main_wrapper {
  background: url("../images/main_bg_sp.jpg") no-repeat bottom center/cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  #main .main_wrapper {
    background: url("../images/main_bg_pc.jpg") no-repeat bottom center/cover;
  }
}
#main .main_wrapper figure {
  width: 100%;
  margin: 30% auto 6%;
}
@media screen and (min-width: 1025px) {
  #main .main_wrapper figure {
    width: 90%;
    margin: 10% auto 1%;
  }
}
#main .main_wrapper h1 {
  width: 72%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #main .main_wrapper h1 {
    width: 92%;
    margin: 0 auto;
  }
}
#main .main_wrapper .main_fade {
  opacity: 0;
}
#main .main_wrapper .main_fade.active {
  animation: fade 1.5s ease 1.5s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jizen {
  background: #fff;
  padding: 10px 5% 40px;
}
@media screen and (min-width: 1025px) {
  .jizen {
    padding: 30px 0 100px;
  }
  .jizen div {
    width: 660px;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------
 イントロ
--------------------------------------------------- */
#intro .concept {
  margin: 50px auto 25px;
  font-size: 1.3em;
  color: #d03e3e;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #intro .concept {
    margin: 140px auto 50px;
    font-size: 2em;
  }
}
#intro .intro_copy {
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 1025px) {
  #intro .intro_copy {
    font-size: 1.3em;
  }
}
#intro .bnr_info {
  margin: 40px 0 50px;
}
@media screen and (min-width: 1025px) {
  #intro .bnr_info {
    width: 400px;
    margin: 140px auto 80px;
  }
}
#intro .bnr_info a {
  margin: 0 0 14px;
  display: block;
}
@media screen and (min-width: 1025px) {
  #intro .bnr_info a {
    margin: 0 10px;
  }
}

/* ---------------------------------------------------
 NEWS
--------------------------------------------------- */
#news .news_contnet {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  #news .news_contnet {
    width: 100%;
    max-width: 1100px;
    padding: 120px 50px;
  }
}
#news .news_contnet ul.topnews_list {
  width: 100%;
  border-bottom: solid 1px #666;
}
#news .news_contnet ul.topnews_list li a {
  padding: 20px;
  margin-bottom: 10px;
  display: block;
  border-top: solid 1px #666;
}
@media screen and (min-width: 1025px) {
  #news .news_contnet ul.topnews_list li a {
    padding: 40px;
    display: flex;
  }
}
#news .news_contnet ul.topnews_list li a .date {
  padding-bottom: 5px;
  color: #bd0000;
}
@media screen and (min-width: 1025px) {
  #news .news_contnet ul.topnews_list li a .date {
    padding-right: 90px;
  }
}
#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 .btn a {
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  #news .news_contnet .btn a {
    margin-top: 70px;
  }
}

/* ---------------------------------------------------
 開催概要
--------------------------------------------------- */
#outline {
  width: 100%;
}
#outline .outline_contnet {
  padding: 60px 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet {
    width: 100%;
    max-width: 1100px;
    padding: 120px 50px;
    margin: 0 auto;
  }
}
#outline .outline_contnet .left_content {
  width: 90%;
  margin-left: 5%;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .left_content {
    width: 100%;
    margin: 90px 0 30px;
  }
}
#outline .outline_contnet .left_content .title_eng {
  width: 100%;
  /*text-align: right;*/
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .left_content .title_eng {
    text-align: left;
  }
}
#outline .outline_contnet .left_content ul {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border: solid 1px #666;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .left_content ul {
    width: 49%;
    padding-bottom: 40px;
  }
  #outline .outline_contnet .left_content ul.tokyo {
    float: left;
  }
  #outline .outline_contnet .left_content ul.osaka {
    float: right;
  }
  #outline .outline_contnet .left_content ul.osakaOnly {
    width: 100%;
  }
  #outline .outline_contnet .left_content ul.osakaOnly li {
    float: left;
    width: 50%;
  }
}
#outline .outline_contnet .left_content ul .obi {
  color: #000;
  letter-spacing: 0.5em;
  margin-bottom: 15px;
  width: 100%;
  line-height: 1;
  padding: 10px 0 10px 15px;
  background: #666666;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .left_content ul .obi {
    margin-bottom: 30px;
    font-size: 1.2em;
  }
}
#outline .outline_contnet .left_content ul li {
  margin-bottom: 15px;
  padding: 0 20px;
  line-height: 1.6;
}
#outline .outline_contnet .left_content ul li .dt {
  font-weight: bold;
}
#outline .outline_contnet .left_content ul li .dt img {
  width: 1em;
  vertical-align: text-bottom;
  margin-right: 3px;
}
#outline .outline_contnet .left_content ul li .dd .google_map a {
  display: block;
  position: relative;
  color: #bd0000;
  margin-top: 7px;
}
#outline .outline_contnet .left_content ul li .dd .google_map a .triangle {
  top: 4px;
}
#outline .outline_contnet .left_content ul li .dd .google_map a .tx {
  left: 14px;
  position: absolute;
  top: 0;
  font-size: 1.2em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .left_content ul li {
    padding: 0 30px;
  }
}
#outline .outline_contnet .bnr_info {
  width: 90%;
  margin: 0 auto;
}
#outline .outline_contnet .bnr_info.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  #outline .outline_contnet .bnr_info {
    width: 400px;
  }
  #outline .outline_contnet .bnr_info.sp {
    display: none;
  }
  #outline .outline_contnet .bnr_info.pc {
    display: block;
    width: 85%;
    margin: 20px 0 0;
  }
}

/* ---------------------------------------------------
 Highlight
--------------------------------------------------- */
#highlight {
  width: 100%;
}
#highlight .highlight_contnet {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 50px 0;
  }
}
#highlight .highlight_contnet .flex {
  border-top: 1px solid #666;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#highlight .highlight_contnet .flex .content {
  padding: 25px 0;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet .flex .content {
    width: 45%;
    padding: 60px 0;
    border-bottom: 0;
  }
}
#highlight .highlight_contnet .flex .content:last-child {
  border-bottom: 1px solid #666;
}
#highlight .highlight_contnet .flex .content .midashi {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #d03e3e;
  display: table;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet .flex .content .midashi {
    font-size: 1.3em;
  }
}
#highlight .highlight_contnet .flex .content .detail .sub_midashi {
  margin-top: 30px;
  color: #d03e3e;
  font-weight: bold;
}
#highlight .highlight_contnet .flex .content .detail .hosoku {
  font-size: 10px;
}
#highlight .highlight_contnet .flex .content .detail .right .hosoku {
  margin-top: 15px;
}
#highlight .highlight_contnet .flex .content .detail .left,
#highlight .highlight_contnet .flex .content .detail .right {
  margin-top: 1.9em;
}
#highlight .highlight_contnet .flex .content .detail .left span,
#highlight .highlight_contnet .flex .content .detail .right span {
  color: #d03e3e;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet .flex .content .detail .left {
    float: left;
    width: 46%;
  }
  #highlight .highlight_contnet .flex .content .detail .right {
    float: right;
    width: 46%;
  }
}
#highlight .highlight_contnet .flex .content .detail img.selectNone {
  padding: 15px 0 0;
}
@media screen and (min-width: 1025px) {
  #highlight .highlight_contnet .flex .content_3 {
    width: 100%;
    border-top: 1px solid #666;
  }
}

/* ---------------------------------------------------
 Goods
--------------------------------------------------- */
#goods .goods_content {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  #goods .goods_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 50px 0;
  }
}
#goods .left_content {
  width: 90%;
  margin: 10px 0 0 5%;
}
#goods .left_content .note_link {
  text-align: center;
}
#goods .left_content .note_link a {
  font-size: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  #goods .left_content .note_link a {
    font-size: 1em;
  }
}
#goods .left_content .note_link a:before {
  content: url(../images/icon_arrow_wht.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.5);
}
#goods ul.goods_list {
  margin: 35px auto 0;
  width: 96%;
}
#goods ul.goods_list li {
  width: 47%;
  margin: 0 1.5% 10px;
  background: #fff;
  float: left;
}
#goods ul.goods_list li .item_detail {
  width: 100%;
  padding: 10px 10px 14px;
  letter-spacing: 0;
}
#goods 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;
  color: #000;
}
#goods ul.goods_list li .item_detail .name span {
  display: block;
}
#goods ul.goods_list li .item_detail .name span.sp_yotei {
  font-size: 10px;
  letter-spacing: 0;
}
#goods ul.goods_list li .item_detail .price {
  font-size: 1.1em;
  color: #999;
}
#goods ul.goods_list li .item_detail .price span {
  font-size: 10px;
  padding-left: 3px;
}
#goods #goods_note {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  #goods #goods_note {
    width: 50%;
  }
}
#goods #goods_note .title {
  letter-spacing: 0.2em;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 1.2em;
  padding: 12px 0;
}
#goods #goods_note ul.goods_note_list {
  font-size: 0.9em;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 0 0 16px;
}
#goods #goods_note ul.goods_note_list li {
  list-style: disc;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #goods ul.goods_list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 50px 0;
  }
  #goods ul.goods_list li {
    width: 31.33%;
    margin: 0 1% 30px;
  }
  #goods ul.goods_list li .item_detail {
    padding: 10px 30px 20px;
  }
  #goods ul.goods_list li .item_detail .name {
    height: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  #goods { /* Laptop PC */ }
  #goods ul.goods_list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 50px 0;
  }
  #goods ul.goods_list li .item_detail {
    padding: 20px 34px 30px;
  }
  #goods ul.goods_list li .item_detail .name {
    line-height: 1.8;
    font-size: 12px;
  }
  #goods ul.goods_list li .item_detail .name span.sp_yotei {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

NEWSページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
@media screen and (min-width: 1025px) {
  .newsPage_wrap {
    padding-top: 170px;
  }
}
.newsPage_wrap .sp_header {
  height: 66px;
  background: #000;
  margin-bottom: 33px;
}

h2.news_h {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  h2.news_h {
    margin-bottom: 40px;
  }
}
h2.news_h img {
  margin-bottom: 0;
}

.news_tw {
  text-align: center;
}
.news_tw p {
  font-size: 0.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%;
  color: #bd0000;
}

ul.news_list {
  width: 90%;
  margin: 20px auto 40px;
}
ul.news_list li {
  background: #000;
  color: #fff;
  padding: 40px 35px;
  width: 100%;
  margin-bottom: 20px;
}
ul.news_list li .news_date {
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #bd0000;
}
ul.news_list li .news_title {
  font-size: 1.2em;
  line-height: 1.7;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.news_list li .news_detail a {
  text-decoration: underline;
  color: #d03e3e;
}
ul.news_list li .news_detail .two_columns p:nth-child(2) {
  padding-top: 40px;
}

@media only screen and (min-width: 1025px) { /* Laptop PC */
  ul.news_list {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 80px;
    padding: 0 50px;
  }
  ul.news_list li {
    padding: 90px;
    width: 100%;
    padding: 90px 95px;
  }
  ul.news_list li .news_date {
    font-size: 1em;
  }
  ul.news_list li .news_title {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  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;
  }
}/*# sourceMappingURL=style_shingeki.css.map */