@charset "UTF-8";
/*==========================================================
4.SALMON -岩手大槌サーモン コンテンツ スタイル-
==========================================================*/
:root {
  --c-salmon: #e95304;
  --c-momo: #f6bdba;
}

.c-key {
  color: var(--c-salmon);
}

.section-contents-inner {
  position: relative;
  width: 94.44%;
}
.l-inner .section-contents-inner {
  width: 100%;
}

.section-heading {
  text-align: center;
}

/*********************************************
 Local Nav
*********************************************/
.article[id^="salmon-"] .lnav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article[id^="salmon-"] .lnav li {
  font-size: 1.25em;
  font-weight: 900;
}
.article[id^="salmon-"] .lnav li:first-child a {
  padding-top: 0;
  padding-bottom: 0;
}
.article[id^="salmon-"] .lnav li:first-child a:hover svg {
  fill: #fff;
}
.article[id^="salmon-"] .lnav li img, .article[id^="salmon-"] .lnav li svg {
  width: 65.21%;
  max-width: 150px;
  transition: fill .3s;
}

@media only screen and (max-width: 767px) {
  .article[id^="salmon"] .lnav {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .article[id^="salmon"] .lnav li {
    font-size: 1em;
  }
  .article[id^="salmon"] .lnav li:first-child a {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .article[id^="salmon"] .lnav li:first-child a::before {
    content: none;
  }
  .article[id^="salmon"] .lnav li img, .article[id^="salmon"] .lnav li svg {
    width: 45.45%;
  }
}
/*********************************************
 Main Image
*********************************************/
#salmon-mainimage {
  margin-bottom: 5.6179%;
  border-bottom: 0 none;
  padding-top: 22.471910112%;
  background-image: url(../img/salmon/top/header_salmon.jpg);
}
#salmon-mainimage .page-ttl {
  font-size: 3em;
  letter-spacing: .15em;
}
#salmon-mainimage .page-ttl + .page-ttl-en {
  border-top: 0 none;
  font-size: 2em;
  font-weight: 900;
  font-style: normal;
  padding-top: 0;
  letter-spacing: .25em;
}
#salmon-index #salmon-mainimage {
  margin-bottom: 0;
  padding-top: 42.13483146%;
  background-image: url(../img/salmon/top/header_salmon.jpg);
}
#salmon-index #salmon-mainimage > .inner {
  max-width: 500px;
  width: 35.11235955%;
  min-width: inherit;
}
#salmon-momo #salmon-mainimage.noimage {
  padding-top: 22.471910112%;
  background-color: var(--c-momo);
}
#salmon-momo #salmon-mainimage.noimage > .inner {
  width: 0;
  padding-left: 21.769662921%;
  height: 96.875%;
}
#salmon-momo #salmon-mainimage.noimage .page-ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#salmon-farming #salmon-mainimage {
  background-image: url(../img/salmon/farming/header_farming.jpg);
}
#salmon-history #salmon-mainimage {
  background-image: url(../img/salmon/history/header_history.jpg);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #salmon-mainimage {
    background-image: url(../img/salmon/top/header_salmon@2x.jpg);
  }
  #salmon-index #salmon-mainimage {
    background-image: url(../img/salmon/top/header_salmon@2x.jpg);
  }
  #salmon-farming #salmon-mainimage {
    background-image: url(../img/salmon/farming/header_farming@2x.jpg);
  }
  #salmon-history #salmon-mainimage {
    background-image: url(../img/salmon/history/header_history@2x.jpg);
  }
}
@media only screen and (min-width: 1201px) {
  #salmon-mainimage {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #salmon-mainimage {
    background-image: url(../img/salmon/top/sp_header_salmon.jpg);
    padding-top: 44.4444%;
  }
  #salmon-mainimage .page-ttl {
    font-size: 1.8em;
  }
  #salmon-mainimage .page-ttl + .page-ttl-en {
    font-size: 1em;
  }
  #salmon-index #salmon-mainimage {
    padding-top: 56.9444%;
    background-image: url(../img/salmon/top/sp_header_salmon.jpg);
  }
  #salmon-index #salmon-mainimage > .inner {
    max-width: 150px;
    width: 41.66%;
  }
  #salmon-momo #salmon-mainimage.noimage {
    padding-top: 44.4444%;
  }
}
/* outline */
.outline-section .outline-ttl {
  letter-spacing: .15em;
  text-align: center;
}

