﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: YakuHanJP, "Zen Old Mincho", serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #252528;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #252528;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.vertical-align {
  position: relative;
}
div.row::before {
  display: none;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.episode-sec .container-fluid {
  padding: 0 170px;
}
/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 0;
  font-size: 0;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

/* -------------------------------
   Add
   ------------------------------- */
div#sticky-wrapper {
  height: auto !important;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
footer#footer {
    position: relative;
}
#footer div.copyright p {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.07em;
    text-indent: 0.07em;
    font-size: 12px;
    line-height: 1.5em;
}
footer .container-fluid {
    background-image: url(../img/sake_back1.png);
    background-repeat: repeat;
    background-size: 100px;
    background-position: center;
    padding: 22px 0;
    text-align: center;
}
.row {
    position: relative;
}
.abs {
    position: absolute;
}
img.mw100 {
  max-width: 100%;
}
div.float {
    background: #fff;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
div.float a {
    display: inline-block;
    max-width: 100%;
}
div.float a img {
    max-width: 950px;
}
a.anc.top_back {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    color: #ffffff;
    background: #BC283A;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
a.anc.top_back::before {
    content: "";
    position: absolute;
    top: 37px;
    left: 31px;
    width: 22px;
    height: 22px;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transform: rotate(135deg);
    transition: 0.3s;
}
a.anc.top_back:hover {
    border: 4px solid #BC283A;
    background: #ffffff;
    color: #BC283A;
}
a.anc.top_back:hover::before {
    border-left: 4px solid #BC283A;
    border-bottom: 4px solid #BC283A;
}
footer .container {
    padding: 0 20px;
}
div#home {
    overflow-x: hidden;
}

/*==============================================
 BS ADD CSS
 ===============================================*/
.main-visual {
  position: relative;
  background-image: url(../img/sake_main2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right -100px;
  /* padding: 80px 0 150px; */
  min-height: 990px;
}
.main-visual-label {
  background-color: #A20023;
  padding: 50px 30px;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.main-visual-label>img {
  max-height: 109px;
}
.main-visual-label>h3 {
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 0.35em;
  line-height: 130px;
  /* margin-top: 150px; */
  margin-bottom: 0;
  height: calc(100% - 109px);
  text-align: center;
}
.main-visual-text {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 1;
}
.main-visual-text h2 {
    color: #BC283A;
    font-size: 130px;
    margin: 0;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    line-height: 1em;
}
.main-visual-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 250px;
}
.main-visual-child {
    width: 100%;
}
.main-visual-child>img {
    max-height: 218px;
}
.main-visual-child p {
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 3em;
    margin-top: 80px;
    margin-bottom: 0;
}
.main-visual h1 {
    position: absolute;
    z-index: -100;
    opacity: 0;
}
section {
    padding: 170px 0;
    position: relative;
}
section.narration-sec {
    padding: 280px 0 330px;
}
section.website-sec {
    background-image: url(../img/sake_back1.png);
    background-size: 100px;
    background-repeat: repeat;
    background-position: center;
}
.libre {
  font-family: "Libre Baskerville", serif !important;
}
.narration-sec-title {
  position: relative;
}
.news-sec-title h2,
.campaign-sec-title h2,
.website-sec-title h2,
.narration-sec-title h2,
.episode-sec-title h2 {
    margin: 0;
    font-size: 100px;
    color: #BC283A;
    letter-spacing:0.2em;
    text-indent: 0.2em;
    line-height: 1em;
}
.campaign-sec-title h2,
.website-sec-title h2 {
    font-size: 80px;
}
.website-sec-title h2 {
    letter-spacing:0.06em;
    text-indent: 0.06em;
}
.campaign-sec-title h2 {
    letter-spacing:0.24em;
    /* text-indent: 0.24em; */
}
.news-sec-title h3,
.campaign-sec-title h3,
.website-sec-title h3,
.narration-sec-title h3,
.episode-sec-title h3 {
    margin: 35px 0 0;
    font-size: 40px;
    color: #BC283A;
    letter-spacing:0.06em;
    text-indent: 0.06em;
    line-height: 1em;
    font-weight: 500;
}
.website-sec-title h2,
.website-sec-title h3 {
    color: #ffffff;
}
.website-sec-title h3 {
    font-size: 47px;
}
.narration-sec-title h4 {
    margin: 0;
    font-size: 28px;
    color: #BC283A;
    letter-spacing:0.06em;
    line-height: 1em;
    font-weight: 500;
}
.narration-sec-title h2,
.narration-sec-title h3,
.episode-sec-title h2,
.episode-sec-title h3 {
    text-indent: 0;
}
.news-sec-title hr,
.campaign-sec-title hr,
.website-sec-title hr,
.narration-sec-title hr,
.episode-sec-title hr {
    width: 50px;
    margin-top: 45px;
    border-top: 1px solid #BC283A;
}
.website-sec-title hr {
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}
.narration-sec-title hr,
.episode-sec-title hr {
    margin-left: 0;
    margin-bottom: 45px;
}
.narration-sec-title p,
.episode-sec-title p {
    font-size: 16px;
    color: #4D4D4D;
    letter-spacing: 0.02em;
    line-height: 2em;
    margin: 0;
    margin-top: 35px;
    width: 530px;
}
.narration-sec-title>img {
  position: absolute;
  max-height: 377px;
  z-index: -1;
  right: 0;
  bottom: -40px;
}
section.narration-sec>div.bg-box {
  position: absolute;
  top: 170px;
  right: 0;
  background-image: url(../img/sake_nar_back.png), url(../img/sake_back2.png);
  background-size: 143px, 100px;
  background-repeat: no-repeat, repeat;
  background-position: left 80% bottom, center;
  width: 670px;
  height: 670px;
  z-index: -1;
}
.website-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}
.website-child {
    width: calc(100%/3 - 27px);
}
.website-child>h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.14em;
    border-left: 4px solid #fff;
    padding-left: 30px;
    padding-bottom: 4px;
    line-height: 1em;
    margin-bottom: 0;
}
.website-child-list {
    margin-top: 40px;
}
.website-child-list>a {
    color: #fff;
    display: block;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.3em;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    transition: 0.3s;
    position: relative;
    padding-left: 20px;
}
.website-child-list>a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.website-child-list>a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0;
}
.website-child-list>a:nth-child(n+2) {
    margin-top: 18px
}
.website-child-list>a>span {
    margin-right: 15px;
}
.episode-innner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    margin-top: 100px;
    padding-bottom: 220px;
}
.episode-innner-title h2,
.episode-innner-title h5,
.episode-innner-title-detail h4,
.episode-list-child>a p {
    color: #BC283A;
}
.episode-innner-title {
    z-index: 1;
}
.episode-innner-title h2 {
    font-size: 170px;
    line-height: 1em;
    margin: 0;
    letter-spacing: 0.18em;
    margin-right: -0.24em;
}
.episode-innner-title h5 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 30px;
    letter-spacing: 0.18em;
    margin-right: -0.18em;
    font-weight: bold;
}
.episode-innner-title-detail {
    max-width: 410px;
    margin-top: 120px;
    margin-right: 0;
    margin-left: auto;
}
.episode-innner-title-detail h4 {
    font-size: 20px;
    line-height: 2.4em;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
    font-weight: bold;
}
.episode-innner-title-detail p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    font-weight: bold;
}
.episode-innner>img.abs{
    /* max-height: 554px; */
    max-width: 67.5%;
    left: 0;
    bottom: 0;
}
div.episode-innner>div.bg-box {
    position: absolute;
    top: 0;
    left: -170px;
    background-image: url(../img/sake_shinsyu_back.png), url(../img/sake_back2.png);
    background-size: 212px, 100px;
    background-repeat: no-repeat, repeat;
    background-position: left 10% bottom, center;
    width: 70%;
    height: 1200px;
    z-index: -1;
}
.episode-innner.ishikawa-hen,
.episode-innner.shikoku-hen {
    margin-top: 200px;
}
.episode-innner.ishikawa-hen {
    justify-content: flex-start;
}
.episode-innner.ishikawa-hen>img.abs {
    right: 0;
    left: auto;
}
.ishikawa-hen .episode-innner-title h2,
.ishikawa-hen .episode-innner-title h5 {
    margin-right: 0;
}
.ishikawa-hen .episode-innner-title-detail {
    margin-right: auto;
    margin-left: 0;
}
div.episode-innner.ishikawa-hen >div.bg-box {
    left: auto;
    right: -170px;
    width: 60%;
    height: 900px;
    background-image: url(../img/sake_ishikawa_back.png), url(../img/sake_back2.png);
    background-size: 170px, 100px;
    background-position: right 10% bottom, center;
}
div.episode-innner.shikoku-hen >div.bg-box {
    background-image: url(../img/sake_shikoku_back.png), url(../img/sake_back2.png);
    background-size: 220px, 100px;
}
.episode-list-inner {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.episode-list-child {
    width: calc(100% / 3 - 40px);
    position: relative;
}
.episode-list-child>img.abs {
    max-height: 139px;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.episode-list-child:nth-child(n+4) {
    margin-top: 55px;
}
.episode-list-child>a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.episode-list-child>a p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-top: 20px;
}
.episode-list-child>a:hover img {
    opacity: 1;
    transition: 0.3s;
    scale: 1.1;
}
.episode-list-child {
  display: none;
}
.episode-list-child.is-visible {
  display: block;
}
.episode-sec>img.abs {
  bottom: 0;
  left: calc(50% - 770px);
  max-height: 155px;
}
.more-btn-container {
    text-align: center;
    width: 100%;
}
.more-btn-container .more-btn {
    padding: 20px 100px;
    background-color: #BC283A;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-top: 80px;
    transition: 0.3s;
    position: relative;
}
.more-btn-container .more-btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 28px;
    right: 20px;
}
.more-btn-container .more-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}

