@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: 'Noto Serif JP',"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
  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 only screen and (min-width: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  body {
    font-size: 16px;
  }
}
ul li {
  list-style: none;
}

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

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

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

  /*
  @keyframes flash {
    0% {
      opacity: 0;
    }
    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: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: inline-block !important;
  }
}
/* ---------------------------------------------------
 Common
--------------------------------------------------- */
/* --- フォント --- */
.Democratica_Light {
  font-family: democratica, sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}

.Democratica_Bold {
  font-family: democratica, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

.Gothic {
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
}

/* -- ページ読み込み後、ふわっと表示--*/
body.fadeIn_body {
  animation: fadeInbody 1.5s ease 0s 1 normal;
  -webkit-animation: fadeInbody 1.5s 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;
  }
}
/* --- ローディングアニメーション --- */
/* --- スマホ用サイドメニュー --- */
.side_navigation {
  transition: 1s;
  z-index: 8888;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  background: #000;
  -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%);
  opacity: 0;
}
.drawer-menu li {
  padding: 0 24px 24px;
  margin-left: 30px;
  background: url("../images/icon_title.svg") no-repeat 0 5px;
  background-size: 13px;
}
.drawer-menu li a, .drawer-menu li .none_url {
  display: block;
  -webkit-transition: all .8s;
  transition: all .8s;
  line-height: 1.5;
}
.drawer-menu li a .Democratica_Light, .drawer-menu li .none_url .Democratica_Light {
  font-size: 2.6em;
  line-height: 1;
}
.drawer-menu li a .jp, .drawer-menu li .none_url .jp {
  font-size: .9em;
  color: #aaa;
  padding-left: 1px;
}
.drawer-menu li .none_url {
  opacity: .3;
}
.drawer-menu .drawer-menu_twbtn a {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 30px;
  width: 60px;
  height: 60px;
  color: #c3a06f;
  font-size: 22px;
  line-height: 22px;
  padding: 17px 15px;
  background: url("../images/hexagon_line.svg") no-repeat top left/contain;
}

.menu-btn {
  position: fixed;
  display: block;
  top: 24px;
  right: 16px;
  width: 54px;
  height: 54px;
  text-align: center;
  cursor: pointer;
  z-index: 8888;
  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: 27px;
  opacity: 1;
}
.bar.bottom {
  top: 36px;
  -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;
  z-index: 30;
}
.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;
}

.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;
  }
}
/* --- Header --- */
header {
  width: 100%;
  height: 86px;
  background: linear-gradient(black, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: fixed;
  z-index: 10;
}
header .pc_header {
  display: none;
}
header nav.header_nav {
  display: none;
}
header .header_logo {
  width: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  header {
    width: 100%;
    height: 120px;
  }
  header .pc_header {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header_logo {
    width: 160px;
    position: absolute;
    top: 20px;
    left: 50px;
    transform: none;
  }
  header nav.header_nav {
    display: block;
    position: absolute;
    top: 40px;
    right: 80px;
  }
  header nav.header_nav a, header nav.header_nav .none_url {
    display: inline-block;
    margin-left: 35px;
  }
  header nav.header_nav a .Antonio_Bold, header nav.header_nav .none_url .Antonio_Bold {
    font-size: 1.2em;
    line-height: 1.2;
  }
  header nav.header_nav a .jp, header nav.header_nav .none_url .jp {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: .8;
    padding-top: 8px;
  }
  header nav.header_nav a.nowurl, header nav.header_nav .none_url.nowurl {
    color: #c3a06f;
  }
  header nav.header_nav a:hover, header nav.header_nav .none_url:hover {
    color: #c3a06f;
  }
  header nav.header_nav .none_url {
    opacity: .3;
  }
  header nav.header_nav .none_url:hover {
    color: #fff;
  }
}
/* --- Footer --- */
#footer {
  text-align: center;
}
#footer nav.footer_nav {
  width: 70%;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #444;
}
#footer nav.footer_nav ul li {
  padding-bottom: 10px;
}
#footer nav.footer_nav ul li a {
  text-align: center;
  display: inline-block;
  font-size: 2em;
  line-height: 1.2;
}
#footer .note {
  font-size: 11px;
  opacity: .5;
}
#footer .logo {
  opacity: .4;
}
#footer .logo a {
  display: block;
  width: 130px;
  margin: 40px auto;
}
#footer .copyright {
  font-size: 11px;
  opacity: .5;
  margin-bottom: 10px;
}
#footer .copyright span {
  padding-right: 10px;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #footer {
    padding: 60px 0;
  }
  #footer nav.footer_nav {
    max-width: 1000px;
    width: 70%;
  }
  #footer nav.footer_nav ul li {
    padding: 0 20px 0;
    display: inline-block;
  }
  #footer nav.footer_nav ul li a {
    text-align: center;
    display: inline-block;
    font-size: 2em;
    line-height: 1.2;
  }
  #footer .copyright {
    font-size: 11px;
    opacity: .5;
    margin-bottom: 0;
  }
}
/* --- ボタン --- */
.btn a {
  display: block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: #c3a06f;
  color: #000;
  text-align: center;
  margin: 50px auto 0;
  font-weight: 700;
  position: relative;
  font-family: sofia-pro,'Noto Sans JP',sans-serif;
}
.btn a:before, .btn a:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 23px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
.btn a:before {
  right: 100%;
  border-right-color: #c3a06f;
}
.btn a:after {
  left: 100%;
  border-left-color: #c3a06f;
}

.btn_blue a {
  background: #6fb4c3;
}
.btn_blue a:before {
  border-right-color: #6fb4c3;
}
.btn_blue a:after {
  border-left-color: #6fb4c3;
}

.btn_gray a {
  background: #333;
  color: #fff;
}
.btn_gray a:before {
  border-right-color: #333;
}
.btn_gray a:after {
  border-left-color: #333;
}

/* -- 他 --*/
.common_content {
  width: 90%;
  margin: 0 auto;
}

.shadow {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}

h2.section_title {
  font-size: 60px;
  line-height: 60px;
  background: url("../images/icon_title.svg") no-repeat center left/24px;
  padding-left: 38px;
  margin-bottom: 30px;
}

.common_section {
  padding: 60px 0 80px;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
  .common_content {
    width: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .common_content {
    width: 1000px;
  }

  h2.section_title {
    font-size: 80px;
    line-height: 80px;
    background-size: 32px;
    padding-left: 50px;
    margin-bottom: 60px;
  }

  .common_section {
    padding: 120px 0 160px;
  }

  /* --- ボタン --- */
  .btn a:hover {
    color: #ccc;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

トップページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
.top_sns_container a {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: url("../images/tw_flame.svg") no-repeat 0 0/contain;
  width: 130px;
  height: 46px;
  padding: 8px 0 0 20px;
  z-index: 20;
}
.top_sns_container a i {
  font-size: 1.4em;
  padding-left: 10px;
  vertical-align: middle;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .top_sns_container {
    display: none;
  }
}
/* ---------------------------------------------------
 メインビジュアル
--------------------------------------------------- */
#main {
  width: 100%;
  padding: 100px 0 60px;
}
#main h1.popup_title {
  width: 80%;
  margin: -20px auto 0;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
  #main h1.popup_title {
    width: 65%;
    margin: -60px auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #main {
    padding: 120px 0 60px;
  }
  #main h1.popup_title {
    width: 40%;
  }
}
/* ---------------------------------------------------
 イントロ
--------------------------------------------------- */
#intro {
  width: 100%;
  background: url("../images/bg_1.jpg") repeat-x bottom left/40px;
  padding-bottom: 80px;
}
#intro .flame_top,
#intro .flame_bottom {
  width: 100%;
  height: 0;
}
#intro .flame_top {
  background: url("../images/flame_top.png") no-repeat 0 0/contain;
  padding-top: 19.4%;
  /* (画像の高さ / 画像の横幅) × 100 */
}
#intro .flame_bottom {
  background: url("../images/flame_bottom.png") no-repeat 0 0/contain;
  padding-top: 19.6%;
  /* (画像の高さ / 画像の横幅) × 100 */
}
#intro .flame_middle {
  width: 100%;
  background: url("../images/flame_middle.png") repeat-y 0 0/contain;
  padding: 40px 0 60px;
}
#intro .tx_box1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
}
#intro .tx_box2 {
  width: 70%;
  font-size: .9em;
  margin: 0 auto;
}
#intro .intro_image {
  padding: 30px 0;
}
#intro .bnr_content {
  margin-top: 40px;
}
#intro .bnr_content .bnr_jizenchusen {
  border: #c3a06f dotted 1px;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  text-align: center;
}
#intro .bnr_content .bnr_jizenchusen .inner {
  background: #fff;
  border: #c3a06f solid 1px;
  padding: 20px;
}
#intro .bnr_content .bnr_jizenchusen .title {
  font-size: 23px;
  color: #c3a06f;
  border-bottom: #c3a06f double 4px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#intro .bnr_content .bnr_jizenchusen .hosoku {
  color: #000;
}
#intro .bnr_content .bnr_jizenchusen .btn a {
  margin-top: 15px;
  letter-spacing: 2px;
}