/*********************************************
 INDEX CONTENTS
*********************************************/
/* outline */
#salmon-outline {
  background-color: var(--c-salmon);
  color: #fff;
  text-align: center;
  padding: 4.166% 0 6.66%;
  /*margin-bottom: 3.33%; /*40px;*/
  position: relative;
}
#salmon-outline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 7%;
  max-width: 84px;
  padding-top: 3.33%;
  /*padding-top: 2.808988%;*/
  background-color: var(--c-salmon);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translate(-50%, 100%);
}
#salmon-outline .outline-txt-title {
  color: currentColor;
  font-size: 2.0625em;
  line-height: 1.33;
  letter-spacing: .05em;
  margin-bottom: 4.166%;
  /*50px;*/
}
#salmon-outline p.outline-txt-txt {
  width: fit-content;
  margin: 0 auto;
}

@media only screen and (min-width: 1201px) {
  #salmon-outline {
    padding: 50px 0 80px;
    /*margin-bottom: 40px;*/
  }
  #salmon-outline::after {
    padding-top: 40px;
  }
  #salmon-outline .outline-txt-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #salmon-outline {
    padding: 6.944% 0 9.722%;
  }
  #salmon-outline::after {
    width: 40px;
    padding-top: 20px;
  }
  #salmon-outline .outline-txt-title {
    font-size: 1.25em;
  }
  #salmon-outline p.outline-txt-txt {
    line-height: 1.75;
  }
}
/* bnr */
#salmon-bnr {
  padding: 7.02247191% 0;
  background: url(../img/salmon/bg_link.jpg) 0 0 repeat;
  background-size: 1000px auto;
  margin-bottom: 5.6179%;
}
#salmon-bnr .l-inner {
  max-width: 1000px;
}

@media only screen and (min-width: 1201px) {
  #salmon-bnr {
    padding: 100px 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #salmon-bnr {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
/* salmon-1 */
.salmon-intro-section {
  padding: 0 0 7.02247191%;
}
.salmon-intro-section .section-header {
  margin-bottom: 5.6179775%;
}
.salmon-intro-section .section-ttl2 {
  font-size: 2.25em;
  text-align: center;
  color: #000;
  font-weight: 900;
  line-height: 1.38;
}
.salmon-intro-section .section-ttl2 strong {
  font-weight: inherit;
}
.salmon-intro-section .section-ttl2 .big {
  font-size: 150%;
  vertical-align: -3px;
}

.salmon-contents {
  padding-top: 3.5112%;
  position: relative;
  z-index: 0;
}
.salmon-contents + .salmon-contents {
  margin-top: 21.06%;
}
.salmon-contents::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 14.747191vw);
  top: 10px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 15.02809vw, 100% 0, 100% calc(100% - 15.02809vw), 0 100%);
}

.salmon-ttl {
  position: absolute;
  z-index: 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", serif;
  line-height: 1.0;
  top: 0;
  left: 0;
  width: 100%;
}
.salmon-ttl .ttl-kana {
  font-size: 4.5vw;
  color: #221815;
  letter-spacing: -.05em;
  font-weight: 700;
  font-feature-settings: "palt";
}
.salmon-ttl .ttl-kanji {
  font-size: 13.33vw;
  color: #efefef;
  position: absolute;
  top: -0.25em;
  left: -0.3125em;
  top: -3.5112vw;
  left: -3.5112vw;
  z-index: -1;
  font-weight: 500;
}

.salmon-mainimg {
  position: relative;
}
.salmon-mainimg .salmon-imgs {
  float: right;
  margin-right: -2%;
  width: 87.7%;
  max-width: 877px;
}
.salmon-mainimg .salmon-imgs .size,
.salmon-mainimg .salmon-imgs .period {
  position: absolute;
  max-width: 113px;
  max-height: 113px;
  width: 11.3%;
}
.salmon-mainimg .salmon-imgs .size {
  top: -12.5%;
  right: 8%;
}
.salmon-mainimg .salmon-imgs .period {
  bottom: -3%;
  right: 0;
}
.salmon-mainimg .salmon-info {
  position: absolute;
  font-size: 1em;
  line-height: 2.0;
  left: 0;
  top: 18.6vw;
  color: #fff;
}
.salmon-mainimg .salmon-info dl {
  display: block;
}
.salmon-mainimg .salmon-info dt, .salmon-mainimg .salmon-info dd {
  display: inline;
}
.salmon-mainimg .salmon-info dt::after {
  content: "_";
}