section.news-sec {
    padding-top: 0;
    background-image: url(../img/sake_news_back.png), url(../img/sake_back2.png);
    background-repeat: no-repeat, repeat;
    background-position: right calc(50% - 680px) bottom, center;
    background-size: 238px, 100px;
}
section.campaign-sec {
    background-image: url(../img/sake_back2.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 100px;
}
.campaign-sec-inner {
    margin-top: 50px;
}
.campaign-sec-child {
    margin-top: 35px;
}
.campaign-sec-child p {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #231815;
    line-height: 1.6em;
    margin: 0;
    text-align: justify;
}
.campaign-sec-child p:nth-child(n+2) {
    margin-top: 5px;
}
.campaign-sec-child p span {
    color: #B6292D;
    display: inline-block;
    margin-right: 20px;
    padding-left: 26px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}
.campaign-sec-child p:last-child {
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-top: 15px;
}
.campaign-sec-inner a {
    padding: 20px 100px;
    background-color: #BC283A;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    margin-top: 50px;
    transition: 0.3s;
    position: relative;
    display: inline-block;
}
.campaign-sec-inner a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.campaign-sec-inner a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 28px;
    right: 20px;
}
.past-sec-inner {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.past-sec-child {
    width: 180px;
}
.past-sec-child:last-child {
    margin-left: 40px;
}
.past-sec-inner>h4 {
    width: 100%;
    line-height: 1.2em;
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #BC283A;
    margin-bottom: 40px;
}

.news-sec-inner {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 329px;
    overflow-y: scroll;
    gap: 40px;
}
.news-sec-child {
    width: calc(25% - 30px);
    /* background-color: #fff; */
    /* background-color: #42210B; */
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}
.news-sec-child:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.news-sec-child:hover img {
    opacity: 1;
}
.news-sec-title {
    margin-bottom: 50px;
    margin-top: -60px;
}
.text-block {
    padding: 30px;
    background-color: #fff;
}
.text-block h5 {
    font-size: 13px;
    letter-spacing: 0.06em;
    color: #BC283A;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
}
.text-block p {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #4D4D4D;
    line-height: 1.6em;
    font-weight: bold;
    margin: 10px 0 0;
    word-break: break-all;
}
div#works,
div#news,
div#contact {
    padding-top: 60px;
    margin-top: -60px;
}
.news-sec-child a .img-block img {
    max-height: 178px;
}
.img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 178px;
    height: 178px;
    background-color: #000000;
}
.menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.menu-inner a {
    color: #BC283A;
    font-size: 22px;
    line-height: 1.15em;
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    border-left: 1px solid #BC283A;
    transition: 0.3s;
    padding: 0 49px;
}
.menu-inner a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.menu-inner a:first-child {
    border-left: none;
}
.satonokalogo-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}
.satonokalogo-child img {
    max-height: 118px;
}
.satonokalogo-child:last-child {
    margin-left: 70px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10001;
  align-items: center;
  justify-content: center;
}
.modal-content {
  background: #fff;
  padding: 90px;
  width: 90%;
  max-width: 1140px;
  position: relative;
  border-radius: 0;
}
.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.modal-overlay.is-open {
  display: flex;
}
.modal-content h2 {
    text-align: center;
    font-size: 48px;
    color: #BC283A;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}
.modal-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.modal-content-child:first-child {
    width: 500px;
}
.modal-content-child:last-child {
    width: calc(100% - 550px);
}
.modal-content-child p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2em;
}
.modal-content-child p:nth-child(2) {
    color: #BC283A;
    margin-top: 20px;
}
.modal-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.modal-btn-inner a {
    text-align: center;
    width: 300px;
    padding: 20px 60px;
    background-color: #BC283A;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    transition: 0.3s;
    position: relative;
    display: inline-block;
}
.modal-btn-inner a:nth-child(2) {
    margin-left: 40px;
}
.modal-btn-inner a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 28px;
    right: 20px;
}
.modal-btn-inner a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/*==============================================
 Responsive
 ===============================================*/
@media screen and (min-width: 481px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1921px) {
}

