@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Antique&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*------------------------------------------------------------------------------*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%;
  border: none; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none; }

/*画像リンク関連*/
a:active, a:focus {
  outline: none;
  border: none; }

a img {
  border: none;
  outline: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none; }

/*=====================================================================================================================*/
/*ボディー全体設定*/
html, body {
  width: 100%; }

body {
  background: #392f00 url("../img/back.png");
  outline: none;
  min-width: 100%;
  overflow-x: hidden;
  font-family: "Zen Old Mincho", serif; }

area {
  border: none;
  outline: none; }

a.modal {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  outline: none;
  border: none; }

input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

@media screen and (max-width: 800px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp {
      display: block; } }

/*フォント設定*/
.red {
  color: #FF0000; }

.redB {
  color: #FF0000;
  font-weight: bold; }

.blue {
  color: #0000FF; }

.blueB {
  color: #0000FF;
  font-weight: bold; }

.yellow {
  color: #FFB730; }

.yellowB {
  color: #FFB730;
  font-weight: bold; }

/*=====================================================================================================================*/
/*ヘッダー設定*/
header {
  position: fixed;
  top: 0;
  z-index: 999;
  overflow: visible;
  width: 100%;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  display: none; }
  @media screen and (max-width: 800px) {
    header {
      overflow: visible;
      display: block;
      width: 1200px;
      max-width: 100%;
      height: 40px;
      z-index: 99;
      background: rgba(0, 0, 0, 0); } }

.menu {
  font-family: 'Noto Sans JP';
  margin: 0 auto; }
  .menu img {
    transition: 0.25s; }
  .menu a {
    color: #FFF;
    font-weight: bold; }
  .menu a:hover {
    color: #ffda00; }

.menu_margin {
  margin-right: 30px; }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
.sp_hd {
  position: fixed;
  top: 0;
  height: auto;
  display: none;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .sp_hd {
    display: block; } }
#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 14px;
  width: calc(80 / 800 * 100vw);
  height: calc(100vw / 800 * 80);
  cursor: pointer;
  z-index: 90; }
  @media screen and (max-width: 800px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 360px) {
    #nav-toggle {
      height: calc(100vw / 800 * 30); } }

#nav-toggle div {
  position: relative;
  width: calc(80 / 800 * 100vw);
  height: calc(100vw / 800 * 50); }
  @media screen and (max-width: 360px) {
    #nav-toggle div {
      width: calc(80 / 800 * 100vw);
      height: calc(100vw / 800 * 50); } }

#nav-toggle span {
  margin: auto;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  box-shadow: 0 0 3px 1px #000; }

#nav-toggle span:nth-child(1) {
  top: 0; }
  @media screen and (max-width: 360px) {
    #nav-toggle span:nth-child(1) {
      top: 0; } }

#nav-toggle span:nth-child(2) {
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 360px) {
    #nav-toggle span:nth-child(2) {
      top: 0;
      bottom: 0; } }

#nav-toggle span:nth-child(3) {
  bottom: 0; }
  @media screen and (max-width: 360px) {
    #nav-toggle span:nth-child(3) {
      bottom: 0; } }

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(800px);
  -webkit-transform: translateY(800px);
  transform: translateY(800px); }

.menu {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -900px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 800px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 1px dotted #a3852a; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  padding: 5px 0;
  font-family: "Zen Antique", serif;
  font-weight: 100; }
  .menu ul li a span {
    color: #a3852a; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 15);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: calc(100vw / 1024 * 15);
  bottom: auto;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(900px);
  -webkit-transform: translateY(900px);
  transform: translateY(900px); }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*配信向けリンク装飾*/