.salmon-imgbox {
  width: 100%;
  margin-top: 1.5%;
  align-items: flex-end;
  color: #ffffff;
}
.salmon-imgbox + .salmon-imgbox {
  margin-top: 7%;
}
.article[id^="salmon"] .salmon-imgbox .contents .ttl {
  font-size: 1.75em;
  letter-spacing: .05em;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: .72em;
}
.salmon-imgbox .contents .txt {
  font-size: 1em;
}
.salmon-imgbox .contents .notice {
  font-size: .8125em;
  margin-top: 1rem;
}
.salmon-imgbox:first-of-type .img {
  margin-bottom: -3%;
}

#salmon-1_1::after {
  background-color: #ea5a32;
}

#salmon-1_2::after {
  background-color: #f18200;
}
#salmon-1_2 .salmon-mainimg {
  padding-top: 2%;
}
#salmon-1_2 .salmon-mainimg .salmon-imgs {
  width: 86.5%;
  max-width: 865px;
}
#salmon-1_2 .salmon-mainimg .size {
  top: -10.5%;
}

@media only screen and (min-width: 1201px) {
  .salmon-intro-section {
    padding: 0 0 100px;
  }
  .salmon-intro-section .section-header {
    margin-bottom: 80px;
  }

  .salmon-contents {
    padding-top: 40px;
  }

  .salmon-ttl {
    margin-bottom: 150px;
  }
  .salmon-ttl .ttl-kanji {
    top: -50px;
    left: -50px;
  }

  .salmon-ttl .ttl-kana {
    font-size: 3.375em;
    /*54px;*/
  }
  .salmon-ttl .ttl-kanji {
    font-size: 10em;
  }

  .salmon-mainimg .salmon-imgs {
    margin-right: -20px;
  }
  .salmon-mainimg .salmon-info {
    top: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .salmon-imgbox {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .salmon-intro-section {
    padding-bottom: 6.94%;
  }
  .salmon-intro-section .section-ttl2 {
    font-size: 1.25em;
    line-height: 1.5;
  }

  .salmon-contents + .salmon-contents {
    margin-top: 30%;
  }
  .salmon-contents::after {
    top: 4.5%;
    height: calc(100% + 10.747191vw);
  }

  .salmon-ttl {
    position: relative;
  }
  .salmon-ttl .ttl-kana {
    font-size: 27px;
    margin-left: .75em;
  }
  .salmon-ttl .ttl-kanji {
    font-size: 80px;
    top: -0.3em;
    left: 0;
  }

  .salmon-mainimg .salmon-imgs {
    float: none;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
  .salmon-mainimg .salmon-imgs .size,
  .salmon-mainimg .salmon-imgs .period {
    max-width: 138px;
    max-height: 138px;
    width: 20.29%;
  }
  .salmon-mainimg .salmon-imgs .size {
    top: -36%;
    right: 15%;
  }
  .salmon-mainimg .salmon-imgs .period {
    bottom: -20%;
    right: 0;
  }
  .salmon-mainimg .salmon-info {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    top: 10px;
  }

  .salmon-imgbox {
    width: 100%;
    margin-top: 25px;
  }
  .salmon-imgbox + .salmon-imgbox {
    margin-top: 25px;
  }
  .salmon-imgbox .contents {
    margin-bottom: 0;
  }
  .article[id^="salmon"] .salmon-imgbox .contents .ttl {
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .salmon-imgbox .contents .notice {
    text-align: left;
  }
  .salmon-imgbox:first-of-type .img {
    margin-bottom: 10px;
  }

  #salmon-1.salmon-intro-section .section-ttl2 {
    line-height: 1.1;
  }

  .salmon-imgbox:first-of-type .img img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  #salmon-1_1 .salmon-imgbox:first-of-type .img img {
    width: 73.235%;
  }
  #salmon-1_2 .salmon-imgbox:first-of-type .img img {
    width: 84.264%;
  }

  #salmon-1_2 .salmon-mainimg .salmon-imgs {
    width: 100%;
  }
  #salmon-1_2 .salmon-mainimg .size {
    top: -32%;
    right: 13%;
  }
  #salmon-1_2 .salmon-mainimg .period {
    bottom: -15%;
  }
}
#salmon-1_3 {
  margin-top: 18.258427vw;
}
#salmon-1_3 .imgbox {
  margin-top: 0;
}
#salmon-1_3 .imgbox .ttl {
  font-size: 1.75em;
  color: var(--c-salmon);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.28;
  margin-bottom: 1.48em;
}

.sizzle-slider {
  position: relative;
}
.sizzle-slider-main {
  position: relative;
  width: 100%;
  padding-top: 67%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.sizzle-slider-main .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sizzle-slider-main .slick-track {
  height: 100%;
}
.sizzle-slider-main img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sizzle-slider-thumb, .sizzle-slider-thumb .slick-track {
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 5px;
  justify-content: flex-end;
}
.sizzle-slider-thumb .slick-list {
  width: 100%;
  height: 100%;
}
.sizzle-slider-thumb .slick-track {
  margin-left: auto;
  margin-right: -5px;
}
.sizzle-slider-thumb li {
  width: calc((100% - 30px) / 6);
}
.sizzle-slider-thumb li img {
  transition: opacity .3s;
  cursor: pointer;
}
.sizzle-slider-thumb li img:hover {
  opacity: .6;
}
.sizzle-slider-thumb .slick-current img {
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  #salmon-1_3 {
    margin-top: 30%;
  }
  #salmon-1_3 .imgbox .ttl {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: .8em;
  }

  .sizzle-slider-thumb, .sizzle-slider-thumb .slick-track {
    justify-content: center;
  }
  .sizzle-slider-thumb .slick-track {
    margin-right: auto;
  }
}
/* BANNER & YOUTUBE */
#salmon-2 {
  padding: 10% 0;
  background: url(../img/salmon/bg_link.jpg) 0 0 repeat;
  background-size: 1000px auto;
}
.section + #salmon-2.section {
  margin-top: 0;
}
#salmon-2 .nav-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4% 4%;
  justify-content: space-between;
}
#salmon-2 .nav-list li:first-child {
  width: 100%;
  margin-bottom: 4%;
}
#salmon-2 .nav-list li:not(:first-child) {
  width: 48%;
}
#salmon-2 .youtube {
  max-width: 840px;
  padding-top: 47.3%;
  margin: 10% auto 0;
}

@media only screen and (max-width: 767px) {
  #salmon-2 {
    padding: 6.94% 0;
  }
  #salmon-2 .nav-list li:not(:first-child) {
    width: 100%;
    margin-bottom: 2.5%;
  }
  #salmon-2 .nav-list li:first-child {
    margin-bottom: 2.5%;
  }
  #salmon-2 .youtube {
    margin-top: 6.94%;
  }
}
/* shop list */
.section-contents + .notice {
  font-size: 14px;
  text-align: center;
  margin-top: 4%;
}

.bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4%;
}
.section-ttl + .bnr-list {
  margin-top: 5%;
}
.bnr-list li {
  max-width: 480px;
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #special #salmon-3, #special #salmon-4 {
    margin-top: 6.94%;
  }
  #salmon-3 .section-heading, #salmon-4 .section-heading {
    font-size: 20px;
    letter-spacing: 0;
  }

  .bnr-list li {
    width: 70.588%;
  }
}
/*********************************************
 MOMO_BATAKE CONTENTS
*********************************************/
#salmon-momo .section-heading {
  background-color: #f19495;
  padding: 40px 0;
}
#salmon-momo .section-heading small {
  font-size: .666em;
}
#salmon-momo .salmon-intro-section {
  padding-bottom: 0;
}

/* momo-1 */
#momo-1_1 {
  padding-bottom: 0;
}
#momo-1_1::after {
  background-color: var(--c-momo);
  height: calc(100% - 2.106%);
}
#momo-1_1 .salmon-imgbox {
  color: #000;
  align-items: flex-start;
}
#momo-1_1 .salmon-imgbox .ttl {
  color: #681224;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.28;
  margin-bottom: 20px;
}
#momo-1_1 .salmon-imgbox:first-of-type .img img {
  margin-left: -10.4%;
  margin-bottom: -6.3475%;
  width: 116.4%;
  height: 111.3475%;
  max-width: inherit;
}
#momo-1_1 .salmon-mainimg {
  padding-top: 3%;
}
#momo-1_1 .salmon-mainimg .size {
  top: -4.5%;
  right: 14%;
}
#momo-1_1 .salmon-mainimg .period {
  bottom: 11%;
  right: 1%;
}
#momo-1_1 .salmon-mainimg .salmon-info {
  color: currentColor;
}

#momo-1_2 {
  margin-top: 5.6179vw;
}

@media only screen and (max-width: 767px) {
  #momo-1_1 {
    margin-bottom: calc(4.5% + 19.02809vw);
  }
  #momo-1_1::after {
    height: 100%;
  }
  #momo-1_1 .salmon-ttl .ttl-kana {
    letter-spacing: -.01em;
    padding-left: .9em;
  }
  #momo-1_1 .salmon-imgbox .ttl {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #momo-1_1 .salmon-imgbox:first-of-type .img img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 91.47%;
    height: auto;
  }
  #momo-1_1 .salmon-mainimg .size {
    top: -36%;
    right: 6%;
  }
  #momo-1_1 .salmon-mainimg .period {
    bottom: -20%;
    right: 0;
  }
}
/* momo-2 */
#momo-2 .section-heading {
  position: relative;
  margin-bottom: 6.66%;
}
#momo-2 .section-heading:before {
  content: "";
  display: block;
  max-width: 236px;
  width: 236px;
  padding-top: 236px;
  background: url(../img/salmon/momo/logo_momobatake.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.78%;
  top: 50%;
  transform: translateY(-50%);
}
#momo-2 .sub-section + .sub-section {
  margin-top: 8%;
}
#momo-2 .section-ttl3 {
  margin-bottom: 1em;
}
#momo-2 .section-ttl3 .mark {
  font-size: .875em;
  margin-right: .5em;
}
#momo-2 .section-ttl3 .mark .big {
  font-size: 200%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#momo-2 .section-outline {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.77;
  margin-bottom: 40px;
}
#momo-2 .story_imgitem {
  position: relative;
}
#momo-2 .story_imgitem .cap_ribbon {
  background-color: var(--c-momo);
  color: #956134;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 2px 2px 1px #fff,-2px -2px 1px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 2px 2px 1px #fff,-2px -2px 1px #fff;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 370px;
  clip-path: polygon(0 0, 100% 0, 89% 50%, 100% 100%, 0 100%);
}
#momo-2 .story_imgitem .cap_dl {
  border: 3px solid #681224;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: table;
  font-size: 18px;
  line-height: 1.77;
  font-weight: 700;
  color: #681224;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
}
#momo-2 .story_imgitem .cap_dl dl {
  display: table-row;
}
#momo-2 .story_imgitem .cap_dl dt, #momo-2 .story_imgitem .cap_dl dd {
  display: table-cell;
  padding: 5% 4% 4.5%;
}
#momo-2 .story_imgitem .cap_dl dt {
  background-color: #681224;
  color: #fff;
  text-align: center;
  width: 32.0%;
}
#momo-2 .story_imgitem .cap_dl dd {
  width: 68.0%;
}
#momo-2 .story_imgitem .cap {
  background-color: #681224;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.77;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding: 5.5% 4% 5%;
  margin-top: 25px;
}
#momo-2 .story_imgitem .cap:before {
  content: "";
  display: block;
  width: 52.008%;
  max-width: 233px;
  padding-top: 85px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
}
#momo-2 .story_imgitem.umi .cap:before {
  background-image: url(../img/salmon/momo/sake_umi.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #momo-2 .story_imgitem.umi .cap:before {
    background-image: url(../img/salmon/momo/sake_umi@2x.png);
  }
}
#momo-2 .story_imgitem.kawa .cap {
  background-color: var(--c-momo);
  color: #681224;
}
#momo-2 .story_imgitem.kawa .cap:before {
  background-image: url(../img/salmon/momo/sake_kawa.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #momo-2 .story_imgitem.kawa .cap:before {
    background-image: url(../img/salmon/momo/sake_kawa@2x.png);
  }
}
#momo-2 .imgbox .story_imgitem {
  width: 44.8%;
}
#momo-2 .imgbox .story_imgitem .img, #momo-2 .imgbox .story_imgitem .content {
  width: 100%;
}
#momo-2 .imgbox.col4 .story_imgitem {
  width: 22%;
}

