body {
  font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html {
  font-size: 62.8%;
  line-height: 1.8;
  color: #3b322e;
  letter-spacing: 0.1em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

.slick-slide:focus {
  outline: none;
}

/*---------------------------
  共通パーツ
---------------------------*/
.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.is-pc-i {
  display: inline;
}

.mid-txt {
  font-size: 1.6rem;
}

.sm-txt {
  font-size: 1.4rem;
}

.w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.italic {
  font-style: italic;
}

.annotation {
  font-size: 1.4rem;
  text-indent: 1em;
  padding-left: 1em;
}

.annotation::before {
  content: '※';
  margin-left: -2em;
}

.annotation+.annotation {
  margin-top: 0;
}

@media screen and (max-width: 756px) {
  .is-pc {
    display: none;
  }

  .is-pc-i {
    display: none;
  }

  .mid-txt {
    font-size: 1.2rem;
  }

  .sm-txt {
    font-size: 1rem;
  }

  .annotation {
    font-size: 1.1rem;
    /* margin: 0 20px; */
  }
}

/*-----------------------------------------------------------------
		ヘッダー
-----------------------------------------------------------------*/
header {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  height: 80px;
  max-width: 100%;
  width: 86%;
  margin: 0 auto;
  position: relative;
}

.menu {
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

/* ロゴ */
.logo-wrap {
  margin-right: auto;
  /* width: 80px; */
  position: absolute;
  left: 0;
  display: flex;
}

.logo-wrap p {
  font-size: 1.2rem;
}

.header-logo {
  width: 63px;
  height: auto;
  margin-right: 12px;
}

/* ナビゲーション */
.nav ul {
  display: flex;
}

.nav ul li {
  display: flex;
  /* font-weight: bold; */
  position: relative;
  z-index: 1;
  font-size: 1.6em;
  letter-spacing: initial;
}

.nav ul li a:visited {
  color: #3b322e;
}

.nav ul li a:link {
  color: #3b322e;
}

.gloval-nav.nav-pc ul li a {
  padding: 0 16px;
}

.gloval-nav.nav-pc ul li:after {
  content: '｜';
}

.gloval-nav.nav-pc ul li:last-child:after {
  content: '';
}

.nav-pc {
  display: block;
}

.nav-sp {
  display: none;
}

@media screen and (max-width: 1410px) {
  .nav-pc {
    display: none;
  }

  .nav-sp {
    display: block;
  }

  header {
    padding: 17px 20px;
    font-size: 0.9rem;
    height: 60px;
    width: 100%;
  }

  .header-logo {
    width: 38px;
    margin-right: 10px;
  }

  .logo-wrap {
    left: 20px;
  }

  .logo-wrap p {
    font-size: 0.9rem;
  }

  #nav-toggle .sp {
    display: block;
  }

  /* トグルアイコン  */
  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    transition: transform .4s;
    box-sizing: border-box;
  }

  #nav-toggle {
    position: absolute;
    width: 30px;
    height: 38px;
    z-index: 1000;
    left: calc(50% - 8px);
  }

  #nav-toggle span {
    position: absolute;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #fff;
  }

  #nav-toggle span:nth-of-type(1) {
    top: 13px;
  }

  #nav-toggle span:nth-of-type(2) {
    top: 19px;
  }

  #nav-toggle span:nth-of-type(3) {
    top: 25px;
  }

  .open #nav-toggle span:nth-of-type(1) {
    top: 5px;
  }

  .toggle-wrap {
    position: relative;
    background-color: #3e3733;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
  }

  /* ハンバーガーアニメーション */
  .open #nav-toggle.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .open #nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-35deg);
    transform: translateY(10px) rotate(-35deg);
    background-color: #fff;
    z-index: 999;
  }

  .open #nav-toggle.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(35deg);
    transform: translateY(0) rotate(35deg);
    background-color: #fff;
    top: 15px;
    z-index: 999;
  }

  .open #nav-toggle.active span:nth-of-type(3) {
    opacity: 0;
  }

  /* トグルアイコン  */
  /* メニュー開 */
  .nav ul {
    display: block;
  }

  .menu a {
    font-size: 1.6rem;
  }

  #nav-toggle>div {
    width: 30px;
  }

  .open #nav-toggle>div {
    width: 25px;
  }

  #container {
    z-index: 900;
  }


  .gloval-nav {
    position: absolute;
  }

  .gloval-nav.nav-sp {
    background: url(../images/bg_nav-1.png) top 10px left 10px / 105px no-repeat ,url(../images/bg_nav-2.png) bottom 10px right 10px / 105px no-repeat ;
    background-color: #3e3733;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    height: 100vh;
    overflow: auto;
  }

  .menu .gloval-nav.nav-sp .nav{
      margin-top: 50px;
    }

  .nav a {
    display: block;
    padding: 0;
  }

  .gloval-nav.nav-sp a:link {
    color: #fff;
  }

  .gloval-nav.nav-sp a:visited {
    color: #fff;
  }

  .gloval-nav ul li {
    opacity: 0;
  }

  /* open */
  .open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .open .gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  .open .gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
    margin: 20px 0;
  }
}

/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.main-contents {
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
  background: url("../images/bg-gray.png");
}

.fixed-nav {
  display: block;
  left: auto;
  right: 0;
  position: fixed;
  top: 120px;
  width: 60px;
  z-index: 200;
}

.bg-ptn {
  background: url(../images/bg_ptn.png) repeat-y;
  background-size: 100%;
}

.mv {
  position: relative;
}

.mv-deco {
  position: absolute;
  width: 17%;
  height: auto;
  opacity: 0.2;
}

.mv-deco.top {
  top: -35px;
  right: 40px;
}

.mv-catch {
  position: absolute;
  bottom: 34px;
  right: 0;
  letter-spacing: 0.2em;
}

.mv-catch span {
  font-size: 3.3rem;
  background: #fff;
  padding: 0 35px;
  margin-bottom: 10px;
  display: inline-block;
}

.mv-deco.bottom {
  bottom: -35px;
  left: 40px;
}

.mv-img {
  max-width: 100%;
  width: 86%;
  height: auto;
  /* display: block; */
  margin: auto;
}

.content {
  width: 1280px;
  margin: 0 auto;
}

/*---------------------------
  小見出し関連
---------------------------*/
.subttl span {
  line-height: normal;
}

.subttl.bgbrown span {
  background: url(../images/bg-ttlbrown.png);
  color: #fff;
}

.subttl.bgwhite span {
  background: #fff;
}

.subttl.bgblack span {
  background: #3b312f;
  color: #fff;
}

.subttl.middle span {
  font-size: 3.6rem;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: normal;
}

.subttl.middle .subttl-small {
  font-size: 2.6rem;
}

.subttl.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.subttl.vertical.large span {
  padding: 15px 0;
  display: inline-block;
}

.subttl.v-middle span {
  font-size: 3.2rem;
  padding: 10px 0;
  margin-left: 10px;
  line-height: normal;
  display: inline-block;
}

.subttl.large span {
  font-size: 5.5rem;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
}

.subttl.center {
  text-align: center;
}

/*---------------------------
  content01
---------------------------*/
.content01 {
  /* margin-top: 80px; */
  padding: 30px 0 100px;
  position: relative;
}

.content01 .subttl {
  margin-left: 73px;
}

.content01-pointblc {
  margin-top: 20px;
}

.content01-point {
  width: 60%;
  background: #fff;
  padding: 35px 0 30px 90px;
  margin-bottom: 20px;
}

.content01-point h3 {
  font-size: 2.0rem;
  font-weight: bold;
}

.content01-point p {
  font-size: 1.6rem;
  margin-top: 10px;
}

.content01-img {
  position: absolute;
  top: 0;
  right: 80px;
}

/*---------------------------
  content02
---------------------------*/
.content02 {
  background: url("../images/content02_1.png") no-repeat top left;
  background-size: 90%;
  position: relative;
  padding: 50px 0 100px;
}

.content02 .subttl {
  position: absolute;
  top: 0;
  left: 5%;
}

.content02-blc {
  width: 60%;
}

.content02-blc.right {
  margin-left: auto;
}

.content02-blc.left {
  margin-top: -200px;
}

.content02-txt {
  width: 100%;
  background: #fff;
  padding: 30px 0 30px 35px;
  font-size: 1.6rem;
}

.left .content02-txt {
  padding: 30px 0 30px 140px;
}

.content02-txt .italic {
  margin-top: 30px;
}

.content02-point {
  margin-top: 30px;
}

.left .content02-point {
  margin-left: 140px;
}

.content02-point span {
  display: inline-block;
  background: #a87071;
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.2rem;
  padding: 0 5px;
  letter-spacing: 0.1em;
  width: 656px;
}

.content02-blc-img {
  margin-top: 20px;
  height: 260px;
  object-fit: cover;
}

.content02-lead {
  text-align: center;
  font-size: 3.4rem;
  margin-top: 100px;
  letter-spacing: 0.1em;
}

.content02-lead span {
  font-size: 4.4rem;
}

.experience-content {
  width: 100%;
  max-width: 1002px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b322e;
  color: #ffffff;
  padding: 40px;
}

.experience-ttl {
  font-size: 18px;
}

.experience-list {
  font-size: 12px;
}