/*=====================================================================================================================*/
/*TOP===========================================================================================================*/
.main_back {
  background: url("../img/back.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  width: 100dvw;
  height: calc(100vw / 1920 * 1080); }
  @media screen and (max-width: 800px) {
    .main_back {
      display: none; } }

.top_clogo {
  display: block;
  position: absolute;
  margin: auto;
  left: calc(40 / 1920 * 100vw);
  top: calc(100vw / 1920 * 20);
  width: calc(120 / 1920 *100vw); }

.g_title {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(100vw / 1920 * 80);
  width: calc(1074 / 1920 *100vw); }

.t_catch {
  display: block;
  margin: auto;
  position: absolute;
  top: calc(100vw / 1920 * 20);
  left: 0;
  right: 0; }

.t_sale img {
  display: block;
  margin: auto;
  position: absolute;
  right: calc(100 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 180);
  width: calc(260 / 1920 * 100vw);
  transition: .5s; }
  .t_sale img:hover {
    transform: scale(1.03);
    opacity: .9; }

.pv img {
  display: block;
  margin: auto;
  position: absolute;
  left: calc(60 / 1920 * 100vw);
  bottom: calc(100vw / 1920 * 180);
  width: calc(360 / 1920 * 100vw);
  transition: .5s; }
  .pv img:hover {
    transform: scale(1.03); }

.spmain {
  display: none; }
  @media screen and (max-width: 800px) {
    .spmain {
      display: block; }
      .spmain img {
        width: 100%; } }

.sp_pv {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_pv {
      display: block; }
      .sp_pv img {
        display: block;
        margin: 0 auto;
        width: 80%; } }

.sp_dllink {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_dllink {
      display: block;
      width: 90%;
      margin: 3dvw auto; }
      .sp_dllink img {
        width: 100%; } }

.index_menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("../img/top_menu_backcenter.png") no-repeat center;
  background-size: cover;
  width: calc(100% - calc(290 / 1920 * 100vw));
  height: calc(100vw / 1920 * 143);
  margin: 0 auto;
  position: relative; }
  .index_menu img {
    height: calc(100vw / 1920 * 60);
    transition: .3s; }
    .index_menu img:hover {
      transform: translateY(calc(100vw / 1920 * -5)); }
  .index_menu::before {
    content: '';
    display: inline-block;
    width: calc(145 / 1920 * 100vw);
    height: calc(100vw / 1920 * 192);
    background: url("../img/top_menu_backleft.png") no-repeat bottom;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: calc(-145 /1920 * 100vw);
    bottom: 0;
    margin: auto; }
  .index_menu::after {
    content: '';
    display: inline-block;
    width: calc(145 / 1920 * 100vw);
    height: calc(100vw / 1920 * 192);
    background: url("../img/top_menu_backright.png") no-repeat bottom;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: calc(-145 /1920 * 100vw);
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 800px) {
    .index_menu {
      display: none; } }

.story_con {
  margin: 5dvw auto;
  background: #FFF;
  border-top: #4e3d18 solid 2px;
  border-bottom: #4e3d18 solid 2px;
  padding: calc(30 / 1920 * 100vw) calc(100vw / 1920 * 30);
  overflow: hidden; }

.story_mcon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .story_mcon {
      display: block; } }

.story_left {
  width: calc(921 / 1920 * 100vw);
  height: calc(100vw / 1920 * 518);
  border-radius: calc(50 / 1920 * 100vw);
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .story_left {
      width: calc(921 / 1024 * 100vw);
      height: calc(100vw / 1024 * 518); } }
  @media screen and (max-width: 360px) {
    .story_left {
      border-radius: calc(30 / 800 * 100vw); } }

.slider_container {
  position: relative;
  width: 100%;
  height: 100%; }

.slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0; }