@media only screen and (min-width: 1201px) {
  #momo-2 .section-heading:before {
    left: 8.33%;
  }
}
@media only screen and (max-width: 992px) {
  #momo-2 .section-heading {
    padding-left: 37.647%;
    padding-right: 4%;
  }
  #momo-2 .story_imgitem .cap_ribbon {
    position: relative;
    margin-bottom: 10px;
  }
  #momo-2 .story_imgitem .cap::before {
    padding-top: 18.823%;
  }
  #momo-2 .imgbox .story_imgitem {
    width: 48%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 766px) {
  #momo-2 .story_imgitem .cap_dl dt {
    width: 37%;
    vertical-align: middle;
  }
  #momo-2 .story_imgitem .cap_dl dd {
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  #special #momo-2 {
    margin-top: 40px;
  }
  #momo-2 .section-heading {
    padding: 20px 4% 23px 37.647%;
    font-size: 20px;
  }
  #momo-2 .section-heading:before {
    width: 118px;
    padding-top: 118px;
  }
  #momo-2 .section-heading small {
    font-size: .7em;
  }
  #momo-2 .section-ttl3 {
    font-size: 1.125em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.11;
  }
  #momo-2 .section-ttl3 .mark {
    display: block;
    margin-bottom: 5px;
  }
  #momo-2 .section-outline {
    font-size: 1em;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  #momo-2 .story_imgitem + .story_imgitem {
    margin-top: 25px;
  }
  #momo-2 .story_imgitem .cap_ribbon {
    font-size: 1em;
    line-height: 1.625;
    width: 97%;
    text-shadow: 1px 1px .5px #fff,-1px -1px .5px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 0 0 2px #fff,0 0 2px #fff, 1px 1px .5px #fff,-1px -1px .5px #fff;
  }
  #momo-2 .story_imgitem .cap_dl {
    border-radius: 15px;
    border-width: 2.5px;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 10px;
    min-height: 60px;
  }
  #momo-2 .story_imgitem .cap {
    line-height: 1.5;
    font-size: 1em;
    border-radius: 15px;
    padding: 6.5% 5% 4.5%;
  }
  #momo-2 .story_imgitem .cap::before {
    padding-top: 18.823%;
    top: 4%;
  }
  #momo-2 .imgbox .story_imgitem {
    width: 100%;
  }
  #momo-2 .imgbox.col4 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #momo-2 .imgbox.col4 .story_imgitem {
    width: 45.88%;
    margin: 0 5px 4.12%;
  }
  #momo-2 .imgbox.col4 .story_imgitem + .story_imgitem {
    margin-top: 5px;
  }
}
/*********************************************
 FARMING CONTENTS
*********************************************/
#farming-outline .skeleton-table caption {
  white-space: nowrap;
}
#farming-outline .skeleton-table td {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #farming-1 .imgbox .imgcap2 {
    text-align: left;
  }
}
/*********************************************
 HISTORY CONTENTS
*********************************************/
#history-outline .section-contents-inner:nth-of-type(2) > .img {
  margin-top: -8%;
}
#history-outline .cite {
  margin-top: 1em;
}

#history-1 .photo-list {
  margin-bottom: -4%;
}
#history-1 .photo-list .imgitem {
  margin-bottom: 4%;
}
#history-1 .photo-list .ttl {
  color: #681224;
  font-size: 1.25rem;
  margin-top: 0;
}
#history-1 .photo-list .ttl .num {
  font-size: 150%;
  font-style: italic;
  margin-right: .25em;
}

#history-2 .section-contents-inner .img {
  max-width: 236px;
  margin: auto;
  text-align: center;
}
#history-2 .section-contents-inner .txt {
  margin-top: 5%;
}
#history-2 .section-contents-inner .btn-wrap {
  margin-top: 5%;
}
#history-2 .section-contents-inner .btn-normal {
  min-width: 300px;
}
#history-2 .section-contents-block2 {
  margin-top: 4.166%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#history-2 .section-contents-block2 .imgbox {
  margin-bottom: 5.6%;
}
#history-2 .section-contents-block2 .img {
  width: 32%;
}
#history-2 .section-contents-block2 .contents {
  width: 64.5%;
  padding-left: 2.34375em;
}
#history-2 .section-contents-block2 .contents .ttl2 {
  margin-left: 0;
  text-align: left;
}
#history-2 .section-contents-block2 .contents .ttl2 .num {
  font-size: 1.5em;
  font-style: italic;
  text-indent: -1.25em;
  display: inline-block;
}
#history-2 .section-contents-block2 .txt {
  font-size: .9375em;
}
#history-2 .point-txt {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 5.6%;
  color: #681224;
}

@media only screen and (max-width: 767px) {
  #history-outline .section-contents-inner:nth-of-type(2) > .img {
    margin-top: 0;
  }

  #history-2 .section-contents-block2 {
    margin-top: 8%;
    padding: calc(8.33% - 2px);
  }
  #history-2 .section-contents-block2 .img {
    width: 100%;
    text-align: center;
  }
  #history-2 .section-contents-block2 .img img {
    width: 70%;
  }
  #history-2 .section-contents-block2 .contents {
    width: 100%;
    padding-left: .75em;
  }
  #history-2 .section-contents-block2 .point-txt {
    font-size: 1.05em;
    margin-left: -5.5%;
    margin-right: -5.5%;
    margin-top: 10%;
  }
}