@media screen and (max-width: 1849px) {
  .main-visual-text h2 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1799px) {
  .episode-sec .container-fluid {
      padding: 0 120px;
  }
  .episode-innner {
      padding-bottom: 170px;
  }
  div.episode-innner>div.bg-box {
      left: -120px;
      height: 1150px;
      background-size: 192px, 100px;
      background-position: left 5% bottom, center;
  }
  div.episode-innner.ishikawa-hen >div.bg-box {
      right: -120px;
      height: 850px;
      background-size: 160px, 100px;
      background-position: right 5% bottom, center;
  }
  div.episode-innner.shikoku-hen >div.bg-box {
      background-size: 200px, 100px;
  }
}
@media screen and (max-width: 1749px) {
  .episode-sec .container-fluid {
      padding: 0 100px;
  }
  div.episode-innner>div.bg-box {
      left: -100px;
  }
  div.episode-innner.ishikawa-hen >div.bg-box {
      right: -100px;
  }
}
@media screen and (max-width: 1699px) {
    div.episode-innner>div.bg-box {
        background-size: 172px, 100px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        background-size: 140px, 100px;
    }
    div.episode-innner.shikoku-hen >div.bg-box {
        background-size: 180px, 100px;
    }
    .episode-sec>img.abs {
        max-height: 135px;
    }
    section.narration-sec>div.bg-box {
        background-size: 123px, 100px;
        background-position: left 85% bottom, center;
    }
    section.news-sec {
        background-position: right calc(50% - 650px) bottom, center;
        background-size: 208px, 100px;
    }
    .main-visual-text h2 {
        font-size: 110px;
    }
}

@media screen and (max-width: 1599px) {
    section {
        padding: 120px 0;
        position: relative;
    }
    .main-visual-label>img {
        max-height: 89px;
    }
    .main-visual-label>h3 {
        font-size: 24px;
        line-height: 106px;
        height: calc(100% - 89px);
    }
    .main-visual {
        min-height: 890px;
    }
    .main-visual-child>img {
        max-height: 198px;
    }
    .main-visual-inner {
        margin-top: 210px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 90px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 70px;
    }
    .news-sec-title {
        margin-top: -50px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 36px;
    }
    .website-sec-title h3 {
        font-size: 42px;
    }
    .episode-innner-title h2 {
        font-size: 150px;
    }
    .episode-sec>img.abs {
        left: calc(50% - 720px);
    }
    .main-visual-label {
        padding: 50px 20px;
    }
    .episode-sec .container-fluid {
        padding: 0 80px;
    }
    .episode-innner-title-detail {
        max-width: 380px;
        margin-top: 100px;
    }
    .episode-innner {
        padding-bottom: 140px;
    }
    div.episode-innner>div.bg-box {
        left: -80px;
        background-size: 152px, 100px;
        height: 1080px;
    }
    .episode-list-inner {
        margin-top: 100px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 170px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        background-size: 130px, 100px;
        right: -80px;
        height: 770px;
    }
    div.episode-innner.shikoku-hen >div.bg-box {
        background-size: 160px, 100px;
    }
    section.narration-sec {
        padding: 230px 0 280px;
    }
    section.narration-sec>div.bg-box {
        background-size: 113px, 100px;
        background-position: left 90% bottom, center;
        width: 600px;
        height: 600px;
    }
    .narration-sec-title h4 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1499px) {
    .main-visual {
        min-height: 840px;
    }
    .main-visual-child>img {
        max-height: 188px;
    }
    .main-visual-child {
        padding-left: 100px;
    }
    .main-visual-text h2 {
        font-size: 100px;
    }
    .main-visual-text {
        bottom: -50px;
    }
    .episode-innner-title-detail {
        max-width: 360px;
    }
}

@media screen and (max-width: 1399px) {
    section {
        padding: 100px 0;
    }
    .main-visual {
        min-height: 790px;
    }
    .main-visual-inner {
        margin-top: 170px;
    }
    .main-visual-child>img {
        max-height: 178px;
    }
    .main-visual-label>img {
        max-height: 74px;
    }
    .main-visual-label>h3 {
        font-size: 20px;
        line-height: 88px;
        height: calc(100% - 74px);
    }
    .main-visual-text h2 {
        font-size: 90px;
    }
    .satonokalogo-child:last-child {
        margin-left: 50px;
    }
    .satonokalogo-child img {
        max-height: 108px;
    }
    .satonokalogo-inner {
        margin-top: 60px;
    }
    .episode-innner {
        padding-bottom: 110px;
        margin-top: 80px;
    }
    .episode-sec .container-fluid {
        padding: 0 60px;
    }
    .episode-innner-title-detail {
        max-width: 340px;
    }
    .episode-innner-title h2 {
        font-size: 140px;
    }
    div.episode-innner>div.bg-box {
        left: -60px;
        background-size: 132px, 100px;
        height: 1030px;
    }
    .more-btn-container .more-btn {
        padding: 20px 90px;
        margin-top: 60px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 140px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        background-size: 120px, 100px;
        right: -60px;
        height: 740px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 500px);
        max-height: 115px;
    }
    section.narration-sec {
        padding: 180px 0 230px;
    }
    section.narration-sec>div.bg-box {
        background-size: 103px, 100px;
        background-position: left 95% bottom, center;
        width: 500px;
        height: 550px;
        top: 140px;
    }
    .campaign-sec-inner a {
        padding: 20px 80px;
    }
}

@media screen and (max-width: 1299px) {
    .main-visual-child>img {
        max-height: 168px;
    }
    .main-visual-child p {
        font-size: 15px;
        margin-top: 70px;
    }
    .main-visual-child {
        padding-left: 150px;
    }
    .main-visual {
        min-height: 740px;
    }
    .main-visual-inner {
        margin-top: 160px;
    }
    .main-visual-text h2 {
        font-size: 86px;
    }
    section.news-sec {
        background-size: 0, 100px;
    }
    .episode-innner-title h2 {
        font-size: 130px;
    }
    .episode-innner-title-detail {
        max-width: 320px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 450px);
    }
}