.story_right {
  width: calc(570 / 1920 * 100vw);
  font-size: calc(20 / 1920 * 100vw);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400; }
  .story_right h2 {
    border-bottom: 3px solid #91796a;
    position: relative;
    font-size: calc(70 / 1920 * 100vw);
    margin: 0 auto 1.5dvw;
    font-weight: 700; }
    .story_right h2 img {
      width: calc(192 / 1920 *100vw);
      margin-bottom: .5dvw; }
    .story_right h2::after {
      content: '';
      display: inline-block;
      width: calc(123 / 1920 * 100vw);
      height: calc(100vw / 1920 * 58);
      background: url("../img/t_kazari.png") no-repeat bottom;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      right: calc(0 /1920 * 100vw);
      bottom: calc(100vw / 1920 * -20);
      margin: auto; }
  @media screen and (max-width: 800px) {
    .story_right {
      width: 100%;
      margin: 3dvw auto 2dvw;
      font-size: calc(24 / 800 * 100vw); }
      .story_right h2 {
        text-align: center; }
        .story_right h2 img {
          width: calc(192 / 1024 *100vw);
          margin: 0 auto .5dvw; } }

.con_menu {
  display: flex;
  width: 90%;
  margin: 5dvw auto;
  justify-content: space-around; }
  @media screen and (max-width: 800px) {
    .con_menu {
      flex-wrap: wrap;
      width: 95%; } }

