@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
.animate {
  opacity: 0;
}

/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

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

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

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
.header {
  position: relative;
  width: 100%;
  height: 670px;
  background-size: cover;
}

.header_wave {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  z-index: 2;
  background: url(../../img/header_wave.png) left bottom repeat-x;
}

.header_bnr {
  position: absolute;
  width: 330px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

@media (max-width: 900px) {
  .header_bnr {
    display: none;
  }
}
.header_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

.header_logo_hokto {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 12;
  display: block;
  width: 141px;
  height: 62px;
}

.header_gnav {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 3;
}

.header_gnav_logo {
  width: 31.25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 900px) {
  .header_gnav_logo {
    width: 82.66667%;
  }
}
.header_gnav_tfm {
  width: 110px;
  margin: 0 20px 0 15px;
}

.header_gnav_hokto {
  width: 108px;
  padding-bottom: 8px;
}

@media (max-width: 900px) {
  .header_gnav {
    height: 60px;
  }
  .header_gnav_tfm {
    width: 90px;
    margin: 0 20px 0 10px;
  }
  .header_gnav_hokto {
    width: 80px;
    padding-bottom: 8px;
  }
}
.header_menu {
  width: auto;
  margin-right: 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_menu_current {
  color: #0286e9;
  border-bottom: #0286e9 2px solid;
  font-weight: bold;
}

.header_menu li {
  margin-right: 30px;
}

.header_menu li a {
  font-size: 1.6rem;
  transition: 0.5s;
}

.header .hd_nav {
  display: none;
  width: 5.14286%;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .header .hd_nav {
    display: block;
    width: 5.14286%;
  }
  .header_inner {
    width: 100%;
    height: auto;
  }
  .header_menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .header_gnav {
    height: 50px;
  }
  .header .hd_nav {
    display: block;
    width: 5.14286%;
  }
  .header_inner {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .header_menu {
    display: none;
  }
  .header_logo {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header_logo_tfm {
    width: 33.33333%;
    margin: 0 20px;
  }
  .header_logo_bo {
    width: 48.8%;
  }
}
@media (max-width: 900px) {
  .header {
    height: 65vh;
  }
  .header_wave {
    background: url(../../img/header_wave.png) left bottom repeat-x;
    background-size: 39px 14px;
  }
  .header_container {
    width: 97%;
  }
  .header_logo {
    width: 66.66667%;
    padding: 17.33333% 0;
    align-items: center;
  }
  .header_logo div {
    width: 33.09524%;
  }
  .header_logo_hokto {
    position: absolute;
    right: 0%;
    bottom: 11.25%;
    z-index: 12;
    display: block;
    width: 35.25%;
    height: 15.5%;
  }
}
.ham {
  position: fixed;
  /*position: absolute;*/
  top: 0;
  right: 0;
  z-index: 100;
}

.ham_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ham_icon {
  cursor: pointer;
}

.ham_icon img {
  width: 65px;
  height: 65px;
}

.ham_box {
  max-width: 800px;
  margin: 200px auto 0;
  display: flex;
  align-items: center;
}

.ham_logo {
  margin-right: 50px;
  border-right: 1px dashed #fff;
  padding-right: 50px;
}

.ham_logo img {
  width: 300px;
  height: auto;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(44, 121, 192, 0.97);
  left: 0;
  top: 0;
  z-index: 9;
}

.ham_menu .hide {
  color: #fff;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .ham_menu .hideIcon {
    right: 10px;
  }
}
.ham_contents > li {
  text-align: left;
  margin-bottom: 17px;
  padding-left: 30px;
  font-size: 1.8rem;
  background: url(../../img/menu_kinoko.svg) no-repeat left center;
  background-size: 21px 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .ham_contents > li {
    font-size: 1.6rem;
  }
}
.ham_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.ham_sns > li {
  margin: 0 20px;
}

.ham_sns > li > a > img {
  width: 30px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .ham {
    display: block;
  }
}
@media (max-width: 900px) {
  .ham {
    position: absolute;
    display: block;
  }
  .ham_box {
    max-width: 90%;
    margin: 40px auto 0;
    display: inherit;
  }
  .ham_logo {
    margin-right: 0;
    border-right: 0px dashed #fff;
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 55%;
  }
  .ham_logo img {
    width: 100%;
    height: auto;
  }
  .ham_icon img {
    width: 50px;
    height: 50px;
  }
}
#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.news {
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #0286e9 url(../../img/news_bg.png);
}

.news_inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 17px 0;
}

.news_icon {
  margin-right: 20px;
  background: #ffee00;
  width: 100px;
  color: #0286e9;
  text-align: center;
  border-radius: 100px;
  font-size: 1.5rem;
  padding: 4px 0 5px;
}

.news .marquee li {
  font-size: 1.5rem;
}

.news .marquee li a {
  color: #fff;
}

@media (max-width: 900px) {
  .news_inner {
    width: 94.66667%;
    padding: 5px 0 10px;
  }
  .news_icon {
    width: 19.71831%;
    margin-right: 10px;
  }
  .news .marquee {
    width: 78.87324%;
  }
  .news .marquee li {
    line-height: 1.4rem;
    font-size: 1.2rem;
  }
}
/* 背景動画設定のCSS*/
.header_inner {
  position: relative;
  height: 80vh;
}

.video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.header_logo {
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 0 0;
}

/*見出し設定*/
h1 {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

h1 img {
  width: 420px;
  height: auto;
}

@media (max-width: 900px) {
  h1 img {
    width: 70%;
    max-width: 400px;
    height: auto;
  }
}
/* レイアウトのためのCSS*/
.container {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
}

.main {
  width: 100%;
  background-image: url(../../img/base_bg.png);
}

@media (max-width: 900px) {
  .main {
    width: 100%;
    margin: 0 auto 25px;
  }
}
/*//////////main_navi//////////*/
.main_navi {
  background-color: #066cbb;
  position: relative;
}

@media (max-width: 900px) {
  .main_navi {
    height: auto;
  }
}
.main_navi::before {
  position: absolute;
  content: "";
  top: -4px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/navi_bg_top.png) repeat-x left top;
}

.main_navi::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background: url(../../img/navi_bg_bot.png) repeat-x left bottom;
}

.main_navi_list {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 0;
  justify-content: center;
}

@media (max-width: 900px) {
  .main_navi_list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main_navi_list li {
  border-left: #fff 2px dotted;
}

@media (max-width: 900px) {
  .main_navi_list li {
    border-left: #fff 0 dotted;
    border-right: #fff 2px dotted;
    border-bottom: #fff 2px dotted;
    width: 49%;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .main_navi_list li:nth-child(2) {
    border-right: #fff 2px dotted;
  }
}
@media (max-width: 900px) {
  .main_navi_list li:nth-child(3) {
    border-bottom: #fff 2px dotted;
  }
}
.main_navi_list li:last-child {
  border-right: #fff 2px dotted;
}

@media (max-width: 900px) {
  .main_navi_list li:last-child {
    border-right: #fff 0 dotted;
    border-bottom: #fff 2px dotted;
  }
}
/*//////////what//////////*/
.what {
  width: 100%;
}

@media (max-width: 900px) {
  .what {
    padding: 0 0 5px;
  }
}
.what_wide {
  width: 100%;
  min-height: 528px;
  margin: 0 auto 30px;
}

.what_inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.what_inner2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.what_inner_bnr {
  display: none;
}

@media (max-width: 900px) {
  .what_inner_bnr {
    display: block;
    width: 93.33333%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
}
.what_read {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.what_read_ttl {
  text-align: center;
  margin: 0 auto;
}

.what_read_ttl img {
  max-width: 650px;
  height: auto;
}

.what_read_ttl picture {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .what_read_ttl picture {
    display: block;
    margin-bottom: 9%;
  }
  .what_read_ttl {
    font-size: 1.6rem;
  }
  .what_read_ttl picture img {
    max-width: 100%;
  }
  .what_read_ttl picture:last-child img {
    max-width: 100%;
  }
}
.what_read_ttl:before {
  position: absolute;
  top: 60px;
  right: 0;
  content: "";
  width: 140px;
  height: 305px;
  display: block;
  background: url(../../img/about_illust2.png) no-repeat left bottom;
  background-size: 100%;
}

.what_read_ttl:after {
  position: absolute;
  top: -50px;
  left: 15px;
  content: "";
  width: 121px;
  height: 351px;
  display: block;
  background: url(../../img/about_illust1.png) no-repeat left bottom;
  background-size: 100%;
}

.what_read_wrap {
  max-width: 950px;
  padding-top: 10px;
  margin: 20px auto 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

.what_read_wrap_left {
  margin-right: 50px;
}

@media (max-width: 900px) {
  .what_read_wrap_left {
    display: none;
  }
}
.what_read_wrap_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

.what_read_wrap_txt a {
  color: #066cbb;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 900px) {
  .what_read_wrap_txt {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 10px;
  }
  .what_read_wrap_txt br {
    display: none;
  }
  .what_read_wrap_txt a {
    display: block;
    text-align: center;
  }
}
.what_read_ttl2 {
  position: relative;
  margin: 0 auto 20px;
}

.what_read_ttl2 span {
  position: relative;
  padding: 50px 15px 0 15px;
  background: #fff;
  z-index: 10;
}

@media (max-width: 900px) {
  .what_read_ttl2 span img {
    width: 60%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .what_read_ttl2 {
    width: 100%;
  }
}
.what_read_ttl2_left {
  margin-right: 40px;
}

.what_read_ttl2_left img {
  width: 200px;
}

@media (max-width: 900px) {
  .what_read_ttl2_left {
    margin: 0 auto 10px;
    max-width: 50%;
    text-align: center;
  }
}
.what_read_ttl2_txt {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .what_read_ttl2_txt {
    width: 100%;
  }
}
.what_read_ttl2:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: url(../../img/what_bg_ttl.png) repeat-x center center;
  content: "";
}

.what_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 25px auto 50px;
  padding: 0 10px;
}

.what_icon li img {
  width: 146px;
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
}

.what_icon li img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .what_wide {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
  }
  .what_inner, .what_inner2 {
    width: 96%;
  }
  .what_read {
    flex-direction: column;
    padding: 7% 0;
  }
  .what_read_wrap {
    padding-top: 0;
    display: inherit;
  }
  .what_read_ttl {
    width: 100%;
  }
  .what_read_ttl:before {
    display: none;
  }
  .what_read_ttl:after {
    display: none;
  }
  .what_read_txt {
    width: 100%;
    padding-top: 30px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .what_read_txt a {
    display: block;
    color: #066cbb;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 5px;
  }
  .what_icon {
    width: 96%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 25px;
    padding: 0 10px;
  }
  .what_icon li {
    width: 30%;
    margin: 2% 1%;
    text-align: center;
  }
}
/*//////////recipe //////////*/
.recipe {
  max-width: 940px;
  margin: 0 auto 80px;
  padding: 30px;
  background: #fff;
  border: 3px dotted #176eae;
  color: #176eae;
  display: flex;
}

.recipe_tt {
  max-width: 1000px;
  margin: 70px auto 30px;
}

.recipe_tt img {
  width: 100%;
  height: auto;
}

.recipe_detail {
  width: 70%;
  position: relative;
}
img.balloon{
    position: absolute;
    top:-10px;
    right:  -10px;
    max-width: 180px;
    height: auto;
}

.recipe_detail strong {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.recipe_detail strong::before{
  content: "＼";
}
.recipe_detail strong::after{
  content: "／";
}

.recipe_detail strong.sp{
  display: none;
}

.recipe_detail dl {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.recipe_detail dt {
  width: 23px;
  height: 19px;
  padding: 0 0 4px 0;
  border-radius: 23px;
  background: #176eae;
  text-align: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe_detail dd {
  width: 95%;
}

.recipe_detail h4 {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  border-bottom: 4px double #176eae;
}

.recipe_detail p {
  font-size: 85%;
  padding: 0 0 20px 0;
  text-align: right;
}

.recipe_btn a {
  display: block;
  max-width: 350px;
  margin: 0px 0 0 0;
  padding: 10px 0 12px;
  color: #fff;
  background: #06b2c1;
  border-radius: 45px;
  text-align: center;
  line-height: 1;
}

.recipe_box {
  width: 30%;
  padding: 0 0 0 20px;
}

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

.recipe_list ul {
  width: 46%;
  margin: 10px 0 0 0;
}

.recipe_list li {
  padding: 5px 0;
  font-size: 1.2rem;
  border-bottom: 1px dotted #176eae;
}

@media (max-width: 900px) {
  .recipe {
    max-width: 80%;
    margin: 0 auto 7%;
    padding: 5%;
    display: block;
  }
  .recipe_tt {
    max-width:90%;
    margin: 10% auto 7%;
  }

  .recipe_tt img {
    width: 100%;
    height: auto;
  }

  .recipe_detail strong{
    display: block;
    margin: 0 auto 2%;
    font-size: 88%;
    line-height: 1.3;
    text-align: left;
  }
  .recipe_detail strong::before{
    content: "";
  }
  .recipe_detail strong::after{
    content: "";
  }
  .recipe_detail strong span::before{
    content: "＼ ";
  }
  .recipe_detail strong span::after{
    content: " ／";
  }
  .recipe_detail {
    width: 100%;
  }
  img.balloon{
      position: absolute;
      top:-10px;
      right:  -10px;
      max-width: 90px;
      height: auto;
  }

  .recipe_detail dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
  .recipe_detail dt {
    margin: 0 5px 0 0;
  }
  .recipe_detail dd {
    width: 93%;
  }
  .recipe_detail h4 {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    font-size: 2.2rem;
    border-bottom: 4px double #176eae;
    text-align: left;
  }
  .recipe_detail p {
    font-size: 85%;
    padding: 0 0 20px 0;
    text-align: center;

  }
  .recipe_btn a {
    display: block;
    max-width: 90%;
    padding: 1% 0;
    margin: 0px auto 7%;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .recipe_box {
    width: 100%;
    padding: 0 0 0 0px;
  }
  .recipe_box img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .recipe_list {
    display: flex;
    justify-content: space-around;
  }
  .recipe_list ul {
    width: 46%;
    margin: 10px 0 0 0;
  }
  .recipe_list li {
    padding: 5px 0;
    font-size: 1.2rem;
    border-bottom: 1px dotted #176eae;
  }
}
/*//////////holi //////////*/
.holi {
  padding: 80px 0 30px;
}

@media (max-width: 900px) {
  .holi {
    padding: 0;
  }
}
.holi_wrap {
  margin: 0 auto 30px;
  max-width: 1000px;
  position: relative;
  background: url(../../img/prog_bg_mid.png) repeat-y center center;
}

@media (max-width: 900px) {
  .holi_wrap {
    max-width: 100%;
  }
}
.holi_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .holi_wide {
    padding: 0 15px 1px 15px;
  }
}
.holi_wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_top.png) no-repeat center top;
}

.holi_wrap::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_bot.png) no-repeat center bottom;
}

.holi_onair {
  position: absolute;
  top: -50px;
  left: -50px;
}

@media (max-width: 900px) {
  .holi_onair {
    position: absolute;
    top: -60px;
    left: 0;
    margin: auto;
  }
  .holi_onair img {
    width: 60%;
    max-width: 145px;
  }
}
.holi_time {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #066cbb;
  font-weight: bold;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

@media (max-width: 900px) {
  .holi_time {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-top: 5%;
    padding-bottom: 9%;
    margin-bottom: 9%;
  }
}
.holi_time span {
  font-size: 2.8rem;
  background: linear-gradient(transparent 50%, #fff45f 50%);
}

@media (max-width: 900px) {
  .holi_time span {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.holi_time em {
  display: none;
}

@media (max-width: 900px) {
  .holi_time em.sp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .holi_time em.sp strong {
    width: 70%;
    margin: 5px 0 auto;
    padding: 1% 3%;
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    border-radius: 30px;
    background: #066cbb;
    color: #fff;
    text-align: center;
  }
}
.holi_st {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: normal;
  margin: 30px auto 0;
}

.holi_st .small {
  font-size: 0.9em;
}

.holi_st_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.holi_st_logo li {
  margin: 30px 20px 0 0;
}

.holi_st_logo li img {
  width: 110px;
  height: auto;
  padding: 3px 0 0 0 !important;
  margin: 0 !important;
}

.holi_st_logo li:nth-child(2) img {
  width: 85px;
  height: auto;
}

.holi_st_logo li:nth-child(3) img {
  width: 110px;
  height: auto;
}

.holi_st_logo li:last-child {
  margin: 0;
}

.holi_st_logo li:last-child img {
  width: 170px;
  height: auto;
}

@media (max-width: 900px) {
  .holi_st {
    padding: 9% 0 0 0;
    margin: 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
  }
  .holi_st_logo li {
    margin: 0 20px 0 0;
  }
  .holi_st_logo li:nth-child(3) {
    padding: 20px 0 0 0;
  }
}
.holi_illust1 {
  position: absolute;
  top: 20px;
  right: -200px;
}

.holi_illust1 img {
  width: 140px;
  height: auto;
}

.holi_illust2 {
  position: absolute;
  bottom: -15px;
  left: -180px;
}

.holi_illust2 img {
  width: 148px;
  height: auto;
}

.holi_cont {
  margin: 0 auto 15px;
  max-width: 886px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .holi_cont {
    margin: 0 auto;
    max-width: 100%;
    display: inherit;
  }
  .holi_st_logo {
    flex-wrap: wrap;
  }
}
.holi_txt {
  margin: 0 auto 10px;
  text-align: center;
  padding: 30px 0;
}

.holi_txt span {
  color: #066cbb;
  font-weight: bold;
}

@media (max-width: 900px) {
  .holi_txt {
    text-align: left;
    padding: 0 0 8% 0;
  }
  .holi_st_logo {
    margin: 6% 0 0 0;
  }
  .holi_st_logo li img {
    margin: 5% 20px 0 0;
  }
  .holi_st_logo li:nth-child(3) img {
    padding: 15px 0 0 0;
  }
}
.holi_txt li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .holi_txt li {
    font-size: 1.4rem;
  }
}
.holi_txt2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
  border-top: 2px dotted #066cbb;
}

@media (max-width: 900px) {
  .holi_txt2 {
    margin: 0 auto;
    width: auto;
    text-align: left;
    padding: 9% 0 9%;
    font-size: 1.4rem;
    border-top: 2px dotted #066cbb;
  }
}
.holi_txt2 em {
  font-weight: bold;
  font-style: normal;
  color: #066cbb;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .holi_txt2 em {
    font-size: 1.4rem;
  }
}
.holi_txt2 span {
  font-size: 2rem;
  padding: 10px;
  font-weight: bold;
  color: #d83177;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  border-bottom: #d83177 3px double;
}

@media (max-width: 900px) {
  .holi_txt2 span {
    font-size: 1.1em;
    padding: 0;
    border-bottom: #d83177 0px double;
  }
}
.holi_txt2 li:first-child {
  margin-bottom: 40px;
}
.holi_txt2 li{
  margin-bottom: 20px;
}
.holi_txt2 li.rakuten img{
  width: 100px;
  height: auto;
}

.holi_txt2 li:last-child {
  margin-top: 38px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .holi_txt2 li {
    margin-bottom: 7%;
  }
  .holi_txt2 li:last-child {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
  }
}
.holi_txt2_ttl {
  text-align: center;
  display: flex;
  justify-content: center;
}

.holi_txt2_ttl img {
  max-width: 590px;
  height: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .holi_txt2_ttl img {
    width: 100%;
    height: auto;
  }
  .holi_txt2 li:first-child {
    margin-bottom: 7vw
  }
  .holi_txt2 li{
    margin-bottom: 4vw;
    text-align:left;
  }
  .holi_txt2 li.rakuten{
      text-align: center;
  }
  .holi_txt2 li.rakuten img{
    width: 20%;
    max-width: 100px;
    height: auto;
  }

}
.holi_txt3 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
  border-top: 2px dotted #066cbb;
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  .holi_txt3 {
    padding: 9% 0 0;
    margin-bottom: 7%;
    font-size: 1.4rem;
  }
}
.holi_txt3 em {
  font-weight: bold;
  font-style: normal;
  color: #066cbb;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .holi_txt3 em {
    font-size: 1.4rem;
  }
}
.holi_txt3 span {
  font-size: 2rem;
  padding: 10px;
  font-weight: bold;
  color: #d83177;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  border-bottom: #d83177 3px double;
}

@media (max-width: 900px) {
  .holi_txt3 span {
    font-size: 1.6rem;
    border-bottom: #d83177 0px double;
    padding: 0;
  }
}
.holi_txt3 li {
  margin-bottom: 40px;
}

.holi_txt3 li:last-child {
  margin-top: 40px;
}

@media (max-width: 900px) {
  .holi_txt3 li {
    margin-bottom: 20px;
    text-align: left;
  }

  .holi_txt3 li:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
}
.holi_txt3_ttl {
  text-align: center;
}

.holi_txt3_ttl img {
  max-width: 570px;
  height: auto;
}

@media (max-width: 900px) {
  .holi_txt3_ttl img {
    max-width: 100%;
    height: auto;
  }
}
.holi_event {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  color: #066cbb;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .holi_event {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 15px;
  }
}
.holi_event_ttl {
  padding-bottom: 25px;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

.holi_event_ttl span {
  font-size: 2.4rem;
  background: linear-gradient(transparent 50%, #fff45f 50%);
}

@media (max-width: 900px) {
  .holi_event_ttl span {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.holi_event_ttl em {
  margin-top: 5px;
  display: block;
  font-size: 1.6rem;
  color: #066cbb;
  font-style: normal;
}

.holi_event_cont {
  padding: 80px 0;
  font-size: 2rem;
}

@media (max-width: 900px) {
  .holi_event_cont {
    padding: 40px 0;
    font-size: 1.6rem;
  }
}
.holi_mc {
  margin: 0 auto 50px;
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.holi_guest {
  width: 100%;
  color: #D83176;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .holi_mc {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
  .holi_guest {
    margin: 0 auto 5%;
    font-size: 100%;
  }
}
.holi_mc li {
  text-align: center;
  width: 50%;
}

@media (max-width: 900px) {
  .holi_mc li {
    margin-bottom: 30px;
  }
}
.holi_mc li img {
  max-width: 195px;
}

@media (max-width: 900px) {
  .holi_mc li img {
    width: 90%;
  }
}
.holi_gu {
  margin: 0 auto 20px;
  width: 870px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .holi_gu {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
}
.holi_gu li {
  text-align: center;
}

@media (max-width: 900px) {
  .holi_gu li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.holi_gu li img {
  max-width: 195px;
}

@media (max-width: 900px) {
  .holi_gu li img {
    width: 90%;
  }
}
.holi_gu2 {
  margin: 0 auto 20px;
  width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .holi_gu2 {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    justify-content: center;
  }
}
.holi_gu2 li {
  text-align: center;
}

@media (max-width: 900px) {
  .holi_gu2 li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.holi_gu2 li img {
  max-width: 195px;
}

@media (max-width: 900px) {
  .holi_gu2 li img {
    width: 90%;
  }
}
.holi_tw {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

/*//////////voice//////////*/
.voice {
  width: 100%;
}

@media (max-width: 900px) {
  .voice {
    padding: 0 0 5px;
  }
}
.voice_wide {
  margin: 30px auto;
  padding: 40px 0 30px;
  background: url(../../img/info_bg.png) repeat left bottom;
  position: relative;
}

.voice_wide::before {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/voice_bg.png) repeat-x left top;
  background-size: 228px 10px;
}

.voice_wide::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/voice_bg.png) repeat-x left bottom;
  background-size: 228px 10px;
}

.voice_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.voice_list {
  margin: 0 auto 30px;
  width: 460px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .voice_list {
    margin: 0 auto 10px;
    width: 95%;
    max-width: 450px;
  }
}
.voice_list li {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

@media (max-width: 900px) {
  .voice_list li {
    width: 45%;
  }
}
.voice_list li img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 900px) {
  .voice_list li img {
    width: 100%;
  }
}
.voice_list_txt {
  margin: 0 auto 40px;
}

.voice_list_txt li {
  text-align: center;
  font-size: 2.1rem;
  color: #000;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.voice_list_txt li span {
  color: #066cbb;
  text-decoration: underline;
}

.voice_read {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.voice_read_ttl {
  text-align: center;
  margin: 0 auto 20px;
}

@media (max-width: 900px) {
  .voice_read_ttl {
    width: 100%;
    margin: 20px auto;
  }
}
@media (max-width: 900px) {
  .voice {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
  }
  .voice_list_txt {
    margin: 0 auto 20px;
    width: 95%;
  }
  .voice_list_txt li {
    text-align: center;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .voice_list_txt li small {
    font-size: 1.4rem;
  }
  .voice_list_txt li em {
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) {
  .voice_ttl {
    margin: 35px auto 20px;
  }
  .voice_ttl_inner {
    width: 88.53333%;
  }
  .voice_wide {
    width: 100%;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .voice_inner {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .voice_read {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 0 0;
  }
  .voice_txt {
    display: none;
  }
  .voice_txt_sp {
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.voice_wrap {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .voice_wrap {
    margin-bottom: 15px;
  }
}
.voice_kinoko1 {
  position: absolute;
  top: -80px;
  left: 70px;
}

.voice_kinoko1 img {
  width: 95px;
  height: auto;
}

@media (max-width: 900px) {
  .voice_kinoko1 {
    display: none;
  }
}
.voice_kinoko2 {
  position: absolute;
  top: 75px;
  left: -10px;
}

.voice_kinoko2 img {
  width: 130px;
  height: auto;
}

@media (max-width: 900px) {
  .voice_kinoko2 {
    display: none;
  }
}
.voice_kinoko3 {
  position: absolute;
  top: -60px;
  right: 60px;
}

.voice_kinoko3 img {
  width: 100px;
  height: auto;
}

@media (max-width: 900px) {
  .voice_kinoko3 {
    display: none;
  }
}
.voice_kinoko4 {
  position: absolute;
  top: 80px;
  right: 0;
}

.voice_kinoko4 img {
  width: 120px;
  height: auto;
}

@media (max-width: 900px) {
  .voice_kinoko4 {
    display: none;
  }
}
.voice_fuki {
  position: absolute;
  top: 130px;
  right: 90px;
}

@media (max-width: 900px) {
  .voice_fuki {
    display: none;
  }
}
/*//////////info //////////*/
.info {
  padding: 40px 0 30px;
}

@media (max-width: 900px) {
  .info {
    padding: 20px 0 30px;
  }
}
.info_ttl {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 900px) {
  .info_ttl {
    margin: 0 auto 20px;
  }
}
.info_ttl span {
  position: relative;
  padding: 70px 25px 0 27px;
  background: #fff;
  z-index: 10;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .info_ttl span {
    padding: 30px 10px 0 10px;
  }
}
.info_ttl span img {
  max-width: 396px;
}

@media (max-width: 900px) {
  .info_ttl span img {
    width: 65%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .info_ttl {
    width: 100%;
  }
}
.info_ttl:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: url(../../img/what_bg_ttl.png) repeat-x center center;
  content: "";
}

@media (max-width: 900px) {
  .info_ttl:after {
    background: none;
  }
}
.info_wrap {
  margin: 0 auto 30px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .info_wrap {
    margin: 0 auto 20px;
    width: 95%;
    display: inherit;
    text-align: center;
  }
}
.info_time {
  width: 720px;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .info_time {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
  }
}
.info_time span {
  background: linear-gradient(transparent 50%, #fff45f 50%);
}

.info_txt {
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: left;
}

.info_txt span {
  color: #d83177;
  font-size: 1.8rem;
}

@media (max-width: 900px) {
  .info_txt {
    margin: 0 auto 15px;
    width: 90%;
    font-size: 1.3rem;
  }
}
.info_onair {
  width: 700px;
}

@media (max-width: 900px) {
  .info_onair {
    margin: 8% auto 4%;
    width: 100%;
  }
}
.info_mc {
  width: 180px;
}

@media (max-width: 900px) {
  .info_mc {
    margin: 0 auto;
    width: 70%;
    max-width: 150px;
    text-align: center;
  }
}
/*//////////report//////////*/
.report {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
}

@media (max-width: 900px) {
  .report {
    margin: 0 auto 0px !important;
  }
}
.report_navi {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .report_navi {
    margin: 0 auto 15px;
    padding: 0 15px;
    max-width: 900px;
    justify-content: space-between;
  }
}
.report_navi li {
  width: 24%;
  border: 1px #066cbb solid;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 8px 8px 0;
}

@media (max-width: 900px) {
  .report_navi li {
    width: 47%;
    font-size: 1.4rem;
  }
}
.report_navi li:nth-of-type(4n) {
  margin: 0 0 8px 0;
}

@media (max-width: 900px) {
  .report_navi li:nth-of-type(4n) {
    margin: 0 8px 8px 0;
  }
}
.report_navi li a {
  display: block;
  color: #066cbb;
  padding: 15px 0;
}

@media (max-width: 900px) {
  .report_navi li a {
    padding: 7px 0;
  }
}
.report_navi li :hover {
  color: #fff;
  background: #066cbb;
}

.report_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.report_article {
  width: 30%;
  height: 100%;
  padding: 10px;
  margin: 0 17px 20px 0;
  border: 1px #fff solid;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 1px #dbdbdb;
}

.report_article:nth-of-type(3n) {
  margin: 0 0 20px 0;
}

.report_article_img {
  margin-bottom: 6px;
  text-align: center;
}

.report_article_img img {
  width: 300px;
}

.report_article_date {
  color: #066cbb;
  padding: 2px 15px 3px 20px;
  font-size: 1.5rem;
  background: url(../../img/time.svg) no-repeat center left;
  background-size: 15px 15px;
}

.report_article_ttl {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-bottom: 8px;
}

.report_article_ttl a {
  color: #066cbb;
}

.report_article_txt {
  padding-bottom: 8px;
  font-size: 1.4rem;
}

.report_article_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.report_article_more a {
  background: #0286e9;
  color: #fff;
  text-align: center;
  padding: 2px 15px;
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 1.4rem;
}

.report_more {
  width: 425px;
  padding-top: 7.2%;
  display: block;
  margin: 0 auto;
  background: url(../../images/more_bt.png) no-repeat;
  background-size: contain;
}

.report_more:hover {
  opacity: 1;
  background: url(../../images/more_bt_over.png) no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .report {
    width: 100%;
    margin: 0 auto 50px;
  }
  .report_wrap {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .report_article {
    width: 42%;
    margin: 0 2% 15px 0;
  }
  .report_article:nth-of-type(2n) {
    margin: 0 0 15px 0;
  }
  .report_article:nth-of-type(3) {
    margin: 0 2% 15px 0;
  }
  .report_article_img {
    margin-bottom: 10px;
    text-align: center;
  }
  .report_article_ttl {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .report_article_txt {
    padding-bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .report_article_date {
    font-size: 1.2rem;
    padding: 2px 10px 3px 17px;
    background: url(../../img/time.svg) no-repeat center left;
    background-size: 13px 13px;
    font-weight: normal;
  }
  .report_article_more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .report_article_more a {
    background: #0286e9;
    color: #fff;
    text-align: center;
    padding: 2px 15px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1.2rem;
  }
  .report_more {
    width: 80%;
    padding-top: 13.6%;
    display: block;
    margin: 20px auto 0;
    background: url(../../images/more_bt_sp.png) no-repeat;
    background-size: contain;
  }
  .report_more:hover {
    opacity: 1;
    background: url(../../images/more_bt_sp_over.png) no-repeat;
    background-size: contain;
  }
}
/*//////////prog//////////*/
.prog {
  padding: 40px 0 30px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .prog {
    padding: 0;
  }
}
.prog_ttl {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
}

@media (max-width: 900px) {
  .prog_ttl {
    margin: 0 auto 50px;
  }
}
.prog_ttl span {
  position: relative;
  padding: 50px 26px 0 27px;
  background: #fff;
  z-index: 10;
  margin: 0 auto;
}

.prog_ttl span img {
  max-width: 267px;
}

@media (max-width: 900px) {
  .prog_ttl span img {
    width: 50%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .prog_ttl {
    width: 100%;
  }
}
.prog_ttl:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: url(../../img/what_bg_ttl.png) repeat-x center center;
  content: "";
}

@media (max-width: 900px) {
  .prog_ttl:after {
    background: none;
  }
}
.prog_wrap {
  margin: 0 auto 30px;
  max-width: 1000px;
  position: relative;
  background: url(../../img/prog_bg_mid.png) repeat-y center center;
}

@media (max-width: 900px) {
  .prog_wrap {
    max-width: 100%;
  }
}
.prog_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .prog_wide {
    padding: 0 15px 1px 15px;
  }
}
.prog_wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_top.png) no-repeat center top;
}

.prog_wrap::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_bot.png) no-repeat center bottom;
}

.prog_onair {
  position: absolute;
  top: -50px;
  left: -50px;
}

@media (max-width: 900px) {
  .prog_onair {
    position: absolute;
    top: -60px;
    left: 0;
    margin: auto;
  }
  .prog_onair img {
    width: 60%;
    max-width: 145px;
  }
}
.prog_time {
  text-align: center;
  font-size: 2rem;
  color: #066cbb;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

@media (max-width: 900px) {
  .prog_time {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.prog_time span {
  font-size: 2.8rem;
  background: linear-gradient(transparent 50%, #fff45f 50%);
}

@media (max-width: 900px) {
  .prog_time span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.prog_time em {
  display: none;
}

@media (max-width: 900px) {
  .prog_time em {
    margin-top: 5px;
    display: block;
    font-size: 1.6rem;
    color: #066cbb;
    font-style: normal;
  }
}
.prog_illust1 {
  position: absolute;
  top: 0;
  right: -170px;
}

.prog_illust2 {
  position: absolute;
  bottom: -15px;
  left: -180px;
}

.prog_cont {
  margin: 0 auto 35px;
  max-width: 886px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .prog_cont {
    max-width: 100%;
    display: inherit;
  }
}
.prog_thumb {
  width: 30%;
}

@media (max-width: 900px) {
  .prog_thumb {
    margin: 0 auto 20px;
    width: 80%;
    text-align: center;
  }
}
.prog_thumb img {
  width: 220px;
}

@media (max-width: 900px) {
  .prog_thumb img {
    width: 100%;
    max-width: 600px;
  }
}
.prog_txt {
  width: 70%;
}

@media (max-width: 900px) {
  .prog_txt {
    margin: 0 auto;
    width: 100%;
  }
}
.prog_txt li {
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .prog_txt li {
    font-size: 1.4rem;
  }
}
.prog_txt li:first-child {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .prog_txt li:first-child {
    font-size: 1.6rem;
  }
}
/*//////////ject//////////*/
.ject {
  padding: 40px 0 30px;
}

.ject_ttl {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
}

@media (max-width: 900px) {
  .ject_ttl {
    margin: 0 auto 50px;
  }
}
.ject_ttl span {
  position: relative;
  padding: 50px 26px 0 27px;
  background: #fff;
  z-index: 10;
  margin: 0 auto;
}

.ject_ttl span img {
  max-width: 267px;
}

@media (max-width: 900px) {
  .ject_ttl span img {
    width: 60%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .ject_ttl {
    width: 100%;
  }
}
.ject_ttl:after {
  position: absolute;
  top: calc(50% - 1px);
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: url(../../img/what_bg_ttl.png) repeat-x center center;
  content: "";
}

@media (max-width: 900px) {
  .ject_ttl:after {
    background: none;
  }
}
.ject_wrap {
  margin: 0 auto 80px;
  max-width: 1000px;
  position: relative;
  background: url(../../img/prog_bg_mid.png) repeat-y center center;
}

@media (max-width: 900px) {
  .ject_wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.ject_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .ject_wide {
    padding: 0 15px 1px 15px;
  }
}
.ject_wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_top.png) no-repeat center top;
}

.ject_wrap::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_bot.png) no-repeat center bottom;
}

.ject_onair {
  position: absolute;
  top: -50px;
  left: -50px;
}

.ject_onair img {
  width: 144px;
}

.ject_time {
  text-align: center;
  font-size: 2rem;
  color: #066cbb;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

.ject_time span {
  font-size: 2.4rem;
  background: linear-gradient(transparent 50%, #fff45f 50%);
}

@media (max-width: 900px) {
  .ject_time span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.ject_illust1 {
  position: absolute;
  top: 0;
  right: -210px;
}

.ject_illust2 {
  position: absolute;
  bottom: -15px;
  left: -180px;
}

.ject_cont {
  margin: 0 auto 30px;
  max-width: 886px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ject_thumb {
  width: 30%;
}

.ject_thumb img {
  width: 220px;
}

.ject_txt {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .ject_txt {
    margin-bottom: 30px;
  }
}
.ject_txt li {
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .ject_txt li {
    font-size: 1.4rem;
  }
}
.ject_txt li:first-child {
  font-size: 1.95rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .ject_txt li:first-child {
    font-size: 1.6rem;
  }
}
.ject_txt2 {
  font-weight: bold;
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #066cbb;
  border: 2px dotted #066cbb;
  padding: 8px 15px;
  margin: 0 auto;
  width: 30%;
}

@media (max-width: 900px) {
  .ject_txt2 {
    font-size: 1.6rem;
    width: 65%;
  }
}
.ject_ph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}

@media (max-width: 900px) {
  .ject_ph {
    display: inherit;
    text-align: center;
  }
}
.ject_ph li {
  width: 33.3%;
  text-align: center;
}

@media (max-width: 900px) {
  .ject_ph li {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 1.4rem;
  }
}
.ject_ph li img {
  max-width: 290px;
}

@media (max-width: 900px) {
  .ject_ph li img {
    max-width: 600px;
    width: 100%;
  }
}
.ject_ph li span {
  display: block;
  padding-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .ject_ph li span {
    font-size: 1.6rem;
    padding-top: 5px;
  }
}
.ject_ph li span small {
  display: block;
  font-size: 1.6rem;
  padding-top: 5px;
  line-height: 1.4;
}

/*//////////tour_wide //////////*/
.tour_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .tour_wide {
    padding: 0 15px 50px 15px;
  }
}
/*//////////tour_ph//////////*/
.tour_ph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
}

@media (max-width: 900px) {
  .tour_ph {
    display: inherit;
    text-align: center;
  }
}
.tour_ph li {
  width: 33.3%;
  text-align: center;
}

@media (max-width: 900px) {
  .tour_ph li {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 1.4rem;
  }
}
.tour_ph li img {
  max-width: 290px;
}

@media (max-width: 900px) {
  .tour_ph li img {
    max-width: 600px;
    width: 100%;
  }
}
.tour_ph li span {
  display: block;
  padding-top: 15px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 900px) {
  .tour_ph li span {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}
.tour_ph2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
}

@media (max-width: 900px) {
  .tour_ph2 {
    display: inherit;
    text-align: center;
  }
}
.tour_ph2 li {
  width: 90%;
  text-align: center;
}

@media (max-width: 900px) {
  .tour_ph2 li {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 1.4rem;
  }
}
.tour_ph2 li img {
  max-width: 500px;
}

@media (max-width: 900px) {
  .tour_ph2 li img {
    max-width: 600px;
    width: 100%;
  }
}
.tour_txt {
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .tour_txt {
    margin-bottom: 30px;
  }
}
.tour_txt li {
  font-size: 1.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .tour_txt li {
    font-size: 1.4rem;
  }
}
.tour_txt li:first-child {
  font-size: 1.95rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .tour_txt li:first-child {
    font-size: 1.6rem;
  }
}
/*//////////orig//////////*/
.orig {
  padding: 0 0 60px;
 
}

@media (max-width: 900px) {
  .orig {
    padding: 25px 0 10px;
    margin: 0 auto 7%;
  }
}
.orig_wrap {
  margin: 0 auto 30px;
  max-width: 1000px;
  position: relative;
  background: url(../../img/prog_bg_mid.png) repeat-y top center;
  border-right: 1px solid #066cbb;
  border-left: 1px solid #066cbb;
}

@media (max-width: 900px) {
  .orig_wrap {
    max-width: 90%;
    padding: 4% 0 7% 0;
  }
}
.orig_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .orig_wide {
    padding: 15px 15px 1px 15px;
  }
}
.orig_wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_top.png) no-repeat center top;
}

.orig_wrap::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_bot.png) no-repeat center bottom;
}

@media (max-width: 900px) {
  .orig_wrap::before {
    top: 0px;
  }
  .orig_wrap::after {
    bottom: 0px;
  }
}
.orig_onair {
  position: absolute;
  top: -50px;
  left: -50px;
}

@media (max-width: 900px) {
  .orig_onair {
    position: absolute;
    top: -60px;
    left: 0;
    margin: auto;
  }
  .orig_onair img {
    width: 60%;
    max-width: 145px;
  }
}
.orig_time {
  text-align: center;
  font-size: 2.4rem;
  color: #066cbb;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

@media (max-width: 900px) {
  .orig_time {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.orig_cont {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px #066cbb dotted;
}

@media (max-width: 900px) {
  .orig_cont {
    max-width: 100%;
  }
}
.orig_thumb {
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 85%;
  text-align: center;
}

.orig_thumb img{
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  .orig_thumb {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.orig_thumb img {
  width: 300px;
}

@media (max-width: 900px) {
  .orig_thumb img {
    max-width: 600px;
    width: 100%;
  }
}
.orig_txt {
  width: 65%;
}

@media (max-width: 900px) {
  .orig_txt {
    margin: 0 auto;
    width: 100%;
  }
}
.orig_txt li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .orig_txt li {
    font-size: 1.4rem;
  }
}
.orig_txt li:first-child {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .orig_txt li:first-child {
    font-size: 1.6rem;
  }
}
.orig_sales {
  margin-top: 10px;
  text-align: left;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}

.orig_sales a {
  display: block;
  color: #066cbb;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.orig_link {
  font-weight: bold;
  color: #066cbb;
  text-align: center;
}

.orig_link li {
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .orig_link li {
    font-size: 1.6rem;
  }
}
.orig_close {
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 900px) {
  .orig_close {
    padding-bottom: 15px;
  }
}
.orig_list {
  margin-bottom: 25px;
  text-align: left;
}

.orig_list li {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .orig_list li {
    font-size: 1.4rem;
  }
}
.orig_list_ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #066cbb;
  color: #066cbb;
}

/*//////////song//////////*/
.song {
  margin: 0 auto;
  width: 400px;
}

.song_list_ttl {
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #066cbb;
}

.song_list {
  margin-bottom: 15px;
  text-align: center;
}

.song_list li {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .song_list li {
    font-size: 1.3rem;
  }
}
.song_close {
  border-top: 1px solid #066cbb;
  margin-top: 30px;
  padding-top: 30px;
}

/*//////////detail //////////*/
.detail {
  padding: 30px 0 20px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .detail {
    padding: 25px 0 10px;
  }
}
.detail_wrap {
  margin: 0 auto 30px;
  max-width: 1000px;
  position: relative;
  background: url(../../img/prog_bg_mid.png) repeat-y center center;
  min-height: 200px;
}

@media (max-width: 900px) {
  .detail_wrap {
    max-width: 100%;
  }
}
.detail_wide {
  padding: 25px 40px 10px 40px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .detail_wide {
    padding: 15px 15px 1px 15px;
  }
}
.detail_wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_top.png) no-repeat center top;
}

.detail_wrap::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background: url(../../img/prog_bg_bot.png) no-repeat center bottom;
}

.detail_onair {
  position: absolute;
  top: -50px;
  left: -50px;
}

@media (max-width: 900px) {
  .detail_onair {
    position: absolute;
    top: -60px;
    left: 0;
    margin: auto;
  }
  .detail_onair img {
    width: 60%;
    max-width: 145px;
  }
}
.detail_time {
  text-align: center;
  font-size: 2.4rem;
  color: #066cbb;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: url(../../img/bg_ttl.svg) repeat-x left bottom;
  background-size: 82px 9px;
}

.detail_time a {
  color: #066cbb;
}

@media (max-width: 900px) {
  .detail_time {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}
.detail_date {
  color: #066cbb;
  padding: 2px 0 3px 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  background: url(../../img/time.svg) no-repeat center left;
  background-size: 15px 15px;
  float: right;
}

@media (max-width: 900px) {
  .detail_date {
    margin-bottom: 5px;
  }
}
.detail_cont {
  clear: both;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 900px) {
  .detail_cont {
    margin: 0 auto;
    max-width: 100%;
    display: inherit;
  }
}
.detail_thumb {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .detail_thumb {
    text-align: center;
  }
}
.detail_thumb img {
  width: 300px;
  height: auto;
  padding: 7px;
  border: 1px solid #ccc;
}

@media (max-width: 900px) {
  .detail_thumb img {
    max-width: 600px;
    width: 100%;
  }
}
.detail_txt {
  width: 63%;
}

@media (max-width: 900px) {
  .detail_txt {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.detail_txt li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .detail_txt li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
/*//////////pickup//////////*/
.pickup {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 40px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .pickup {
    max-width: 100%;
    padding: 15px 15px 5px 15px;
    margin: 0 auto 0px !important;
  }
}
.pickup_ttl {
  text-align: center;
  border-top: 2px dotted #066cbb;
  padding: 40px;
}

@media (max-width: 900px) {
  .pickup_ttl {
    padding: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .pickup_ttl img {
    width: 35%;
    max-width: 147px;
  }
}
.pickup_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .pickup_wrap {
    width: 95%;
    margin: 0 auto 30px;
  }
}
.pickup_article {
  margin: 0 auto;
  width: 21.6%;
  height: 100%;
  margin: 0 35px 20px 0;
}

@media (max-width: 900px) {
  .pickup_article {
    width: 42%;
    margin: 0 auto 20px 2%;
  }
}
.pickup_article:nth-of-type(4n) {
  margin: 0 0 20px 0;
}

@media (max-width: 900px) {
  .pickup_article:nth-of-type(4n) {
    margin: 0 auto 20px 2%;
  }
}
.pickup_article_img {
  margin-bottom: 6px;
  text-align: center;
}

.pickup_article_img img {
  width: 310px;
  padding: 7px;
  border: 1px solid #ccc;
}

@media (max-width: 900px) {
  .pickup_article_img img {
    width: 100%;
  }
}
.pickup_article_date {
  color: #066cbb;
  padding: 2px 15px 3px 20px;
  font-size: 1.5rem;
  background: url(../../img/time.svg) no-repeat center left;
  background-size: 15px 15px;
}

.pickup_article_ttl {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-bottom: 8px;
}

@media (max-width: 900px) {
  .pickup_article_ttl {
    font-size: 1.4rem;
  }
}
.pickup_article_ttl a {
  color: #066cbb;
}

.pickup_article_txt {
  padding-bottom: 8px;
  font-size: 1.4rem;
}

.pickup_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .pickup_link {
    display: inherit;
  }
}
.pickup_link li {
  width: 47%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  line-height: 1.6;
  border-bottom: 1px dashed #DEDEDE;
  background: url(../../img/blog_icon.svg) no-repeat center left;
  background-size: 13px 13px;
}

@media (max-width: 900px) {
  .pickup_link li {
    width: 90%;
    font-size: 1.4rem;
    padding: 0 20px 5px 20px;
    margin-bottom: 15px;
  }
}
.pickup_link li a {
  display: block;
}

/*//////////ft//////////*/
.ft {
  padding: 40px 0 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  max-width: 400px;
}

@media (max-width: 900px) {
  .ft {
    max-width: 290px;
    padding: 7% 0;
  }
}
.ft_tfm {
  width: 162px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .ft_tfm {
    width: 122px;
  }
}
.ft_audee {
  width: 122px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .ft_audee {
    width: 100px;
  }
}
/*//////////footer_inner/////////*/
.footer_inner {
  height: 90px;
  background: url(../../img/footer_bg.png) repeat-x 0 0;
}

.footer_inner address {
  margin: -30px auto 0;
  width: 500px;
  line-height: 1.4;
  font-style: normal;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #176eae;
}

.footer_box {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 900px) {
  .footer {
    padding-top: 0;
    text-align: center;
  }
  .footer_inner {
    height: auto;
    display: inherit;
    background: url(../../img/footer_bg.png) repeat-x 0 0;
    background-size: 38px 65px;
  }
  .footer_inner address {
    width: 100%;
    display: inherit;
    padding: 10px 0 20px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .footer_box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
/*//////////sns/////////*/
.sns {
  padding: 30px 0 0 20px;
  width: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sns li {
  padding: 0 4px;
  width: 38px;
  height: auto;
}

@media (max-width: 900px) {
  .sns {
    width: 100px;
    margin: 0 auto 30px;
    padding: 30px 0 0 0;
  }
  .sns li a img {
    width: 35px;
    height: auto;
  }
}
/*//////////go-top /////////*/
.go-top a {
  position: fixed;
  bottom: 35px;
  right: 20px;
  background: url(../../img/top.png) no-repeat 0 top;
  background-size: 85px 85px;
  width: 85px;
  height: 85px;
  z-index: 10;
}

@media (max-width: 900px) {
  .go-top a {
    bottom: 15px;
    right: 10px;
    background: url(../../img/top.png) no-repeat 0 top;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
}
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 900px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*////////// pageswitch /////////*/
.pageswitch {
  margin: 30px 0 50px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 33px !important;
}

.pageswitch strong {
  background-color: #fff;
  border: 1px solid #066cbb;
  color: #066cbb;
  font-weight: bold;
}

.pageswitch a {
  color: #066cbb;
  text-decoration: none !important;
}

.pageswitch a.num {
  background-color: #066cbb;
  border: 1px solid #066cbb;
  color: #fff;
  text-decoration: none !important;
}

.pageswitch a.num:link, .pageswitch a.num:visited {
  background-color: #066cbb;
  border: 1px solid #066cbb;
  text-decoration: none !important;
}

.pageswitch a.num:hover, .pageswitch a.num:active {
  background-color: #066cbb;
  border: 1px solid #066cbb;
  text-decoration: none !important;
}

.pageswitch .prevLink {
  margin-right: 10px;
}

.pageswitch .nextLink {
  margin-left: 10px;
}

.pageswitch a[title="Previous page"] {
  background: rgba(0, 0, 0, 0) url(../../img/arw_prev.png) no-repeat scroll left center/13px 23px;
  /*display: inline-block;*/
  height: 33px;
  line-height: 33px;
  padding-left: 20px;
  text-align: right;
  text-indent: -1000em;
}

.pageswitch a[title="Next page"] {
  background: rgba(0, 0, 0, 0) url(../../img/arw_next.png) no-repeat scroll right center/13px 23px;
  /*display: inline-block;*/
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
  text-align: left;
  text-indent: -1000em;
}

/*////////// entry_btn /////////*/
.entry_btn {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.entry_btn img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
}

.entry_btn img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_btn {
    display: block;
    width: 95%;
    margin: 0 auto 30px;
  }
  .entry_btn li {
    margin-bottom: 15px;
  }
}
/*////////// orig_link  /////////*/
.orig_link {
  width: 900px;
  margin: 0 auto 20px;
}

.orig_link img {
  max-width: 385px;
  width: 100%;
}

@media (max-width: 900px) {
  .orig_link {
    display: block;
    width: 95%;
    margin: 0 auto 15px;
  }
  .orig_link li {
    margin-bottom: 15px;
  }
}
.orig_close {
  text-align: center;
  margin: 0 auto 20px;
}

.orig_close a {
  display: block;
  cursor: pointer;
}

.orig_close img {
  max-width: 320px;
  width: 100%;
}

@media (max-width: 900px) {
  .orig_close {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .orig_close li {
    margin-bottom: 15px;
  }
}
.orig_att {
  text-align: left;
  margin: 0 auto 20px;
  font-size: 1.4rem;
}

@media (max-width: 900px) {
  .orig_att {
    font-size: 1.2rem;
  }
}
/*////////// entry_play  /////////*/
.entry_play {
  text-align: center;
  margin: 0 auto 20px;
}

.entry_play img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 385px;
  width: 100%;
}

.entry_play img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_play {
    display: block;
    width: 95%;
    margin: 0 auto 15px;
  }
  .entry_play li {
    margin-bottom: 15px;
  }
}
/*////////// entry_listen  /////////*/
.entry_listen {
  text-align: center;
  margin: 20px auto;
}

.entry_listen li {
  margin-bottom: 15px;
}

.entry_listen img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 380px;
  width: 100%;
}

.entry_listen img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_listen {
    display: block;
    width: 85%;
    margin: 15px auto;
  }
  .entry_listen li {
    margin-bottom: 15px;
  }
}
/*////////// entry_more  /////////*/
.entry_more {
  text-align: center;
  margin: 20px auto;
}

.entry_more img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 320px;
  width: 100%;
}

.entry_more img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_more {
    display: block;
    width: 65%;
    margin: 15px auto;
  }
  .entry_more li {
    margin-bottom: 15px;
  }
}
/*////////// entry_rice  /////////*/
.entry_rice {
  width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.entry_rice img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 320px;
  width: 100%;
}

.entry_rice img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_rice {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .entry_rice li {
    margin-bottom: 15px;
  }
}
/*////////// entry_home /////////*/
.entry_home {
  text-align: center;
  margin: 0 auto 20px;
}

.entry_home img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 320px;
  width: 100%;
}

.entry_home img:hover {
  top: -10px;
}

@media (max-width: 900px) {
  .entry_home {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .entry_home li {
    margin-bottom: 15px;
  }
}
/*////////// entry_holi  /////////*/
.entry_holi {
  text-align: center;
  margin: 0 auto 50px;
}

.entry_holi img {
  position: relative;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  max-width: 440px;
  width: 100%;
}

.entry_holi img:hover {
  top: 10px;
}

@media (max-width: 900px) {
  .entry_holi {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .entry_holi li {
    margin-bottom: 0;
  }
}
.entry_close {
  text-align: center;
  margin: 0 auto 20px;
  color: #d83177;
  border: 2px dotted #d83177;
  padding: 5px 10px 7px 10px;
  font-size: 1.8rem;
  max-width: 300px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .entry_close {
    width: 50%;
    font-size: 1.4rem;
    text-align: center;
  }
}
/*////////// kiyaku /////////*/
.kiyaku {
  margin: 0 auto;
  /*width: 1000px;*/
  padding-top: 30px;
}

@media (max-width: 900px) {
  .kiyaku {
    padding-top: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.kiyaku_ttl {
  margin: 0 auto 10px;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  color: #066cbb;
}

@media (max-width: 900px) {
  .kiyaku_ttl {
    margin: 0 auto 15px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.kiyaku_list {
  border: 1px dashed #066cbb;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 900px) {
  .kiyaku_list {
    padding: 15px;
  }
}
.kiyaku_list p {
  color: #d83177;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 900px) {
  .kiyaku_list p {
    font-size: 1.4rem;
  }
}
.kiyaku_txt li {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 900px) {
  .kiyaku_txt li {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.kiyaku_txt li span {
  color: #066cbb;
}

.kiyaku_txt li a {
  color: #066cbb;
  text-decoration: underline;
}

.txt-show {
  margin-bottom: 40px;
}

.txt-hide {
  margin-bottom: 40px;
  display: none;
}

@media (max-width: 900px) {
  .txt-hide {
    margin-bottom: 90px;
  }
}
.kiyaku_more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  border-radius: 30px;
  margin: 40px auto 50px;
  max-width: 260px;
  background-color: #066cbb;
  display: block;
  color: #fff;
  transition: 0.5s;
}

@media (max-width: 900px) {
  .kiyaku_more {
    max-width: 60%;
    margin: 40px auto 50px;
  }
}
.kiyaku_more span {
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 900px) {
  .kiyaku_more span {
    padding: 15px 10px;
    font-size: 1.3rem;
  }
}
.kiyaku_more span::after {
  content: "もっと見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

.on-click span::after {
  content: "閉じる";
}

@media all and (-ms-high-contrast: none) {
  .kiyaku_more {
    position: inherit;
    width: 200px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */
