@charset "UTF-8";

/* =========================================================
  reset
========================================================== */
body {
  line-height: 1;
  margin: 0;
}

div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #43413a;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

/* =========================================================
resetここまで
========================================================== */
/*メディアクエリ*/
html,
body {
  margin: 0;
  padding: 0;
}

#rokugan_container {
  font-family: -apple-system, YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
}

#rokugan_container * .serif {
  font-family: "游明朝", "Yu Mincho", serif;
}

#rokugan_container * a {
  color: inherit;
  text-decoration: none;
}

#rokugan_container * a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

#rokugan_container * sup {
  font-size: 0.5em;
  vertical-align: top;
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: flex;
}

/********************************
 ベース設定
********************************/
#rokugan_container {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container {
    font-size: 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container {
    font-size: 3.6458333333vw;
  }
}

@media screen and (min-width: 1150px) {
  #rokugan_container {
    width: 100%;
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  #rokugan_container .sp_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }

  #rokugan_container .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }

  #rokugan_container .pc_only {
    display: none !important;
  }
}

#rokugan_container .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container .inner {
    width: 95.652173913vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container .inner {
    width: 100%;
  }
}

/**-----------------------------
  gtranslate
-----------------------------**/
.switcher {
  position: fixed;
  left: 3px;
  bottom: 3px;
}

.switcher img {
  width: unset;
}

#rokugan_container {
  margin-top: 120px;
  /**-----------------------------
    header
  -----------------------------**/
  /**-----------------------------
    FV
  -----------------------------**/
  /* MV
  -----------------------------------------------------*/
  /*---フェードイン---*/
  /* フェードイン(初期値) */
  /* フェードイン(スクロールした後) */
  /* フェードイン(スクロールした後) */
  /**-----------------------------
    sec01_rokugan:菓匠六雁とは
  -----------------------------**/
  /**-----------------------------
    sec02_raw_warabimochi:
    菓匠六雁の生わらび餅
  -----------------------------**/
  /**------------------------------------------
    sec03_taste_and_flavor:味とフレーバー
  ------------------------------------------**/
  /**------------------------------------------
    sec04_flavor:フレーバー
  ------------------------------------------**/
  /**------------------------------------------
    sec05_monde_selection_bg:
    2024年モンドセレクション Ｗ金賞受賞
  ------------------------------------------**/
  /**------------------------------------------
    sec06_inbound:インバウンド需要
  ------------------------------------------**/
  /**------------------------------------------
  sec07_local_contribution:地域活性化
  ------------------------------------------**/
  /**------------------------------------------
    footer
  ------------------------------------------**/
}

@media screen and (max-width: 768px) {
  #rokugan_container {
    margin-top: 80px;
  }
}

#rokugan_container header {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

@media screen and (max-width: 768px) {
  #rokugan_container header {
    height: 80px;
  }
}

#rokugan_container header .header_container {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container {
    height: 80px;
    padding: 0 15px 0 25px;
    align-items: center;
  }
}

#rokugan_container header .header_container .header_logo {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .header_logo {
    width: 180px;
  }
}

#rokugan_container header .header_container .gnav_btn {
  display: none;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn {
    display: block;
    width: 70px;
    height: 70px;
    background: #005986;
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 100%;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn {
    width: 56px;
    height: 56px;
    top: 12px;
    right: 15px;
  }
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn span {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn span {
    left: 13px;
  }
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn span:first-child {
    top: 29px;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn span:first-child {
    top: 22px;
  }
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn span:last-child {
    top: 41px;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn span:last-child {
    top: 34px;
  }
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn.open span:first-child {
    transform: rotate(45deg);
    top: 35px;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn.open span:first-child {
    top: 28px;
  }
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_btn.open span:last-child {
    transform: rotate(-45deg);
    top: 35px;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_btn.open span:last-child {
    top: 28px;
  }
}

#rokugan_container header .header_container .gnav_box {
  margin-bottom: 15px;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box {
    width: 50%;
    height: calc(100vh - 120px);
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease-out;
    position: fixed;
    top: 120px;
    right: -50%;
    z-index: 99999;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_box {
    width: 70%;
    height: calc(100vh - 80px);
    top: 80px;
    right: -70%;
  }
}

#rokugan_container header .header_container .gnav_box.open {
  right: 0;
}

#rokugan_container header .header_container .gnav_box .gnav_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box .gnav_list {
    display: block;
    margin: 50px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_box .gnav_list {
    margin: 30px 30px 0 30px;
  }
}

#rokugan_container header .header_container .gnav_box .gnav_list li {
  color: #231815;
  margin: 30px 10px 0;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box .gnav_list li {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container header .header_container .gnav_box .gnav_list li {
    margin: 30px 0 0;
  }
}

#rokugan_container header .header_container .gnav_box .gnav_list li a {
  display: inline-block;
  color: #231815;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", serif;
  position: relative;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box .gnav_list li a {
    display: block;
    width: 100%;
  }
}

#rokugan_container header .header_container .gnav_box .gnav_list li a::after {
  content: "";
  width: 100%;
  height: 3px;
  margin: auto;
  background: #005986;
  position: absolute;
  left: 0;
  bottom: -15px;
  transform-origin: center top;
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box .gnav_list li a::after {
    transform-origin: left top;
  }
}

#rokugan_container header .header_container .gnav_box .gnav_list li a:hover {
  opacity: 1;
}

#rokugan_container header .header_container .gnav_box .gnav_list li a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

@media screen and (max-width: 1390px) {
  #rokugan_container header .header_container .gnav_box .gnav_list li a:hover::after {
    transform-origin: left top;
  }
}

#rokugan_container .p-top-mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #000;
}

#rokugan_container .p-top-mv .p-top-mv__mov {
  width: 100%;
  /*padding-top: 56.25%;*/
  padding-top: 43%;
  position: relative;
  overflow: hidden;
}

#rokugan_container .p-top-mv .p-top-mv__mov video {
  position: absolute;
  top: -16.25%;
  left: 0;
  width: 100%;
  height: auto;
}

#rokugan_container .p-top-mv p.p-top-mv-in__readtext {
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