.mini_con {
  background: #FFF;
  width: calc(390 / 1920 * 100vw);
  color: #432a1c;
  font-size: calc(20 / 1920 * 100vw);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  border: #4e3d18 solid 2px;
  overflow: hidden;
  transition: .5s; }
  .mini_con h3 {
    width: 100%;
    text-align: center;
    font-size: calc(30 / 1920 * 100vw);
    font-weight: 900;
    margin: .5dvw auto;
    position: relative; }
    .mini_con h3::before {
      content: '';
      display: inline-block;
      width: calc(33 / 1920 * 100vw);
      height: calc(100vw / 1920 * 42);
      background: url("../img/st_limg.png") no-repeat bottom;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      left: calc(15 /1920 * 100vw);
      bottom: 0;
      margin: auto; }
    .mini_con h3::after {
      content: '';
      display: inline-block;
      width: calc(33 / 1920 * 100vw);
      height: calc(100vw / 1920 * 42);
      background: url("../img/st_rimg.png") no-repeat bottom;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      right: calc(15 /1920 * 100vw);
      bottom: 0;
      margin: auto; }
  .mini_con img {
    width: 100%; }
  .mini_con p {
    margin: 1dvw auto; }
  .mini_con a {
    color: #857974; }
  @media screen and (max-width: 800px) {
    .mini_con {
      width: 45%;
      margin-bottom: 5dvw;
      font-size: calc(24 / 800 * 100vw); }
      .mini_con h3 {
        font-size: calc(30 / 800 * 100vw); }
        .mini_con h3::before {
          width: calc(33 / 800 * 100vw);
          height: calc(100vw / 800 * 42); }
        .mini_con h3::after {
          width: calc(33 / 800 * 100vw);
          height: calc(100vw / 800 * 42); }
      .mini_con p {
        margin: 1dvw auto;
        width: 80%;
        margin: 2dvw auto; } }

.mini_con:hover {
  transform: translateY(-10px);
  opacity: .7; }
  .mini_con:hover .more_btn {
    background: #857974;
    color: #FFF; }

.more_btn {
  width: 70%;
  margin: 0 auto 1.5dvw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: calc(100vw / 1920 * 50);
  padding: 0 0 calc(100vw / 1920 * 15);
  border: 3px solid #857974;
  text-decoration: none;
  transition: .4s;
  font-size: calc(36 / 1920 * 100vw); }
  .more_btn:hover {
    background: #857974;
    color: #FFF; }
  @media screen and (max-width: 800px) {
    .more_btn {
      border: 2px solid #857974;
      border-radius: calc(100vw / 800 * 50);
      font-size: calc(36 / 800 * 100vw);
      padding: 0 0 calc(100vw / 800 * 15);
      align-items: center; } }

/*=====================================================================================================================*/
/*2階PCmenu共通===========================================================================================================*/
.pc_hdm {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  width: 100%;
  overflow: hidden; }
  .pc_hdm ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    position: relative; }
    .pc_hdm ul::before {
      content: '';
      display: inline-block;
      width: calc(17 / 1920 * 100vw);
      height: calc(100vw / 1920 * 22);
      background: url("../img/menu_kazari_r.png") no-repeat bottom;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      right: calc(0 /1920 * 100vw);
      top: 0;
      bottom: 0;
      margin: auto; }
    .pc_hdm ul::after {
      content: '';
      display: inline-block;
      width: calc(17 / 1920 * 100vw);
      height: calc(100vw / 1920 * 22);
      background: url("../img/menu_kazari_l.png") no-repeat bottom;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      left: calc(0 /1920 * 100vw);
      top: 0;
      bottom: 0;
      margin: auto; }
    .pc_hdm ul li {
      overflow: hidden;
      padding: calc(100vw / 1920 * 15); }
      .pc_hdm ul li a {
        color: #2d1901;
        font-size: calc(26 / 1920 * 100vw);
        font-weight: 900;
        transition: .3s; }
        .pc_hdm ul li a:hover {
          opacity: .7;
          transform: rotateY(2deg); }
  @media screen and (max-width: 1280px) {
    .pc_hdm ul li a {
      font-size: calc(24 / 1280 * 100vw); } }
  @media screen and (max-width: 800px) {
    .pc_hdm {
      display: none; } }

/*=====================================================================================================================*/
/*2階層見出し共通===========================================================================================================*/
.top_title {
  background: url("../img/st_back.jpg") no-repeat center bottom;
  background-size: cover;
  height: calc(100vw / 1920 * 350);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .top_title {
      height: auto;
      padding-bottom: 3dvw; } }

.midasi {
  text-align: center; }
  .midasi img {
    width: calc(500 / 1920 * 100vw);
    display: block;
    margin: 1.8dvw auto 0; }
  .midasi p {
    margin: 1.5dvw auto 0;
    font-size: calc(20 / 1920 * 100vw);
    color: #2d1901; }
  @media screen and (max-width: 800px) {
    .midasi img {
      width: calc(557 / 1024 * 100vw); }
    .midasi p {
      width: 80%;
      margin: 3vw auto 0;
      font-size: calc(28 / 800 * 100vw); } }
  @media screen and (max-width: 360px) {
    .midasi p {
      font-size: 12px; } }

/*=====================================================================================================================*/
/*酒場用===========================================================================================================*/
.con1_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 5dvw auto; }
  @media screen and (max-width: 800px) {
    .con1_t {
      display: block;
      width: 90%;
      margin: 10dvw auto 15dvw; } }

.con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 10dvw auto; }
  @media screen and (max-width: 800px) {
    .con1 {
      display: block;
      width: 90%;
      margin: 15dvw auto 15dvw; } }

.con2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 10dvw auto; }
  @media screen and (max-width: 800px) {
    .con2 {
      display: block;
      width: 90%;
      margin: 15dvw auto 15dvw; } }

.con_cap {
  width: 55%; }
  @media screen and (max-width: 800px) {
    .con_cap {
      width: 80%;
      margin: 0 auto; } }

.text_con {
  width: calc(470 / 1920 * 100vw);
  font-size: calc(24 / 1920 * 100vw); }
  .text_con h3 img {
    display: block;
    width: 100%;
    margin: 0 auto 2vw; }
  @media screen and (max-width: 800px) {
    .text_con {
      width: 80%;
      text-align: center;
      margin: 0 auto;
      font-size: calc(24 / 800 * 100vw); }
      .text_con h3 img {
        width: 100%;
        margin: 3vw auto 2vw; } }

.line {
  width: 100%;
  background: url("../img/line_00.png") no-repeat center;
  background-size: contain;
  height: calc(100vw / 1920 * 31);
  margin: 5dvw auto; }
  @media screen and (max-width: 800px) {
    .line {
      height: calc(100vw / 1024 * 31); } }