/*---------------------------
  content03
---------------------------*/
.content03 {
  background: url(../images/content03_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.content03-mv {
  width: 1030px;
  padding: 100px 0 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content03-mv-inner:last-of-type {
  width: 576px;
  height: auto;
}

.content03-lead {
  color: #fff;
  font-size: 2rem;
  margin-top: 60px;
}

.content03-lead span {
  font-size: 120%;
}

.content03-inner {
  background: rgba(0, 0, 0, .4);
  margin: 0 auto;
  border-radius: 6px;
  border: solid 3px #c1b4a4;
  width: 1130px;
  padding: 40px 65px;
  box-sizing: border-box;
}

.content03-comparison {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.content03-comparison-blc {
  width: calc(25% - 40px);
}

.comparison-blc-txt {
  background: #f2ede6;
  padding: 20px 0;
  font-size: 1.4rem;
}

.comparison-txt-inner {
  margin: auto;
  width: 9em;
}

.comparison-blc-ttl {
  text-align: center;
  font-size: 1.6rem;
}

.comparison-meter {
  margin-top: 60px;
}

.comparison-meter+.comparison-meter {
  margin-top: 20px;
}

/*---------------------------
  content04
---------------------------*/
.content04 {
  padding: 60px 0;
}

.content04.bg-ptn {
  background-position: top -260px left;
}

.content04 h2 {
  margin-bottom: 50px;
}

.content04-blc {
  position: relative;
}

.content04-blc .ttl-left {
  position: absolute;
  top: -35px;
  left: 70px;
  height: 42em;
}

.content04-blc .ttl-right {
  position: absolute;
  top: -35px;
  right: 70px;
  height: 48em;
}

.content04-blc.top h3 {
  right: 70px;
  height: 46em;
}

.content04-blc.top {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.content04-blc-left {
  width: 540px;
}

.content04-blc-left img {
  width: 298px;
  margin: 0px auto 50px;
}

.content04-blc-right {
  width: 540px;
  font-size: 1.6rem;
}

.content04-blc-voice {
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #3b322e;
  padding: 5px 20px;
  font-size: 1.6rem;
  border-radius: 6px;
}

.content04-blc-voice p {
  border-bottom: solid 1px #9d9d9d;
  padding: 10px 0;
}

.content04-blc-voice p:last-child {
  border-bottom: none;
}

.content04-point {
  background: #fff;
  width: 60%;
  font-size: 1.6rem;
  position: absolute;
  top: -40px;
}

.content04-point li {
  margin-bottom: 10px;
}

.content04-point li:last-of-type {
  margin-bottom: 0;
}

.content04-point li::before {
  content: '・';
  display: inline-block;
  margin-right: 0.5em;
}

.content04-point.left {
  padding: 40px 0 40px 140px;
  left: 0;
}

.content04-point.right {
  right: 0;
  padding: 21px 0 26px 80px;
}

.content04-img-blc {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  /* width: calc(100% - 70px); */
}

.content04-img-blc.right {
  margin-left: auto;
}

.content04-img-large {
  width: 50%;
  height: auto;
}

/* .content04-img-small{
  width: 272px;
  height: auto;
} */
.content04-mult {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  /* top: 50%;
  left: 50%; */
  top: calc(50% - 39px);
  left: calc(50% - 39px);
  /* margin: 20px auto 60px; */
}

.content04-mult::before,
.content04-mult::after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.content04-mult::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 0;
}

/*---------------------------
  content05
---------------------------*/
.content05 {
  /* background: url(../images/content05_bg.png) no-repeat top left 60px,url(../images/bg-beige.png); */
  padding-bottom: 100px;
}

.content05 .content {
  padding: 0 60px;
}

.content05-lead {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 60px;
}

.content05-blc {
  position: relative;
}

.content05-blc.bottom {
  margin-top: 74px;
}

.content05-img {
  position: absolute;
}

.content05-blc.top .content05-img {
  top: -127px;
  right: -75px;
}

.content05-blc.bottom .content05-img {
  top: 0;
  left: -40px;
}

.content05-point {
  width: 666px;
  margin-left: auto;
  box-sizing: border-box;
}

.content05-point-ttl {
  background: #3b322e;
  font-size: 2.6rem;
  color: #fff;
  padding: 10px 0 10px 38px;
  line-height: normal;
}

.content05-point-txtblc {
  font-size: 2.1rem;
  background: #fff;
  opacity: .8;
  padding: 30px 40px;
  border: 1px solid #3b322e;
}

.content05-point-txt {
  margin-bottom: 30px;
}

.content05-capacity {
  font-size: 2.1rem;
  padding: 32px 0 28px 38px;
  background: url(../images/bg-red2.png);
  margin: 13px 0 0 auto;
  width: 666px;
  color: #fff;
}

.content05-type {
  margin: 20px 0 0 45px;
}

.content05-type-wrap {
  width: 100%;
  margin-top: 50px;
  border: 3px solid #3b322e;
  background: rgba(255, 255, 255, .4);
  border-radius: 6px;
  padding: 63px 73px;
}

.content05-type-kana {
  font-size: 1.6rem;
  line-height: 0.8;
}

.content05-type-ttl-small {
  font-size: 2.0rem;
  line-height: 0.8;
}

.content05-type-ttl {
  font-size: 3.2rem;
  margin-bottom: 35px;
}

.content05-type-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content05-type-producer {
  display: flex;
}

.content05-type-img {
  width: 387px;
  height: auto;
  align-self: flex-start;
}

.content05-type-text {
  font-size: 1.6rem;
  letter-spacing: normal;
}

.content05-type-text p+p {
  margin-top: 20px;
}

.content05-manufacturer {
  background: #897a73;
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  margin-bottom: 40px;
}

.content05-gray {
  background-color: #E4E0DF;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content05-gray-txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 0.15rem;
  color: #938680;
}

.content05-gray-img {
  width: 140px;
}

/*---------------------------
  content06
---------------------------*/
/* .content06.bg-ptn{
  background-position: top -420px left;
} */
/* .content06-inner{
  padding: 100px 0;
  background: url(../images/content06_1.png) no-repeat top 40px right;
} */
.content06 {
  background: url(../images/bg-beige2.png);
}

.content06 .item-dtl {
  height: 114px;
}

.content06 h2 {
  margin-left: 70px;
}

.content06-lead {
  font-size: 2rem;
  margin: 56px 0 0 250px;
  letter-spacing: 0;
}

.content06-feature {
  display: flex;
  justify-content: center;
  padding: 0 140px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.content06-feature-blc {
  width: 306px;
  margin: 0 41px 56px 0;
}

.content06-feature-blc:nth-of-type(3n),
.content06-feature-blc:last-of-type {
  margin-right: 0;
}

.content06-feature-img {
  max-width: 100%;
  height: auto;
}

.content06-feature-caption {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 15px;
}

/*---------------------------
  content06_2
---------------------------*/
.content06_2 .item-wrap {
  display: flex;
  justify-content: center;
}


.content06_2 .lineup-item-dtl-warp {
  height: 175px;
}

/*---------------------------
  content07
---------------------------*/
.content07 {
  background: url(../images/content07_1.png) no-repeat bottom left;
  background-size: contain;
  background-color: #000;
  padding: 76px 0;
}

.content07-inner {
  margin-left: 54%;
}

.content07 h2 .font-middle {
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.content07 h2 {
  margin-bottom: 55px;
}

.content07-lead {
  font-size: 1.6rem;
  color: #fff;
}

.content07-lead+.content07-lead {
  margin-top: 26px;
}

/*-------------------------
  content08
---------------------------*/
.content08 {
  background: url(../images/content08_bg.jpg) no-repeat center top;
  background-size: cover;
}

.content08 .content {
  padding: 100px 73px;
}

.content08.bg-ptn {
  background-position: top -200px left;
}

.content08 h2 {
  margin-bottom: 60px;
}

.content08-howto {
  display: flex;
  /* padding: 0 67px; */
}

.content08-howto-blc {
  width: 50%;
  margin-bottom: 20px;
}

.content08-howto-blc.left {
  font-size: 1.8rem;
  border: 3px solid #3b322e;
  background: rgba(255, 255, 255, .4);
  border-radius: 6px;
  padding: 43px;
}

.content08-howto-blc.right {
  width: calc(50% - 30px);
  margin-left: auto;
}

.content08-howto-extop {
  font-size: 1.8rem;
  text-align: center;
  padding: 5px 0;
  background: url(../images/bg-beige.png);
}

.content08-howto-text {
  margin-bottom: 30px;
}

.content08-howto-exbottom {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  padding: 10px 0 13px;
  background: url(../images/bg-red.png);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  line-height: 1;
}

.content08-howto-exbottom img {
  display: inline-block;
  margin-right: 4px;
}

.content08-howto-exbottom span {
  font-size: 3.4rem;
}

.content08 .arrow-bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 24px 0 24px;
  border-color: #720000 transparent transparent transparent;
  display: block;
  margin: 20px auto 11px;
}

.content08-catch {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: initial;
}

.content08-catch span {
  font-size: 3.2rem;
}

.content08-use {
  width: 100%;
  margin-top: 40px;
}

.content08-use-ttl {
  background: #3b322e;
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  padding: 6px 0 8px
}

.content08-use-inner {
  padding: 60px 67px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 1px solid #3b322e;
  background: rgba(255, 255, 255, .8);
}

.content08-use-img {
  width: 294px;
  height: auto;
  align-self: flex-start;
}

.content08-use-text {
  margin-left: 45px;
}

.content08-use-text p {
  font-size: 2rem;
  letter-spacing: normal;
}

.content08-use-text p+p {
  margin-top: 20px;
}

.content08-use-howto {
  background: url(../images/bg-red.png);
  padding: 25px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 28px;
}

/*---------------------------
  content09
 ---------------------------*/
.content09 {
  background: url(../images/bg-beige.png);
  padding: 100px 0;
}

.content09 h2 {
  margin-bottom: 60px;
}

.content09-lead {
  font-size: 1.6rem;
  text-align: center;
}

.content09-point {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content09-point-blc {
  /* width: 306px; */
  width: calc(100% / 3 - 40px);
  margin: 0 41px 40px 0;
}

.content09-point-blc:nth-of-type(3n) {
  margin-right: 0;
}

.content09-point-text {
  text-align: center;
  background: url(../images/bg-red2.png);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 10px 0;
}

/*---------------------------
  content10
---------------------------*/
.content10 {
  background: url(../images/content10_bg.jpg) no-repeat;
  background-size: cover;
  padding: 184px 0;
}

/*---------------------------
  content11
---------------------------*/
.content11 {
  background: url(../images/bg-beige.png);
  display: flex;
  align-items: center;
}

.content11-blc {
  width: 50%;
  font-size: 2.2rem;
}

div.content11-blc {
  display: flex;
  justify-content: center;
}

/*---------------------------
  lineup
---------------------------*/
.lineup {
  padding: 100px 0 90px;
}

.lineup .content {
  /* padding: 0 140px; */
  /* width: 86%; */
}

.lineup.bg-ptn {
  background-position: top -100px left;
}

.lineup h2 {
  margin-bottom: 66px;
}

.item-wrap {
  display: flex;
  justify-content: center;
  max-width: 1250px;
  margin: 0 auto;
}

.lineup-item {
  /* display: flex; */
  justify-content: space-between;
}

.lineup-item+.lineup-item {
  /* width: calc(100% + 10px);
  margin-right: -10px; */
  margin-left: 40px;
}

.lineup-item {
  flex-direction: column;
  position: relative;
  width: calc((100% - 120px)/ 4);
}

/* .lineup-item-img {
  min-width: 320px;
} */

.lineup-item-thum {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.lineup-item-thum li {
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.tmb-emp {
  height: 66px;
}

.lineup-item-name {
  font-size: 2.0rem;
}

.lineup-item-name span {
  font-size: 1.6rem;
}

.lineup-item-price {
  /* text-align: right; */
  font-size: 2.2rem;
}

.lineup-item-price span {
  font-size: 1.6rem;
}

.lineup-item-price .badge-free {
  font-size: 1.4rem;
  background: #c20000;
  color: #fff;
  padding: 0 4px;
  display: inline-block;
  border-radius: 3px;
}

.item-dtl {
  /* height: 102px; */
  height: 150px;
  margin: 30px 0;
}

.lineup-item-feature {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.lineup-item-feature+.lineup-item-feature {
  margin-top: 50px;
}

.lineup-item-detail {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.lineup-item-dtl-warp {
  height: 140px;
  margin-bottom: 30px;
}

.lineup-item-detail {
  margin-left: 1em;
  text-indent: -1em;
}

.lineup-item-detail .indent {
  margin-left: -1em;
  text-indent: 1em;
}

.lineup-item-detail .indent::before {
  /* content: '・';
margin-left: -1em; */
}

/* .lineup-item-detail + .lineup-item-detail{
  margin-top: 5px;
} */

.lineup-item-tag {
  font-size: 1.8rem;
  text-align: center;
  color: #840b0b;
  margin-bottom: 10px;
  background-color: #E6D7C2;
  padding: 5px;
}

/*---------------------------
  slide
---------------------------*/
.slick-track {
  /* display: flex;
  width: 100%; */
  margin-left: 0;
}

.content05 .lineup-item-thum {
  display: block;
}

/* .slick-slider .slick-track{
  height: 260px;
}
.slick-slider .slick-list{
  height: 44px;
} */
.content05 .lineup-item-img {
  width: 255px;
  margin: auto;
}

/*
.content05 .slick-slider{
  overflow: hidden;
}

.content05 .lineup-item-thum{
  width: auto;
  margin-left: 10px;
}

.content05 .slick-track{
  display: grid;
} */
.buybtn,
.detailbtn,
.soldoutbtn {
  border-radius: 3px;
  width: 100%;
  padding: 11px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  display: block;
}

.buybtn:hover,
.detailbtn:hover {
  opacity: .7;
}

.buybtn {
  background: #840b0b;
  /* margin-top: 50px; */
}

.detailbtn {
  background: #20276f;
  margin-top: 20px;
}

.soldoutbtn {
  background: #808080;
  margin-top: 50px;
}

.is-soldout {
  background: #808080;
  color: #fff;
  pointer-events: none;
}
.soldout-txt {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 756px) {
  .soldout-txt {
    font-size: 1rem;
  }
}

footer {
  font-size: 1.2rem;
  color: #fff;
  background: #3b322e;
  padding: 30px 0;
  text-align: center;
}

.katsuobushi_live_banner {
  text-align: center;
  margin: 50px 0 0;
}

.katsuobushi_live_banner img {
  display: inline-block;
}

/*---------------------------
  注意書き
---------------------------*/
.emergency-point-txtblc {
  font-size: 1.2rem;
  margin-top: 15px;
}

.emergency-txt-indent {
  padding-left: 1em;
}

@media screen and (max-width: 756px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  .menu .gloval-nav.nav-sp .nav{
    margin-top: 50%;
  }

  .main-contents {
    min-width: auto;
    max-width: 100%;
  }

  .fixed-nav {
    top: 80px;
    width: 45px;
  }

  .mv-deco {
    position: absolute;
    width: 31.5%;
    height: auto;
  }

  .mv-deco.top {
    top: -22px;
    right: 0;
  }

  .mv-deco.bottom {
    bottom: -22px;
    left: 0px;
  }

  .mv-badge {
    position: absolute;
    width: 82px;
    height: auto;
    top: 10px;
    left: 12px;
  }

  .mv-catch {
    position: absolute;
    bottom: 15px;
    right: 0;
    letter-spacing: 0.1em;
  }

  .mv-catch span {
    font-size: 1.5rem;
    padding: 0 10px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .mv-img {
    width: 100%;
    padding: 0 20px;
  }

  .content {
    width: 100%;
  }

  /*---------------------------
    小見出し関連
  ---------------------------*/
  .subttl.left span {
    padding: 0 18px;
    letter-spacing: normal;
  }

  .subttl.large span {
    font-size: 4.1rem;
    display: inline-block;
    line-height: 1.6;
  }

  .subttl.middle span {
    font-size: 2.5rem;
    /* line-height: 1; */
    padding: 5px 10px;
  }

  .content01 .subttl.middle span {
    font-size: 2.0rem;
  }

  .content03 .subttl.middle span {
    padding: 0 15px;
    /* font-size: 2.2rem; */
  }

  .content10 .subttl.middle span {
    font-size: 2.7rem;
  }

  .subttl.middle .subttl-small {
    font-size: 1.3rem;
  }

  .subttl.middle span:last-of-type {
    margin-bottom: 0;
  }

  .content03 .subttl.middle span:last-of-type {
    padding: 0 20px;
  }

  .subttl.middle .sp-small {
    font-size: 1.3rem;
  }

  .subttl.small span {
    font-size: 2.5rem;
    line-height: 2;
  }

  .subttl span.inner-small {
    font-size: 2rem;
    line-height: 1.8;
  }

  .subttl span.inner-middle {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .content04 .subttl.vertical {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }

  .subttl.vertical span {
    padding: 0;
    line-height: normal;
  }

  .subttl.v-middle span {
    font-size: 1.6rem;
    padding: 0 5px;
    margin-left: 10px;
    line-height: normal;
    display: inline-block;
  }

  .subttl.vertical.large span {
    padding: 10px 0;
    margin-bottom: 0;
  }

  .subttl.center {
    text-align: center;
  }

  .subttl.center span {
    padding: 0 5px;
  }

  /*---------------------------
    content01
  ---------------------------*/
  .content01 {
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .content01 .subttl {
    margin-left: 0;
  }

  .content01-pointblc {
    margin-top: 30px;
  }

  .content01-point {
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 15px;
  }

  .content01-point h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .content01-point p {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .content01-img {
    position: relative;
    top: auto;
    right: auto;
    margin: -30px 0 0 -4%;
    z-index: 100;
  }

  /*---------------------------
    content02
  ---------------------------*/
  .content02 {
    background: none;
    position: relative;
    padding: 0 0 35px;
    margin-top: -10px;
  }

  .content02 .subttl {
    right: 15px;
    height: 16em;
  }

  .content02-blc {
    width: 100%;
  }

  .content02-blc.right {}

  .content02-left-wrap {
    background: url(../images/content02_1_sp.png) no-repeat center;
    background-size: cover;
    background-color: #e9eef0;
    /* margin-left: 0; */
    padding: 20px 0 300px;
  }

  .content02-blc.left {
    margin-top: 0;
  }

  .content02-txt {
    width: 100%;
    background: #fff;
    padding: 22px 80px 22px 20px;
    font-size: 1.2rem;
  }

  .left .content02-txt {
    padding: 27px 20px 23px;
  }

  .content02-txt .italic {
    margin-top: 25px;
  }

  .content02-point {
    margin-top: 0;
  }

  .content02-blc-img {
    margin-top: 0;
    height: auto;
    object-fit: contain;
  }

  .left .content02-point {
    margin-left: 0;
  }

  .content02-point span {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 1.7rem;
    padding: 0 20px;
    letter-spacing: normal;
    width: auto;
    line-height: normal;
  }

  .content02-lead {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 20px;
    letter-spacing: initial;
  }

  .content02-lead span {
    font-size: 1.7rem;
  }

  .experience-content {
    padding: 10px 12px;
    margin: 25px 0 0;
    width: auto;
  }

  .content02 .experience-content {
    margin: 25px 20px 0;
  }

  .experience-ttl {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .experience-list {
    font-size: 1.0rem;
    font-weight: 300;
  }

  /*---------------------------
    content03
  ---------------------------*/
  .content03 {
    background: url(../images/content03_bg_sp.png) no-repeat top, #3b322e;
    background-size: contain;
    padding-bottom: 40px;
  }

  .content03 h2 {
    font-size: 2.2rem;
  }

  .content03-mv {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    height: 500px;
  }

  .content03-mv-inner {
    position: absolute;
    left: 0;
  }

  .content03-mv-inner:last-of-type {
    width: 100%;
  }

  .content03-mv-inner img {
    margin-left: 10px;
    width: 320px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .content03-mv-img {
    width: 90%;
    margin: 25px auto 0;
  }

  .content03-lead {
    color: #fff;
    font-size: 1.4rem;
    margin: 25px 0 0 20px;
  }

  .content03-lead span {
    font-size: 135%;
  }

  .content03-inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .content03-comparison-wrap {
    display: flex;
    justify-content: space-between;
    margin: 27px 24px 20px;
  }

  .content03-comparison-wrap .comparison-meter img {
    width: 21px;
  }

  .content03-comparison {
    display: block;
    align-items: center;
    /* padding: 0 25px; */
    margin-top: 0;
  }

  .comparison-meter {
    width: 24px;
    height: auto;
    margin-top: 0;
  }

  .content03-comparison-blc {
    width: 165px;
    margin: 0 auto 23px;
  }

  .content03-comparison-blc:last-of-type {
    margin-bottom: 0;
  }

  .comparison-blc-txt {
    background: #f2ede6;
    padding: 13px 0;
    font-size: 1.4rem;
  }

  .comparison-txt-inner {
    margin: auto;
    width: 9em;
    font-size: 1.2rem;
  }

  .comparison-blc-ttl {
    text-align: center;
    font-size: 1.4rem;
  }

  /*---------------------------
    content04
  ---------------------------*/
  .content04 {
    padding: 0;
  }

  .content04.bg-ptn {
    background-position: top -160px left;
  }

  .content04 h2 {
    margin-bottom: 25px;
  }

  .content04-blc {
    position: relative;
    margin-top: 60px;
  }

  .content04-blc h3 {
    top: 0px;
  }

  .content04-blc.top {
    display: block;
    margin: 0 20px 40px;
  }

  .content04-blc.top h3 {
    right: 10px;
    height: 25em;
  }

  .content04-blc.bottom h3 {
    /* height: 25em; */
    /* position: relative; */
    z-index: 2;
  }

  .content04-mult {
    position: relative;
  }

  .content04-blc .ttl-left {
    left: 10px;
  }

  .content04 .content .ttl-right {
    position: absolute;
    right: 10px;
    margin-top: -12px;
  }

  .content04-blc .ttl-left span {
    margin-bottom: 6px;
  }

  .content04-blc-left {
    width: auto;
    padding-top: 40px;
  }

  .content04-blc-left img {
    width: 223px;
    margin: 0 auto 25px;
  }

  .content04-blc-right {
    width: auto;
    margin: 40px 0 0;
  }

  .content04-blc-voice {
    font-size: 1.2rem;
  }

  .content04-point {
    width: 100%;
    font-size: 1.2rem;
    position: static;
  }

  .content04-point li {
    padding-left: 1.5em;
  }

  .content04-point li::before {
    margin-right: 0;
    text-indent: -1.5em;
  }

  .content04-point.left {
    padding: 25px 102px 25px 20px;
    left: 0;
  }

  .content04-point.right {
    right: 0;
    padding: 25px 20px 25px 110px;
  }

  .content04-img-blc {
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .content04-img-blc.right {
    margin-left: auto;
  }

  .content04-img-large {
    width: 100%;
    height: auto;
  }

  .content04-img-small {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px 10px 0 0;
  }

  .content04-img-small:last-of-type {
    margin-right: 0;
  }

  .content04-mult {
    display: block;
    width: 58px;
    height: 58px;
    /* position: relative; */
    margin: 25px auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    -webkit- transform: translateY(-45%) translateX(-50%);
  }

  .content04-mult::before,
  .content04-mult::after {
    content: "";
    display: block;
    width: 140%;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .content04-mult::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 0;
  }

  /*---------------------------
    content05
  ---------------------------*/
  .content05 {
    /* background: url(../images/content05_bg.png) no-repeat top left -30px,url(../images/bg-beige.png);
    background-size: 58%; */
    margin: 0 20px 40px;
    padding-bottom: 0;
  }

  .content05 .content {
    padding: 0;
    margin-top: 20px;
  }

  .content05 .lineup-item-img {
    width: 100%;
  }

  .content05-lead {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 30px;
  }

  .content05-blc {
    position: relative;
  }

  .content05-blc.top {
    padding: 0 10px;
  }

  .content05-blc.bottom {
    margin-top: -35px;
  }

  .content05-img {
    position: static;
  }

  .content05-blc.top .content05-img {
    top: auto;
    right: auto;
    margin-top: 10px;
  }

  .content05-blc.bottom .content05-img {
    top: 0;
    left: auto;
    margin: 20px 0 0 17px;
  }

  .content05-point {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
  }

  .content05-point-ttl {
    font-size: 2rem;
    padding: 10px 0 10px 14px;
  }

  .content05-point-txtblc {
    font-size: 1.6rem;
    padding: 25px 14px;
  }

  .content05-point-txt {
    margin-bottom: 20px;
  }

  .content05-capacity {
    font-size: 1.6rem;
    padding: 20px 15px;
    margin: 10px 0 0;
    width: 100%;
    position: relative;
  }

  .content05-type-wrap {
    margin-top: 25px;
    padding: 15px;
  }

  .content05-type-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .content05-type {
    margin: 0 0 0 15px;
  }

  .content05-type-kana {
    font-size: 1.0rem;
    text-align: center;
  }

  .content05-type-ttl {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 16px;
  }

  .content05-type-ttl-small {
    margin-top: 15px;
    font-size: 1.0rem;
  }

  .content05-manufacturer {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .content05-type-producer {
    display: block;
  }

  .content05-type-producer .content05-type-ttl {
    text-align: left;
  }

  .content05-type-producer .content05-type {
    margin-left: 0;
  }

  .content05-type-text {
    font-size: 1.2rem;
  }

  .content05-gray-txt {
    font-size: 1.2rem;
    padding: 5px 10px;
    letter-spacing: 0;
  }

  .content05-gray-img {
    width: auto;
    max-width: 35%;
  }

  /*---------------------------
    content06
  ---------------------------*/
  .content06.bg-ptn {
    background-position: top left;
  }

  .content06-inner {
    padding: 47px 20px 36px;
    background: url(../images/content06_1.png) no-repeat top 30px right -400%;
    background-size: 87%;
  }

  .content06 h2 {
    margin-left: -20px;
  }

  .content06-lead {
    font-size: 1.2rem;
    margin: 36px 0 0;
  }

  .content06-feature {
    flex-direction: column;
    padding: 0;
    margin-top: 30px;
  }

  .content06-feature-blc {
    width: 100%;
    margin: 0 0 28px;
  }

  .content06-feature-img {
    max-width: 100%;
    height: auto;
  }

  .content06-feature-caption {
    font-size: 1.2rem;
  }

  .content06 .item-dtl {
    height: auto;
  }

  .content06_2 .item-wrap {
    justify-content: space-evenly;
  }

  .content06_2 .item-dtl {
    margin: 15px 0 0;
  }

  /*---------------------------
    content07
  ---------------------------*/
  .content07 {
    background: url(../images/content07_1_sp.jpg) no-repeat bottom left;
    background-size: cover;
    padding: 40px 0;
  }

  .content07-inner {
    margin-left: 0;
  }

  .content07 h2 .sp-middle {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }

  .content07 h2 {
    margin-bottom: 25px;
  }

  .content07 h2 .font-middle {
    font-size: 2.7rem;
  }

  .content07-lead {
    font-size: 1.2rem;
    padding: 0 20px;
  }

  .content07-lead+.content07-lead {
    margin-top: 20px;
  }

  /*-------------------------
    content08
  ---------------------------*/
  .content08 {
    padding: 0;
  }

  .content08 .content {
    padding: 40px 0;
  }

  .content08.bg-ptn {
    background-position: top 1500px left;
  }

  .content08 h2 {
    margin-bottom: 25px;
  }

  .content08-howto {
    flex-direction: column;
    padding: 0 10px;
  }

  .content08-howto-blc {
    width: calc(100% - 20px);
    margin-bottom: 25px;
  }

  .content08-howto-blc.left {
    font-size: 1.2rem;
    padding: 15px;
    margin: 0 10px 25px;
  }

  .content08-howto-blc.right {
    width: 100%;
  }

  .content08-howto-extop {
    font-size: 1.2rem;
  }

  .content08-howto-text {
    margin-bottom: 30px;
  }

  .content08-howto-exbottom {
    font-size: 1.4rem;
    padding: 12px 0;
  }

  .content08-howto-exbottom img {
    display: inline-block;
    margin-right: 4px;
  }

  .content08-howto-exbottom span {
    font-size: 2.3rem;
  }

  .content08 .arrow-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #720000 transparent transparent transparent;
    display: block;
    margin: 15px auto 10px;
  }

  .content08-catch {
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
  }

  .content08-catch span {
    font-size: 2.1rem;
  }

  .content08-use {
    margin: 0 20px;
    width: auto;
  }

  .content08-use-ttl {
    font-size: 1.6rem;
    color: #fff;
    padding: 6px 0 8px;
    line-height: 1.2;
  }

  .content08-use-inner {
    padding: 25px 10px 15px;
    flex-direction: column;
  }

  .content08-use-img {
    width: auto;
    margin: 0 65px 25px;
    align-self: auto;
  }

  .content08-use-text {
    margin-left: 0;
  }

  .content08-use-text p {
    font-size: 1.2rem;
  }

  .content08-use-text p+p {
    margin-top: 0;
  }

  .content08-use-howto {
    padding: 12px 15px;
    font-size: 1.2rem;
    margin-top: 25px;
  }

  /*---------------------------
    content09
   ---------------------------*/
  .content09 {
    padding: 40px 20px;
  }

  .content09 h2 {
    margin-bottom: 30px;
  }

  .content09-lead {
    font-size: 1.2rem;
    text-align: left;
  }

  .content09-point {
    width: auto;
    margin: 35px auto 0;
    /* flex-direction: column; */
    justify-content: space-evenly;
  }

  .content09-point-blc {
    width: calc(100% / 2 - 20px);
    margin: 0 0 20px;
  }

  .content09-point-text {
    font-size: 1.1rem;
    padding: 7px 5px;
  }

  .content09-point-text.content09-point-small {
    font-size: 0.9rem;
    letter-spacing: initial;
  }

  /*---------------------------
    content10
  ---------------------------*/
  .content10 {
    background: url(../images/content10_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
  }

  /*---------------------------
    content11
  ---------------------------*/
  .content11 {
    flex-direction: column;
  }

  .content11-blc {
    width: 100%;
    font-size: 1.7rem;
  }

  .content11-blc p {
    padding: 30px 35px;
    text-align: center;
  }

  div.content11-blc {
    display: flex;
    justify-content: center;
  }

  /*---------------------------
    lineup
  ---------------------------*/
  .lineup {
    padding: 40px 0;
  }

  .lineup .content {
    padding: 0 20px;
  }

  .lineup.bg-ptn {
    background-position: top -25px left;
  }

  .lineup h2 {
    margin-bottom: 30px;
  }

  .lineup-item {
    flex-direction: column;
    position: relative;
    width: calc(100% / 2 - 10px);
  }

  .buybtn-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .lineup-item+.lineup-item {
    /* margin-top: 40px; */
    margin-left: 0;
  }

  .lineup-item:nth-child(3),
  .lineup-item:nth-child(4) {
    margin-top: 25px;
  }

  .lineup-item:first-child {
    margin-top: 0;
  }

  .lineup-item-img{
    max-width: 100%;
    min-width: auto;
  }
  .lineup-item-thum {
    /* width: calc(100% + 10px);
    margin-right: -10px; */
    display: none;
  }

  /* .lineup-item-thum li{
    margin: 10px 10px 0 0;
  } */
  .lineup-item-name {
    font-size: 1.2rem;
    /* margin-top: 25px; */
    line-height: normal;
  }

  .lineup-item-name span {
    font-size: 1.0rem;
  }

  .lineup-item-price {
    /* text-align: right; */
    font-size: 1.4rem;
    /* margin-top: 15px; */
  }

  .lineup-item-price span {
    font-size: 1.0rem;
  }

  .lineup-item-price .badge-free {
    font-size: 1rem;
    padding: 0 4px;
  }

  .lineup-item-feature {
    font-size: 1.2rem;
    margin-top: 23px;
  }

  .lineup-item-feature+.lineup-item-feature {
    margin-top: 35px;
  }

  .lineup-item-detail {
    font-size: 1.1rem;
    margin-top: 25px;
  }

  .lineup-item-detail+.lineup-item-detail {
    margin-top: 25px;
  }

  .lineup-item-dtl-warp {
    display: none;
  }

  .lineup-item-tag {
    font-size: 1.2rem;
  }

  .item-wrap {
    flex-wrap: wrap;
    max-width: 756px;
    justify-content: space-between;
  }

  .item-dtl {
    height: auto;
    margin: 16px 0 15px;
    letter-spacing: initial;
  }

  .tmb-emp {
    height: auto;
  }

  .buybtn,
  .soldoutbtn,
  .detailbtn {
    font-size: 1.2rem;
    margin-top: 12px;
    line-height: 1;
  }

  .soldoutbtn {
    font-size: 1.3rem;
    padding: 20px 0;
  }

  footer {
    font-size: 0.8rem;
    padding: 26px 10px;
    letter-spacing: normal;
  }

  .katsuobushi_live_banner {
    text-align: center;
    margin: 25px 0 0;
  }

  /*---------------------------
    注意書き
  ---------------------------*/
  .emergency-point-txtblc {
    font-size: 1.1rem;
    margin-top: 15px;
  }

  .emergency-txt-indent {
    padding-left: 1em;
  }
}