#rokugan_container .p-top-mv .p-top-mv-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
}

#rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main p.p-top-mv-in__main-copy {
  width: 12%;
  margin-top: -2%;
}

#rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center {
  width: 22%;
  margin: 0 100px;
}

#rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center figure {
  width: 80%;
  margin: 0 auto 50px;
}

#rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center p.p-top-mv-in__main-center-read {
  width: 100%;
}

#rokugan_container .js-fadeMvRight1,
#rokugan_container .js-fadeMvRight2 {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(50px);
  /* 下に30pxの位置から */
  transition:
    opacity 0.8s,
    transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

#rokugan_container .js-fadeMvRight1.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

#rokugan_container .js-fadeMvRight2.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 1s;
  /* フェード開始を0.5秒遅らせる */
}

@media (max-width: 768px) {
  #rokugan_container .p-top-mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #000;
  }

  #rokugan_container .p-top-mv .p-top-mv__mov {
    width: 100%;
    padding-top: 56.25%;
    /*padding-top: 43%;*/
    position: relative;
    overflow: hidden;
  }

  #rokugan_container .p-top-mv .p-top-mv__mov video {
    position: absolute;
    /*top: -16.25%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  #rokugan_container .p-top-mv p.p-top-mv-in__readtext {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
  }

  #rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main {
    width: 90%;
    margin: 6% auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main p.p-top-mv-in__main-copy {
    width: 20%;
    margin-top: -2%;
  }

  #rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center {
    width: 40%;
    margin: 0 5%;
  }

  #rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center figure {
    width: 65%;
    margin: 0 auto 20px;
  }

  #rokugan_container .p-top-mv .p-top-mv-in .p-top-mv-in__main .p-top-mv-in__main-center p.p-top-mv-in__main-center-read {
    width: 100%;
  }
}

#rokugan_container #fv {
  position: relative;
}

/* #rokugan_container #fv .fv_inner {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1580px) {
  #rokugan_container #fv .fv_inner {
    left: 1.2658227848vw;
    bottom: 1.2658227848vw;
  }
} */

#rokugan_container #fv .fv_inner {
  position: static;
  width: 100%;
  padding: 0;
}

#rokugan_container #fv .fv_wrap {
  justify-content: space-between;
}

#rokugan_container #fv .fv_wrap {
  height: 37.7604166667vw;
  background: url(../../img/template/images/fv_bg2_sp.jpg) center top no-repeat;
  background-size: 100vw 37.7604166667vw;
  padding: 0 4.1666666667vw;
  max-height: 372px;
}

#rokugan_container #fv .fv_wrap .banner_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#rokugan_container #fv .fv_wrap .banner_wrap .banner1 {
  width: 240px;
}

#rokugan_container #fv .fv_wrap .banner_wrap .banner2 {
  width: 244px;
  margin-left: 3.515625vw;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
}

@media screen and (max-width: 768px) {
  #rokugan_container #fv .fv_wrap .banner_wrap .banner1 {
    width: 26.0416666667vw;
    margin-bottom: 0;
  }

  #rokugan_container #fv .fv_wrap .banner_wrap .banner2 {

    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }
}

#rokugan_container #fv .fv_wrap .banner_wrap .banner2>img {
  width: 23.1770833333vw;
}

#rokugan_container #fv .fv_wrap .link_wrap {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  transition: opacity 0.15s;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #fv .fv_wrap .link_wrap {
    right: 1.7391304348vw;
    bottom: 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #fv .fv_wrap .link_wrap {
    margin-top: -4.9479166667vw;
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}

#rokugan_container #fv .fv_wrap .link_wrap.is_fixed--show {
  display: block;
}

#rokugan_container #fv .fv_wrap .link_wrap.is_fixed--hide {
  pointer-events: none;
  opacity: 0;
}

#rokugan_container #fv .fv_wrap .link_wrap .contact_link,
#rokugan_container #fv .fv_wrap .link_wrap .tel_link {
  display: block;
  width: 158px;
}

@media screen and (max-width: 1580px) {

  #rokugan_container #fv .fv_wrap .link_wrap .contact_link,
  #rokugan_container #fv .fv_wrap .link_wrap .tel_link {
    width: 10vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #fv .fv_wrap .link_wrap .contact_link,
  #rokugan_container #fv .fv_wrap .link_wrap .tel_link {
    width: 19.53125vw;
  }
}

#rokugan_container #fv .fv_wrap .link_wrap .contact_link {
  margin-bottom: 14px;
}

@media screen and (max-width: 1580px) {
  #rokugan_container #fv .fv_wrap .link_wrap .contact_link {
    margin-bottom: 0.8860759494vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #fv .fv_wrap .link_wrap .contact_link {
    margin-bottom: 1.3020833333vw;
  }
}

#rokugan_container #sec01_rokugan {
  background:
    url(../../img/template/images/sec01_rokugan_bg_top.jpg) center top no-repeat,
    url(../../img/template/images/sec01_rokugan_bg_bot.jpg) center bottom no-repeat,
    #111214;
  padding: 132px 0 160px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan {
    background-size: 148.2625482625vw auto;
    padding: 10.1930501931vw 0 12.3552123552vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan {
    background:
      url(../../img/template/images/sec01_rokugan_bg_top_sp.jpg) center top no-repeat,
      url(../../img/template/images/sec01_rokugan_bg_bot_sp.jpg) center bottom no-repeat,
      #111214;
    background-size: 100%;
    padding: 15.8854166667vw 0 20.1822916667vw;
  }
}

#rokugan_container #sec01_rokugan .inner {
  width: 1295px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner {
    width: 100%;
  }
}

#rokugan_container #sec01_rokugan .inner .box {
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 906px;
  margin: 0 auto 123px;
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .box {
    width: 69.9613899614vw;
    margin: 0 auto 9.4980694981vw;
    padding: 6.1776061776vw 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .box {
    width: 91.9270833333vw;
    margin: 0 auto 16.5364583333vw;
    padding: 10.4166666667vw 0;
  }
}

#rokugan_container #sec01_rokugan .inner .box .logo {
  width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .box .logo {
    width: 29.3436293436vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .box .logo {
    width: 65.3645833333vw;
  }
}