/*=====================================================================================================================*/
/*生活用===========================================================================================================*/
.con3_t {
  width: 60%;
  margin: 3dvw auto 6dvw; }
  .con3_t h3 img {
    display: block;
    margin: 0 auto;
    width: calc(403 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .con3_t {
      width: 90%;
      margin: 10dvw auto 6dvw; }
      .con3_t h3 img {
        width: calc(403 / 800 * 100vw); } }

.con3 {
  width: 60%;
  margin: 10dvw auto 6dvw; }
  .con3 h3 img {
    display: block;
    margin: 0 auto;
    width: calc(403 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .con3 {
      width: 90%; }
      .con3 h3 img {
        width: calc(403 / 800 * 100vw); } }

.con_cap2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 3dvw auto 2dvw; }
  @media screen and (max-width: 800px) {
    .con_cap2 {
      display: none; } }

.sp_concap2 {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_concap2 {
      display: block;
      position: relative;
      width: 90%;
      margin: 3dvw auto 2dvw; } }

.lcap_00, .lcap_01 {
  width: calc(540 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .lcap_00, .lcap_01 {
      width: 48%; } }

.text_con2 {
  text-align: center;
  font-size: calc(24 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .text_con2 {
      font-size: calc(24 / 800 * 100vw); } }
  @media screen and (max-width: 360px) {
    .text_con2 {
      font-size: 18px; } }

.licon01 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * -60);
  right: calc(-100 / 1920 * 100vw);
  width: calc(269 / 1920 * 100vw);
  z-index: 80; }
  @media screen and (max-width: 800px) {
    .licon01 {
      width: calc(180 / 800 * 100vw);
      right: calc(-20 / 800 * 100vw); } }

.licon02 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * -60);
  left: calc(-100 / 1920 * 100vw);
  width: calc(269 / 1920 * 100vw);
  z-index: 80; }
  @media screen and (max-width: 800px) {
    .licon02 {
      bottom: 0;
      width: calc(180 / 800 * 100vw);
      left: calc(-30 / 800 * 100vw); } }

.licon03 {
  position: absolute;
  margin: auto;
  bottom: calc(100vw / 1920 * -60);
  right: calc(-200 / 1920 * 100vw);
  width: calc(343 / 1920 * 100vw);
  z-index: 80; }
  @media screen and (max-width: 800px) {
    .licon03 {
      width: calc(180 / 800 * 100vw);
      right: 0; } }

/*=====================================================================================================================*/
/*観光用===========================================================================================================*/
.land_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 5dvw auto; }
  @media screen and (max-width: 800px) {
    .land_con {
      display: block;
      margin: 10dvw auto; } }

.con4 {
  position: relative;
  width: 47%;
  margin: 0 auto 5dvw; }
  @media screen and (max-width: 800px) {
    .con4 {
      width: 100%; } }

.land_limg {
  position: relative; }

.land_icon {
  position: absolute;
  z-index: 1;
  width: calc(250 / 1920 * 100vw);
  margin: auto;
  right: calc(00 / 1920 * 100vw);
  bottom: 0; }
  @media screen and (max-width: 800px) {
    .land_icon {
      width: calc(250 / 800 * 100vw); } }

.land_img {
  width: calc(700 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .land_img {
      width: 100%; } }

.land_name img {
  width: calc(700 / 1920 * 100vw);
  margin: 0 auto;
  position: relative;
  z-index: 5;
  top: calc(100vw / 1920 * -50); }
  @media screen and (max-width: 800px) {
    .land_name img {
      width: 100%; } }

.text_con2 {
  width: 99%;
  margin: 0 auto;
  font-size: calc(25 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .text_con2 {
      font-size: calc(30 / 800 * 100vw);
      text-align: left;
      margin: 0 auto calc(100vw / 800 * 120); } }

/*=====================================================================================================================*/
/*キャラクター用===========================================================================================================*/
.slider_section {
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    .slider_section {
      margin: 0px auto; } }

/* 共通：スライドの中の画像は歪ませずに引き伸ばす */
/* ==========================================================================
   【上】メインスライダー
   ========================================================================== */
.char_main {
  width: 100%;
  overflow: hidden;
  position: relative; }

/* ==========================================================================
   【下】サムネイルスライダー（2列グリッド配置）
   ========================================================================== */
.char_thumbs {
  position: relative;
  width: 60%;
  z-index: 10;
  /* 数字を大きくして、他の要素より手前に持ってくる */ }
  .char_thumbs img {
    width: calc(144 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .char_thumbs {
      width: 100%;
      margin: calc(100vw / 800 * 160) auto calc(100vw / 800 * 60); }
      .char_thumbs img {
        width: calc(100vw/3 - 30px);
        margin: auto; } }
  @media screen and (max-width: 360px) {
    .char_thumbs {
      width: 100%; }
      .char_thumbs img {
        width: calc(100vw/3 - 30px);
        margin: auto; } }

/* Swiperで2列（grid）を組む時の必須のおまじない */
.char_thumbs .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row; }
  @media screen and (max-width: 800px) {
    .char_thumbs .swiper-wrapper {
      flex-wrap: nowrap;
      align-items: center; } }

/* サムネイル1枚ずつの設定（自動で2列に収まるように計算） */
.char_thumbs .swiper-slide {
  height: calc((100% - 10px) / 2) !important;
  /* 上下のすき間10pxを引いて2等分 */
  cursor: pointer;
  opacity: 0.4;
  /* 選ばれていないキャラは薄くしておく */
  transition: opacity 0.3s;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .char_thumbs .swiper-slide {
      flex-shrink: 0; }
      .char_thumbs .swiper-slide img {
        display: block;
        margin: 0 auto; } }

/* 現在メインに表示されているキャラのサムネだけをくっきり明るくする */
.char_thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.c_con {
  width: 100%;
  height: calc(100vw / 1920 * 1080); }
  @media screen and (max-width: 800px) {
    .c_con {
      height: calc(100vw / 800 * 1300); } }
  @media screen and (max-width: 360px) {
    .c_con {
      height: calc(100vw / 800 * 1300); } }

.c_img {
  position: absolute;
  margin: auto;
  right: calc(220 / 1920 * 100vw);
  z-index: 2;
  width: calc(600 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .c_img {
      right: 0;
      left: 0;
      width: 80%; } }
  @media screen and (max-width: 360px) {
    .c_img {
      right: 0;
      left: 0;
      width: 90%;
      top: 0; } }

.ctxt_con {
  width: calc(740 / 1920 * 100vw);
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 250);
  left: calc(300 / 1920 * 100vw);
  z-index: 5; }
  @media screen and (max-width: 800px) {
    .ctxt_con {
      width: 90%;
      left: 0;
      right: 0;
      top: calc(100vw / 800 * 750);
      z-index: 15; } }
  @media screen and (max-width: 360px) {
    .ctxt_con {
      width: 95%;
      left: 0;
      right: 0;
      top: calc(100vw / 800 * 740);
      z-index: 15; } }

.c_name {
  width: 100%; }
  .c_name h3 {
    color: #fff9e4;
    font-size: calc(75 / 1920 * 100vw);
    font-weight: 900;
    width: 100%;
    border-bottom: 3px #ffcf73 solid;
    padding-bottom: 0px; }
  @media screen and (max-width: 800px) {
    .c_name h3 {
      font-size: calc(60 / 800 * 100vw); } }

.e_name {
  width: 100%;
  font-weight: 900;
  color: #5b5b5d;
  font-size: calc(48 / 1920 * 100vw);
  text-align: right;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 800px) {
    .e_name {
      font-size: calc(36 / 800 * 100vw);
      color: #a9a69c; } }

.c_serif {
  color: #fff9e4;
  font-style: oblique;
  text-align: center;
  font-size: calc(34 / 1920 * 100vw);
  font-weight: 900;
  margin: .5vw auto 1vw; }
  @media screen and (max-width: 800px) {
    .c_serif {
      font-size: calc(36 / 800 * 100vw); } }

.c_txt {
  color: #e2d9b7;
  font-size: calc(24 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .c_txt {
      font-size: calc(24 / 800 * 100vw); } }
  @media screen and (max-width: 360px) {
    .c_txt {
      font-size: calc(28 / 800 * 100vw); } }

.c_back {
  background: url("../img/c_back.png") #2a2c39;
  width: 100%;
  height: calc(100vw / 1920 * 700);
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 150); }
  @media screen and (max-width: 800px) {
    .c_back {
      height: calc(100vw / 800 * 500);
      top: auto;
      bottom: calc(100vw / 800 * 60);
      background: url("../img/c_back.png") rgba(42, 44, 57, 0.9);
      z-index: 5; } }

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '' !important;
  /* 空っぽにして、既定の青い矢印を消す */ }

/* 2. 【右】「次へ」ボタンをオリジナル画像にする */
.swiper-button-next {
  background-image: url("../img/arrow_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* 箱いっぱいに画像を広げる */
  background-position: center;
  /* 中央に配置 */
  /*サイズ・位置調整*/
  width: calc(96 / 1920 * 100vw) !important;
  height: calc(100vw / 1920 * 128) !important;
  right: calc(100 / 1920 * 100vw) !important;
  top: calc(100vw / 1920 * 450);
  bottom: auto　;
  color: transparent !important;
  transition: 0.3s; }
  @media screen and (max-width: 800px) {
    .swiper-button-next {
      right: calc(10 / 800 * 100vw) !important;
      top: 45%;
      width: calc(96 / 800 * 100vw) !important;
      height: calc(100vw / 800 * 128) !important; } }

/* 3. 【左】「前へ」ボタンをオリジナル画像にする */
.swiper-button-prev {
  background-image: url("../img/arrow_l.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* サイズ・位置調整 */
  width: calc(96 / 1920 * 100vw) !important;
  height: calc(100vw / 1920 * 128) !important;
  left: calc(100 / 1920 * 100vw) !important;
  top: calc(100vw / 1920 * 450);
  bottom: auto　;
  color: transparent !important;
  transition: 0.3s; }
  @media screen and (max-width: 800px) {
    .swiper-button-prev {
      left: calc(10 / 800 * 100vw) !important;
      top: 45%;
      width: calc(96 / 800 * 100vw) !important;
      height: calc(100vw / 800 * 128) !important; } }

/* ホバー演出 */
.swiper-button-next:hover {
  opacity: 0.7;
  transform: translateX(10px); }

.swiper-button-prev:hover {
  opacity: 0.7;
  transform: translateX(-10px); }

/*=====================================================================================================================*/
/*スクロールDLボタン===========================================================================================================*/
.dlbtn {
  display: block;
  margin: auto;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: calc(200 / 1920 * 100vw);
    max-width: 350px;
    min-width: 150px;
    transition: .3s;
    opacity: .6; }
  .dlbtn img:hover {
    opacity: 1; }
  @media screen and (max-width: 1280px) {
    .dlbtn img {
      display: block;
      width: calc(200 / 1024 * 100vw);
      max-width: 350px;
      min-width: 150px;
      transition: .3s;
      opacity: .6; } }
  @media screen and (max-width: 1024px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto;
        opacity: .8; } }

/*=====================================================================================================================*/
/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn li {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    /* Safari */ }
    .sns_btn li img {
      width: 50px; }

/*footerカスタム=======================================================================================================*/
footer {
  background: #7c764d;
  color: #FFF;
  overflow: hidden; }

.footer_sub {
  padding: 1.5dvw 0 .5dvw;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .footer_sub {
      padding: 1.5dvw 0 calc(100vw / 800 * 200); } }

.ft_txt {
  text-align: center;
  font-size: calc(24 / 1920 * 100vw);
  margin: 1vw auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .ft_txt {
      font-size: 18px;
      margin: 2vw auto; } }

.serieslink {
  width: calc(650 / 1920 * 100vw);
  margin: 0 auto 1vw;
  overflow: hidden;
  border-radius: 30px;
  transition: .3s; }
  .serieslink img {
    width: 100%; }
  .serieslink:hover {
    opacity: .8;
    transform: scale(0.98); }
  @media screen and (max-width: 800px) {
    .serieslink {
      width: 80%;
      border-radius: 15px; } }

.logo_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .logo_link img {
    margin: 0 15px;
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .logo_link {
      align-items: center;
      justify-content: space-around; }
      .logo_link img {
        margin: auto;
        height: calc(100vw / 1024 * 100); } }

.rideon {
  width: 150px;
  margin-top: 10px; }

.ad_margin {
  margin-left: 30px; }
  @media screen and (max-width: 800px) {
    .ad_margin {
      margin-left: 0px; } }

.terminal {
  width: 720px;
  max-width: 90%;
  margin: 30px auto; }

.tlist_sps {
  width: 210px; }
  @media screen and (max-width: 800px) {
    .tlist_sps {
      width: 100%; } }

.tlist_spss {
  width: 130px; }
  @media screen and (max-width: 800px) {
    .tlist_spss {
      width: 100%; } }

.pflist_rs {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .pflist_rs {
    width: 49%;
    text-align: left; } }
.kmclogo img {
  display: block;
  margin: 5px auto; }

.pf-img img {
  opacity: 1; }

.pflist_long {
  margin-top: 5px; }

.pflist_r {
  width: 100px; }

.pflist_rl {
  width: 100%;
  margin-top: 5px;
  text-align: left; }

hr {
  background: #FFF; }

.tlist-last span {
  font-size: 10px; }

.tlist_long .pflist_l, .tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #454724;
  color: white; }

/*各種項目名背景色変更*/
.c-logo {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .c-logo {
      width: 380px;
      max-width: 100%;
      flex-wrap: wrap; } }

.logo_cc img, .kmc img {
  max-width: 100%; }

.logo_cc {
  width: 250px;
  margin-left: 20px; }
  @media screen and (max-width: 800px) {
    .logo_cc {
      max-width: 90%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.kmc {
  width: 150px;
  margin-left: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 800px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.trademark a {
  color: #ffcd50; }

.clogo-d {
  width: 1200px;
  max-width: 90%; }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 800px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .open_dl {
      margin: 10px auto 25px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  width: 760px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 800px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.modal_content_two {
  align-self: center;
  width: 450px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 800px) {
    .modal_content_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_two {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -10px;
    right: -10px;
    color: #FFFFFF; } }
.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_two {
  transform: scale(1); }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Noto Sans JP'; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #FFF;
  width: 150px;
  height: 90px;
  border: 2px #d5cb87 solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #423600;
  background: -moz-linear-gradient(top, #423600 0%, #392f00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #423600), color-stop(100%, #392f00));
  background: -webkit-linear-gradient(top, #423600 0%, #392f00 100%);
  background: -o-linear-gradient(top, #423600 0%, #392f00 100%);
  background: -ms-linear-gradient(top, #423600 0%, #392f00 100%);
  background: linear-gradient(to bottom, #423600 0%, #392f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000', GradientType=0 );
  box-shadow: 6px 6px rgba(66, 54, 0, 0.5); }
  .dl_list li img {
    height: 70px;
    margin-top: 12px; }
@media screen and (max-width: 800px) {
  .dl_list li {
    width: 110px;
    height: 70px; }
    .dl_list li img {
      height: 50px;
      margin: 8px auto 0px; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }
