@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 190%;
}

p + p {
  margin-top: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 10px;
  border: 1px solid  #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid  #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-simple {
  display: inline-block;
  padding: 10px 20px;
  background: #A00000;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.btn-dl {
  display: inline-block;
  padding: 10px 20px;
  background: #A00000;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.btn-dl::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: url(../img/common/icon-dl.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.btn-big {
  display: inline-block;
  padding: 20px 20px;
  min-width: 380px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #e76800;
}

.btn-big::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-top: -4px;
  background: url(../img/common/icon-arrow-wh.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.btn-flat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 15px 50px;
  border: none;
  background: #A00000;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2rem;
  cursor: pointer;
  transition: all .3s;
}

.btn-flat.is-gray {
  background: #666;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col-contents {
  width: 100%;
}

.is-oneline .col-contents {
  margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}

.is-2 .col-contents {
  max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n + 3) {
  margin-top: 30px;
}

.is-3 .col-contents {
  max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n + 1)) {
  margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n + 4) {
  margin-top: 30px;
}

.is-4 .col-contents {
  max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n + 1)) {
  margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n + 5) {
  margin-top: 30px;
}

.col-contents-title {
  margin-bottom: 5px;
}

.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}

.flImgContents-img.is-s {
  max-width: 200px;
}

.flImgContents-img.is-ss {
  max-width: 100px;
}

.flImgContents-img.is-l {
  max-width: 47%;
}

.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

/* リスト */

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list-normal > li::before {
  content: '●';
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #A00000;
}

.list-number {
  padding: 0 0 0 25px;
}

.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl-normal dd {
  margin-bottom: 30px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}

.size-60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

/*　セクション　*/

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-01:first-child {
  margin-top: 0;
}

.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-02:first-child {
  margin-top: 0;
}

.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-03:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1680px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.table-01 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.table-01 tr {
  border-bottom: 1px dotted #ccc;
}

.table-01 th,
.table-01 td {
  padding: 20px 13px;
}

.table-01 th {
  background: #fcfbf5;
}

.table-01 a {
  color: #019ab3;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-themebold {
  color: #A00000;
  font-size: 2.8rem;
  font-weight: 900;
}

.title-themebold a {
  color: #A00000;
}

.title-l {
  margin-bottom: 60px;
  padding-left: 15px;
  font-size: 3rem;
  font-weight: bold;
  border-left: 10px solid #A00000;
}

.title-m {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #A00000;
  font-size: 2rem;
  font-weight: bold;
}

.subConents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.subConents-one {
  position: relative;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.subConents-one + .subConents-one::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12%;
  width: 1px;
  height: 70%;
  background: #A00000;
}

.subConents-one a {
  display: block;
  width: 100%;
}

.subConents-one-icon {
  max-width: 110px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.subConents-one-text {
  font-size: 1.9rem;
  font-weight: bold;
  color: #A00000;
}

.yoshiKitchen {
  width: 29%;
  padding-right: 50px;
}

.yoshiKitchen a {
  display: flex;
  align-items: center;
  padding: 0;
}

.yoshiKitchen-img {
  width: 40%;
  margin-right: 20px;
}

.yoshiKitchen-title {
  text-align: left;
}

.yoshiKitchen-title-sub {
  font-size: 1.9rem;
  font-weight: bold;
}

.yoshiKitchen-title-main {
  display: block;
  color: #A00000;
  font-size: 2.7rem;
  font-weight: bold;
}

.wrapper {
  display: flex;
}

.contents {
  flex: 1;
}

.mainContents_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}

.mainContents_wrap.is-padding-s {
  padding-top: 30px;
}

.mainContents {
  max-width: 920px;
  width: 100%;
  flex: 1;
}

.mv {
  position: relative;
}

.mv-main {
  position: absolute;
  top: 30%;
  left: calc(50% - 600px);
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 500;
  padding: 0 15px;
  background: #fff;
}

.pageLead {
  margin-bottom: 60px;
  font-size: 2rem;
}

.js-panelTitle {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.js-panelContents {
  overflow: hidden;
  padding-top: 30px;
}

.pager-one {
  font-weight: bold;
  color: #A00000;
}

.pager-one a {
  position: relative;
  display: inline-block;
  color: #A00000;
}

.pager-one.is-next a::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -3px 0 0 20px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.pagetop {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 60px;
  height: 80px;
}

.footer {
  position: relative;
  background: #EDF0F2;
  margin-top: 80px;
  padding: 70px 0 60px;
  color: #474747;
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
}

.dicutImg {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 200px;
  pointer-events: none;
}

.footerSection + .footerSection {
  margin-top: 10px;
}

.footerSection-title {
  margin-bottom: 3px;
  font-size: 1.8rem;
  font-weight: 500;
}

.footercopy {
  margin: 10px auto 15px;
  font-size: 1.2rem;
}

.footerSns-twitter {
  display: inline-block;
  vertical-align: middle;
}

.footerSns-facebook {
  display: inline-block;
  margin-top: 1px;
  margin-left: 6px;
  vertical-align: top;
}

.headerSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 3px 5% 0;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.headerSp-title {
  color: #A00000;
  font-weight: 500;
}

.headerSp-title-subgroup {
  display: inline-block;
}

.headerSp-title-subgroup-kyosanto {
  display: inline-block;
  width: 47px;
}

.headerSp-title-subgroup-kyosanto img {
  vertical-align: middle;
}

.headerSp-title-subgroup-sub {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.1rem;
  vertical-align: middle;
}

.headerSp-title-subgroup-sub .text-s {
  margin-left: 5px;
}

.headerSp-title-name {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
}

.headerSp-title-name a {
  color: #A00000;
}

.sideContents {
  width: 240px;
  min-height: 100vh;
  padding: 25px;
  background: #A00000;
}

.siteTitle {
  margin-bottom: 50px;
  color: #fff;
}

.siteTitle a {
  color: #fff;
}

.siteTitle-main {
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 900;
}

.siteTitle-sub {
  font-size: 1.8rem;
  font-weight: 500;
}

.searchBox {
  position: relative;
  margin-bottom: 30px;
}

.searchBox-input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}

.searchBox-icon {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-search.svg) center center/contain no-repeat;
  outline: none;
  border: none;
  cursor: pointer;
}

.sideNavi {
  margin-bottom: 20px;
}

.sideNavi-ul-li {
  font-size: 1.6rem;
  font-weight: 500;
}