@media screen and (max-width: 1199px) {
    .main-visual-child {
        padding-left: 100px;
    }
    .main-visual-label>img {
        max-height: 59px;
    }
    .main-visual-label>h3 {
        font-size: 18px;
        line-height: 70px;
        height: calc(100% - 59px);
    }
    .main-visual-child>img {
        max-height: 158px;
    }
    .main-visual-text h2 {
        font-size: 78px;
    }
    .main-visual-text {
        bottom: -40px;
    }
    section {
        padding: 90px 0;
    }
    .menu-inner a {
        font-size: 20px;
        padding: 0 30px;
    }
    .satonokalogo-inner {
        margin-top: 50px;
    }
    .satonokalogo-child img {
        max-height: 98px;
    }
    .satonokalogo-child:last-child {
        margin-left: 40px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 80px;
    }
    .news-sec-title {
        margin-top: -45px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 32px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .website-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        margin: 25px 0 0;
    }
    .news-sec-title hr, .campaign-sec-title hr, .website-sec-title hr, .narration-sec-title hr, .episode-sec-title hr {
        margin-top: 40px;
    }

    .text-block {
        padding: 20px;
    }
    .news-sec-child a .img-block img {
        max-height: 148.5px;
    }
    .img-block {
        max-height: 148.5px;
        height: 148.5px;
    }
    .news-sec-inner {
        gap: 24px;
        max-height: 279px;
    }
    .news-sec-child {
        width: calc(25% - 18px);
    }
    a.anc.top_back {
        width: 60px;
        height: 60px;
    }
    a.anc.top_back::before {
        top: 23px;
        left: 19px;
        width: 15px;
        height: 15px;
        border-left: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
    }
    a.anc.top_back:hover::before {
        border-left: 3px solid #A20023;
        border-bottom: 3px solid #A20023;
    }
    .narration-sec-title p, .episode-sec-title p {
        font-size: 15px;
        margin-top: 30px;
    }
    .narration-sec-title hr, .episode-sec-title hr {
        margin-bottom: 35px;
    }
    .episode-innner-title h2 {
        font-size: 120px;
    }
    .episode-sec .container-fluid {
        padding: 0 30px;
    }
    .episode-innner-title-detail {
        max-width: 300px;
        margin-top: 90px;
    }
    .episode-innner-title-detail h4 {
        font-size: 18px;
    }
    .episode-innner-title-detail p {
        font-size: 15px;
    }
    .episode-innner {
        padding-bottom: 100px;
        margin-top: 70px;
    }
    div.episode-innner>div.bg-box {
        left: -30px;
        background-size: 102px, 100px;
        height: 930px;
        width: 60%;
    }
    .episode-list-inner {
        margin-top: 90px;
    }
    .episode-list-child {
        width: calc(100% / 3 - 20px);
    }
    .episode-list-child>a p {
        font-size: 15px;
        margin-top: 15px;
        letter-spacing: 0;
        text-indent: 0;
    }
    .episode-list-child:nth-child(n+4) {
        margin-top: 50px;
    }
    .episode-list-child>img.abs {
        max-height: 124px;
        left: -8px;
        top: -8px;
    }
    .more-btn-container .more-btn {
        padding: 18px 80px;
        margin-top: 55px;
        font-size: 15px;
    }
    .more-btn-container .more-btn::after {
        top: 23px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 120px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        background-size: 110px, 100px;
        right: -30px;
        height: 660px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 400px);
        max-height: 110px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 64px;
    }
    .website-sec-title h3 {
        font-size: 38px;
    }
    .website-inner {
        margin-top: 55px;
    }
    .website-child>h3 {
        font-size: 26px;
        letter-spacing: 0.12em;
        padding-left: 25px;
    }
    .website-child-list {
        margin-top: 30px;
    }
    .website-child {
        width: calc(100% / 3 - 20px);
    }
    .website-child-list>a {
        font-size: 15px;
    }
    .website-child-list>a::before {
        top: 6.5px;
    }
    .campaign-sec-inner a {
        padding: 18px 70px;
        font-size: 15px;
    }
    .campaign-sec-inner a::after {
        top: 25px;
    }
    .past-sec-inner {
        margin-top: 70px;
    }
    .campaign-sec-child p {
        font-size: 18px;
    }
    .narration-sec-title h4 {
        font-size: 24px;
    }
    .narration-sec-title p, .episode-sec-title p {
        width: 400px;
    }
    .narration-sec-title>img {
        max-height: 317px;
        bottom: -30px;
    }
    section.narration-sec>div.bg-box {
        background-size: 93px, 100px;
        background-position: left 95% bottom, center;
        width: 450px;
        height: 500px;
        top: 80px;
    }
    section.narration-sec {
        padding: 150px 0 180px;
    }
    .modal-content {
        padding: 50px;
        max-width: 800px;
        max-height: 70vh;
        overflow-y: scroll;
    }
    .modal-content h2 {
        font-size: 34px;
        letter-spacing: 0.03em;
    }
    .modal-content-child p {
        font-size: 14px;
    }
    .modal-content-child:first-child,
    .modal-content-child:last-child {
        width: 100%;
    }
    .modal-content-child p:nth-child(2) {
        margin-top: 15px;
    }
    .modal-btn-inner {
        margin-top: 30px;
    }
    .modal-content-inner {
        margin-top: 30px;
    }
    .modal-content-child:first-child {
        margin-bottom: 15px;
    }
    .modal-btn-inner a:nth-child(2) {
        margin-left: 30px;
    }
    .modal-btn-inner a {
        padding: 18px 60px;
        font-size: 15px;
        width: 270px;
        text-align: center;
    }
    .modal-btn-inner a::after {
        top: 25px;
    }
    .campaign-sec-child p span {
        padding-left: 24px;
        background-position: left top 6px;
        background-size: 14px;
    }
}

@media (max-width: 1099px) {
    .episode-innner {
        padding-bottom: 70px;
    }
    .main-visual-text h2 {
        font-size: 72px;
    }
    .episode-innner-title h2 {
        font-size: 110px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 350px);
    }
}

@media (max-width: 1024px) {
    .main-visual-label>img {
        max-height: 49px;
    }
    .main-visual-label>h3 {
        font-size: 17px;
        line-height: 59px;
        height: calc(100% - 49px);
    }
    .main-visual-label {
        padding: 40px 15px;
    }
    .main-visual {
        min-height: 690px;
    }
    .main-visual-child>img {
        max-height: 148px;
    }
    .main-visual-text h2 {
        font-size: 70px;
    }
    .episode-innner-title-detail {
        max-width: 300px;
        margin-top: 70px;
    }
    .episode-innner>img.abs {
        max-width: 64%;
    }
    .episode-innner {
        padding-bottom: 40px;
    }
    div.episode-innner>div.bg-box {
        height: 820px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        height: 570px;
    }
    section.narration-sec>div.bg-box {
        width: 380px;
        top: 90px;
    }
}

@media (max-width: 991px) {
    .main-visual-child {
        padding-left: 50px;
    }
    .main-visual-child>img {
        max-height: 143px;
    }
    .main-visual-child p {
        font-size: 14px;
        margin-top: 60px;
    }
    .main-visual-text h2 {
        font-size: 64px;
    }
    .main-visual {
        min-height: 670px;
    }
    .menu-inner a {
        font-size: 17px;
        padding: 0 17px;
    }
    .satonokalogo-inner {
        margin-top: 40px;
    }
    .satonokalogo-child img {
        max-height: 88px;
    }
    .satonokalogo-child:last-child {
        margin-left: 30px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 70px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 28px;
    }
    .news-sec-title hr, .campaign-sec-title hr, .website-sec-title hr, .narration-sec-title hr, .episode-sec-title hr {
        width: 40px;
        margin-top: 35px;
    }
    .news-sec-title {
        margin-top: -40px;
        margin-bottom: 45px;
    }
    .news-sec-inner {
        gap: 20px;
        max-height: 226px;
    }
    .news-sec-child a .img-block img {
        max-height: 112px;
    }
    .img-block {
        max-height: 112px;
        height: 112px;
    }
    .news-sec-child {
        width: calc(25% - 15px);
    }
    .text-block {
        padding: 15px;
    }
    .text-block p {
        font-size: 13px;
    }
    .text-block h5 {
        font-size: 12px;
    }
    .main-visual-text {
        bottom: -30px;
    }
    .narration-sec-title hr, .episode-sec-title hr {
        margin-bottom: 30px;
    }
    .episode-innner-title h2 {
        font-size: 106px;
    }
    .episode-innner-title-detail {
        margin-top: 50px;
    }
    .episode-innner-title-detail h4 {
        margin-bottom: 20px;
    }
    .episode-list-child>img.abs {
        max-height: 94px;
        left: -5px;
        top: -5px;
    }
    .episode-list-inner {
        margin-top: 70px;
    }
    .episode-list-child>a p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.4em;
    }
    .episode-list-child:nth-child(n+4) {
        margin-top: 40px;
    }
    .more-btn-container .more-btn {
        margin-top: 40px;
    }
    div.episode-innner>div.bg-box {
        height: 690px;
    }
    .episode-list-child {
        width: calc(100% / 3 - 16px);
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 100px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        height: 490px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 300px);
        max-height: 100px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 60px;
    }
    .website-sec-title h3 {
        font-size: 36px;
    }
    .past-sec-inner>h4 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .narration-sec-title>img {
        max-height: 287px;
        bottom: 0;
        top: 30px;
    }
    section.narration-sec {
        padding: 120px 0;
    }
    section.narration-sec>div.bg-box {
        width: 400px;
        top: 70px;
        height: 430px;
    }
    .narration-sec-title h4 {
        font-size: 22px;
    }
    .narration-sec-title p {
        width: 280px;
    }
    .episode-innner-title-detail {
        max-width: 280px;
    }
    .episode-innner-title-detail h4 {
        letter-spacing: 0.04em;
        font-size: 17px;
    }
    div.episode-innner.shikoku-hen >div.bg-box {
        background-size: 140px, 100px;
    }
    .website-child {
        width: calc(100% / 3 - 15px);
    }
    .website-child-list>a>span {
        margin-right: 12px;
    }
    .website-child-list>a {
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 18px;
    }
}

