@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  height: 100%;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (min-width: 750px) {
  body {
    font-size: 16px;
  }
}

li {
  list-style: none;
}

a {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: red;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

img {
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0;
  vertical-align: top;
}

figcaption {
  font-size: 13px;
}

.flx {
  display: flex;
}

.section {
  margin-bottom: 40px;
}

.head3 {
  margin-bottom: 13px;
  border-left: 2px solid #000;
  padding-top: 3px;
  padding-left: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

@media print, screen and (min-width: 500px) {
  .section {
    margin-bottom: 100px;
  }
}

.section_title_wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: baseline;
  /* font-feature-settings: "palt"; */
}

@media print, screen and (min-width: 500px) {
  .section_title_wrap {
    margin-bottom: 15px;
    border-bottom: 6px dotted #b4b4b4;
    padding-bottom: 4px;
  }
}

.news_section_titleWrap {
  align-items: normal;
  border-bottom: 2px solid;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .news_section_titleWrap {
    align-items: flex-start;
    font-size: 28px;
  }
}

.section_titleJp {
  border-left: 3px solid;
  padding-left: 5px;
  font-size: 20px;
  /* letter-spacing: 3px; */
  font-weight: bold;
}

@media print, screen and (min-width: 500px) {
  .section_titleJp {
    margin-right: 15px;
    border: none;
    padding: 0;
    font-size: 28px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1;
  }
}

.section_titleEng {
  font-size: 18px;
  letter-spacing: 2px;
  margin-left: 7px;
}

@media print, screen and (min-width: 500px) {
  .section_titleEng {
    font-size: 20px;
    /* letter-spacing: 4px; */
    margin-left: 0;
  }
}

.section_contents {
}

.news_section_inner {
  font-feature-settings: "palt";
}

@media print, screen and (min-width: 500px) {
  .news_section_inner {
  }
}

.news_inner_text {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .news_inner_text {
    font-size: 16px;

    line-height: 1.75;
  }
}

.news_inner_box {
  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

@media print, screen and (min-width: 500px) {
  .news_inner_box {
    flex-direction: row;
  }
}

.news_box_imgWrap {
  width: 80%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .news_box_imgWrap {
    width: 25%;
  }
}

@media print, screen and (min-width: 1000px) {
  .news_box_imgWrap {
    width: 30%;
  }
}

.news_img_link {
}

@media print, screen and (min-width: 500px) {
  .news_img_link {
  }
}

.news_box_info {
  display: flex;

  flex-direction: column;

  justify-content: space-evenly;

  margin-top: 20px;

  border-left: 2px solid;

  padding-left: 10px;

  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .news_box_info {
    justify-content: space-evenly;

    width: 70%;

    border: none;

    line-height: 1;
  }
}

@media print, screen and (min-width: 1000px) {
  .news_box_info {
    justify-content: space-evenly;

    width: 65%;
  }
}

.news_info_title {
  font-size: 18px;

  font-weight: bold;

  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .news_info_title {
    font-size: 16px;

    margin-bottom: 0px;
  }
}

.news_info_text {
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .news_info_text {
    font-size: 16px;

    margin-bottom: 5px;
  }
}

.news_info_link {
  margin-top: 20px; /* border-bottom: 1px solid; */
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .news_info_link {
    font-size: 16px;

    margin-top: 0px;
  }
}

.anc_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
}

@media print, screen and (min-width: 700px) {
  .anc_btn {
    font-size: 18px;
  }
}

.hl {
  width: 100%;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 50px 0px;
  text-align: left;
}

@media print, screen and (min-width: 500px) {
  .hl {
    display: none;
  }
}

.hl-body {
  border-bottom: 1px solid #979797;
  /* padding: 0 0 15px 0; */
}

.hldt {
  width: 100%;
  margin: 30px 0;
}

.hldt-body {
  border-bottom: 5px dotted #b4b4b4;
  /* padding: 0 0 15px 0; */
}

.container {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 60px auto 0;
}

@media print, screen and (min-width: 500px) {
  .container {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 950px) {
  .container {
    margin: 0 auto;
  }
}

.header_pc {
  display: none;
}

.header_mb {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #b6b6b6;
}

@media print, screen and (min-width: 950px) {
  .header_pc {
    display: block;
  }

  .header_mb {
    display: none;
  }
}

.mb_navi_head2 {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 10px; */
}

@media print, screen and (min-width: 500px) {
  .mb_navi_head2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 500px) {
  .header_mb {
    /* top: 5px; */
  }
}

@media print, screen and (min-width: 700px) {
  .header_mb {
    /* top: 10px; */
  }
}

@media print, screen and (min-width: 950px) {
  .header_mb {
    display: none;
  }
}

.header_top_mb {
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 1);
}

@media print, screen and (min-width: 500px) {
  .header_top_mb {
    align-items: center;
    padding: 10px 10px;
  }
}

.header_top_mb img {
  width: 100%;
  max-width: 200px;
}

@media print, screen and (min-width: 500px) {
  .header_top_mb img {
    max-width: 500px;
  }
}

.top_logoPc {
  width: 600px;
}

.top_logoTb {
  display: none;
}

.top_logoSp {
  display: block;
  max-width: 220px;
}

@media print, screen and (min-width: 500px) {
  .top_logoTb {
    display: block;
    width: 90%;
  }

  .top_logoSp {
    display: none;
  }
}

.hbMenu_btn {
  position: relative;
  width: 37px;
  border: 2px solid #000;
  padding: 7px 5px;
  cursor: pointer;
}

.hbMenu_btn span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.hbMenu_btn span:not(:last-child) {
  margin-bottom: 6px;
}

.header_navi_mb {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 0;
  z-index: 999;
}

.header_navi_mb.on {
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
}

.header_navi_listMb {
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  /* height: 100%; */
  padding: 20px;
  font-size: 20px;
  background-color: #fff;
  transform: translate(100%, 0);
  transition: all 0.3s ease-in 0s;
  z-index: 100;
}

@media print, screen and (min-width: 500px) {
  .header_navi_listMb {
    width: 77%;
    height: auto;
    padding: 20px;
    font-size: 20px;
    background-color: #fff;
    transform: translate(100%, 0);
    transition: all 0.3s ease-in 0s;
    z-index: 100;
  }
}

.header_navi_mb.on > .header_navi_listMb {
  transform: translate(0, 0);
}

.header_navi_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transform: translate(-100%, 0);
  transition: all 0.3s ease-in 0s;
  z-index: 1;
}

.header_navi_mb.on > .header_navi_overlay {
  transform: translate(0, 0);
}

.header_navi_itemMb {
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
}

.header_navi_itemMb a {
  display: block;
  /* margin-left: 2px; */
}

.header_navi_subListMb {
  font-size: 14px;
  margin-left: 12px;
}

.header_navi_subItemMb {
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
}

.header_navi_address {
  margin-top: 40px;
  font-size: 12px;
}

.navi_listMb_inner {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 15px; */
}

@media print, screen and (min-width: 700px) {
  .navi_listMb_inner {
    flex-direction: row;
  }
}

@media print, screen and (min-width: 700px) {
  .navi_listMb_box {
    width: 50%;
  }
}

.page_hero_wrap {
  display: block;
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: auto;
  font-family: arial, Helvetica;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .page_hero_wrap {
    display: block;
    margin: 50px 0 25px;
    height: auto;
  }
}

@media print, screen and (min-width: 950px) {
  .page_hero_wrap {
    margin: 0 0 40px;
  }
}

.page_hero_inner {
}

@media print, screen and (min-width: 500px) {
  .page_hero_inner {
  }
}

@media print, screen and (min-width: 950px) {
  .page_hero_inner {
  }
}

.page_hero_imgSp {
  display: block;
  /* margin: 0 10px; */
  /* padding: 20px 10px 20px; */
}

.page_hero_imgTb {
  display: none;
}

.page_hero_imgPc {
  display: none;
}

@media print, screen and (min-width: 500px) {
  .page_hero_imgSp {
    display: none;
  }

  .page_hero_imgTb {
    display: block;
  }

  .page_hero_imgPc {
    display: none;
  }
}

@media print, screen and (min-width: 800px) {
  .page_hero_imgSp {
    display: none;
  }

  .page_hero_imgTb {
    display: none;
  }

  .page_hero_imgPc {
    display: block;
  }
}

.page_headSp {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 500px) {
  .page_headSp {
    display: none;
  }
}

.page_exp {
  margin-bottom: 10px;
  font-size: 16px;
  /* font-weight: bold; */
}

@media print, screen and (min-width: 500px) {
  .page_exp {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

/*************** topページ ***************/
#banner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 120px auto 50px;
  font-family: arial, Helvetica;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 500px) {
  #banner {
    display: block;
    margin: 0vw 0 0;
    height: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 800px) {
  #banner {
    /* margin: -1px 0 0; */
  }
}

@media print, screen and (min-width: 950px) {
  #banner {
    margin: 0 0 50px;
  }
}

#banner-menu-list {
  margin: 0px;
  padding: 18px 0px 19px 0px;
  width: 200px;
  float: left;
}

#banner-title img {
  margin: 32px 0px 0px 10px;
}

#banner .blog {
  margin: 0px 10px 0px 218px;
}

#banner .blogbody {
  padding: 0px;
  color: #fff;
  border-style: none;
  background-color: transparent;
}

#banner .title {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0px 0px 0px -1px;
  background-color: transparent;
}

#banner .text {
  padding: 2px 0px 0px 0px;
  margin: 0;
  color: #fff;
  width: 500px;
}

#banner .text a {
  color: #fff;
  padding: 10px 0px 0px 4px;
}

#slideshow {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 500px) {
  #slideshow {
    position: relative;
    width: 100%;
    height: 45vw;
    /* 画像の横幅に合わせて記述 */
    z-index: 1;
  }
}

@media print, screen and (min-width: 800px) {
  #slideshow {
    position: relative;
    width: 100%;
    max-width: 950px;
    /* 画像の横幅に合わせて記述 */
    height: 399px;
    /* 画像の横幅に合わせて記述 */
    z-index: 1;
  }
}

.slide_anc {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 8;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.slide_anc.active {
  z-index: 10;
  opacity: 1;
}

.slide_anc.last-active {
  z-index: 9;
}

.banner_body {
  display: block;
}

@media print, screen and (min-width: 500px) {
  .banner_body {
    display: block;
  }
}

.banner_body_mb {
}

@media print, screen and (min-width: 500px) {
  .banner_body_mb {
    display: none;
  }
}

.top_img_digiconSp {
  display: block;
}

.top_img_digiconTb {
  display: none;
}

.top_img_digiconPc {
  display: block;
}

@media print, screen and (min-width: 500px) {
  .top_img_digiconSp {
    display: none;
  }

  .top_img_digiconTb {
    display: none;
  }

  .top_img_digiconPc {
    display: block;
  }
}

#navi {
  display: none;
  position: absolute;
  top: -117px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5em;
  text-align: center;
  color: #151100;
  background: #ffcc00;
  z-index: 2;
}

@media print, screen and (min-width: 500px) {
  #navi {
    display: block;
    position: absolute;
    top: -81px;
  }
}

@media print, screen and (min-width: 950px) {
  #navi {
    position: fixed;
    top: 0;
  }
}

#navi_mb {
  width: 100%;
  height: auto;
  padding: 1em 0.5em;
  text-align: center;
  color: #151100;
  background: #ffcc00;
  z-index: 2;
}

@media print, screen and (min-width: 500px) {
  #navi_mb {
  }
}

@media print, screen and (min-width: 950px) {
  #navi_mb {
    display: none;
  }
}

/* cov対策時追記 */
#cov {
  width: 100%;
  /* height: auto; */
  margin: 0;
  /* border-top: 1px solid #b6b6b6; */
  border-bottom: 1px solid #b6b6b6;
  padding: 5px 0;
}

@media print, screen and (min-width: 500px) {
  #cov {
    width: 100%;
    max-height: 100px;
    margin: 0px 0 0px;
    /* border-top: 2px solid #b6b6b6; */
    border-bottom: 2px solid #b6b6b6;
    /* padding: 10px 0 10px; */
    background: #fff;
    z-index: 100;
  }
}

@media print, screen and (min-width: 950px) {
  #cov {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 950px;
    border-top: none;
    padding: 10px 0 10px;
  }
}

#cov_navi {
  width: 100%;
  /* height: auto; */
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

@media print, screen and (min-width: 500px) {
  #cov_navi {
    width: 100%;
    /* height: auto; */
    text-align: center;
    z-index: 2;
    cursor: pointer;
  }
}

#cov_navi_head {
  font-size: 16px;
  /* margin: 5px 0; */
}

@media print, screen and (min-width: 700px) {
  #cov_navi_head {
    font-size: 18px;
    /* margin:10px 0; */
  }
}

#cov_navi_text {
  /* margin: 5px 0 0; */
  font-size: 12px;
}

@media print, screen and (min-width: 700px) {
  #cov_navi_text {
    /* margin:10px 0 0; */
    font-size: 16px;
  }
}

.cov_link {
  display: block;

  transition: 0.3s;

  color: red;

  padding: 5px;
}

@media print, screen and (min-width: 500px) {
  .cov_link {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 950px) {
  .cov_link {
  }
}

.cov_link:hover {
  background: red;
  color: #fff;
}

.cov_title_wrap {
  border: 1px solid red;

  padding-bottom: 0;
}

@media print, screen and (min-width: 500px) {
  .cov_title_wrap {
  }
}

@media print, screen and (min-width: 950px) {
  .cov_title_wrap {
    padding: 10px;
  }
}

.cov_title {
}

@media print, screen and (min-width: 500px) {
  .cov_title {
  }
}

@media print, screen and (min-width: 950px) {
  .cov_title {
  }
}

.cov_text01 {
  padding-bottom: 5px;

  border-bottom: 1px solid;

  margin-bottom: 10px;
}

@media print, screen and (min-width: 500px) {
  .cov_text01 {
    width: 35%;
    border-right: 1px solid;
    border-bottom: none;
    line-height: 2;
    margin: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 950px) {
  .cov_text01 {
    width: 33%;
    /* padding-right: 4px; */
    border-right: 1px solid;
    line-height: 3;
  }
}

.cov_contents_title {
}

@media print, screen and (min-width: 500px) {
  .cov_contents_title {
    /* padding-top: 100px; */
  }
}

@media print, screen and (min-width: 950px) {
  .cov_contents_title {
    padding-top: 0;
  }
}

.cov_page_section {
}

@media print, screen and (min-width: 500px) {
  .cov_page_section {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 950px) {
  .cov_page_section {
  }
}

.mb_cov_link {
}

@media print, screen and (min-width: 500px) {
  .mb_cov_link {
  }
}

@media print, screen and (min-width: 950px) {
  .mb_cov_link {
    display: none;
  }
}

.mb_cov_link a:hover {
  border-bottom: 1px solid red;
}

#header {
  position: relative;
  z-index: 10000;
  /* margin-top: 55px; */
}

@media print, screen and (min-width: 500px) {
  #header {
    /* margin-top: 65px; */
    height: 73px;
  }
}

@media print, screen and (min-width: 950px) {
  #header {
    z-index: auto;
    /* margin-top: 15px; */
    height: 160px;
  }
}