.bnr_info {
  background: #4b4584;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #intro {
    background-size: 60px;
    padding-bottom: 120px;
  }
  #intro .pc_intro_inner {
    width: 1000px;
    margin: 0 auto;
  }
  #intro .bnr_content {
    margin-top: 60px;
  }
  #intro .bnr_content .bnr_jizenchusen {
    width: 49%;
    float: left;
    border: #c3a06f dotted 1px;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #intro .bnr_content .bnr_jizenchusen .inner {
    background: #fff;
    border: #c3a06f solid 1px;
    padding: 20px;
  }
  #intro .bnr_content .bnr_jizenchusen .title {
    font-size: 23px;
    color: #c3a06f;
    border-bottom: #c3a06f double 4px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  #intro .bnr_content .bnr_jizenchusen .hosoku {
    color: #000;
  }
  #intro .bnr_content .bnr_jizenchusen .btn a {
    margin-top: 15px;
    letter-spacing: 2px;
  }

  .bnr_info {
    float: right;
    width: 49%;
    display: block;
    padding: 42px 0;
    transition: 0.2s;
  }
  .bnr_info:hover {
    background: #372f7f;
  }
}
/* ---------------------------------------------------
 NEWS
--------------------------------------------------- */
.news_tw {
  border: #666 dotted 1px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.news_tw p {
  font-size: .9em;
}
.news_tw .btn a {
  width: 80%;
  letter-spacing: normal;
  margin-top: 10px;
  font-size: .9em;
}
.news_tw .btn a i {
  padding-right: 15px;
  font-size: 1.3em;
  vertical-align: middle;
}

#news ul.topnews_list {
  margin-bottom: 30px;
}
#news ul.topnews_list li {
  margin-bottom: 8px;
  padding-bottom: 30px;
  background: url("../images/news_bottom_line.png") no-repeat left bottom/contain;
}
#news ul.topnews_list li a {
  display: block;
}
#news ul.topnews_list li a .date {
  font-size: 1.5em;
  padding-bottom: 5px;
  color: #c3a06f;
}
#news ul.topnews_list li a .news_tx {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .news_tw {
    padding: 30px;
    margin-bottom: 40px;
  }
  .news_tw .btn a {
    width: 300px;
    margin-top: 20px;
  }

  #news ul.topnews_list {
    margin-bottom: 40px;
  }
  #news ul.topnews_list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: none;
    border-bottom: 4px double #666;
  }
}
/* ---------------------------------------------------
 開催概要
--------------------------------------------------- */
#outline {
  width: 100%;
  padding-top: 60px;
  background: url("../images/bg_outline_top.jpg") no-repeat 0 0/100%;
}
#outline .outline_inner {
  padding-bottom: 80px;
  width: 100%;
  background: url("../images/bg_outline_bottom.jpg") no-repeat right bottom/100%;
}
#outline ul.outline_list li {
  border-top: 1px solid #333;
  padding: 30px 0;
}
#outline ul.outline_list li .dt {
  color: #c3a06f;
  line-height: 1;
  padding-bottom: 10px;
}
#outline ul.outline_list li .dt img {
  width: 16px;
  vertical-align: sub;
}
#outline ul.outline_list li .dt img.kakko_left {
  padding-right: 10px;
}
#outline ul.outline_list li .dt img.kakko_right {
  padding-left: 10px;
}
#outline ul.outline_list li .dd span {
  font-size: .8em;
}
#outline ul.outline_list .btn_content {
  display: flex;
  margin-top: 15px;
}
#outline ul.outline_list .btn_content .btn {
  width: 100%;
  margin: 0 17px;
}
#outline ul.outline_list .btn_content .btn a {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
  #outline {
    background-size: 50%;
  }
  #outline .outline_inner {
    background-size: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #outline {
    padding-top: 160px;
  }
  #outline .outline_inner {
    padding-bottom: 160px;
  }
  #outline .left_content {
    width: 46%;
    float: left;
  }
  #outline .right_content {
    width: 46%;
    float: right;
  }
  #outline .right_content .bnr_info {
    width: 100%;
    padding: 0;
    margin-top: 42px;
  }
  #outline ul.outline_list li .dt img {
    vertical-align: bottom;
  }
}
/* ---------------------------------------------------
 Goods
--------------------------------------------------- */
#goods {
  width: 100%;
  background: url("../images/bg_goods.jpg");
  background-size: 60px;
}
#goods .goods_note_btn a {
  font-weight: 400;
  width: 80%;
  margin-bottom: 30px;
}
#goods .goods_note_btn a img {
  margin: 0 18px;
  width: 0.45em;
  vertical-align: baseline;
  opacity: .6;
}
#goods ul.goods_list li {
  width: 47%;
  margin: 0 1.5% 15px;
  background: #fff;
  float: left;
}
#goods ul.goods_list li .item_detail {
  width: 100%;
  padding: 10px 15px 20px;
}
#goods ul.goods_list li .item_detail .name {
  color: #000;
  line-height: 1.6;
  padding-bottom: 10px;
  width: 100%;
  /*word-break: break-all ;*/
}
#goods ul.goods_list li .item_detail .name span {
  color: #008f83;
  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: 1em;
  color: #888;
  font-family: Garamond , "Times New Roman",'Noto Serif JP',"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  letter-spacing: 0;
}
#goods ul.goods_list li .item_detail .price span {
  font-size: .8em;
}
#goods #goods_note {
  padding-top: 30px;
}
#goods #goods_note .title {
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 700;
}
#goods #goods_note ul.goods_note_list {
  font-size: .9em;
  width: 80%;
  margin: 0 auto;
  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: 1025px) {
  /* Laptop PC */
  #goods {
    width: 100%;
    background: url("../images/bg_goods.jpg");
    background-size: 60px;
  }
  #goods .goods_note_btn a {
    width: 480px;
    margin-bottom: 40px;
  }
  #goods ul.goods_list li {
    width: 31.33%;
    margin: 0 1% 30px;
  }
  #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: 14px;
  }
  #goods #goods_note {
    padding-top: 60px;
  }
  #goods #goods_note .title {
    padding-bottom: 30px;
  }
  #goods #goods_note ul.goods_note_list {
    width: 640px;
  }
  #goods #goods_note ul.goods_note_list li {
    padding-bottom: 10px;
  }
}
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------

NEWSページ

--------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
h1.pagetitle {
  font-size: 60px;
  text-align: center;
}
h1.pagetitle img {
  width: 22px;
  margin: 0 25px;
  vertical-align: middle;
}
h1.pagetitle img.right {
  transform: rotateY(180deg);
}

.NEWS_wrapper {
  padding-top: 100px;
}
.NEWS_wrapper .news_tw {
  border: 0;
}

ul.news_list {
  padding-bottom: 60px;
  background: url("../images/bg_1.jpg") repeat-x left bottom/40px;
}
ul.news_list li {
  border: 1px solid #7f7862;
  background: url("../images/news-flame-top.png") no-repeat 0 0/contain;
  background-color: #000;
  width: 90%;
  margin: 0 auto 20px;
}
ul.news_list li .news_inner {
  padding: 25px 25px 40px 25px;
  width: 100%;
  background: url("../images/news-flame-bottom.png") no-repeat left bottom/contain;
}
ul.news_list li .news_date {
  color: #c3a06f;
  margin-bottom: 5px;
  font-size: 1.4em;
}
ul.news_list li .news_title {
  font-size: 1.2em;
  line-height: 1.5;
  border-bottom: 4px double #7f7862;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.news_list li .news_detail a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  h1.pagetitle {
    font-size: 80px;
  }
  h1.pagetitle img {
    width: 26px;
    margin: 0 30px;
  }

  .NEWS_wrapper {
    padding-top: 150px;
  }

  ul.news_list {
    padding-bottom: 120px;
  }
  ul.news_list li {
    background: #000;
    width: 70%;
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  ul.news_list li .news_inner {
    padding: 60px;
    background: none;
  }
}