@media (min-width: 992px) {
    br.none992 {
      display: none;
    }
}

@media screen and (max-width: 899px) {
    .modal-content {
        padding: 40px;
        max-width: 600px;
    }
    .modal-content h2 {
        font-size: 24px;
        letter-spacing: 0.02em;
    }
    .modal-btn-inner a {
        padding: 18px 25px;
        font-size: 14px;
        width: 230px;
    }
    .modal-btn-inner a:nth-child(2) {
        margin-left: 20px;
    }
    .main-visual-text h2 {
        font-size: 60px;
    }
    .main-visual-child>img {
        max-height: 138px;
    }
    .main-visual-child {
        padding-left: 60px;
    }
}

@media screen and (max-width: 840px) {
    .main-visual {
        min-height: 640px;
    }
    .main-visual-child>img {
        max-height: 123px;
    }
    .main-visual-child p {
        margin-top: 50px;
    }
    .main-visual-child {
        padding-left: 80px;
    }
    .main-visual-text h2 {
        font-size: 57px;
        letter-spacing: 0.16em;
        margin-right: -0.16em;
    }
    .main-visual-label>img {
        max-height: 44px;
    }
    .main-visual-label>h3 {
        font-size: 16px;
        line-height: 52px;
        height: calc(100% - 44px);
    }
    .main-visual-label {
        padding: 30px 10px;
    }
    .episode-innner-title h2 {
        font-size: 96px;
    }
    .episode-innner-title-detail h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .episode-innner-title-detail p {
        font-size: 14px;
    }
    .episode-innner-title-detail {
        max-width: 260px;
        margin-top: 40px;
    }
    .episode-innner>img.abs {
        max-width: 62%;
    }
    .episode-innner-title h5 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .episode-innner {
        padding-bottom: 30px;
    }
    div.episode-innner>div.bg-box {
        height: 630px;
        background-size: 0, 100px;
    }
    div.episode-innner.ishikawa-hen >div.bg-box {
        height: 440px;
        background-size: 0, 100px;
    }
    div.episode-innner.shikoku-hen >div.bg-box,
    section.narration-sec>div.bg-box {
        background-size: 0, 100px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 250px);
        max-height: 90px;
    }
    .campaign-sec-inner {
        margin-top: 40px;
    }
    .campaign-sec-child p {
        font-size: 17px;
    }
    .campaign-sec-child {
        margin-top: 30px;
    }
    .past-sec-child:last-child {
        margin-left: 30px;
    }
    .campaign-sec-inner a {
        padding: 18px 60px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .news-sec-inner {
        gap: 30px;
        max-height: 320px;
    }
    .news-sec-child a .img-block img {
        max-height: 228px;
    }
    .img-block {
        max-height: 228px;
        height: 228px;
    }
    #footer .container-fluid .container {
      padding-right: 0;
      padding-left: 0;
    }
    footer .container-fluid {
      padding: 20px 30px;
    }
    a.anc.top_back {
      right: 30px;
    }
    .container-fluid,
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
      padding-right: 30px;
      padding-left: 30px;
    }
    section,
    section.narration-sec {
        padding: 80px 0;
    }
    .news-sec-child {
        width: calc(50% - 15px);
    }
    .main-visual {
        min-height: 580px;
    }
    .main-visual-child>img {
        max-height: 108px;
    }
    .main-visual-inner {
        margin-top: 140px;
    }
    .main-visual-child p {
        font-size: 13px;
    }
    .main-visual-child {
        padding-left: 70px;
    }
    .main-visual-label>img {
        max-height: 39px;
    }
    .main-visual-label>h3 {
        font-size: 14px;
        line-height: 46px;
        height: calc(100% - 39px);
    }
    .main-visual-text h2 {
        font-size: 53px;
        letter-spacing: 0.1em;
        margin-right: -0.1em;
    }
    .menu-inner a {
        font-size: 15px;
        padding: 0 13px;
        width: 50%;
        text-align: center;
    }
    .menu-inner a:first-child {
        border-left: 1px solid #BC283A;
    }
    .menu-inner a:nth-child(2),
    .menu-inner a:nth-child(4) {
        border-right: 1px solid #BC283A;
    }
    .menu-inner a:nth-child(n+3) {
        margin-top: 15px;
    }
    .satonokalogo-inner {
        margin-top: 30px;
    }
    .satonokalogo-child img {
        max-height: 78px;
    }
    .satonokalogo-child:last-child {
        margin-left: 20px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 60px;
    }
    .news-sec-title {
        margin-top: -30px;
        margin-bottom: 40px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .website-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        margin: 20px 0 0;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 24px;
    }
    .narration-sec-title p, .episode-sec-title p {
        font-size: 14px;
    }
    .episode-sec .container-fluid {
        padding: 0 15px;
    }
    div.episode-innner>div.bg-box,
    div.episode-innner.ishikawa-hen >div.bg-box,
    div.episode-innner.shikoku-hen >div.bg-box,
    section.narration-sec>div.bg-box {
        height: 0;
    }
    .episode-innner-title {
        width: 100%;
        margin-top: 30px;
    }
    .episode-innner>img.abs {
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .episode-innner-title h5,
    .episode-innner-title h2 {
        text-align: center;
    }
    .episode-innner-title h2 {
        font-size: 80px;
    }
    .episode-innner-title-detail {
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .episode-innner {
        padding-bottom: 0;
    }
    .episode-list-inner {
        margin-top: 40px;
    }
    .episode-list-child:nth-child(n+3),
    .episode-list-child:nth-child(n+4) {
        margin-top: 30px;
    }
    .episode-list-child {
        width: calc(100% / 2 - 15px);
    }
    .episode-list-child>img.abs {
        max-height: 124px;
        left: -8px;
        top: -8px;
    }
    .episode-innner {
        margin-top: 50px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 80px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 50px;
    }
    .website-sec-title h3 {
        font-size: 30px;
    }
    .website-inner {
        margin-top: 40px;
    }
    .website-child>h3 {
        font-size: 24px;
        letter-spacing: 0.12em;
        padding-left: 20px;
        border-left: 3px solid #fff;
        padding-bottom: 2px;
    }
    .website-child {
        width: 100%;
    }
    .website-child:nth-child(n+2) {
        margin-top: 50px;
    }
    .website-child-list>a {
        padding-left: 30px;
        letter-spacing: 0.1em;
    }
    .narration-sec-title>img {
        max-height: none;
        bottom: 0;
        top: 0;
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }
    .narration-sec-title,
    .episode-sec-title {
        text-align: center;
    }
    .narration-sec-title p, .episode-sec-title p {
        width: 100%;
    }
    .narration-sec-title hr, .episode-sec-title hr {
        margin-left: auto;
    }
    .narration-sec-title h4 {
        font-size: 20px;
    }
    .campaign-sec-child p {
        font-size: 15px;
    }
    .campaign-sec-child p:last-child {
        font-size: 12px;
        letter-spacing: 0.16em;
        margin-top: 10px;
    }
    .campaign-sec-inner a {
        margin-top: 30px;
    }
    .campaign-sec-child {
        margin-top: 25px;
    }
    .past-sec-inner {
        margin-top: 50px;
    }
    .past-sec-inner>h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 240px);
        max-height: 80px;
    }
    .campaign-sec-child p span {
        padding-left: 22px;
        background-position: left top 4px;
        background-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    br.none768 {
        display: none;
    }
}

@media screen and (max-width: 699px) {
    .news-sec-child a .img-block img {
        max-height: 208px;
    }
    .img-block {
        max-height: 208px;
        height: 208px;
    }
    .news-sec-inner {
        max-height: 300px;
    }
    .main-visual-child {
        padding-left: 45px;
    }
    .main-visual-label>img {
        max-height: 29px;
    }
    .main-visual-label>h3 {
        font-size: 13px;
        line-height: 34px;
        height: calc(100% - 29px);
    }
    .main-visual-child>img {
        max-height: 98px;
    }
}

@media screen and (max-width: 660px) {
    a.anc.top_back {
      width: 50px;
      height: 50px;
    }
    a.anc.top_back::before {
      top: 18px;
      left: 15px;
        width: 13px;
        height: 13px;
    }
    .news-sec-inner {
        max-height: 280px;
    }
    .news-sec-child a .img-block img {
        max-height: 205px;
    }
    .img-block {
        max-height: 205px;
        height: 205px;
    }
    .main-visual-inner {
        margin-top: 110px;
    }
    .main-visual-child p {
        line-height: 2.6em;
        letter-spacing: 0.1em;
    }
    .main-visual-text h2 {
        font-size: 48px;
        letter-spacing: 0.08em;
        margin-right: -0.08em;
    }
    .main-visual-text {
        bottom: -25px;
    }
    .satonokalogo-child img {
        max-height: 68px;
    }
    .satonokalogo-child:last-child {
        margin-left: 10px;
    }
    .modal-content h2 {
        font-size: 23px;
    }
    .modal-btn-inner a {
        padding: 18px 20px;
        width: 210px;
    }
    .modal-close {
        top: 5px;
        right: 10px;
        font-size: 24px;
    }
    .modal-content {
        padding: 35px;
    }
    .episode-list-child>a p {
        font-size: 13px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 56px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 46px;
    }
    .website-sec-title h3 {
        font-size: 27px;
    }
    .episode-list-child>img.abs {
        max-height: 104px;
    }
    .episode-innner-title h2 {
        font-size: 72px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 200px);
    }
    .campaign-sec-child p span {
        display: block;
        padding-left: 17px;
    }
    .campaign-sec-child p:nth-child(n+2) {
        margin-top: 8px;
    }
}

@media screen and (max-width: 620px) {
    .news-sec-child a .img-block img {
        max-height: 190px;
    }
    .img-block {
        max-height: 190px;
        height: 190px;
    }
    .main-visual-child p {
        line-height: 2.4em;
        letter-spacing: 0.02em;
    }
    .main-visual-text h2 {
        font-size: 45px;
    }
    .episode-innner-title h2 {
        font-size: 64px;
    }
    .modal-btn-inner a {
        padding: 18px 20px;
        width: 190px;
        font-size: 13px;
    }
    .modal-btn-inner a::after {
        top: 24px;
        right: 15px;
    }
    .menu-inner a {
        padding: 0 10px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 180px);
        max-height: 75px;
    }
}

@media screen and (min-width: 621px) {
    br.none621 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    section, section.narration-sec {
        padding: 70px 0;
    }
    .news-sec-inner {
        max-height: 270px;
    }
    .news-sec-child a .img-block img {
        max-height: 170px;
    }
    .img-block {
        max-height: 170px;
        height: 170px;
    }
    br.none575 {
        display: none;
    }
    .main-visual-text h2 {
        font-size: 42px;
    }
    .main-visual {
        min-height: 550px;
    }
    .menu-inner a {
        padding: 0 10px;
        font-size: 14px;
    }
    .satonokalogo-child img {
        max-height: 58px;
    }
    .main-visual-text {
        bottom: -20px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 52px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .website-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        margin: 15px 0 0;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 20px;
    }
    .news-sec-title hr, .campaign-sec-title hr, .website-sec-title hr, .narration-sec-title hr, .episode-sec-title hr {
        width: 35px;
        margin-top: 30px;
    }
    .news-sec-title {
        margin-top: -25px;
        margin-bottom: 35px;
    }
    .episode-sec-title hr {
        margin-bottom: 25px;
    }
    .episode-sec-title p {
        margin-top: 25px;
    }
    .episode-innner {
        margin-top: 40px;
    }
    .episode-innner-title h2 {
        font-size: 60px;
    }
    .episode-innner-title h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .episode-innner-title-detail {
        margin-top: 20px;
    }
    .episode-innner-title-detail h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .episode-innner-title-detail p {
        font-size: 13px;
        margin-top: 10px;
    }
    .modal-btn-inner a:nth-child(2) {
        margin-left: 0;
        margin-top: 15px;
    }
    .modal-btn-inner a {
        width: 210px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 160px);
        max-height: 70px;
    }
    .more-btn-container .more-btn {
        padding: 16px 60px;
        font-size: 14px;
    }
    .more-btn-container .more-btn::after {
        top: 20px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 43px;
    }
    .website-sec-title h3 {
        font-size: 25px;
    }
    .website-child>h3 {
        font-size: 22px;
        padding-bottom: 3px;
    }
    .narration-sec-title h4 {
        font-size: 18px;
    }
    .narration-sec-title p {
        margin-top: 20px;
    }
    .campaign-sec-inner a {
        font-size: 14px;
    }
    .past-sec-child:last-child {
        margin-left: 20px;
    }
    .past-sec-inner>h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .past-sec-inner {
        margin-top: 40px;
    }
    .campaign-sec-title hr {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 576px) {
    img.none576,
    br.none576 {
      display: none;
    }
}