.sideNavi-ul-li + .sideNavi-ul-li {
  margin-top: 18px;
}

.sideNavi-ul-li a {
  display: block;
  color: #fff;
}

.sideSns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .sideSns {
    padding-bottom: 80px;
    margin-bottom: 0;
    justify-content: center;
  }
  .sideSnsItem {
    margin: 0 7px;
  }
}

.sideSnsItem {
  width: 25px;
  line-height: 0;
}
.sideSnsItem img {
  width: 100%;
  height: auto;
}

.sideSns-one {
  width: 20px;
}

.sideSns-one a {
  display: block;
}

.sideSns-one a img {
  width: 100%;
}

.sideSns-one.is-youtube {
  margin-left: 20px;
  width: 18px;
}

.kyosanto {
  width: 131px;
}

.kyosanto a {
  display: block;
}

.filter {
  background: #000;
  opacity: 0.3;
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: 1;
}

.dwMenu-active .filter {
  opacity: .4;
  pointer-events: auto;
}

.dwMenu {
  position: fixed;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 5;
}

.dwMenu-hamburger {
  position: relative;
  width: 53px;
  height: 53px;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
}

.dwMenu-hamburger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 9px;
  width: 35px;
  height: 2px;
  background-color: #A00000;
  transition: all 0.4s;
}

.dwMenu-hamburger span:nth-of-type(1) {
  top: 15px;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.dwMenu-hamburger span:nth-of-type(2) {
  top: 26.5px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.dwMenu-hamburger span:nth-of-type(3) {
  top: 38px;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  transform: translateY(11.5px) rotate(-45deg);
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  transform: translateY(-11.5px) rotate(45deg);
}

.sideRightContents {
  width: 255px;
  margin-left: 40px;
}

.selectBox {
  margin-bottom: 40px;
}

.selectBox-title {
  position: relative;
  padding: 4px 30px 4px 10px;
  border-top: 1px solid #9FA0A0;
  border-bottom: 1px solid #9FA0A0;
  font-size: 1.9rem;
  font-weight: bold;
}

.selectBox-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 30px;
  height: 20px;
  background: url(../img/common/icon-arrow-bottom.svg) left top/contain no-repeat;
}

.selectBox-list {
  padding: 15px 0;
  border-bottom: 1px solid #9FA0A0;
}

.selectBox-list-ul li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  color: #A00000;
  font-size: 1.6rem;
}

.selectBox-list-ul li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 20px;
  background: url(../img/common/icon-arrow-bottom.svg) left top/contain no-repeat;
  transform: rotate(-90deg);
}

.sideYoshikitchen-img {
  max-width: 158px;
  margin: 0 auto 5px;
}

.sideYoshikitchen-text {
  color: #A00000;
  text-align: center;
}

.sideYoshikitchen-text .text-s {
  font-size: 1.5rem;
  font-weight: bold;
}

.sideYoshikitchen-text-main {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -.2rem;
}

.sideLinks-one a {
  display: block;
}

.sideLinks-one-icon {
  width: 70px;
  margin: 0 auto 10px;
}

.sideLinks-one-caption {
  font-size: 1.5rem;
  font-weight: bold;
  color: #A00000;
  text-align: center;
}

.rightsideBnArea {
  margin-bottom: 20px;
}

.rightsideBnArea-one {
  position: relative;
}

.rightsideBnArea-one + .rightsideBnArea-one {
  margin-top: 15px;
}

.rightsideBnArea-one a {
  display: block;
}

.rightsideBnArea-one-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 3px 10px 5px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background-blend-mode: multiply;
}

.rightsideBnArea-one-caption-inner {
  position: relative;
  z-index: 1;
}

.rightsideBnArea-one-caption::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.rightsideBnArea-one-caption.is-blue::after {
  background: #00248a;
}

.rightsideBnArea-one-caption.is-red::after {
  background: #a00000;
}

.tagList {
  margin-bottom: 60px;
}

.tagList-title {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.tagList-ul {
  overflow: hidden;
}

.tagList-ul-li {
  float: left;
  min-width: 24%;
  margin-bottom: 3px;
}

.tagList-ul-li a {
  display: block;
  padding: 2px 3px;
  border: 1px solid #474747;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-character;
  font-size: 1.5rem;
}

.wpArticle {
  word-break: break-all;
}

.wpArticle p {
  margin-bottom: 20px;
}

.wpArticle p a {
  text-decoration: underline;
}

.wpArticle em {
  font-style: italic;
  color: initial;
}

.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}

.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

.wpArticle ul li {
  list-style: unset;
}

.wpArticle blockquote p {
  font-size: 1.8rem;
}

.wpArticle h2 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1.6rem;
  font-weight: bold;
}

.wpArticle h3 {
  margin: 50px auto 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #A00000;
}

.wpArticle h4 {
  margin: 50px auto 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  color: #A00000;
  font-size: 1.6rem;
  font-weight: bold;
}

.wpArticle h5 {
  margin: 50px auto 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

.wpArticle img {
  height: auto;
}

.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

.wpArticle table a {
  text-decoration: underline;
}

.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.wpArticle table th {
  background: #eee;
}

.wpArticle .wp-block-button__link {
  font-size: 1.4rem;
}

.wpArticle .more-link {
  color: #019ab3;
}

.wpArticle .wp-caption {
  max-width: 100%;
}

.wpArticle .alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.wpArticle .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}

.pagination {
  margin: 70px 0;
}

.pagination ul {
  display: flex;
  flex-flow: row wrap;
}

.pagination ul li {
  font-size: 1.3rem;
}

.pagination ul li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 5px 5px 0;
  color: #A00000;
}

.pagination ul li.page-of {
  margin-right: 10px;
  padding-top: 12px;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #A00000;
  border: 3px solid #CF8080;
}

.contactTable {
  margin-bottom: 50px;
}

.contactTable th {
  width: 300px;
}

.contactTable-note {
  margin-left: 10px;
}

.mw_wp_form_confirm .contactTable-note {
  display: none;
}

.contactBtns {
  display: flex;
  justify-content: space-around;
}

.dietArea {
  padding-bottom: 100px;
  border-bottom: 1px solid #A00000;
}

.dietArea-title {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: bold;
}

.dietSection {
  display: flex;
}

.dietSection + .dietSection {
  margin-top: 70px;
}