.header_img {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
  padding: 10px 0 5px;
}

.external_link_icons {
  flex-direction: row;
  align-items: center;
}

@media print, screen and (min-width: 500px) {
  .external_link_icons {
    margin-left: 50px;
  }
}

.link_icon {
  margin: 10px 15px 10px 0;
}

@media print, screen and (min-width: 600px) {
  .link_icon {
    margin: 10px 0 10px 20px;
  }
}

.header_menu {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.header_menu_list {
  flex-direction: row;
  justify-content: flex-end;
}

.breadcrumb {
  padding-left: 15px;
}

.breadcrumb_current {
  font-weight: bold;
}

.breadcrumb_mb {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.main {
  display: flex;
  flex-direction: column;
  margin: 0px 10px 0;
}

@media print, screen and (min-width: 500px) {
  .main {
    margin: 0px 9px 0;
  }
}

@media print, screen and (min-width: 950px) {
  .main {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}

.sub_block_wrap {
  display: none;
  width: 100%;
  /* padding: 0 20px 0; */
  margin-bottom: 20px;
  border: 2px solid #009966;
}

@media print, screen and (min-width: 500px) {
  .sub_block_wrap {
    display: none;
    padding: 0 20px 0;
  }
}

@media print, screen and (min-width: 950px) {
  .sub_block_wrap {
    display: block;
    width: 25%;
    border: none;
  }
}

.opening_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media print, screen and (min-width: 500px) {
  .opening_info {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 950px) {
  .opening_info {
    flex-direction: column;
    /* font-size: 16px; */
    margin-bottom: 0;
  }
}

.opening_info_lists {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  margin: 15px 0 25px;
  font-size: 14px;
}

@media print, screen and (min-width: 500px) {
  .opening_info_lists {
    flex-direction: column;
    width: auto;
    margin: 38px 20px 0;
  }
}

@media print, screen and (min-width: 950px) {
  .opening_info_lists {
    width: 100%;
    margin: 20px 0 15px;
  }
}

.calendar_img {
  width: 80%;
  /* margin-left: -11px; */
  /* margin-bottom: -21px; */
}

@media print, screen and (min-width: 500px) {
  .calendar_img {
    width: 49%;
    max-width: 200px;
  }
}

@media print, screen and (min-width: 950px) {
  .calendar_img {
    width: 100%;
    margin-left: -11px;
    margin-bottom: -10px;
  }
}

.rinzi {
  margin-top: 8px;
  font-size: 11px;
  color: red;
}

@media print, screen and (min-width: 500px) {
  .rinzi {
    margin-top: 8px;
    font-size: 14px;
    color: red;
  }
}

.opening_hours {
  margin-top: 10px;
  /* margin-left: 20px; */
}

@media print, screen and (min-width: 500px) {
  .opening_hours {
    margin-top: 10px;
    margin-left: 0;
  }
}

.sub_menu_wrap {
  display: none;
}

@media print, screen and (min-width: 950px) {
  .sub_menu_wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.sub_menu_lists {
  margin-bottom: 0px;
  font-size: 14px;
  color: #055a1d;
}

.sub_menu_item {
  margin-bottom: 10px;
  transition: 0.3s;
}

.sub_menu_item:hover {
  background: #055a1d;
}

.sub_menu_item a {
  display: block;
}

.sub_menu_item a:hover {
  color: #fff;
}

.gray_square {
  display: inline-block;
  background: #878787;
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
}

.white_square {
  display: inline-block;
  background: #ffffff;
  width: 15px;
  height: 15px;
  border: 2px solid #a7a7a7;
  margin: 0 5px -2px 0;
}

.address {
  display: none;
}

@media print, screen and (min-width: 950px) {
  .address {
    display: block;
    font-size: 14px;
    line-height: 1.7;
  }
}

.link_bunmori {
  align-items: center;
  margin-top: 15px;
}

.main_block {
  width: 100%;
  margin: 12px 0px 0;
}

@media print, screen and (min-width: 500px) {
  .main_block {
    padding: 0 20px 0;
    margin: 50px auto 0;
  }
}

@media print, screen and (min-width: 950px) {
  .main_block {
    /* width: 75%; */
    margin: 0 auto;
    padding: 0 0 0 15px;
  }
}

@media print, screen and (min-width: 500px) {
  .caution {
    display: none;
  }
}

.exhibition_wrap {
  position: relative;
  margin-bottom: 30px;
  border: 1.5px solid #000;
  padding: 10px;
  height: auto;
}

@media print, screen and (min-width: 700px) {
  .exhibition_wrap {
    margin-bottom: 30px;
    border: 1.5px solid #000;
    padding: 20px;
    height: auto;
    height: 330px;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_wrap {
    margin-bottom: 30px;
    border: 1.5px solid #000;
    padding: 20px;
  }
}

.exhibition_wrap a:hover {
  color: #000000;
}

.cov_exhibition_wrap {
  min-height: auto;
}

@media print, screen and (min-width: 950px) {
  .cov_exhibition_wrap {
    height: 320px;
    min-height: auto;
  }
}

.exhibition_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print, screen and (min-width: 500px) {
  .exhibition_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_inner {
    display: flex;
    flex-direction: column;
  }
}

.exhibition_contents {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  height: 100%;
}

@media print, screen and (min-width: 700px) {
  .exhibition_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}

.exhibition_info {
  width: 100%;
}
.exhibition_info ol,
.exhibition_sub_p {
  font-size: small;
  margin-top: -70px;
  margin-left: 20px;
  line-height: 1.3;
}
.exhibition_txt {
  font-size: small;
  margin-top: -30px;
  margin-left: 20px;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge */
}

@media print, screen and (min-width: 768px) {
  .exhibition_info {
    width: 55%;
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) {
  .exhibition_info ol,
  .exhibition_sub_p,
  .exhibition_txt {
    display: none;
  }
  .exhibition_info {
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_info {
    width: 60%;
  }
}

/* てみるのための追加 */
.exhibition_title02 {
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: 30px;
}

@media print, screen and (min-width: 700px) {
  .exhibition_info_plus {
    width: 100%;
  }
  .exhibition_info_plus .exhibition_title {
    margin-top: -40px;
    margin-bottom: -30px;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_info_plus .exhibition_title {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
/* ここまで */

.exhibition_type {
  display: inline-block;
  /* position: relative; */
  border: 2px solid #d5d5d5;
  font-size: 13px;
  padding: 2px 10px;
  margin: 0;
  width: auto;
  text-align: center;
}

@media print, screen and (min-width: 500px) {
  .exhibition_type {
    border: 2px solid #d5d5d5;
    font-size: 13px;
    padding: 2px 10px;
    margin: 0;
    width: auto;
    text-align: center;
    font-weight: bold;
  }
}

.top_exhibition_notice {
  /* position: absolute; */
  /* top: 0; */
  /* right: -95px; */
  margin-left: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #ff0080;
}

.exhibition_period {
  color: #009966;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px 0 15px;
}

@media print, screen and (min-width: 700px) {
  .exhibition_period {
    font-size: 18px;
    margin: 13px 0 8px;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_period {
    font-size: 20px;
    flex-shrink: 1;
    margin: 10px 0 30px;
  }
}

.exhibition_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.5rem;
}
.exhibition_title2 {
  margin-bottom: -25px;
}
.exhibition_title3 {
  margin-bottom: 40px;margin-left: 1rem; font-size: 1.2rem;
}
.exhibition_title4 {
  margin-bottom: 20px;
}
.exhibition_title .ex_sub {
  font-size: small;
}

@media print, screen and (max-width: 949px) {
    .exhibition_title2 {
        margin-bottom: -45px;
    }
}
@media print, screen and (max-width: 699px) {
    .exhibition_title2 {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 700px) {
  .exhibition_title {
    font-size: 20px;
    height: 120px;
    justify-content: center;
    margin-top: -2rem;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_title {
    font-size: 20px;
    height: 80px;
  }
}

.exhibition_subTitle {
  /* margin-top: 5px; */
  font-size: 14px;
  font-weight: bolder;
}

@media print, screen and (min-width: 500px) {
  .exhibition_subTitle {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bolder;
  }
}

.exhibition_titleSm {
  font-size: 14px;
  color: red;
}

@media print, screen and (min-width: 500px) {
  .exhibition_titleSm {
    font-size: 14px;
    color: red;
  }
}

.exhibition_anc {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width: 500px) {
  .exhibition_anc {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    font-size: 16px;
    color: #000;
    bottom: 18px;
    left: 20px;
    margin: 20px 0 0 0;
  }
}

.exhibition_anc_arrow {
  margin-right: 5px;
  max-width: 25px;
}

@media print, screen and (min-width: 500px) {
  .exhibition_anc_arrow {
    max-width: 40px;
  }
}

.exhibition_inner:hover .exhibition_anc_arrow,
.anc_btn:hover .exhibition_anc_arrow {
  animation: bounceS 1s ease 0s;
  animation-iteration-count: infinite;
}

@keyframes bounceS {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.exhibition_img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

@media print, screen and (min-width: 768px) {
  .exhibition_img {
    width: 40%;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
  }
}

@media print, screen and (min-width: 950px) {
  .exhibition_img {
    width: 40%;
    max-height: 270px;
  }
}

@media all and (-ms-high-contrast: none) {
  .exhibition_img {
    height: 100%;
    max-height: 350px;
  }
}

.exhibition_img img {
  max-height: 95%;
}

.exhibition_img_cap {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 500px) {
  .exhibition_img_cap {
  }
}

.section_banner {
  margin-bottom: 30px;
}

.event_section_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 500px) {
  .event_section_contents {
    display: flex;
    flex-direction: row;
    margin: 35px 0 30px;
  }
}

.event_month_img {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .event_month_img {
    display: block;
    margin-right: 40px;
    min-width: 17%;
  }
}

@media print, screen and (min-width: 950px) {
  .event_month_img {
    display: block;
    margin-right: 45px;
    min-width: 20%;
  }
}

.event_section_text {
  width: 100%;
}

@media print, screen and (min-width: 500px) {
  .event_section_text {
    /* width: 66%; */
  }
}

.event_item {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-bottom: 15px;
}

@media print, screen and (min-width: 700px) {
  .event_item {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 20px;
  }
}

.event_day {
  font-weight: bold;
}

@media print, screen and (min-width: 500px) {
  .event_day {
    width: 200px;
    text-align: right;
    margin-right: 24px;
  }
}

.event_title {
  width: 100%;
}

@media print, screen and (min-width: 700px) {
  .event_title {
    width: 70%;
  }
}

.corner-text {
  margin-bottom: 40px;
  /* padding-bottom: 15px; */
  /* border-bottom: 4px dotted #c3c3c3; */
}

@media print, screen and (min-width: 500px) {
  .corner-text {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.notice_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 700px) {
  .notice_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.notice_day {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* margin-right: 10px; */
  width: 100%;
  font-weight: bold;
}

@media print, screen and (min-width: 700px) {
  .notice_day {
    width: 13%;
    /* justify-content: space-between; */
  }
}

@media print, screen and (min-width: 950px) {
  .notice_day {
    width: 15%;
    /* justify-content: space-between; */
  }
}

.notice_day_date {
  width: 62px;
  font-weight: normal;
}

.notice_day_new {
  font-size: 14px;
  color: #ff0000;
  margin-left: 10px;
}

.notice_text {
  display: block;
  width: 100%;
  font-weight: bold;
}

@media print, screen and (min-width: 700px) {
  .notice_text {
    display: block;
    width: 85%;
  }
}

@media print, screen and (min-width: 950px) {
  .notice_text {
    width: 85%;
  }
}

.top_digicon_anc {
  display: none;
}

@media print, screen and (min-width: 950px) {
  .top_digicon_anc {
    display: block;
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 35px;
    left: 50%;
    transform: translate(50%, 0);
    transition: 0.2s;
    z-index: 10;
  }
}

@media print, screen and (min-width: 950px) {
  #banner {
    /* transform: scale(0.95); */
    /* transition: 0.2s; */
  }
}

#banner:hover {
  transform: scale(1);
}

#banner:hover .top_digicon_anc {
  animation: bounce 1s ease 0s;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: translate(50%, 0px);
  }

  50% {
    transform: translate(50%, 0px);
  }

  75% {
    transform: translate(50%, -7px);
  }

  100% {
    transform: translate(50%, 0px);
  }
}

.toTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.toTop_button {
}

.toTop_button img {
  width: 100%;
  height: auto;
}

.banner_section {
  text-align: center;
}

@media print, screen and (min-width: 500px) {
  .banner_section {
    text-align: center;
    margin-bottom: 50px;
  }
}

.info_banner_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 714px;
  margin: 15px auto 15px;
}

@media print, screen and (min-width: 500px) {
  .info_banner_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 714px;
    margin: 0 auto;
  }
}

.info_banner_large {
  box-sizing: content-box;
  width: 100%;
  max-width: 700px;
  margin: 10px auto 0;
  /* border: 2px solid transparent; */
  /* padding: 5px 5px 0; */
}

@media print, screen and (min-width: 500px) {
  .info_banner_large {
    box-sizing: content-box;
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
    border: 2px solid transparent;
    padding: 5px 5px 0;
  }
}

@media print, screen and (min-width: 800px) {
  .info_banner_large {
    box-sizing: content-box;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    border: 2px solid transparent;
    padding: 5px 5px 0;
  }
}

.info_banner_large:hover {
  border-color: green;
}

@media print, screen and (min-width: 500px) {
  .info_banner_large:hover {
    border-color: green;
  }
}

.info_banner_small {
  width: 100%;
  max-width: 49%;
  border: 2px solid transparent;
}

@media print, screen and (min-width: 500px) {
  .info_banner_small {
    max-width: 24%;
  }
}

@media print, screen and (min-width: 800px) {
  .info_banner_small {
    max-width: 24%;
  }
}

.info_banner_small:hover {
  border-color: green;
}

.banner_small_cap {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 6px;
}

@media print, screen and (min-width: 500px) {
  .banner_small_cap {
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

.top_exhibition_banner {
  display: none;
  box-sizing: content-box;
  width: 100%;
  border: 1px solid transparent;
}

@media print, screen and (min-width: 750px) {
  .top_exhibition_banner {
    box-sizing: border-box;
    display: block;
    /* padding: 10px; */
  }
}

.top_exhibition_banner_mb {
  box-sizing: content-box;
  width: 100%;
  border: 2px solid transparent;
}

@media print, screen and (min-width: 750px) {
  .top_exhibition_banner_mb {
    display: none;
  }
}

.top_exhibition_banner:hover {
  border-color: #ffc136;
}

.top_exhibition_banner a,
.top_exhibition_banner_mb a {
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* height: 225px; */
}

#banner_img {
  /* position: absolute; */
}

.exlink_section {
}

@media print, screen and (min-width: 500px) {
  .exlink_section {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 950px) {
  .exlink_section {
    margin-bottom: 20px;
  }
}

.exlink_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}

@media print, screen and (min-width: 500px) {
  .exlink_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.exlink_banner {
  display: block;
  width: 100%;
  max-width: 49%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 500px) {
  .exlink_banner {
    display: block;
    width: 100%;
    max-width: 168px;
  }
}

.chuo_tv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin: 15px auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 25px 0px;
  font-size: 13px;
}

@media print, screen and (min-width: 500px) {
  .chuo_tv {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #fbe2b8;
    border-bottom: 1px solid #fbe2b8;
    padding: 15px 0px;
    font-size: 16px;
  }
}

.chuo_tv a {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 500px) {
  .chuo_tv a {
    margin-bottom: 0;
  }
}

#footer {
  color: #fff;
  background: #cccccc;
  text-align: center;
}

.cov_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media print, screen and (min-width: 500px) {
  .cov_title {
    margin: 0;
  }
}

@media print, screen and (min-width: 950px) {
  .cov_title {
    /* margin: -20px 0 20px; */
  }
}

/***** デジタル教材ページ *****/
.teach_container {
}

@media print, screen and (min-width: 500px) {
  .teach_container {
  }
}

@media print, screen and (min-width: 950px) {
  .teach_container {
    margin: 0 auto;
  }
}

.teach_main {
  margin: 80px 10px 0;
  /* border-top: 8px dotted #dedede; */
  padding: 25px 0 0;
}

@media print, screen and (min-width: 500px) {
  .teach_main {
    margin: 0;

    /* padding: 50px 0 0; */
  }
}

.teach_section {
}

.teach_section_contents {
}

.teach_section_titleJp {
  border: 2px solid #ff7777;
  border-radius: 5px;
  padding: 7px 5px 6px 10px;
  color: #ff4040;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  /* font-weight: bold; */
}

.panel_contents_wrap:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 6px dotted #b4b4b4;
  padding-bottom: 25px;
}

.panel1_contents_wrap {
}

.panel_contents {
}

.panel1_contents .tab_wrap {
  width: 100%;
  margin: 80px auto;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
}

.tab_area label {
  width: 150px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}

.tab_area label:hover {
  opacity: 0.5;
}

.panel_area {
  /* height: 1000px; */
  /* background: #9c9c9c; */
  /* border: 1px solid; */
}

.tab_panel {
  width: 100%;
  padding: 20px 10px;
  display: none;
  border: 2px solid;
  border-radius: 10px;
}

@media print, screen and (min-width: 500px) {
  .tab_panel {
    padding: 20px;
  }
}

.tab_panel1 {
  border-color: #fc4d4d;
}

.tab_area label.active {
  background: #fff;
  color: #000;
}

.tab_panel.active {
  display: block;
}

.panel_head {
  display: inline-block;
  margin-bottom: 15px;
  border-left: 3px solid #fc4d4d;
  /* border-right: 3px solid; */
  padding: 0 5px;
  font-size: 18px;
  color: #fc4d4d;
  font-weight: bold;
}

@media print, screen and (min-width: 700px) {
  .panel_head {
    font-size: 20px;
  }
}

.panel_inner {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 700px) {
  .panel_inner {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}

@media print, screen and (min-width: 950px) {
  .panel_inner {
  }
}

.panel1_inner {
}

.panel_box {
}

@media print, screen and (min-width: 700px) {
  .panel_box {
    width: 49%;
  }
}

@media print, screen and (min-width: 950px) {
  .panel_box {
  }
}

.panel_box1 {
}

.panel_inner_thumb {
}

.panel_inner_img {
  max-height: 300px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 5px;
}

.panel_button_box {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
}

@media print, screen and (min-width: 700px) {
  .panel_button_box {
    margin: 0;
  }
}

.panel_button {
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 5px;
  padding: 3px 10px;
}

.panel_button:hover {
  font-weight: bold;
}

.panel_button1 {
  border-color: #fe6898;
}

.panel_button1:hover {
  background: #fe6898;
  color: #fff;
}

.panel_button2 {
  border-color: #6874fe;
}

.panel_button2:hover {
  background: #6874fe;
  color: #fff;
}

.panel_button3 {
  border-color: #61b067;
}

.panel_button3:hover {
  background: #61b067;
  color: #fff;
}

.panel_button4 {
  border-color: #ff9800;
}

.panel_button4:hover {
  background: #ff9800;
  color: #fff;
}

.panel_box2 {
}

.panel_exp {
  margin: 10px auto;
}

.panel_exp_movie {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(400 / 560 * 100%);
  position: relative;
}

.movie_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.movie_text {
  margin-top: 3px;
  text-align: right;
  font-size: 14px;
}

/****************************
      Digital content
****************************/
.digi_contents_wrap {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 500px) {
  .digi_contents_wrap {
    display: flex;
    flex-direction: column;
  }
}

.digi_contents_inner {
  margin-bottom: 60px;
  min-height: 1%;
}

.digi_hero_wrap {
  display: block;
}

@media print, screen and (min-width: 500px) {
  .digi_hero_wrap {
    display: none;
  }
}

@media print, screen and (min-width: 500px) {
  .digi_contents_inner {
    margin-bottom: 15px;
    padding-bottom: 35px;
    /* border-bottom: 1px solid #dcdcdc; */
  }
}

.digi_contents_inner:last-child {
  margin: 0;
  /* border-bottom: none; */
  padding: 0;
}

.digi_contents_head {
  font-size: 22px;
  font-weight: bold;
  /* margin: 20px 0 0; */
  /* padding-left: 5px; */
  /* border-left: 2px solid; */
  border-bottom: 2px solid;
  text-align: left;
  line-height: 1.2;
}

@media print, screen and (min-width: 600px) {
  .digi_contents_head:before,
  .digi_contents_head:after {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .digi_contents_head {
    font-size: 20px;
    font-weight: bold;
    /* margin: 20px 0 0; */
    padding-left: 5px;
    /* border-left: 2px solid; */
    border-bottom: 2px solid;
    text-align: left;
  }
}

.digi_contents_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 35px;
}

@media print, screen and (min-width: 500px) {
  .digi_contents_item {
    flex-direction: row;
    margin: 30px 0 0 0;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_contents_item {
    flex-direction: row;
    margin: 30px 0 0 50px;
  }
}

.digi_contents_banner {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 500px) {
  .digi_contents_banner {
    width: 33%;
    text-align: left;
  }
}

@media print, screen and (min-width: 700px) {
  .digi_contents_banner {
    width: 25%;
    text-align: left;
  }
}

.digi_contents_banner img {
  width: 100%;
  /* max-width:151px; */
  transition: 0.2s;
}

.digi_contents_banner img:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.4);
}

.digi_contents_text {
  width: 100%;
  margin: 8px 0 0;
  /* text-align: center; */
}

@media print, screen and (min-width: 500px) {
  .digi_contents_text {
    width: 64%;
    margin: 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 700px) {
  .digi_contents_text {
    width: 72%;
    margin: 0;
    text-align: left;
  }
}

.digi_contents_anc {
  margin: 0;
  line-height: normal;
  font-weight: bold;
}

.digi_contents_title {
  flex-direction: column;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 500px) {
  .digi_contents_title {
    padding-top: 30px;
    flex-direction: row;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 500px) {
  .digi_contents_title {
    padding-top: 10px;
  }
}

.digi_news_section {
  flex-direction: column;
  display: flex;
}

@media print, screen and (min-width: 600px) {
  .digi_news_section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_section {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.digi_news_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-height: 200px;
  box-shadow: 0px 0px 20px #ebf1ff;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

@media print, screen and (min-width: 600px) {
  .digi_news_wrap {
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_wrap {
    width: 32%;
    padding-bottom: 40px;
    margin-right: 20px;
    /* margin-bottom: 50px; */
  }
}

.digi_news_wrap3 {
  display: none;
}

@media print, screen and (min-width: 600px) {
  .digi_news_wrap3 {
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_wrap3 {
    display: flex;
  }
}

.digi_news_wrap:hover {
  color: #000;
}

.digi_contents_new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #ff3636;
  z-index: 10;
}

@media print, screen and (min-width: 500px) {
  .digi_contents_new {
  }
}

@media print, screen and (min-width: 950px) {
  .digi_contents_new {
  }
}

.digi_news_imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 97%;
  background: #f8f8f8;
  padding: 15px 5px;
  /* margin-bottom: 10px; */
  overflow: hidden;
}

@media print, screen and (min-width: 600px) {
  .digi_news_imgWrap {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 10px 0;
    flex-grow: 1;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_imgWrap {
    height: 45%;
    padding: 20px 0;
  }
}

.digi_news_img {
  width: 90%;
  /* height: auto; */
  /* max-height: 250px; */
  transition: 0.3s 0s;
}

@media print, screen and (min-width: 950px) {
  .digi_news_img {
    max-height: unset;
  }
}

.digi_news_wrap:hover .digi_news_img {
  transform: scale(1.1);
}

.digi_news_imgL {
  display: none;
}

@media print, screen and (min-width: 600px) {
  .digi_news_imgL {
    display: block;
  }
}

.digi_news_imgS {
  display: block;
  /* height: 100%; */
  /* width: auto; */
  object-fit: cover;
  object-position: 14%;
}

@media print, screen and (min-width: 600px) {
  .digi_news_imgS {
    display: none;
  }
}

.digi_news_textWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* width: 70%; */
  padding: 20px 10px 20px 10px;
}

@media print, screen and (min-width: 600px) {
  .digi_news_textWrap {
    width: 100%;
    height: 50%;
    flex-grow: 1;
    /* flex-shrink: 1; */
    padding: 15px 15px 50px;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_textWrap {
    height: 48%;
    padding: 20px 10px;
  }
}

.digi_news_head {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 0px;
  font-size: 12px;
}

@media print, screen and (min-width: 650px) {
  .digi_news_head {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.digi_news_genre {
  padding: 2px 10px;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 500px) {
  .digi_news_genre {
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_genre {
  }
}

.digi_news_date {
  /* font-size: 12px; */
  margin-bottom: 5px;
  font-weight: bold;
  color: #898989;
}

@media print, screen and (min-width: 600px) {
  .digi_news_date {
    margin-left: 10px;
    /* font-size: 14px; */
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_date {
    /* margin-left: 10px; */
  }
}

.digi_news_title {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  color: #2c2c2c;
  line-height: 1.75;
}

@media print, screen and (min-width: 600px) {
  .digi_news_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_title {
  }
}

.digi_news_titleL {
  font-size: 16px;
  font-feature-settings: "palt";
  /* letter-spacing: 0.05rem; */
}

@media print, screen and (min-width: 600px) {
  .digi_news_titleL {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_titleL {
    font-size: 18px;
  }
}

.digi_news_comment {
  /* display:none; */
  font-size: 14px;
  width: 100%;
  line-height: 1.75;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 500px) {
  .digi_news_comment {
    display: block;
    padding: 0px 0 31px;
  }
}

@media print, screen and (min-width: 950px) {
  .digi_news_comment {
    padding: 0;
  }
}

/***** overview_section *****/
.overview_section {
  background: rgba(4, 244, 0, 0.04);
  margin-top: 10px;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .overview_section {
    margin-top: 150px;
    padding: 40px 0;
  }
}

@media screen and (min-width: 1366px) {
  .overview_section {
    margin-top: 120px;
    padding: 50px 0;
  }
}

.overview_section_inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .overview_section_inner {
  }
}

@media screen and (min-width: 1366px) {
  .overview_section_inner {
  }
}

.overview_contents {
}

@media screen and (min-width: 768px) {
  .overview_contents {
    flex-direction: row;
  }
}

@media screen and (min-width: 1366px) {
  .overview_contents {
    margin-top: 20px;
  }
}

.overview_imageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
  background: rgba(253, 253, 253, 0.8);
}

@media screen and (min-width: 768px) {
  .overview_imageBox {
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1366px) {
  .overview_imageBox {
    padding: 20px;
    justify-content: space-around;
  }
}

.overview_text {
  display: flex;
  font-size: 16px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .overview_text {
    max-width: 900px;

    font-size: 18px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_text {
  }
}

.overview_image_item01 {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .overview_image_item01 {
    width: 24%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_image_item01 {
  }
}

.overview_image_item02 {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .overview_image_item02 {
    width: 20%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_image_item02 {
  }
}

.overview_image_item03 {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .overview_image_item03 {
    width: 24%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_image_item03 {
  }
}

.overview_image_item04 {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .overview_image_item04 {
    width: 18%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_image_item04 {
  }
}

.overview_pickupBox {
  background: #ffffff52;

  border-bottom: 1px solid #ddd;

  padding: 0px 0px 60px;
}

@media screen and (min-width: 768px) {
  .overview_pickupBox {
    margin: 0px 0px 40px;
    border: 1px solid;
    padding: 30px 20px 30px 0;
    background: #ffffffb8;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickupBox {
    margin: 0px auto;

    /* width: 1200px; */
  }
}

.overview_pickup_header {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_header {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_header {
  }
}

.overview_pickup_headerTop {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_headerTop {
    flex-direction: row;
    padding: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_headerTop {
  }
}

.overview_pickup_subtitle {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_subtitle {
    font-size: 18px;
    font-weight: 100;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_subtitle {
  }
}

.overview_pickup_title {
  font-size: 20px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_title {
    margin-left: 20px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_title {
    font-size: 24px;
  }
}

.overview_pickup_headerBottom {
  padding-top: 5px;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .overview_pickup_headerBottom {
    padding: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_headerBottom {
  }
}

.overview_pickup_contents {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .overview_pickup_contents {
    flex-direction: row;
    min-height: 289px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_contents {
  }
}

.overview_pickup_worksBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px 0px 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .overview_pickup_worksBox {
    justify-content: center;
    align-items: center;
    width: 30%;
    margin: 15px 0px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_worksBox {
    width: 26%;
  }
}

.overview_pickup_artist {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_artist {
    font-size: 18px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_artist {
    font-size: 24px;
  }
}

.overview_pickup_works {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_works {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_works {
    font-size: 24px;
  }
}

.overview_pickup_soundBox {
  display: flex;

  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .overview_pickup_soundBox {
    width: 70%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_soundBox {
    width: 74%;
  }
}

.overview_pickup_soundTop {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_soundTop {
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 2;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_soundTop {
    flex-direction: row;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 10px;
  }
}

.overview_pickup_soundHead {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_soundHead {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_soundHead {
    width: 16%;
    margin: 0;
  }
}

.overview_pickup_audio {
  width: 100%;
}

@media screen and (min-width: 1366px) {
  .overview_pickup_audio {
    width: 83%;
  }
}

.overview_pickup_soundMid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .overview_pickup_soundMid {
    /* align-items: stretch; */
    flex-grow: 5;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_soundMid {
    flex-direction: row;
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .mid_2 {
    /* align-items: stretch; */
    flex-grow: 1;
  }
}

.overview_pickup_soundBottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_soundBottom {
    flex-grow: 1;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_soundBottom {
    /* flex-direction: row; */
    /* align-items: stretch; */
    margin-top: 10px;
  }
}

.overview_pickup_seekBox {
  display: flex;

  flex-direction: column;

  width: 100%;
}

@media screen and (min-width: 768px) {
  .overview_pickup_seekBox {
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_seekBox {
    flex-direction: row;
    width: 84%;
  }
}

.overview_pickup_seek {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .overview_pickup_seek {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_seek {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-end;
  }
}

.overview_pickup_seek2 {
}

@media screen and (min-width: 768px) {
  .overview_pickup_seek2 {
    width: 50%;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_seek2 {
  }
}

.overview_pickup_seekbtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .overview_pickup_seekbtn {
    width: 98%;
    margin-bottom: 10px;
    flex-direction: column;
  }
}

@media screen and (min-width: 1080px) {
  .overview_pickup_seekbtn {
    flex-direction: row;
  }
}

@media screen and (min-width: 1366px) {
  .overview_pickup_seekbtn {
    width: 95%;
  }
}

.overview_pickup_seekbtn:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
}

.sound_time {
  margin-left: 5px;
  font-size: 14px;
}

/*** sound_page ***/
.ds_banner_wrap {
  display: none;
  position: relative;
  margin: 110px 0 0px;
  width: 100%;
  height: auto;
  font-family: arial, Helvetica;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 500px) {
  .ds_banner_wrap {
    display: block;
    margin: 0vw 0 0;
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .ds_banner_wrap {
    margin: 12px 0 0;
    /* padding: 0 25px; */
  }
}

@media print, screen and (min-width: 950px) {
  .ds_banner_wrap {
    margin: 0 0 25px;
  }
}

.ds_container {
  max-width: 1200px;
}

@media print, screen and (min-width: 500px) {
  .ds_container {
  }
}

@media print, screen and (min-width: 800px) {
  .ds_container {
    padding: 0 15px;
  }
}

.ds_banner {
  position: relative;
  width: 100%;
  /* height: 125vw; */
  max-height: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 500px) {
  .ds_banner {
    position: relative;
    width: 100%;
    /* height: 45vw; */
    /* 画像の横幅に合わせて記述 */
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .ds_banner {
    position: relative;
    width: 100%;
    /* max-width: 950px; */
    /* 画像の横幅に合わせて記述 */
    /* height: 340px; */
    /* 画像の横幅に合わせて記述 */
    z-index: 1;
  }
}

@media print, screen and (min-width: 1200px) {
  .ds_banner {
    position: relative;
    width: 100%;
    /* max-width: 950px; */
    /* 画像の横幅に合わせて記述 */
    height: 410px;
    /* 画像の横幅に合わせて記述 */
    z-index: 1;
  }
}

.ds_banner_inner {
  display: block;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  width: 100%;
  z-index: 8;
  /* transform: translate(-50%, -50%); */
}

.ds_intro_wrap {
  margin: 0 0 30px;
}

@media print, screen and (min-width: 800px) {
  .ds_intro_wrap {
  }
}

@media print, screen and (min-width: 1366px) {
  .ds_intro_wrap {
    margin: 0px 0 50px;

    padding: 0 20px;
  }
}

.ds_intro {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #3675d4;
}

@media print, screen and (min-width: 800px) {
  .ds_intro {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 1366px) {
  .ds_intro {
    border-bottom: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
  }
}

.ds_intro_bottom {
  margin-top: 10px;
}

@media print, screen and (min-width: 800px) {
  .ds_intro_bottom {
  }
}

@media print, screen and (min-width: 1366px) {
  .ds_intro_bottom {
    padding: 10px 0;
    font-size: 18px;
  }
}

/****** highlight_page ******/

.highlight_hero {
  height: 85vh;

  position: relative;

  max-height: 700px;

  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .highlight_hero {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1366px) {
  .highlight_hero {
    max-height: unset;
    margin-bottom: 120px;
  }
}

.highlight_hero_imgBox {
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .highlight_hero_imgBox {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_hero_imgBox {
  }
}

.highlight_hero_img {
  position: relative;
  top: 25%;
  right: -5%;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  width: 201%;
  height: 100%;
  /* opacity: 0.8; */
}

@media screen and (min-width: 768px) {
  .highlight_hero_img {
    top: 4%;
    right: -38%;
    /* justify-content: center; */
    /* align-items: center; */
    width: 108%;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_hero_img {
    width: 72%;

    top: 0%;

    right: -40%;
  }
}

.highlight_hero_img img {
}

@media screen and (min-width: 768px) {
  .highlight_hero_img img {
    width: 100%;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_hero_img img {
    width: 100%;
  }
}

.highlight_hero_img01 {
  position: absolute;
  width: 80%;
  z-index: 100;
  animation: screw11 60s cubic-bezier(0.38, 0.04, 0.54, 0.98) 0s infinite normal
    backwards;
}

@keyframes screw11 {
  0% {
    transform: rotate(-0deg);
  }

  90.5% {
    transform: rotate(-361eg);
  }

  91% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.highlight_section {
  padding: 0px 0px 0;
  background: rgba(255, 255, 255, 0.7);
  /* border-top: 1px solid; */
}

@media screen and (min-width: 768px) {
  .highlight_section {
    /* padding: 100px 15px 30px; */
  }
}

@media screen and (min-width: 1367px) {
  .highlight_section {
    /* padding: 160px 15px 180px; */
  }
}

.highlight_section_title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto 15px;
  padding: 0 20px 5px;
  border-bottom: 2px solid;
  line-height: 1.25;
  /* color: #0085ee; */
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .highlight_section_title {
    flex-direction: row;
    align-items: baseline;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_section_title {
    font-size: 40px;
    width: fit-content;
    margin: 0 auto 24px;
  }
}

.highlight_outline {
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .highlight_outline {
    font-size: 20px;
    max-width: 700px;
    text-align: center;
  }
}

.highlight_section_inner:not(:nth-child(1)) {
  margin: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .highlight_section_inner {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1366px) {
  .highlight_section_inner {
    margin-top: 50px;
  }
}

.highlight_contents {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .highlight_contents {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_contents {
  }
}

.highlight_corner_box {
  border-top: 1px solid #ddd;
  padding: 51px 0 0;
}

@media screen and (min-width: 768px) {
  .highlight_corner_box {
    margin-bottom: 0px;
    padding: 90px 0 50px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_corner_box {
  }
}

.highlight_corner_title {
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 2px solid;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .highlight_corner_title {
    margin-bottom: 40px;
    font-size: 20px;
    /* max-width: 630px; */
    min-width: 500px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_corner_title {
    font-size: 24px;
  }
}

.highlight_corner_outline {
  text-align: justify;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .highlight_corner_outline {
    max-width: 810px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_corner_outline {
    max-width: 920px;
    margin-bottom: 60px;
  }
}

.highlight_img_list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .highlight_img_list {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_img_list {
  }
}

.highlight_img_itemHl {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .highlight_img_itemHl {
    width: 25%;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_img_itemHl {
    width: 25%;
  }
}

.highlight_img_itemPr {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .highlight_img_itemPr {
    width: 20%;
    margin: 0;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_img_itemPr {
    width: 20%;
  }
}

.highlight_img {
}

@media screen and (min-width: 768px) {
  .highlight_img {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_img {
  }
}

.highlight_img_cap {
}

@media screen and (min-width: 768px) {
  .highlight_img_cap {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_img_cap {
  }
}

.scroll_box {
  display: none;
}

@media screen and (min-width: 768px) {
  .scroll_box {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
}

@media screen and (min-width: 1367px) {
  .scroll_box {
    width: 100px;
    height: 50px;
  }
}

.scroll_img {
  transition: 0.5s;
}

.scroll_box:hover .scroll_img {
  transform: rotate(180deg);
}

.highlight_jump_wrap {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .highlight_jump_wrap {
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_jump_wrap {
    margin-bottom: 100px;
  }
}

.highlight_jump_btn {
  margin-bottom: 10px;
  border: 2px solid;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .highlight_jump_btn {
    width: 30%;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_jump_btn {
  }
}

.highlight_jump_btn:hover {
  cursor: pointer;
  color: #fff;
}

.jump_btn_1:hover {
  cursor: pointer;
  background: #ffb631;
  border-color: #ffa500;
}

.jump_btn_2:hover {
  cursor: pointer;
  background: #4caf50;
  border-color: #00a607;
}

.jump_btn_3:hover {
  cursor: pointer;
  background: #0085ee;
  border-color: #0072cd;
}

/***** slick_slider *****/

.highlight_slider {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .highlight_slider {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_slider {
    margin-bottom: 50px;
  }
}

.highlight_slider_item {
  height: 350px;
  margin: 0 5px 40px;
  text-align: right;
  background: #ececec;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .highlight_slider_item {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_slider_item {
    height: 350px;
    /* margin: 0 5px 30px; */
  }
}

.highlight_slider_item img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 100%;
  /* margin: 0 5px; */
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .highlight_slider_item img {
    max-width: 450px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_slider_item img {
    max-width: 500px;
  }
}

.highlight_audio_section {
  padding: 50px 10px 0;
}

@media screen and (min-width: 768px) {
  .highlight_audio_section {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_audio_section {
    padding: 100px 10px 0;
  }
}

.highlight_audio_inner {
}

@media screen and (min-width: 768px) {
  .highlight_audio_inner {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_audio_inner {
  }
}

.highlight_audio_box {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .highlight_audio_box {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_audio_box {
  }
}

.highlight_audio_title {
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .highlight_audio_title {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1367px) {
  .highlight_audio_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.highlight_audio {
}

@media screen and (min-width: 768px) {
  .highlight_audio {
  }
}

@media screen and (min-width: 1367px) {
  .highlight_audio {
    margin-bottom: 10px;
    width: 450px;
  }
}

.highlight_gallery_section {
  /* background: #e8e8e88c; */
}

@media screen and (min-width: 768px) {
  .highlight_gallery_section {
  }
}

@media screen and (min-width: 1366px) {
  .highlight_gallery_section {
  }
}

.highlight_gallery_box {
  display: flex;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .highlight_gallery_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}

@media screen and (min-width: 1366px) {
  .highlight_gallery_box {
    flex-direction: row;
    justify-content: space-between;
  }
}

.works_section_contents {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works_section_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .works_section_head {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
  }
}

.works_head {
  width: fit-content;
  margin: 0 auto 10px;
  /* margin-bottom: 10px; */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .works_head {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1366px) {
  .works_head {
  }
}

.works_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.performance_works .works_box {
  border-color: #25a0e2;
}

@media screen and (min-width: 768px) {
  .works_box {
    width: 49%;
  }
}

@media screen and (min-width: 1366px) {
  .works_box {
    width: 24%;
  }
}

.works_anc {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* margin-bottom: 5px; */
}

@media screen and (min-width: 768px) {
  .works_anc {
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1366px) {
  .works_anc {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.works_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 18px 0 25px;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works_caption {
  }
}

@media screen and (min-width: 1366px) {
  .works_caption {
  }
}

.works_name {
  padding: 0 10px;

  border-bottom: 2px solid;

  font-size: 20px;

  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .works_name {
    max-width: 700px;

    font-size: 20px;
  }
}

@media screen and (min-width: 1366px) {
  .works_name {
    max-width: 900px;
  }
}

.works_nameEn {
  margin-bottom: 5px;

  font-size: 90%;
}

@media screen and (min-width: 768px) {
  .works_nameEn {
  }
}

@media screen and (min-width: 1366px) {
  .works_nameEn {
  }
}

.works_data {
}

@media screen and (min-width: 768px) {
  .works_data {
  }
}

@media screen and (min-width: 1366px) {
  .works_data {
  }
}

.works_symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 2px;
  width: 35px;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-family: "メイリオ", sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.location_symbol {
  background-color: #f13b58;
}

.schedule_symbol {
  background-color: #25a0e2;
}

.works_caption_contents {
  text-align: center;
}

.works_img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .works_img {
  }
}

@media screen and (min-width: 1367px) {
  .works_img {
  }
}

.works_img img {
  width: 100%;
  margin: 0;
}

.works_slide figure {
  position: fixed;
  margin: 0;
  height: 0;
  visibility: hidden;
}

.works_slide figure:target {
  visibility: visible;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.overlay {
  width: 100%;
}

.overlay:hover {
  cursor: default;
}

.works_slide figure:target .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 760px) {
  .works_slide figure:target .overlay {
    justify-content: center;
  }
}

.works_slide figure:target img {
  animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.figure_img_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 30px;
}

@media screen and (min-width: 768px) {
  .figure_img_box {
    max-width: 700px;
    margin: 0px 0 20px;
  }
}

@media screen and (min-width: 1366px) {
  .figure_img_box {
    max-width: 850px;
  }
}

.gallery_figure_nav {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 250px;
  padding: 0 10px;
}

.gallery_figure_nav a {
  display: inline-block;
  min-width: 50px;
}

.gallery_figure_nav a:hover {
  cursor: pointer;
  color: red;
}

figcaption {
  max-width: 850px;
}

.works_text {
  padding: 0 10px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .works_text {
    max-width: 700px;
    min-height: 125px;
  }
}

@media screen and (min-width: 1366px) {
  .works_text {
    font-size: 18px;
    max-width: 900px;
  }
}

.hl_line {
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background: #0085ee;
}

.new_item {
  position: absolute;
  top: 25%;
  left: 0;
  transform: rotate(-20deg);
  font-size: 18px;
  color: #f02f4d;
}

@media screen and (min-width: 768px) {
  .new_item {
    top: -20%;
  }
}

@media screen and (min-width: 1366px) {
  .new_item {
    top: 0;
  }
}

.corner_detail {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1000;
}

@media print, screen and (min-width: 768px) {
  .corner_detail {
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail {
  }
}

.corner_detail_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_bg {
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_bg {
  }
}

.corner_detail_content {
  background: #fff;
  padding: 45px 20px 20px;
  position: relative;
  width: 95%;
  max-height: 85%;
  overflow-y: scroll;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_content {
    padding: 30px;
    width: 100%;
    max-width: 46em;
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_content {
  }
}

.corner_detail_open {
  font-weight: 400;
  transition: 0.2s;
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_open {
    margin-left: 1em;
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_open {
  }
}

.corner_detail_open:hover {
  color: #f20101;
}

.corner_detail_text {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.75;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_text {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_text {
    margin-bottom: 20px;
    /* max-width: 40em; */
  }
}

.corner_open_btn {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid;
  cursor: pointer;
  /* display: block; */
  font-weight: 500;
}

.corner_open_btn:hover {
  color: red;
}

@media print, screen and (min-width: 768px) {
  .corner_open_btn {
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_open_btn {
  }
}

.corner_close_btn {
  cursor: pointer;
  display: block;
  padding: 0 0 1em;
  text-align: right;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .corner_close_btn {
    padding: 0 1em 1em;
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_close_btn {
  }
}

.corner_detail_close:hover {
  cursor: pointer;
  color: #f20101;
}

.overlay_close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .overlay_close_btn {
    position: static;
  }
}

@media print, screen and (min-width: 1366px) {
  .overlay_close_btn {
  }
}

.corner_detail_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_title {
  }
}

.corner_detail_head {
  margin: 30px 0 10px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_head {
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_head {
  }
}

.corner_detail_paragraph {
  text-indent: 1em;
  margin-bottom: 10px;
  line-height: 1.7;
}

@media print, screen and (min-width: 768px) {
  .corner_detail_paragraph {
  }
}

@media print, screen and (min-width: 1366px) {
  .corner_detail_paragraph {
  }
}