@media screen and (max-width: 540px) {
    .news-sec-child a .img-block img {
        max-height: 160px;
    }
    .img-block {
        max-height: 160px;
        height: 160px;
    }
    .news-sec-inner {
        max-height: 250px;
    }
    .main-visual-text h2 {
        font-size: 38px;
    }
    .menu-inner a {
        padding: 0 8px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .episode-sec>img.abs {
        left: calc(50% + 140px);
        max-height: 60px;
    }
    .past-sec-child {
        width: 180px;
    }
    .campaign-sec-inner a {
        padding: 18px 50px;
    }
    .news-sec-title h2, .campaign-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        letter-spacing: 0.14em;
        text-indent: 0.14em;
    }
    .narration-sec-title h2 {
        text-indent: 0.04em;
    }
    .episode-list-child>a p {
        font-size: 12px;
    }
    .modal-content h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 541px) {
    br.none541 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .news-sec-child a .img-block img {
        max-height: 145px;
    }
    .img-block {
        max-height: 145px;
        height: 145px;
    }
    .news-sec-inner {
        max-height: 235px;
    }
    .main-visual-child>img {
        max-height: 92px;
    }
    .main-visual-text h2 {
        font-size: 36px;
    }
    .menu-inner a {
        padding: 0 8px;
        letter-spacing: 0.06em;
        text-indent: 0.06em;
    }
    .satonokalogo-child img {
        max-height: 53px;
    }
    .news-sec-title h2, .campaign-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .narration-sec-title h2 {
        text-indent: 0;
    }
    .news-sec-title h3, .campaign-sec-title h3, .website-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        letter-spacing: 0.04em;
        text-indent: 0.04em;
    }
    .modal-content {
        padding: 30px;
    }
    .modal-content-inner {
        margin-top: 25px;
    }
    .modal-content h2 {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    a.anc.top_back {
        width: 40px;
        height: 40px;
    }
    a.anc.top_back::before {
        top: 14px;
        left: 11px;
        width: 11px;
        height: 11px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    a.anc.top_back:hover::before {
        border-left: 2px solid #42210B;
        border-bottom: 2px solid #42210B;
    }
    .container-fluid,
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
    .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
    .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
    .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
    .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
    .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
    .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .news-sec-child {
        width: calc(50% - 10px);
    }
    .news-sec-inner {
        gap: 20px;
        max-height: 240px;
    }
    .main-visual-label>img {
        max-height: 26px;
    }
    .main-visual-label>h3 {
        font-size: 12px;
        line-height: 31px;
        height: calc(100% - 26px);
    }
    .main-visual-label {
        padding: 30px 8px;
    }
    .main-visual-child>img {
        max-height: 82px;
    }
    .main-visual-child p {
        font-size: 12px;
        margin-top: 40px;
    }
    .main-visual {
        min-height: 500px;
    }
    .main-visual-text h2 {
        font-size: 34px;
    }
    section, section.narration-sec {
        padding: 60px 0;
    }
    .menu-inner a {
        padding: 0 5px;
        letter-spacing: 0.04em;
        text-indent: 0.04em;
        font-size: 13px;
    }
    .satonokalogo-child img {
        max-height: 48px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 44px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 18px;
    }
    .text-block p {
        font-size: 12px;
        margin: 8px 0 0;
    }
    .episode-sec-title p {
        margin-top: 20px;
    }
    .episode-sec-title hr {
        margin-bottom: 20px;
    }
    .episode-innner-title h2 {
        font-size: 50px;
    }
    .episode-innner-title h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .episode-list-child>img.abs {
        max-height: 74px;
        left: -5px;
        top: -5px;
    }
    .episode-list-child {
        width: calc(100% / 2 - 10px);
    }
    .episode-list-child:nth-child(n+3), .episode-list-child:nth-child(n+4) {
        margin-top: 25px;
    }
    .episode-list-inner {
        margin-top: 30px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 60px;
    }
    .modal-close {
        top: 5px;
        right: 5px;
        font-size: 22px;
    }
    .modal-content h2 {
        font-size: 20px;
    }
    .modal-content-child p {
        font-size: 13px;
    }
    .modal-btn-inner {
        margin-top: 25px;
    }
    .modal-content-inner {
        margin-top: 20px;
    }
    .modal-content-child p:nth-child(2) {
        margin-top: 10px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 36px;
    }
    .website-sec-title h3 {
        font-size: 22px;
    }
    .website-inner {
        margin-top: 30px;
    }
    .website-child-list {
        margin-top: 20px;
    }
    .website-child>h3 {
        font-size: 20px;
        padding-bottom: 2px;
        padding-left: 15px;
    }
    .website-child-list>a {
        font-size: 14px;
        padding-left: 25px;
    }
    .website-child-list>a::before {
        top: 6px;
    }
    .website-child:nth-child(n+2) {
        margin-top: 40px;
    }
    .narration-sec-title h4 {
        font-size: 16px;
    }
    .campaign-sec-inner {
        margin-top: 30px;
    }
    .past-sec-child {
        width: 160px;
    }
    .past-sec-inner>h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .episode-innner {
        margin-top: 30px;
    }
}

@media screen and (min-width: 481px) {
    br.none481 {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    a.anc.top_back {
        right: 25px;
        bottom: 35px;
    }
    .news-sec-inner {
        max-height: 235px;
    }
}

@media screen and (max-width: 430px) {
    .news-sec-child a .img-block img {
        max-height: 130px;
    }
    .img-block {
        max-height: 130px;
        height: 130px;
    }
    .news-sec-inner {
        max-height: 220px;
    }
    .main-visual-label>h3 {
        font-size: 11px;
    }
    .main-visual-child {
        padding-left: 50px;
    }
    .main-visual-text h2 {
        font-size: 32px;
        letter-spacing: 0.06em;
        margin-right: -0.06em;
    }
    .main-visual-text {
        bottom: -15px;
    }
    .main-visual-child>img {
        max-height: 76px;
    }
    .menu-inner a {
        letter-spacing: 0.03em;
        text-indent: 0.03em;
        font-size: 12px;
    }
    section, section.narration-sec {
        padding: 50px 0;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 42px;
    }
    .news-sec-title {
        margin-top: -20px;
        margin-bottom: 30px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 17px;
    }
    .news-sec-title hr, .campaign-sec-title hr, .website-sec-title hr, .narration-sec-title hr, .episode-sec-title hr {
        width: 30px;
        margin-top: 25px;
    }
    .episode-sec-title p {
        margin-top: 15px;
    }
    .episode-sec-title hr {
        margin-bottom: 15px;
    }
    .episode-innner {
        margin-top: 25px;
    }
    .episode-innner-title h2 {
        font-size: 46px;
    }
    .episode-innner-title h5 {
        font-size: 12px;
    }
    .episode-innner-title {
        margin-top: 25px;
    }
    .episode-innner-title-detail {
        margin-top: 15px;
    }
    .episode-innner-title-detail h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .episode-innner-title-detail p {
        font-size: 12px;
        margin-top: 5px;
    }
    .episode-list-inner {
        margin-top: 25px;
    }
    .episode-list-child>a p {
        margin-top: 8px;
    }
    .more-btn-container .more-btn {
        padding: 15px 55px;
        font-size: 13px;
        margin-top: 30px;
    }
    .more-btn-container .more-btn::after {
        top: 19px;
        width: 7px;
        height: 7px;
        right: 15px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 50px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 34px;
    }
    .website-sec-title h3 {
        font-size: 21px;
    }
    .campaign-sec-child p {
        font-size: 14px;
    }
    .campaign-sec-child {
        margin-top: 20px;
    }
    .campaign-sec-child p:last-child {
        font-size: 11px;
        letter-spacing: 0.12em;
        margin-top: 10px;
    }
    .campaign-sec-inner a {
        padding: 15px 40px;
        font-size: 13px;
    }
    .campaign-sec-inner a::after {
        top: 21px;
        width: 7px;
        height: 7px;
        right: 15px;
    }
    .narration-sec-title h4 {
        font-size: 15px;
    }
    .narration-sec-title hr {
        margin-bottom: 25px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 130px);
        max-height: 55px;
    }
    .campaign-sec-child p span {
        padding-left: 15px;
        background-position: left top 5px;
        background-size: 10px;
    }
}

@media screen and (max-width: 414px) {
    .main-visual-text h2 {
        font-size: 30px;
        letter-spacing: 0.04em;
        margin-right: -0.04em;
    }
    .past-sec-child {
        width: 150px;
    }
    .satonokalogo-child img {
        max-height: 43px;
    }
    .episode-sec-title p {
        margin-top: 15px;
        text-align: justify;
        line-height: 1.5em;
    }
    .modal-content h2 {
        font-size: 19px;
    }
    .campaign-sec-title h3 {
        line-height: 1.4em;
    }
    .campaign-sec-title hr {
        margin-bottom: 20px;
    }
    .past-sec-inner>h4 {
        font-size: 18px;
    }
    .website-child-list>a {
        padding-left: 20px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 120px);
        max-height: 50px;
    }
}