.dietSection-main {
  flex: 1;
  border-right: 1px solid #A00000;
  padding-right: 20px;
}

.dietSection-main-infoArea {
  overflow: hidden;
  margin-bottom: 12px;
}

.dietSection-main-infoArea-date {
  width: 370px;
  margin-bottom: 10px;
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
}

.dietSection-main-infoArea-icons {
  float: left;
  display: block;
  margin-top: 5px;
}

.dietSection-main-infoArea-icons-icon {
  display: inline-block;
  padding: 3px 10px;
  background: #474747;
  color: #fff;
}

.dietSection-main-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #A00000;
  line-height: 130%;
}

.dietSection-main-title a {
  color: #A00000;
}

.dietSection-detail {
  width: 130px;
  font-weight: bold;
  text-align: right;
}

.dietSection-detail a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dietSection-detail a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.dietArticleArea {
  max-width: 980px;
  width: 100%;
}

.dietArticle {
  margin-bottom: 60px;
}

.dietArticle-title {
  margin-bottom: 60px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #A00000;
}

.dietArticle-sns {
  margin-bottom: 20px;
}

.dietArticle-sns-facebook {
  display: inline-block;
  vertical-align: middle;
}

.dietArticle-sns-twitter {
  display: inline-block;
  margin: 3px 0 0 5px;
  vertical-align: middle;
}

.dietArticle-infoArea {
  overflow: hidden;
  margin-bottom: 12px;
}

.dietArticle-infoArea-date {
  margin-bottom: 10px;
  float: left;
  font-size: 2.2rem;
  font-weight: bold;
}

.dietArticle-infoArea-icons {
  float: right;
  display: block;
  margin-top: 5px;
}

.dietArticle-infoArea-icons-icon {
  display: inline-block;
  padding: 3px 10px;
  background: #474747;
  color: #fff;
}

.dietArticle-contents p + p {
  margin-top: 25px;
}

.sokki {
  margin-bottom: 60px;
}

.sokki-title {
  border: 1px solid #000;
  padding: 10px 20px;
}

.sokki-title-main {
  font-size: 2.2rem;
  font-weight: bold;
}

.sokki-title-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -9px 0 0 30px;
  background: #E1E1E1;
  vertical-align: middle;
}

.sokki-title-icon::after,
.sokki-title-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #000;
  transition: all .3s;
}

.sokki-title-icon::before {
  width: 10px;
  height: 2px;
  top: calc(50% - 1px);
  left: 7px;
}

.sokki-title-icon::after {
  width: 2px;
  height: 10px;
  left: calc(50% - 1px);
  top: 7px;
}

.is-open .sokki-title-icon::after {
  transform: rotate(90deg);
}

.sokki-text {
  padding: 30px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.dietMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 60px;
}

.dietMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dietDoc {
  margin-bottom: 60px;
}

.dietDoc a {
  text-decoration: underline;
}

.tagGroup {
  margin-bottom: 50px;
}

.tagGroup-ul {
  overflow: hidden;
}

.tagGroup-ul-li {
  float: left;
  min-width: 60px;
}

.tagGroup-ul-li + .tagGroup-ul-li {
  margin-left: 10px;
}

.tagGroup-ul-li a {
  display: block;
  padding: 2px 5px;
  border: 1px solid #474747;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-character;
  font-size: 1.5rem;
}

.dlSection-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}

.dlSection {
  width: 47%;
}

.dlSection:nth-child(n + 3) {
  margin-top: 80px;
}

.dlSection-title {
  padding-bottom: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #A00000;
  border-bottom: 1px solid #ccc;
}

.dlSection-img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #ccc;
}

.dlSection-contents + .dlSection-contents {
  margin-top: 25px;
}

.dlSection-contents-caption {
  margin-bottom: 10px;
  text-align: center;
}

.dlSection-contents-btn {
  text-align: center;
}

.contactBtn {
  margin-top: 100px;
  text-align: center;
}

.downloadCate {
  max-width: 158px;
  margin: 0 auto 30px;
}

.downloadCate-title {
  padding-left: 5px;
  margin-bottom: 15px;
  border-left: 5px solid #A00000;
  font-weight: bold;
  font-size: 1.2rem;
}

.downloadCate-ul {
  background: #A00000;
}

.downloadCate-ul-li + .downloadCate-ul-li {
  border-top: 1px solid #ce7e7e;
}

.downloadCate-ul-li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}

.downloadCate-ul-li a::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
}

.episodeArea {
  margin-bottom: 80px;
}

.episodeSection {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #A00000;
}

.episodeSection + .episodeSection {
  margin-top: 40px;
}

.episodeSection-img {
  width: 40%;
  margin: 0 50px 10px 0;
  float: left;
}

.episodeSection-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.episodeSection-title {
  width: 95%;
  margin-bottom: 17px;
  font-size: 4rem;
  font-weight: 900;
  color: #A00000;
  line-height: 1.1;
}

.episodeSection-title a {
  display: block;
  color: #A00000;
}

.episodeSection-text {
  margin-bottom: 30px;
  width: 95%;
}

.episodeSection-text p {
  font-size: 1.5rem;
  line-height: 160%;
}

.episodeSection-detail {
  text-align: right;
}

.episodeSection-detail a {
  font-weight: bold;
}

.episodeSection-detail a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 6px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.episodeArticle {
  margin-bottom: 60px;
}

.episodeArticle-subtitle {
  font-size: 2rem;
  font-weight: bold;
}

.episodeArticle-title {
  margin-bottom: 60px;
  font-size: 5rem;
  font-weight: 900;
  color: #A00000;
}

.episodeArticle-contents-section + .episodeArticle-contents-section {
  margin-top: 60px;
}

.episodeArticle-contents-section-title {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 900;
  color: #A00000;
}

.episodeArticle-contents-section p {
  line-height: 170%;
}

.episodeArticle-contents-section-main-img {
  width: 45%;
  float: right;
  margin: 10px 0 30px 40px;
}

.profileArea-title {
  margin-bottom: 50px;
  font-size: 2.8rem;
  font-weight: bold;
}

.profileArea-title .text-s {
  margin-left: 30px;
  font-size: 2rem;
}

.profileContent {
  display: flex;
  justify-content: space-between;
}

.profileContent-img {
  width: 293px;
  margin-right: 30px;
}

.profileContentText {
  max-width: 500px;
  width: 100%;
  font-size: 2rem;
  color: #474747;
}

.profileContentText-profile {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.profileContentText-history {
  padding-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #A00000;
}

.profileContentText-history-title {
  margin-bottom: 20px;
}

.profileContentText-history-table {
  table-layout: fixed;
  width: 100%;
}

.profileContentText-history-table th,
.profileContentText-history-table td {
  vertical-align: top;
  padding: 8px 0;
}

.profileContentText-history-table th {
  width: 80px;
}

.profileContentText-genten {
  padding-top: 30px;
}

.profileContentText-genten-title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #A00000;
}

.profileContentText-genten-title-ul-li {
  font-size: 2.4rem;
  font-weight: bold;
}

.profileContentText-genten-title-ul-li a {
  color: #474747;
}

.profileContentText-genten-title-ul-li a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 0 0 20px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.reportContents {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #A00000;
  overflow: hidden;
}

.reportContents .title-themebold {
  order: 1;
  margin-bottom: 5px;
}

.reportContents-date {
  order: 2;
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.reportContents-text {
  order: 4;
  margin-bottom: 20px;
}

.reportContents-detail {
  order: 5;
}

.reportContents-detail a {
  font-weight: bold;
}

.reportContents-detail a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -3px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.reportContents-img {
  order: 3;
  min-width: 150px;
  width: 35%;
  float: right;
  margin: 0 0 20px 30px;
}

.reportArticleArea {
  max-width: 980px;
  width: 100%;
}

.reportArticle {
  margin-bottom: 60px;
}

.reportArticle-title {
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #A00000;
}

.reportArticle-date {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.scheduleContents-wrap {
  display: flex;
  flex-wrap: wrap;
}

.scheduleContents {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A00000;
}

.scheduleContents a {
  display: block;
}

.scheduleContents-title {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #A00000;
  transition: all .2s;
}

.scheduleContents-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .2s;
}

.scheduleContents-place {
  font-weight: 500;
  transition: all .2s;
}

.scheduleDetailsArea-btn {
  margin-bottom: 100px;
}

.scheduleDetails-title {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #A00000;
}

.scheduleDetails-main-date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.scheduleDetails-main-place {
  font-size: 1.6rem;
  font-weight: 500;
}

.searchSection {
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #ccc;
}

.searchSection + .searchSection {
  margin-top: 20px;
}

.searchSection-title {
  color: #A00000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .2s;
}

.searchSection-content {
  margin-top: 10px;
}

.topMvArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 75% 25%;
  grid-template: 'slider episode' auto / 75% 25%;
}

.topMv {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  overflow: hidden;
  grid-area: slider;
}

.topMv-msg {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 410px);
  z-index: 1;
}

.topMv-msg-inner {
  display: inline;
  background: #fff;
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.topSlider {
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

.topEpisode {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  max-width: 600px;
  grid-area: episode;
}

.topEpisode-title {
  height: 50px;
  padding-top: 10px;
  background: #A00000;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .1rem;
  text-align: center;
}

.topEpisodeSection {
  position: relative;
  height: calc((100% - 50px) / 3);
  overflow: hidden;
}

.topEpisodeSection-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.topEpisodeSection-caption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  font-weight: bold;
  color: #A00000;
}

.topEpisodeSection-caption::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-bottom: -5px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.schedule {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  margin: 30px auto;
}

.schedule-title-lgmd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-title-lgmd-img {
  width: 113px;
  margin-right: 30px;
}

.schedule-title-lgmd-link {
  font-size: 2rem;
  font-weight: 500;
  transition: all .3s;
}

.schedule-title-lgmd-link::after {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 10px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.schedule-title-tabsp {
  display: block;
  padding: 10px;
  background: #A00000;
}

.schedule-title-tabsp-en {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}

.schedule-title-tabsp-ja {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.schedule-linkTabsp {
  overflow: hidden;
}

.schedule-linkTabsp a {
  font-size: 1.8rem;
  float: right;
  margin-right: 5%;
}

.schedule-linkTabsp a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.scheduleSection-wrap {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.scheduleSection {
  width: 48%;
}

.scheduleSection a {
  display: block;
}

.scheduleSection-title {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #A00000;
  transition: all .2s;
}

.scheduleSection-main {
  transition: all .2s;
}

.scheduleSection-main p {
  font-size: 1.7rem;
  line-height: 140%;
}

.topTwitter {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 80px;
  border: 1px solid #ccc;
}

.topTwitter-inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: scroll;
}

.topTwitter-title {
  position: absolute;
  top: 35px;
  left: 0;
  width: 50%;
  text-align: center;
}

.topTwitter-title-icon {
  width: 93px;
  margin: 0 auto;
}

.topTwitter-title-id {
  display: block;
  margin-bottom: 20px;
  font-size: 4.3rem;
  font-weight: bold;
  color: #ACACAC;
  line-height: 1;
}

.topTwitter-title-name {
  display: block;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #666666;
}

.topTwitter-timeline {
  width: 480px;
  margin: 0 0 0 auto;
}

.topSection {
  position: relative;
}

.topSection + .topSection {
  margin-top: 100px;
}

.topSection-title {
  position: relative;
  margin-bottom: 30px;
}

.topSection-title-main {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 0 30px;
  font-size: 6.7rem;
  font-weight: 900;
  color: #A00000;
  z-index: 1;
  line-height: 1.3;
}

.topSection-title-subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 0 14px;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 4.8rem;
  font-weight: 500;
}

.topSection-toArchive {
  position: relative;
  font-size: 2.1rem;
  margin: 0 0 30px 30px;
  font-weight: 500;
  z-index: 1;
}

.topSection-toArchive a {
  display: block;
}

.topSection-toArchive a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-top: -3px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.activityReportPanel-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
}

.activityReportPanel {
  width: 33%;
}

.activityReportPanel-img {
  height: 197px;
  margin-bottom: 20px;
}

.activityReportPanel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.activityReportPanel-date {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  padding-right: 20px;
}

.activityReportPanel-caption {
  display: block;
  padding-right: 20px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #A00000;
}

.topPiciupContents {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
}

.topPiciupContents-text {
  padding-right: 70px;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
}

.topPiciupContents-text-en {
  font-size: 3rem;
  color: #A00000;
  line-height: 150%;
}

.topPiciupContents-text a::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 60px;
  width: 50px;
  height: 50px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
  transform: translateX(0);
  transition: all .3s;
}

.topPiciupContents-pdf {
  margin-top: 20px;
}

.topPiciupContents-pdf a {
  position: relative;
  display: block;
  border-top: 1px solid #A00000;
  border-bottom: 1px solid #A00000;
  padding: 20px 30px 20px 60px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .2rem;
  color: #A00000;
}

.topPiciupContents-pdf a::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 13px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.topProfileBox {
  position: absolute;
  bottom: -50px;
  left: 50%;
  padding: 30px 40px 30px;
  background: #A00000;
  color: #fff;
}

.topProfileBox-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

.topProfileBox-text {
  font-size: 1.8rem;
  font-weight: 500;
}

.topProfileBox-text p {
  line-height: 160%;
}

.topProfileBox-more {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}

.topProfileBox-more a {
  color: #fff;
}

.topProfileBox-more a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url(../img/common/icon-arrow-wh.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.topYoshikiMovie {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  margin: 150px auto 140px;
}
.topYoshikiMovieHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.channnelLink {
  margin-bottom: 10px;
}
.channnelLink a {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #A00000;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #A00000;
}
.channnelLink a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-arrow.svg) center center / contain no-repeat;
  margin-left: 8px;
}
.topYoshikiMovieHead .channnelLink a:hover {
  opacity: 0.8;
}
.spView {
  display: none;
}

@media (max-width: 750px) {
  .topYoshikiMovieHead {
    flex-wrap: wrap;
  }
  .topYoshikiMovieHead .channnelLink {
    display: none;
  }
  .channnelLink {
    margin: 16px auto 0 auto;
  }
  .channnelLink a {
    padding: 14px;
    font-size: 1.4rem;
    justify-content: center;
  }
  .channnelLink a:after {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }
  .spView {
    display: block;
  }
}

.topYoshikiMovie-title {
  font-size: 6rem;
  font-weight: 900;
  font-style: italic;
  color: #A00000;
}

.topYoshikiMovie-title .is-ls {
  letter-spacing: -.9rem;
}

.topYoshikiMovie-content {
  display: flex;
  justify-content: space-between;
}

.topYoshikiMovie-content-one {
  width: 48%;
}

.topYoshikiMovie-content-one iframe {
  width: 100%;
  height: 280px;
}

.topYoshikiMovie-content-img {
  margin-bottom: 3px;
}

.topYoshikiMovie-content-date {
  font-size: 1.8rem;
}

.topYoshikiMovie-content-title {
  display: block;
  font-size: 2rem;
  color: #A00000;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .btn-dl:hover {
    background: #d30000;
  }

  .btn-big:hover {
    background: #ff821b;
  }

  .btn-flat.is-gray:hover {
    background: #888;
  }

  .btn-flat:hover {
    background: #e76800;
  }

  .title-themebold a:hover {
    color: #e76800;
  }

  .pager-one {
    font-size: 2.2rem;
  }

  .pager-one + .pager-one {
    margin-top: 20px;
  }

  .pager-one a:hover {
    color: #e76800;
  }

  .pager-one.is-prev a::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -3px 0 0 20px;
    background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .footer-inner {
    padding-right: 27%;
  }

  .sideNavi-ul-li a:hover {
    color: #f1ff28;
  }

  .selectBox-list-ul li a:hover {
    background: #fcf1ed;
  }

  .sideLinks {
    max-width: 110px;
    margin: 30px auto 0;
    padding-top: 30px;
    border-top: 1px solid #A00000;
  }

  .sideLinks-one + .sideLinks-one {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #A00000;
  }

  .tagList-ul-li:not(:nth-child(4n + 1)) {
    margin-left: 1%;
  }

  .tagList-ul-li a:hover {
    background: #fcf1ed;
  }

  .pagination ul li a:hover {
    background: #f3e5e5;
  }

  .dietSection-main-infoArea-icons-icon:hover {
    background: #A00000;
  }

  .dietSection-main-title a:hover {
    color: #e76800;
  }

  .dietSection-detail a:hover {
    color: #A00000;
  }

  .dietArticle-infoArea-icons-icon:hover {
    background: #A00000;
  }

  .dietArticle-contents {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .tagGroup-ul-li a:hover {
    background: #fcf1ed;
  }

  .downloadCate-ul-li a:hover {
    background: #d30000;
  }

  .episodeSection-title a:hover {
    color: #e76800;
  }

  .episodeArticle-contents {
    font-size: 2rem;
    font-weight: 500;
  }

  .episodeArticle-contents-section-main {
    font-size: 1.5rem;
  }

  .profileContentText-genten-title-ul-li a:hover {
    color: #e76800;
  }

  .reportContents-text p {
    font-size: 1.5rem;
    line-height: 160%;
  }

  .reportContents-detail a:hover {
    color: #A00000;
  }

  .reportArticle-contents {
    font-size: 1.5rem;
    font-weight: 500;
  }

  a:hover .scheduleContents-title {
    color: #019ab3;
  }

  a:hover .scheduleContents-date {
    color: #666;
  }

  a:hover .scheduleContents-place {
    color: #666;
  }

  a:hover .searchSection-title {
    color: #019ab3;
  }

  a:hover .schedule-title-lgmd-link {
    color: #019ab3;
  }

  .schedule-title-tabsp {
    display: none;
  }

  .schedule-linkTabsp a {
    display: none;
  }

  a:hover .scheduleSection-title {
    color: #019ab3;
  }

  a:hover .scheduleSection-main {
    color: #666;
  }

  .topSection-toArchive a:hover {
    color: #019ab3;
  }

  .topPiciupContents-text {
    font-size: 2rem;
    padding-right: 45px;
  }

  .topPiciupContents-text-en {
    font-size: 2.5rem;
  }

  .topPiciupContents-text a::after {
    width: 35px;
    height: 35px;
  }

  .topPiciupContents-text a:hover::after {
    transform: translateX(10px);
  }

  .topPiciupContents-pdf a {
    font-size: 2rem;
    margin-left: 20px;
  }

  .topPiciupContents-pdf a:hover {
    background: #fcf1ed;
  }

  .topProfileBox-text {
    font-size: 1.6rem;
  }

  .topProfileBox-more a:hover {
    color: #fcf1ed;
  }
}