#rokugan_container #sec01_rokugan .inner .box h2 {
  width: 513px;
  margin: 27px auto 22px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .box h2 {
    width: 39.6138996139vw;
    margin: 2.0849420849vw auto 1.6988416988vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .box h2 {
    width: 44.6614583333vw;
    margin: 5.9895833333vw auto 4.5572916667vw;
  }
}

#rokugan_container #sec01_rokugan .inner .box .tit_top {
  font-size: 24px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .box .tit_top {
    font-size: 1.8532818533vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .box .tit_top {
    font-size: 4.4270833333vw;
  }
}

#rokugan_container #sec01_rokugan .inner .box .text {
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: 0.06em;
  margin-top: 55px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .box .text {
    font-size: 1.6988416988vw;
    margin-top: 4.2471042471vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .box .text {
    font-size: 3.90625vw;
    margin-top: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .sec01_banner_list_wrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

#rokugan_container #sec01_rokugan .inner .sec01_banner_list_wrap .sec01_banner_list {
  width: 1295px;
  margin: 0 auto;
  justify-content: space-between;
  column-gap: 60px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .sec01_banner_list_wrap .sec01_banner_list {
    width: 100vw;
    margin: 0 auto;
    column-gap: 4.6332046332vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .sec01_banner_list_wrap .sec01_banner_list {
    width: fit-content;
    justify-content: flex-start;
    column-gap: 7.8125vw;
    margin: 0 0 1.3020833333vw 1.3020833333vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .sec01_banner_list_wrap .sec01_banner_list li {
    width: 27.4739583333vw;
  }
}

#rokugan_container #sec01_rokugan .inner .bot_text {
  color: #fff;
  font-size: 22px;
  line-height: 1.68;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 80px;
}

@media screen and (max-width: 1295px) {
  #rokugan_container #sec01_rokugan .inner .bot_text {
    font-size: 1.6988416988vw;
    margin-top: 6.1776061776vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec01_rokugan .inner .bot_text {
    font-size: 3.90625vw;
    margin-top: 16.2760416667vw;
  }
}

#rokugan_container #sec02_raw_warabimochi {
  background:
    url(../../img/template/images/sec02_raw_warabimochi_bg_top.jpg) center top no-repeat,
    url(../../img/template/images/sec02_raw_warabimochi_bg_bot.jpg) center bottom no-repeat,
    #f8f0dc;
  padding: 130px 0 150px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi {
    background-size: 166.9565217391vw auto;
    padding: 11.3043478261vw 0 13.0434782609vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi {
    background:
      url(../../img/template/images/sec02_raw_warabimochi_bg_top_sp.jpg) center top no-repeat,
      url(../../img/template/images/sec02_raw_warabimochi_bg_bot_sp.jpg) center bottom no-repeat,
      #f8f0dc;
    background-size: 100%;
    padding: 92.0572916667vw 0 19.53125vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area {
    margin-left: 6.9010416667vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .top_text_area h2 {
  width: 500px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area h2 {
    width: 43.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area h2 {
    width: 80.859375vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .top_text_area .tit_top {
  color: #b29450;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 30px 0 50px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area .tit_top {
    font-size: 2.4347826087vw;
    margin: 2.6086956522vw 0 4.347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area .tit_top {
    font-size: 4.4270833333vw;
    margin: 3.90625vw 0 9.765625vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .top_text_area .text {
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area .text {
    line-height: 1.78;
  }
}

#rokugan_container #sec02_raw_warabimochi .top_text_area .text strong {
  font-size: 22px;
  line-height: 1.59;
  font-weight: 700;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area .text strong {
    font-size: 1.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .top_text_area .text strong {
    font-size: 3.90625vw;
    line-height: 1.66;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area {
  width: 560px;
  margin: 70px 0 95px;
  padding: 45px 20px;
  border-top: 2px solid #b49650;
  border-bottom: 2px solid #b49650;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area {
    width: 48.6956521739vw;
    margin: 6.0869565217vw 0 8.2608695652vw;
    padding: 3.9130434783vw 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area {
    width: 84.6354166667vw;
    margin: 10.4166666667vw auto 16.9270833333vw;
    padding: 5.859375vw 3.2552083333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area::before,
#rokugan_container #sec02_raw_warabimochi .date_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b49650;
  position: absolute;
  left: 0;
}

#rokugan_container #sec02_raw_warabimochi .date_area::before {
  top: 7px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area::before {
    top: 0.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area::before {
    top: 0.9114583333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area::after {
  bottom: 7px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area::after {
    bottom: 0.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area::after {
    bottom: 0.9114583333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area p {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p {
    font-size: 1.5652173913vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p {
    flex-wrap: wrap;
    font-size: 3.3854166667vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area p::before {
  content: "・";
  font-size: 30px;
  font-weight: 400;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p::before {
    font-size: 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p::before {
    font-size: 5.2083333333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area p.date02 {
  font-weight: 700;
  margin-top: 17px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p.date02 {
    margin-top: 1.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p.date02 {
    margin-top: 1.953125vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .date_area p.date02 strong {
  color: #fff;
  padding: 7px 5px 5px;
  background: #e03b16;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p.date02 strong {
    padding: 0.6086956522vw 0.4347826087vw 0.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .date_area p.date02 strong {
    padding: 1.3020833333vw 1.3020833333vw 1.0416666667vw;
    margin-top: 0.6510416667vw;
    margin-left: 5.2083333333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01,
#rokugan_container #sec02_raw_warabimochi .kodawari02 {
  padding: 30px 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 {
    padding: 2.6086956522vw 0;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 {
    width: 89.84375vw;
    margin: 0 auto;
    padding: 3.7760416667vw 0;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in,
#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in {
  display: flex;
  align-items: center;
  padding: 30px 0 10px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in {
    padding: 2.6086956522vw 0 0.8695652174vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in {
    display: block;
    padding: 7.8125vw 0 5.859375vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in h3,
#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in h3,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in h3 {
    font-size: 3.0434782609vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in h3,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in h3 {
    font-size: 5.9895833333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .top,
#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .top {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 15px 0 30px -10px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .top,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .top {
    font-size: 2vw;
    margin: 1.3043478261vw 0 2.6086956522vw -0.8695652174vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .top,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .top {
    font-size: 3.6458333333vw;
    line-height: 1.75;
    text-indent: -4.9479166667vw;
    margin: 1.953125vw 0 3.90625vw 3.2552083333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .top span,
#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .top span {
  font-size: 0.6em;
  vertical-align: 0.6em;
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .text,
#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .text {
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .text,
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .text {
    line-height: 1.78;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 {
  background:
    url(../../img/template/images/pc_koda01_frame_top.png) no-repeat top center/100%,
    url(../../img/template/images/pc_koda01_frame_bot.png) no-repeat bottom center/100%;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari01 {
    background:
      url(../../img/template/images/sp_koda01_frame_top.png) no-repeat top center/100%,
      url(../../img/template/images/sp_koda01_frame_bot.png) no-repeat bottom center/100%;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in {
  background: #eecc57;
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .img {
  width: 455px;
  margin: 0 20px 0 30px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .img {
    width: 39.5652173913vw;
    margin: 0 1.7391304348vw 0 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .img {
    width: 59.8958333333vw;
    margin: 0 auto;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .text_area {
  width: 540px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .text_area {
    width: 46.9565217391vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari01 .koda_in .text_area {
    width: 78.125vw;
    margin: 0 auto;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari02 {
  margin-top: 30px;
  background:
    url(../../img/template/images/pc_koda02_frame_top.png) no-repeat top center/100%,
    url(../../img/template/images/pc_koda02_frame_bot.png) no-repeat bottom center/100%;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 {
    margin-top: 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 {
    margin-top: 6.5104166667vw;
    background:
      url(../../img/template/images/sp_koda02_frame_top.png) no-repeat top center/100%,
      url(../../img/template/images/sp_koda02_frame_bot.png) no-repeat bottom center/100%;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in {
  flex-direction: row-reverse;
  background: #c8a136;
}

#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .img {
  width: 392px;
  margin: 0 75px 0 45px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .img {
    width: 34.0869565217vw;
    margin: 0 6.5217391304vw 0 3.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .img {
    width: 34.0869565217vw;
    margin: 0 auto 5.2083333333vw;
  }
}

#rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .text_area {
  width: 510px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .text_area {
    width: 44.347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec02_raw_warabimochi .kodawari02 .koda_in .text_area {
    width: 79.4270833333vw;
    margin: 0 auto;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit {
  background:
    url(../../img/template/images/sec03_taste_and_flavor_tit_bg.jpg) center top no-repeat,
    #f2f1eb;
  padding: 116px 0 50px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit {
    background-size: 166.9565217391vw auto;
    padding: 10.0869565217vw 0 4.347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit {
    background:
      url(../../img/template/images/sec03_taste_and_flavor_tit_bg_sp.jpg) center top no-repeat,
      #f2f1eb;
    background-size: 100%;
    padding: 13.671875vw 0 10.4166666667vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit h2 {
  width: 580px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit h2 {
    width: 50.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit h2 {
    width: 71.09375vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit .tit_top {
  color: #b29450;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 15px 0 45px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .tit_top {
    font-size: 2.1739130435vw;
    margin: 1.3043478261vw 0 3.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .tit_top {
    font-size: 4.4270833333vw;
    margin: 5.859375vw 0 13.671875vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit h3 {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit h3 {
    font-size: 6.5104166667vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit .top_text {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 30px 0 25px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .top_text {
    font-size: 1.2173913043vw;
    margin: 2.6086956522vw 0 2.1739130435vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .top_text {
    font-size: 3.6458333333vw;
    line-height: 1.71;
    margin: 4.5572916667vw 0 7.1614583333vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_tit .dot {
  width: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .dot {
    width: 4.347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_tit .dot {
    width: 10.4166666667vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item01,
#rokugan_container #sec03_taste_and_flavor .sec03_item03 {
  background:
    url(../../img/template/images/sec03_taste_and_flavor_item01_bg.jpg) center top no-repeat,
    #f2f1eb;
  padding: 65px 0 135px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec03_taste_and_flavor .sec03_item01,
  #rokugan_container #sec03_taste_and_flavor .sec03_item03 {
    background-size: 166.9565217391vw auto;
    padding: 5.652173913vw 0 11.7391304348vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item03 {
  background:
    url(../../img/template/images/sec03_taste_and_flavor_item03_bg.jpg) center top no-repeat,
    #f2f1eb;

  padding: 50px 0 135px;
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec03_taste_and_flavor .sec03_item01,
  #rokugan_container #sec03_taste_and_flavor .sec03_item03 {
    background:
      url(../../img/template/images/sec03_taste_and_flavor_item01_bg_sp.jpg) center top no-repeat,
      #f2f1eb;
    background-size: 100%;
    padding: 49.7395833333vw 0 13.4114583333vw;
  }

  #rokugan_container #sec03_taste_and_flavor .sec03_item03 {
    background:
      url(../../img/template/images/sec03_taste_and_flavor_item03_bg_sp.jpg) center top no-repeat,
      #f2f1eb;
    padding: 51.739583vw 0 0;
    background-size: 100%;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item01 .sec03_item_box,
#rokugan_container #sec03_taste_and_flavor .sec03_item03 .sec03_item_box {
  margin: 0 0 0 auto;
}

#rokugan_container #sec03_taste_and_flavor .sec03_item02 {
  background:
    url(../../img/template/images/sec03_taste_and_flavor_item02_bg.jpg) center top no-repeat,
    #f2f1eb;
  padding: 100px 160px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item02 {
    background-size: 166.9565217391vw auto;
    padding: 9.6956521739vw 0 12.826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item02 {
    background:
      url(../../img/template/images/sec03_taste_and_flavor_item02_bg_sp.jpg) center top no-repeat,
      #f2f1eb;
    background-size: 100%;
    padding: 57.8125vw 0 21.411458vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item_box {
  width: 580px;
  padding: 60px 55px;
  background: #e8e8e6;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item_box {
    width: 50.4347826087vw;
    padding: 5.2173913043vw 4.7826086957vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item_box {
    width: 80.7291666667vw;
    padding: 9.1145833333vw 7.8125vw 6.5104166667vw;
    margin: 0 auto !important;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item_box h4 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 17px;
  margin-bottom: 22px;
  border-bottom: 1px solid #b29450;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item_box h4 {
    font-size: 2.7826086957vw;
    padding-bottom: 1.4782608696vw;
    margin-bottom: 1.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item_box h4 {
    font-size: 4.6875vw;
    padding-bottom: 3.2552083333vw;
    margin-bottom: 3.6458333333vw;
  }
}

#rokugan_container #sec03_taste_and_flavor .sec03_item_box .text {
  line-height: 1.85;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec03_taste_and_flavor .sec03_item_box .text {
    line-height: 1.71;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 768px) {
  .sec03_item_box .text br {
    display: none;
  }
}

#rokugan_container #sec04_flavor {
  background:
    url(../../img/template/images/sec04_flavor_bg_top.jpg) center top no-repeat,
    var(--bg-bottom-pc) center bottom no-repeat,
    #f2f1eb;
  padding: 105px 0 635px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor {
    background-size: 166.9565217391vw auto;
    padding: 9.1304347826vw 0 55.2173913043vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor {
    background:
      url(../../img/template/images/sec04_flavor_bg_top_sp.jpg) center top no-repeat,
      var(--bg-bottom-sp) center bottom no-repeat,
      #f2f1eb;
    background-size: 100%;
    padding: 18.2291666667vw 0 135.4166666667vw;
  }
}

#rokugan_container #sec04_flavor h3 {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor h3 {
    font-size: 6.5104166667vw;
  }
}

#rokugan_container #sec04_flavor .dot {
  width: 50px;
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .dot {
    width: 4.347826087vw;
    margin: 1.7391304348vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .dot {
    width: 10.4166666667vw;
    margin: 3.2552083333vw auto 0;
  }
}

#rokugan_container #sec04_flavor .flavor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .flavor_list {
    gap: 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list {
    gap: 6.5104166667vw;
    margin-top: 5.859375vw;
  }
}

#rokugan_container #sec04_flavor .flavor_list li {
  width: 540px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .flavor_list li {
    width: 46.9565217391vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li {
    width: 84.6354166667vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li .img {
    width: 70.3125vw;
    margin: 0 auto;
  }
}

#rokugan_container #sec04_flavor .flavor_list li h5 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  width: 460px;
  padding-bottom: 17px;
  margin: 20px auto 22px;
  border-bottom: 1px solid #b29450;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .flavor_list li h5 {
    font-size: 2.4347826087vw;
    width: 40vw;
    padding-bottom: 1.4782608696vw;
    margin: 1.7391304348vw auto 1.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li h5 {
    font-size: 4.6875vw;
    width: 78.125vw;
    padding-bottom: 3.2552083333vw;
    margin: 3.90625vw auto 3.6458333333vw;
  }
}

#rokugan_container #sec04_flavor .flavor_list li .text {
  line-height: 1.85;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li .text {
    line-height: 1.78;
  }
}

#rokugan_container #sec04_flavor .flavor_list li .new_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 381px;
  margin: 18px auto 0;
  padding-top: 20px;
  background: url(../../img/template/images/flavor_new.png) no-repeat top left/100%;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .flavor_list li .new_box {
    width: 34.7826086957vw;
    height: 33.1304347826vw;
    margin: 1.5652173913vw auto 0;
    padding-top: 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li .new_box {
    width: 65.1041666667vw;
    height: 62.109375vw;
    margin: 2.6041666667vw auto 0;
    padding-top: 3.90625vw;
  }
}

#rokugan_container #sec04_flavor .flavor_list li .new_box div p {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#rokugan_container #sec04_flavor .flavor_list li .new_box div .new01,
#rokugan_container #sec04_flavor .flavor_list li .new_box div .new03 {
  font-size: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new01,
  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new03 {
    font-size: 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new01,
  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new03 {
    font-size: 4.9479166667vw;
  }
}

#rokugan_container #sec04_flavor .flavor_list li .new_box div .new02 {
  font-size: 51px;
  margin: 15px 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new02 {
    font-size: 4.4347826087vw;
    margin: 1.3043478261vw 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec04_flavor .flavor_list li .new_box div .new02 {
    font-size: 8.3333333333vw;
    margin: 2.2135416667vw 0;
  }
}

#rokugan_container #sec05_monde_selection {
  background:
    url(../../img/template/images/sec05_monde_selection_bg_new.jpg) center top no-repeat,
    #071426;
  padding: 63px 0 130px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec05_monde_selection {
    background-size: 166.9565217391vw auto;
    padding: 5.4782608696vw 0 11.3043478261vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection {
    background:
      url(../../img/template/images/sec05_monde_selection_bg_top_sp_new.jpg) center top no-repeat,
      url(../../img/template/images/sec05_monde_selection_bg_bot_sp_new.jpg) center bottom no-repeat,
      #071426;
    background-size: 100%;
    padding: 11.0677083333vw 0 89.84375vw;
  }
}

#rokugan_container #sec05_monde_selection h2 {
  width: 566px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec05_monde_selection h2 {
    width: 49.2173913043vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection h2 {
    width: 57.5520833333vw;
  }
}

#rokugan_container #sec05_monde_selection .tit_top {
  color: #b29450;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 20px 0 210px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec05_monde_selection .tit_top {
    font-size: 2.1739130435vw;
    margin: 1.7391304348vw 0 18.2608695652vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection .tit_top {
    font-size: 4.4270833333vw;
    margin: 5.2083333333vw 0 94.4010416667vw;
  }
}

#rokugan_container #sec05_monde_selection .text_box {
  color: #fff;
  width: 440px;
  margin-left: 430px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec05_monde_selection .text_box {
    width: 38.2608695652vw;
    margin-left: 37.3913043478vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection .text_box {
    width: 78.125vw;
    margin-left: 11.0677083333vw;
  }
}

#rokugan_container #sec05_monde_selection .text_box h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec05_monde_selection .text_box h3 {
    font-size: 2.6086956522vw;
    margin-bottom: 1.7391304348vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection .text_box h3 {
    font-size: 5.46875vw;
    margin-bottom: 5.2083333333vw;
  }
}

#rokugan_container #sec05_monde_selection .text_box .text {
  line-height: 1.85;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec05_monde_selection .text_box .text {
    line-height: 1.78;
  }
}

#rokugan_container #sec06_inbound {
  background:
    url(../../img/template/images/sec06_inbound_bg.jpg) center top no-repeat,
    #f8f0dc;
  padding: 100px 0 120px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound {
    background-size: 166.9565217391vw auto;
    padding: 8.6956521739vw 0 10.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound {
    background:
      url(../../img/template/images/sec06_inbound_bg_sp.jpg) center top no-repeat,
      #f8f0dc;
    background-size: 100%;
    padding: 20.4427083333vw 0 15.625vw;
  }
}

#rokugan_container #sec06_inbound h2 {
  width: 285px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound h2 {
    width: 24.7826086957vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound h2 {
    width: 52.6041666667vw;
  }
}

#rokugan_container #sec06_inbound .tit_top {
  color: #b29450;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 20px 0 55px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .tit_top {
    font-size: 2.1739130435vw;
    margin: 1.7391304348vw 0 4.7826086957vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .tit_top {
    font-size: 4.4270833333vw;
    margin: 3.6458333333vw 0 10.4166666667vw;
  }
}

#rokugan_container #sec06_inbound h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound h3 {
    font-size: 3.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound h3 {
    font-size: 5.46875vw;
    line-height: 1.42;
  }
}

#rokugan_container #sec06_inbound .top_text {
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.06em;
  margin: 35px 0 40px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .top_text {
    margin: 3.0434782609vw 0 3.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .top_text {
    line-height: 1.78;
    margin: 3.90625vw 0 5.2083333333vw;
  }
}

#rokugan_container #sec06_inbound .top_img {
  width: 760px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .top_img {
    width: 66.0869565217vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .top_img {
    width: 93.75vw;
  }
}

#rokugan_container #sec06_inbound h4 {
  text-align: center;
}

#rokugan_container #sec06_inbound h4 strong {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid #1a1a1a;
  border-radius: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound h4 strong {
    font-size: 2.0869565217vw;
    border-radius: 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound h4 strong {
    font-size: 4.4270833333vw;
    border-radius: 7.8125vw;
  }
}

#rokugan_container #sec06_inbound .graph01_box {
  width: 816px;
  margin: 40px auto 75px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph01_box {
    width: 70.9565217391vw;
    margin: 3.4782608696vw auto 6.5217391304vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph01_box {
    width: 90.1041666667vw;
    margin: 24.7395833333vw auto 13.0208333333vw;
  }
}

#rokugan_container #sec06_inbound .graph01_box h4 strong {
  padding: 18px 62px 16px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph01_box h4 strong {
    padding: 1.5652173913vw 5.3913043478vw 1.3913043478vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph01_box h4 strong {
    padding: 3.3854166667vw 5.2083333333vw 3.125vw;
  }
}

#rokugan_container #sec06_inbound .graph01_box .graph_img_area {
  margin: 53px 0 10px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph01_box .graph_img_area {
    margin: 4.6086956522vw 0 0.8695652174vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph01_box .graph_img_area {
    margin: 4.5572916667vw 0 3.90625vw;
  }
}

#rokugan_container #sec06_inbound .graph01_box .graph_img_area h5 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph01_box .graph_img_area h5 {
    font-size: 2.0869565217vw;
    top: -0.8695652174vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph01_box .graph_img_area h5 {
    font-size: 4.4270833333vw;
    top: 1.953125vw;
  }
}

#rokugan_container #sec06_inbound .graph01_box .kome {
  color: #333;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: 0.06em;
  margin-left: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph01_box .kome {
    font-size: 1.3913043478vw;
    margin-left: 6.9565217391vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph01_box .kome {
    font-size: 3.125vw;
    margin-left: 3.515625vw;
  }
}

#rokugan_container #sec06_inbound .graph_box {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph_box {
    gap: 3.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph_box {
    display: block;
  }
}

#rokugan_container #sec06_inbound .graph_box .graph02,
#rokugan_container #sec06_inbound .graph_box .graph03 {
  width: 425px;
  margin: 55px auto 18px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container #sec06_inbound .graph_box .graph02,
  #rokugan_container #sec06_inbound .graph_box .graph03 {
    width: 36.9565217391vw;
    margin: 4.7826086957vw auto 1.5652173913vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container #sec06_inbound .graph_box .graph02,
  #rokugan_container #sec06_inbound .graph_box .graph03 {
    width: 79.9479166667vw;
    margin: 6.5104166667vw auto 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph_box .graph02_box {
    margin-bottom: 14.3229166667vw;
  }
}

#rokugan_container #sec06_inbound .graph_box .graph02_box h4 strong {
  padding: 18px 30px 16px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph_box .graph02_box h4 strong {
    padding: 1.5652173913vw 2.6086956522vw 1.3913043478vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph_box .graph02_box h4 strong {
    padding: 3.3854166667vw 7.5520833333vw 3.125vw;
  }
}

#rokugan_container #sec06_inbound .graph_box .graph03_box h4 strong {
  padding: 18px 45px 16px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph_box .graph03_box h4 strong {
    padding: 1.5652173913vw 3.9130434783vw 1.3913043478vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph_box .graph03_box h4 strong {
    padding: 3.3854166667vw 9.765625vw 3.125vw;
  }
}

#rokugan_container #sec06_inbound .graph_box .graph03_box .kome {
  font-size: 16px;
  line-height: 1.37;
  text-align: center;
  letter-spacing: 0.06em;
  margin-left: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .graph_box .graph03_box .kome {
    font-size: 1.3913043478vw;
    margin-left: 6.9565217391vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .graph_box .graph03_box .kome {
    font-size: 3.125vw;
    margin-left: 16.2760416667vw;
  }
}

#rokugan_container #sec06_inbound .line {
  width: 940px;
  margin: 35px auto 75px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .line {
    width: 81.7391304348vw;
    margin: 3.0434782609vw auto 6.5217391304vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .line {
    width: 87.2395833333vw;
    margin: 7.8125vw auto 6.5104166667vw;
  }
}

#rokugan_container #sec06_inbound .bot_text {
  font-size: 34px;
  line-height: 1.58;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_text {
    font-size: 2.9565217391vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_text {
    font-size: 5.46875vw;
  }
}

#rokugan_container #sec06_inbound .bot_area {
  display: flex;
  align-items: center;
  margin: 50px 0 0 25px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area {
    margin: 4.347826087vw 0 0 2.1739130435vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area {
    display: block;
    margin: 7.8125vw 0 0;
  }
}

#rokugan_container #sec06_inbound .bot_area .img {
  width: 435px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .img {
    width: 37.8260869565vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .img {
    width: 82.03125vw;
    margin: 0 auto 6.5104166667vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box {
  margin-left: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box {
    margin-left: 3.4782608696vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box {
    margin-left: 0;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .list {
  margin-bottom: 45px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list {
    margin-bottom: 3.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list {
    margin: 6.5104166667vw 0 8.4635416667vw 7.8125vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .list li {
  font-size: 24px;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 28px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li {
    font-size: 2.0869565217vw;
    padding-left: 2.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li {
    font-size: 3.90625vw;
    padding-left: 5.859375vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .list li:nth-child(n + 2) {
  margin-top: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li:nth-child(n + 2) {
    margin-top: 1.3043478261vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li:nth-child(n + 2) {
    margin-top: 3.2552083333vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .list li::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../../img/template/images/icon_check.png) no-repeat top left/100%;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li::before {
    width: 1.8260869565vw;
    height: 1.8260869565vw;
    top: 0.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .list li::before {
    width: 3.90625vw;
    height: 3.90625vw;
    top: 0.6510416667vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area {
  width: 580px;
  padding: 30px 0 35px 10px;
  border-top: 2px solid #b49650;
  border-bottom: 2px solid #b49650;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area {
    width: 50.4347826087vw;
    padding: 2.6086956522vw 0 3.0434782609vw 0.8695652174vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area {
    width: 84.6354166667vw;
    margin: 0 auto;
    padding: 5.859375vw 0;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area::before,
#rokugan_container #sec06_inbound .bot_area .text_box .date_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b49650;
  position: absolute;
  left: 0;
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area::before {
  top: 7px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area::before {
    top: 0.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area::before {
    top: 0.9114583333vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area::after {
  bottom: 7px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area::after {
    bottom: 0.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area::after {
    bottom: 0.9114583333vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area p {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p {
    flex-wrap: wrap;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area p::before {
  content: "・";
  font-size: 30px;
  font-weight: 400;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p::before {
    font-size: 2.6086956522vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p::before {
    font-size: 5.2083333333vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area p.date02 {
  font-weight: 700;
  margin-top: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p.date02 {
    margin-top: 0.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p.date02 {
    margin-top: 1.953125vw;
  }
}

#rokugan_container #sec06_inbound .bot_area .text_box .date_area p.date02 strong {
  color: #e03b16;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec06_inbound .bot_area .text_box .date_area p.date02 strong {
    margin-top: 1.953125vw;
    margin-left: 5.2083333333vw;
  }
}

#rokugan_container #sec07_local_contribution {
  background:
    url(../../img/template/images/sec07_local_contribution_bg.jpg) center top no-repeat,
    #c7a036;
  padding: 130px 0 90px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec07_local_contribution {
    background-size: 166.9565217391vw auto;
    padding: 11.3043478261vw 0 7.8260869565vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec07_local_contribution {
    background:
      url(../../img/template/images/sec07_local_contribution_top_bg_sp.jpg) center top no-repeat,
      url(../../img/template/images/sec07_local_contribution_bot_bg_sp.jpg) center bottom no-repeat,
      #c7a036;
    background-size: 100%;
    padding: 88.1510416667vw 0 91.796875vw;
  }
}

#rokugan_container #sec07_local_contribution h2 {
  width: 395px;
  margin: 0 auto 395px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec07_local_contribution h2 {
    width: 34.347826087vw;
    margin: 0 auto 34.347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec07_local_contribution h2 {
    width: 82.03125vw;
    margin: 0 auto 59.2447916667vw;
  }
}

#rokugan_container #sec07_local_contribution .text_box p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#rokugan_container #sec07_local_contribution .text_box .text01 {
  font-size: 28px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec07_local_contribution .text_box .text01 {
    font-size: 2.4347826087vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec07_local_contribution .text_box .text01 {
    font-size: 5.46875vw;
  }
}

#rokugan_container #sec07_local_contribution .text_box .text02 {
  font-size: 60px;
  margin: 20px 0 25px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec07_local_contribution .text_box .text02 {
    font-size: 5.2173913043vw;
    margin: 1.7391304348vw 0 2.1739130435vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec07_local_contribution .text_box .text02 {
    font-size: 11.71875vw;
    margin: 2.6041666667vw 0 3.90625vw;
  }
}

#rokugan_container #sec07_local_contribution .text_box .text03 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container #sec07_local_contribution .text_box .text03 {
    font-size: 1.3913043478vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container #sec07_local_contribution .text_box .text03 {
    font-size: 3.3854166667vw;
    line-height: 1.84;
  }
}

#rokugan_container footer {
  width: 100%;
  background-color: #000000;
  /* テーマのカスタム */
  border-top-color: none;
  border-top: none;
}

#rokugan_container footer .footer_container {
  padding: 50px 0 60px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container footer .footer_container {
    padding: 4.347826087vw 0 5.2173913043vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container footer .footer_container {
    padding: 5.2083333333vw 0 9.1145833333vw;
  }
}

#rokugan_container footer .footer_container .footer_link {
  margin: 0 auto;
}

#rokugan_container footer .footer_container .footer_link .footer_link_list1,
#rokugan_container footer .footer_container .footer_link .footer_link_list2 {
  justify-content: center;
}

@media screen and (max-width: 768px) {

  #rokugan_container footer .footer_container .footer_link .footer_link_list1,
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 {
    flex-wrap: wrap;
    column-gap: 4.1666666667vw;
  }
}

#rokugan_container footer .footer_container .footer_link .footer_link_list1 li,
#rokugan_container footer .footer_container .footer_link .footer_link_list2 li {
  height: 18px;
  border-left: 1px #ffffff solid;
  padding: 0 18px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container footer .footer_container .footer_link .footer_link_list1 li,
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li {
    height: 1.5652173913vw;
    padding: 0 1.5652173913vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container footer .footer_container .footer_link .footer_link_list1 li,
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41.6666666667vw;
    height: 14.3229166667vw;
    border-left: 0;
    border-bottom: 1px #ffffff solid;
    padding: 0;
  }
}

#rokugan_container footer .footer_container .footer_link .footer_link_list1 li:first-of-type,
#rokugan_container footer .footer_container .footer_link .footer_link_list2 li:first-of-type {
  border-left: none;
}

#rokugan_container footer .footer_container .footer_link .footer_link_list1 li a,
#rokugan_container footer .footer_container .footer_link .footer_link_list2 li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {

  #rokugan_container footer .footer_container .footer_link .footer_link_list1 li a,
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li a {
    font-size: 1.5652173913vw;
  }
}

@media screen and (max-width: 768px) {

  #rokugan_container footer .footer_container .footer_link .footer_link_list1 li a,
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li a {
    font-size: 3.3854166667vw;
  }
}

#rokugan_container footer .footer_container .footer_link .footer_link_list2 {
  margin-top: 22px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 {
    margin-top: 1.9130434783vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 {
    margin-top: 0;
  }

  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li:nth-of-type(3),
  #rokugan_container footer .footer_container .footer_link .footer_link_list2 li:nth-of-type(4) {
    border-bottom: none;
  }
}

#rokugan_container footer .footer_container .footer_sns_box {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container footer .footer_container .footer_sns_box {
    margin: 2.2608695652vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container footer .footer_container .footer_sns_box {
    margin: 5.9895833333vw auto 0;
  }
}

#rokugan_container footer .footer_container .footer_sns_box .footer_icon {
  width: 60px;
  height: 60px;
  margin: 0 9px;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container footer .footer_container .footer_sns_box .footer_icon {
    width: 5.2173913043vw;
    height: 5.2173913043vw;
    margin: 0 0.7826086957vw;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container footer .footer_container .footer_sns_box .footer_icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    margin: 0 2.8645833333vw;
  }
}

#rokugan_container footer .footer_container .footer_logo {
  width: 456px;
  margin: 50px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1149px) {
  #rokugan_container footer .footer_container .footer_logo {
    width: 39.652173913vw;
    margin: 4.347826087vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  #rokugan_container footer .footer_container .footer_logo {
    width: 59.375vw;
    margin: 9.8958333333vw auto 0;
  }
}

/* スクロールエフェクト
---------------------------------------------------------------------------- */
.is-effect {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.is-effect-on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.is-blog {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .is-blog {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.is-blog.is-page {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .is-blog.is-page {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.is-blog *,
.is-blog *:before,
.is-blog *: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;
  margin: 0;
  padding: 0;
}

.is-blog .item-wrap {
  background: #f4f3f0;
  padding: 40px 40px 20px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .is-blog .item-wrap {
    display: block;
    padding: 4vw 4vw 1vw 4vw;
  }
}

.is-blog .item-wrap .item {
  margin-bottom: 20px;
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 25px 35px;
  border: #e8e8e8 1px solid;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .is-blog .item-wrap .item {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3vw;
    padding: 4vw 4vw 6vw;
  }
}

.is-blog .item-wrap .item .date {
  color: #a57f36;
  font-size: 20px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .is-blog .item-wrap .item .date {
    font-size: 16px;
  }
}

.is-blog .item-wrap .pager {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.is-single {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .is-single {
    padding: 50px 5%;
  }
}

.is-single .is-content {
  padding: 40px 40px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .is-single .is-content {
    padding: 4vw 4vw 5vw;
  }
}

.is-single .is-content .date {
  font-size: 20px;
  color: #a57f36;
}

@media screen and (max-width: 768px) {
  .is-single .is-content .date {
    font-size: 16px;
  }
}

.is-single .is-content h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .is-single .is-content h1 {
    font-size: 18px;
    margin-top: 10px;
  }
}

.is-single .is-content .content {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .is-single .is-content .content {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.is-single .is-content .content p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .is-single .is-content .content p {
    margin-bottom: 10px;
  }
}

.is-single .btn-back {
  width: 450px;
  height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .is-single .btn-back {
    width: 200px;
    height: 40px;
  }
}

.is-single .btn-back a {
  width: 100%;
  height: 100%;
  background: #40341d;
  border-radius: 30px;
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .is-single .btn-back a {
    font-size: 16px;
  }
}

.is-single div,
.is-single iframe,
.is-single h1,
.is-single h2,
.is-single h3,
.is-single h4,
.is-single h5,
.is-single h6,
.is-single p,
.is-single img,
.is-single small,
.is-single strong,
.is-single b,
.is-single dl,
.is-single dt,
.is-single dd,
.is-single ol,
.is-single ul,
.is-single li,
.is-single form,
.is-single label,
.is-single legend,
.is-single table,
.is-single tbody,
.is-single tfoot,
.is-single thead,
.is-single tr,
.is-single th,
.is-single td,
.is-single footer,
.is-single header,
.is-single menu,
.is-single nav,
.is-single section,
.is-single video {
  line-height: 1.5 !important;
}

#rokugan_container .docodoco_store input {
  padding: 16px 10px;
  border: 1px solid #c7c7c7;
  background: #fff;
}

#rokugan_container .docodoco_store .index_search_item01 .index_search_btn01 .material-symbols-sharp {
  font-variation-settings:
    "FILL"0,
    "wght"400,
    "GRAD"-25,
    "opsz"24;
}

#rokugan_container .docodoco_store {
  max-width: 1100px;
  margin: 50px auto;
}

/*# sourceMappingURL=style.css.map */