@media screen and (min-width: 415px) {
    br.none415 {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    .news-sec-child a .img-block img {
        max-height: 115px;
    }
    .img-block {
        max-height: 115px;
        height: 115px;
    }
    .news-sec-inner {
        max-height: 225px;
    }
    .main-visual-child>img {
        max-height: 70px;
    }
    .main-visual-child p {
        margin-top: 30px;
    }
    .main-visual-text h2 {
        font-size: 28px;
    }
    .main-visual-inner {
        margin-top: 90px;
    }
    .main-visual {
        min-height: 480px;
    }
    .menu-inner a {
        letter-spacing: 0;
        text-indent: 0;
    }
    .website-child-list>a {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .website-child-list>a::before {
        top: 4px;
    }
    .website-child-list>a:nth-child(n+2) {
        margin-top: 15px;
    }
    .narration-sec-title>img {
        margin-bottom: 25px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 40px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 32px;
    }
    .website-sec-title h3 {
        font-size: 19px;
    }
    .episode-innner-title h2 {
        font-size: 44px;
    }
}

@media screen and (max-width: 375px) {
    .container-fluid,
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer .container-fluid {
        padding: 20px 15px;
    }
    .past-sec-child:last-child {
        margin-left: 15px;
    }
}

@media screen and (max-width: 360px) {
    #footer div.copyright p {
        letter-spacing: 0.05em;
        text-indent: 0.05em;
    }
    a.anc.top_back {
        right: 20px;
    }
    .news-sec-child a .img-block img {
        max-height: 110px;
    }
    .img-block {
        max-height: 110px;
        height: 110px;
    }
    .news-sec-inner {
        gap: 15px;
        max-height: 220px;
    }
    .news-sec-child {
        width: calc(50% - 7.5px);
    }
    .past-sec-child {
        width: 130px;
    }
    .main-visual-child>img {
        max-height: 60px;
    }
    .main-visual {
        min-height: 460px;
    }
    .main-visual-text h2 {
        font-size: 26px;
    }
    .menu-inner a:nth-child(n+3) {
        margin-top: 10px;
    }
    .menu-inner a {
        font-size: 11px;
    }
    .satonokalogo-child img {
        max-height: 38px;
    }
    .satonokalogo-child:last-child {
        margin-left: 5px;
    }
    .satonokalogo-inner {
        margin-top: 20px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 36px;
    }
    .news-sec-title h3, .campaign-sec-title h3, .narration-sec-title h3, .episode-sec-title h3 {
        font-size: 16px;
    }
    .news-sec-title {
        margin-top: -15px;
        margin-bottom: 25px;
    }
    .narration-sec-title p, .episode-sec-title p {
        font-size: 13px;
    }
    .episode-innner-title h5 {
        font-size: 11px;
    }
    .episode-innner-title h2 {
        font-size: 40px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 30px;
    }
    .website-sec-title h3 {
        font-size: 18px;
    }
    .website-child-list>a>span {
        margin-right: 8px;
    }
    .campaign-sec-inner a {
        margin-top: 25px;
    }
    .campaign-sec-inner {
        margin-top: 25px;
    }
    .website-child-list>a {
        letter-spacing: 0.06em;
    }
    .modal-btn-inner a {
        width: 190px;
    }
    .episode-innner-title-detail p {
        text-align: justify;
    }
    .episode-sec>img.abs {
        left: calc(50% + 110px);
        max-height: 45px;
    }
}

@media screen and (max-width: 340px) {
    .news-sec-title h3 {
        font-size: 20px;
    }
    .news-sec-child a .img-block img {
        max-height: 105px;
    }
    .img-block {
        max-height: 105px;
        height: 105px;
    }
    .news-sec-inner {
        max-height: 215px;
    }
    .main-visual-child>img {
        max-height: 56px;
    }
    .main-visual-text h2 {
        font-size: 25px;
        letter-spacing: 0.02em;
        margin-right: -0.02em;
    }
    .main-visual {
        min-height: 450px;
    }
    .main-visual-label>img {
        max-height: 21px;
    }
    .main-visual-label>h3 {
        font-size: 10px;
        line-height: 26px;
        height: calc(100% - 21px);
    }
    .main-visual-child {
        padding-left: 45px;
    }
    .menu-inner a {
        font-size: 10px;
    }
    .satonokalogo-child img {
        max-height: 33px;
    }
    .episode-innner-title h2 {
        font-size: 38px;
    }
    .episode-innner.ishikawa-hen, .episode-innner.shikoku-hen {
        margin-top: 45px;
    }
    .website-child-list>a {
        letter-spacing: 0.03em;
        font-size: 12px;
    }
    .website-child-list>a::before {
        top: 5px;
        width: 7px;
        height: 7px;
    }
    .news-sec-title h2, .narration-sec-title h2, .episode-sec-title h2 {
        font-size: 34px;
    }
    .episode-sec>img.abs {
        left: calc(50% + 100px);
        max-height: 40px;
    }
    .campaign-sec-title h2, .website-sec-title h2 {
        font-size: 28px;
    }
    .website-sec-title h3 {
        font-size: 17px;
    }
}