@media (min-width: 1020px) {
  .tabsp {
    display: none !important;
  }

  .yoshiKitchen-img {
    margin-right: 10px;
  }

  .headerSp {
    display: none;
  }

  .dwMenu {
    display: none;
  }

  .scheduleContents {
    width: 31%;
  }

  .scheduleContents:not(:nth-child(3n + 1)) {
    margin-left: 3%;
  }

  .topSlider {
    max-width: 823px;
    width: 100%;
    height: 100%;
  }

  .topSlider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 100%;
    background: url(../img/top/slider-grad.png) left top/100% 100%;
    z-index: 1;
  }

  .topSlider div {
    height: 100%;
    vertical-align: bottom;
    line-height: 0;
  }
}

@media (max-width: 1019px) {
  .pc {
    display: none !important;
  }

  .btn-big {
    min-width: 70%;
    font-size: 1.6rem;
  }

  .wrapper {
    display: block;
    margin-top: 55px;
  }

  .sideContents {
    position: fixed;
    left: 100%;
    top: 55px;
    width: 70%;
    height: 100vh;
    margin: 0;
    background: #A00000;
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: translateX(0);
    z-index: 5;
    overflow-y: scroll;
  }

  .dwMenu-active .sideContents {
    transform: translateX(-100%);
  }

  .siteTitle {
    display: none;
  }

  .searchBox {
    display: none;
  }

  .sideNavi {
    padding-left: 0;
  }

  .sideNavi-ul-li {
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }

  .sideNavi-ul-li + .sideNavi-ul-li {
    margin: 0;
  }

  .sideNavi-ul-li a {
    padding: 13px 0;
  }

  .sideSns-one {
    width: 30px;
  }

  .sideSns-one.is-youtube {
    width: 26px;
  }

  .kyosanto {
    display: none;
  }

  .profileContent {
    display: block;
  }

  .scheduleContents {
    margin-bottom: 20px;
    width: 100%;
  }

  .topMvArea {
    display: block;
  }

  .topMv-msg-inner {
    font-size: 4rem;
  }

  .topMv-msg-inner::before {
    content: '';
    position: absolute;
    top: -3px;
    right: 100%;
    width: 50px;
    height: calc(100% + 5px);
    background: #fff;
  }

  .topSlider div {
    height: auto;
  }

  .topTwitter-title-id {
    font-size: 2rem;
  }

  .topTwitter-title-name {
    font-size: 1.8rem;
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 65%;
  }

  .pctab {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  .btn-dl {
    width: 100%;
    padding: 10px 7px;
    font-size: 1.3rem;
  }

  .btn-dl::after {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }

  .col {
    display: block;
  }

  .col.is-sp-flex {
    display: flex;
  }

  .col-contents {
    max-width: 100%;
  }

  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }

  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-2 .col-contents:nth-child(n + 3) {
    margin-top: 30px;
  }

  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-3 .col-contents:nth-child(n + 4) {
    margin-top: 10px;
  }

  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-4 .col-contents:nth-child(n + 5) {
    margin-top: 10px;
  }

  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .flImgContents-img {
    max-width: 100%;
  }

  .flImgContents-img.is-s {
    max-width: 100%;
  }

  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .flImgContents-img.is-l {
    max-width: 100%;
  }

  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }

  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }

  .size-30 {
    width: 70%;
  }

  .size-60 {
    width: 100%;
  }

  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .table-01 th,
  .table-01 td {
    font-size: 1.3rem;
  }

  .table-01.sidetitle th {
    margin-bottom: 0;
    padding: 10px;
  }

  .table-01.sidetitle td {
    padding: 20px 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .title-l {
    font-size: 2rem;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .title-m {
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .subConents {
    width: 90%;
    margin: 0 auto;
  }

  .subConents-one {
    width: auto;
  }

  .subConents-one + .subConents-one::before {
    height: 100%;
  }

  .subConents-one a {
    padding: 0 3px;
  }

  .subConents-one-icon {
    max-width: 40px;
    margin-bottom: 5px;
  }

  .subConents-one-text {
    font-size: 1.1rem;
  }

  .yoshiKitchen {
    margin-top: 10px;
    padding-right: 5px;
  }

  .yoshiKitchen-img {
    width: 60px;
    margin-right: 5px;
  }

  .yoshiKitchen-title-sub {
    display: none;
  }

  .yoshiKitchen-title-main {
    font-size: 1rem;
  }

  .mainContents_wrap {
    display: block;
    padding-top: 80px;
  }

  .mainContents {
    margin-bottom: 60px;
  }

  .mv {
    height: 90px;
  }

  .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .mv-main {
    position: static;
    display: block;
    margin-top: 5px;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
  }

  .pageLead {
    margin: 30px 0 50px;
    font-size: 1.4rem;
    font-weight: normal;
    width: 90%;
  }

  .pager-one {
    display: inline-block;
  }

  .pager-one.is-next {
    float: right;
  }

  .pager-one.is-next a::after {
    width: 17px;
    height: 17px;
    margin-left: 10px;
  }

  .pager-one.is-prev a::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -3px 10px 0 0;
    background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .pagetop {
    right: 15px;
    top: 15px;
  }

  .footer {
    margin-top: 20px;
    padding: 50px 5% 50px;
  }

  .dicutImg {
    display: none;
  }

  .footerSection-title {
    font-size: 1.6rem;
  }

  .sideRightContents {
    width: 90%;
    margin: 0 auto;
  }

  .selectBox-title {
    padding: 10px 40px 10px 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }

  .selectBox-title::after {
    width: 50px;
    height: 28px;
  }

  .sideLinksArea {
    display: flex;
  }

  .sideYoshikitchen {
    width: 37%;
  }

  .sideYoshikitchen-img {
    width: 60px;
    margin: 0 3px 0 0;
    float: left;
  }

  .sideYoshikitchen-text {
    margin-top: 20px;
  }

  .sideYoshikitchen-text .text-s {
    display: none;
  }

  .sideYoshikitchen-text-main {
    font-size: 1.1rem;
    text-align: left;
  }

  .sideLinks {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 5px;
    flex-grow: 1;
  }

  .sideLinks-one + .sideLinks-one {
    flex-grow: 1;
    border-left: 1px solid #A00000;
  }

  .sideLinks-one a {
    padding: 0 5px;
  }

  .sideLinks-one-icon {
    width: 30px;
  }

  .sideLinks-one-caption {
    font-size: 1rem;
  }

  .rightsideBnArea {
    margin-bottom: 40px;
  }

  .rightsideBnArea-one + .rightsideBnArea-one {
    margin-top: 0;
  }

  .rightsideBnArea-one-img {
    display: none;
  }

  .rightsideBnArea-one-caption {
    position: relative;
    padding: 13px 15px;
  }

  .tagList-ul-li {
    min-width: 19%;
    margin-left: 1%;
  }

  .tagList-ul-li a {
    font-size: 1.4rem;
  }

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

  .wpArticle h3 {
    font-size: 1.8rem;
  }

  .wpArticle img {
    display: block;
    margin: 10px auto;
  }

  .wpArticle table th,
  .wpArticle table td {
    font-size: 1.3rem;
  }

  .wpArticle .alignright {
    float: none;
    margin: 10px auto;
  }

  .wpArticle .alignleft {
    float: none;
    margin: 10px auto;
  }

  .pagination ul {
    justify-content: center;
  }

  .pagination ul li:not(.page-of) {
    width: 30px;
    height: 30px;
  }

  .pagination ul li.page-of {
    padding-top: 5px;
  }

  .contactTable-note {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .dietArea-title {
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 2rem;
  }

  .dietSection {
    padding-right: 5%;
    padding-left: 5%;
  }

  .dietSection + .dietSection {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }

  .dietSection-main {
    border-right: none;
  }

  .dietSection-main-infoArea-date {
    width: 100%;
    font-size: 1.8rem;
  }

  .dietSection-main-infoArea-icons-icon {
    font-size: 1.3rem;
  }

  .dietSection-main-title {
    font-size: 2rem;
  }

  .dietSection-detail {
    width: auto;
  }

  .dietSection-detail-inner {
    display: none;
  }

  .dietArticle {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }

  .dietArticle-title {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .dietArticle-infoArea-date {
    width: 100%;
    font-size: 1.8rem;
  }

  .dietArticle-infoArea-icons-icon {
    font-size: 1.3rem;
  }

  .sokki-title-main {
    font-size: 1.8rem;
  }

  .sokki-text {
    padding: 20px 5%;
  }

  .tagGroup-ul-li {
    min-width: 19%;
  }

  .tagGroup-ul-li a {
    font-size: 1.4rem;
  }

  .dlSection-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .dlSection-img {
    /*padding: 10px;
    margin-bottom: 10px;*/
    display: none;
  }


  .dlSection-contents-caption {
    font-size: 1.2rem;
  }

  .downloadCate {
    max-width: 100%;
  }

  .episodeSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .episodeSection {
    position: relative;
    border-bottom: 1px solid #ccc;
  }

  .episodeSection::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 10px;
    background: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
    vertical-align: middle;
  }

  .episodeSection + .episodeSection {
    margin-top: 20px;
  }

  .episodeSection-img {
    display: none;
  }

  .episodeSection-subtitle {
    font-size: 1.6rem;
  }

  .episodeSection-title {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 0;
  }

  .episodeSection-text {
    display: none;
  }

  .episodeSection-detail {
    display: none;
  }

  .episodeArticleArea {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }

  .episodeArticle {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }

  .episodeArticle-subtitle {
    font-size: 1.6rem;
  }

  .episodeArticle-title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }

  .episodeArticle-contents-section-title {
    font-size: 2rem;
  }

  .episodeArticle-contents-section-main-img {
    float: none;
    width: 90%;
    margin: 20px auto 30px;
  }

  .profileArea-title {
    font-size: 8vw;
  }

  .profileArea-title .text-s {
    font-size: 6vw;
  }

  .profileContent-img {
    margin-bottom: 20px;
    width: 100%;
  }

  .profileContentText {
    font-size: 1.4rem;
  }

  .profileContentText-genten {
    padding-top: 10px;
  }

  .profileContentText-genten-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    text-align: center;
  }

  .profileContentText-genten-title-ul-li {
    font-size: 1.8rem;
  }

  .reportContents {
    display: flex;
    flex-direction: column;
  }

  .reportContents .title-themebold {
    font-size: 1.8rem;
  }

  .reportContents-img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .reportArticle {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }

  .reportArticle-title {
    font-size: 1.8rem;
  }

  .reportArticle-date {
    font-size: 1.4rem;
  }

  .scheduleContents-wrap {
    display: block;
  }

  .scheduleContents-title {
    font-size: 1.5rem;
  }

  .scheduleContents-date {
    font-size: 1.4rem;
  }

  .topMv-msg {
    left: 0;
    bottom: 30px;
    margin-left: 20px;
  }

  .topMv-msg-inner {
    font-size: 2.4rem;
  }

  .topMv-msg-inner::before {
    width: 30px;
  }

  .topEpisode {
    max-width: 100%;
    background: #A00000;
    padding: 0 5% 60px;
  }

  .topEpisode-title {
    height: auto;
    padding: 20px 10px;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .topEpisodeSection-img {
    position: static;
    top: 0;
    bottom: auto;
  }

  .schedule {
    display: block;
    margin-top: -5px;
  }

  .schedule-title {
    margin-bottom: 25px;
  }

  .schedule-title-lgmd {
    display: none;
  }

  .schedule-title-lgmd-link {
    float: right;
    margin-right: 5%;
    font-size: 1.8rem;
  }

  .scheduleSection-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .scheduleSection {
    width: 100%;
    padding: 0 5% 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .scheduleSection:last-child {
    margin-bottom: 10px;
  }

  .scheduleSection-title {
    font-size: 1.8rem;
  }

  .topTwitter {
    display: block;
    height: auto;
    border: none;
  }

  .topTwitter-inner {
    height: auto;
    overflow: auto;
  }

  .topTwitter-title {
    position: static;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }

  .topTwitter-title-icon {
    display: none;
  }

  .topTwitter-timeline {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: scroll;
    border: 1px solid #ccc;
  }

  .topSection-title {
    margin-bottom: 0;
  }

  .topSection-title-img {
    height: 50vw;
  }

  .topSection-title-main {
    position: static;
    padding: 5px 20px;
    font-size: 2.4rem;
  }

  .topSection-title-subtitle {
    top: 40%;
    left: 10%;
    width: 80%;
    font-size: 1.8rem;
    text-align: center;
    transform: translate(0, -50%);
  }

  .topSection-toArchive {
    float: right;
    margin: -33px 3% 30px 0;
    font-size: 1.8rem;
  }

  .topSection-toArchive a::after {
    margin-left: 5px;
  }

  .activityReportPanel-wrap {
    display: block;
  }

  .activityReportPanel {
    width: 90%;
    margin: 0 auto 20px;
  }

  .activityReportPanel + .activityReportPanel {
    margin-top: 60px;
  }

  .activityReportPanel-img {
    height: auto;
    margin-bottom: 6px;
  }

  .activityReportPanel-date {
    font-size: 1.4rem;
  }

  .activityReportPanel-caption {
    font-size: 1.6rem;
  }

  .topPiciupContents {
    display: block;
    padding: 0 5%;
  }

  .topPiciupContents-text {
    margin-top: 30px;
    font-size: 1.8rem;
  }

  .topPiciupContents-text-en {
    font-size: 1.8rem;
  }

  .topPiciupContents-text a::after {
    width: 30px;
    height: 30px;
  }

  .topPiciupContents-pdf a {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border: 1px solid #A00000;
    font-size: 1.6rem;
    text-align: center;
  }

  .topPiciupContents-pdf a::after {
    position: static;
    margin-left: 15px;
  }

  .topProfileBox {
    display: none;
  }

  .topYoshikiMovie {
    width: 90%;
    background: #EDF0F2;
    margin: 80px auto 0;
    margin-bottom: 50px;
    padding: 20px;
  }

  .topYoshikiMovie-title {
    margin-bottom: 10px;
    font-size: 2.7rem;
    text-align: center;
  }

  .topYoshikiMovie-title .is-ls {
    letter-spacing: -.2rem;
  }

  .topYoshikiMovie-content-one iframe {
    height: 24vw;
  }

  .topYoshikiMovie-content-date {
    font-size: 1.1rem;
  }

  .topYoshikiMovie-content-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pageLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .contactTable {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .dietArea-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .dietArticleArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .dlSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .episodeArticle {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .profileArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .reportContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .reportArticleArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .scheduleContents-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .scheduleDetailsArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .searchSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .topSection-title-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  html {
    font-size: 50%;
  }

  .subConents-one-icon {
    max-width: 60px;
  }

  .subConents-one-text {
    font-size: 1.6rem;
  }

  .yoshiKitchen {
    padding-right: 10px;
  }

  .yoshiKitchen-title-sub {
    font-size: 1.5rem;
  }

  .yoshiKitchen-title-main {
    font-size: 1.8rem;
  }

  .dicutImg {
    width: 150px;
    right: 30px;
  }

  .headerSp {
    padding-top: 10px;
  }

  .headerSp-title-subgroup {
    margin: 7px 0 0 30px;
  }

  .headerSp-title-subgroup-kyosanto {
    width: 70px;
  }

  .headerSp-title-subgroup-sub {
    font-size: 1.5rem;
  }

  .headerSp-title-name {
    float: left;
    margin-top: 5px;
    font-size: 2.8rem;
  }

  .sideContents {
    width: 340px;
  }

  .sideRightContents {
    min-width: 0;
    width: 158px;
  }

  .contactTable-note {
    display: block;
    margin-top: 10px;
  }

  .dietSection-main-infoArea-date {
    float: none;
  }

  .dietArticle-infoArea-date {
    float: none;
  }

  .profileContent-img {
    margin: 0 auto 30px;
  }

  .topMv-msg {
    left: 0;
    bottom: 20px;
    margin-left: 40px;
  }

  .schedule-title-lgmd-img {
    margin-right: 15px;
  }

  .scheduleSection-wrap {
    flex-grow: 1;
    margin-left: 5%;
  }

  .scheduleSection-title {
    font-size: 2.1rem;
  }

  .topTwitter-title {
    width: calc(100% - 500px);
  }

  .topSection-title-main {
    font-size: 5rem;
  }

  .topSection-title-subtitle {
    font-size: 3.5rem;
  }

  .topPiciupContents-text {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1779px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .subConents {
    width: 90%;
  }

  .mainContents_wrap {
    width: 90%;
  }

  .mv-main {
    left: 5%;
  }

  .footer-inner {
    width: 90%;
  }

  .rightsideBnArea-one-caption {
    font-size: 1.2rem;
  }

  .episodeSection-title {
    font-size: 3rem;
  }

  .episodeArticle-contents-section-main-img {
    margin: 10px 0 20px 40px;
  }

  .reportContents {
    display: block;
  }

  .reportContents .title-themebold {
    font-size: 2.3rem;
  }

  .schedule {
    width: 90%;
  }

  .topTwitter {
    width: 90%;
  }

  .activityReportPanel-wrap {
    width: 90%;
  }

  .topPiciupContents {
    width: 90%;
  }

  .topYoshikiMovie {
    width: 90%;
  }

  .topYoshikiMovie-content-one iframe {
    height: 20vw;
  }
}

@media (min-width: 1020px) and (max-width: 1399px) {
  .subConents-one-icon {
    max-width: 60px;
  }

  .yoshiKitchen {
    padding-right: 30px;
  }

  .yoshiKitchen-title {
    padding-top: 0;
  }

  .yoshiKitchen-title-sub {
    font-size: 1.5rem;
  }

  .yoshiKitchen-title-main {
    font-size: 2rem;
  }

  .topMv-msg {
    bottom: 20px;
    left: 40px;
  }

  .topMv-msg-inner {
    font-size: 4.8rem;
  }

  .topTwitter-title {
    width: 30%;
  }

  .topTwitter-title-id {
    font-size: 2.3rem;
  }

  .topTwitter-title-name {
    font-size: 2rem;
  }

  .topSection-title-main {
    font-size: 5.5rem;
  }

  .topSection-title-subtitle {
    font-size: 4rem;
  }
}

@media (min-width: 1020px) and (max-width: 1779px) {
  .dicutImg {
    right: 70px;
  }

  .sideRightContents {
    min-width: 160px;
  }

  .contactTable-note {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width: 1019px) and (min-width: 768px) and (max-width: 1019px) {
  .dwMenu-active .sideContents {
    transform: translateX(calc(-100% + 17px));
  }
}

@media (min-width: 1020px) and (max-width: 1200px) {
  .contactTable tr,
  .contactTable th,
  .contactTable td {
    display: block;
  }

  .contactTable th {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainContents {
    flex: 0 1 auto;
  }
}

/* -------------------------------------------
add
------------------------------------------- */
@media (max-width: 768px) {
  .textbox {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .textbox p {
    overflow-wrap: break-word;
  }
}

.spView {
  display: none;
}
@media (max-width: 750px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}