@charset "UTF-8";


/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

/* clearfix */
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus,
input[type="submit"]:focus{
  outline:0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*font*/
/*@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-italic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Noto-sans";
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto-sans";
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto-sans";
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto-serif";
  font-weight: 700;
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("opentype");
}*/


.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}

.bold {
  font-weight: 700;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

br.sp-none {
  display: inline;
}
@media screen and (max-width: 768px) {
  br.sp-none {
    display: none;
  }
}

br.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  br.pc-none {
    display: inline;
  }
}

.scroll-img, .scroll-item {
  opacity: 0;
}

.scroll-item {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  will-change: transform,animation,position;
}


h1, h2 {
  font-weight: normal;
}

h1 {
  width: 960px;
  margin: 160px auto 0;
  line-height: 1;
}
.English-site h1{
  margin:260px auto 160px;
}

h1 p,
h1 .h1p {
  font-size: 16px;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-style:italic;
  letter-spacing: 0;
  display: block;
}
h1 div,
h1 .div{
  font-size: 60px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-top: 10px;
  font-weight:600;
  display: block;
  line-height:1.4;
}
.English-site h1 .div{
  font-size:52px;
}
@media screen and (max-width: 768px) {
  h1 {
    width: calc(100% - 40px);
    margin: 100px auto 0;
    line-height: 1.4;
  }
  .English-site h1{
    margin:130px auto 80px;
  }
  /* h1 div, */
  h1 .div {
    font-size: 32px;
  }
  .English-site h1 .div{
    font-size:34px;
  }
}

h2 {
  line-height: 1.3;
  font-weight: normal;
}
h2 .title {
  position: relative;
  font-size: 40px;
  /* font-family:'Noto serif JP','Noto Serif', serif; */
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  display: inline-block;
  font-weight:600;
}
.home-head-link .title,
.home-head-2{
  font-size:30px;
  line-height: 50px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.home-head-2 p{
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .home-head-link{
    margin:0 0 0 15px;
  }
}


h2 .title a {
  display: inline-block;
  padding-right: 70px;
}
h2 .title p {
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h2 .title p::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  border: #222 1px solid;
  background: url("../images/common/arrow_white.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -70px;
  border-radius: 50%;
  background-color: #222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  h2 .title a:hover p {
    color: #555;
  }
  h2 .title a:hover p::after {
    background: url("../images/common/arrow_black.svg") center center no-repeat;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    width: calc(100% - 40px);
    margin: 0 auto;
    line-height: 1.4;
  }
  h2 .title,
  .home-head-link .title,
  .home-head-2{
    font-size: 25px;
    padding-right: 0px;
    line-height: 1.4;
  }
  h2 .title a,
  .home-head-link .title a {
    padding-right: 0;
  }
  h2 .title p::after {
    position: relative;
    width: 25px;
    height: 25px;
    background-size: 14px auto;
    top: auto;
    margin-top: 5px;
    right: auto;
    vertical-align: top;
    margin-left: 10px;
  }
}

h3,
.h3 {
  font-size: 40px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  line-height: 1.3;
  font-weight:600;
}
h3 div, /*☆*/
.h3 div, /*☆*/
h3 .div,
.h3 .div {
  position: relative;
  margin: 20px auto 0;
  width: 160px;
  height: 0;
  padding-top: 12px;
  display:block;
}
h3 div img, h3 div svg, /*☆*/
.h3 div img, .h3 div svg, /*☆*/
h3 .div img, h3 .div svg,
.h3 .div img, .h3 .div svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 12px;
}
h3 p,
.h3 p,
.h3 .span {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-style:italic;
  font-weight: normal;
  color: #999;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.2;
  }
  h3 div, /*☆*/
  .h3 div, /*☆*/
  h3 .div,
  .h3 .div {
    width: 120px;
    height: 9px;
    margin-top: 12px;
  }
  h3 div img, h3 div svg, /*☆*/
  .h3 div img, .h3 div svg, /*☆*/
  h3 .div img, h3 .div svg,
  .h3 .div img, .h3 .div svg {
    width: 120px;
    height: 9px;
  }
  h3 p,
  .h3 p,
  .h3 .span {
    font-size: 12px;
    margin-top: 10px;
  }
}

h4,
.h4 {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
h4 p,
.h4 p,
.h4 .span {
  font-size: 30px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight:600;
  line-height:1.4;
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  h4 p,
  .h4 p,
  .h4 .span{
    font-size: 20px;
  }
  h4 .link,
  .h4 .link {
    display: none;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight:bold;
}

/*下線付き見出し*/
.plain_page .title_h2,
.title_h2{
  font-size: 40px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}
.plain_page .title_h2:after,
.title_h2:after{
  content:"";
  display:block;
  width:100%;
  background: url(../images/common/h3_underline.svg) no-repeat center bottom/contain;
  width:160px;
  height:12px;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .plain_page .title_h2,
  .title_h2{
    font-size: 28px;
    line-height: 1.2;
  }
  .English-site .plain_page .title_h2,
  .English-site .title_h2{
    font-size: 26px;
  }
  .plain_page .title_h2:after,
  .title_h2:after{
    width:160px;
    height:9px;
  }
}

.caution {
  font-size: 13px;
}

.txt-blue {
  color: #006cb8;
}
.text-link{
  transition:color 0.3s ease;
}

.text-link, #modal_nav .header_modal_inner .modal_nav_box dd a,
#modal_nav .header_modal_inner .modal_nav_links a,
.module_12genre .module_12genre_trend div a {
  color: #222;
  font-weight: normal;
}
.text-link, #modal_nav .header_modal_inner .modal_nav_box dd a{
  transition:all 0.2s;
}
.text-link img, #modal_nav .header_modal_inner .modal_nav_box dd a img, #modal_nav .header_modal_inner .modal_nav_links a img, .module_12genre .module_12genre_trend div a img, .text-link svg, #modal_nav .header_modal_inner .modal_nav_box dd a svg, #modal_nav .header_modal_inner .modal_nav_links a svg, .module_12genre .module_12genre_trend div a svg {
  margin-left: 8px;
  margin-bottom: 3px;
}
.text-link .svg path, #modal_nav .header_modal_inner .modal_nav_box dd a .svg path, #modal_nav .header_modal_inner .modal_nav_links a .svg path, .module_12genre .module_12genre_trend div a .svg path, .text-link .svg polygon, #modal_nav .header_modal_inner .modal_nav_box dd a .svg polygon, #modal_nav .header_modal_inner .modal_nav_links a .svg polygon, .module_12genre .module_12genre_trend div a .svg polygon {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (min-width: 768px) {
  .text-link:hover, #modal_nav .header_modal_inner .modal_nav_box dd a:hover, #modal_nav .header_modal_inner .modal_nav_links a:hover, .module_12genre .module_12genre_trend div a:hover {
    color: #00a7e5;
  }
  .text-link:hover .svg path, #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg path, #modal_nav .header_modal_inner .modal_nav_links a:hover .svg path, .module_12genre .module_12genre_trend div a:hover .svg path, .text-link:hover .svg polygon, #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg polygon, #modal_nav .header_modal_inner .modal_nav_links a:hover .svg polygon, .module_12genre .module_12genre_trend div a:hover .svg polygon {
    fill: #00a7e5;
  }
}
.text-link.newWin img, #modal_nav .header_modal_inner .modal_nav_box dd a.newWin img, #modal_nav .header_modal_inner .modal_nav_links a.newWin img, .module_12genre .module_12genre_trend div a.newWin img, .text-link.newWin svg, #modal_nav .header_modal_inner .modal_nav_box dd a.newWin svg, #modal_nav .header_modal_inner .modal_nav_links a.newWin svg, .module_12genre .module_12genre_trend div a.newWin svg {
  margin-bottom: 0px;
}

#wrapper.astronomy:not(.header_modal) .text-link,
/* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a, */
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a,
/* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a,
#wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a,
#wrapper.astronomy:not(.modal_window) .text-link,
/* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a, */
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a,
/* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a,
#wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a {
  color: #999999;
}
#wrapper.astronomy:not(.header_modal) .text-link .svg path,
#wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a .svg path,
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a .svg path,
/* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a .svg path, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a .svg path,
#wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a .svg path,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a .svg path,
#wrapper.astronomy:not(.header_modal) .text-link .svg polygon,
#wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a .svg polygon,
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a .svg polygon,
/* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a .svg polygon, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a .svg polygon,
#wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a .svg polygon,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a .svg polygon,
#wrapper.astronomy:not(.modal_window) .text-link .svg path,
#wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a .svg path,
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a .svg path,
/* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a .svg path, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a .svg path,
#wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a .svg path,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a .svg path,
#wrapper.astronomy:not(.modal_window) .text-link .svg polygon,
#wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a .svg polygon,
#modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a .svg polygon,
/* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a .svg polygon, */
#modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a .svg polygon,
#wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a .svg polygon,
.module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a .svg polygon {
  fill: #999999;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy:not(.header_modal) .text-link:hover,
  #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a:hover,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a:hover,
  /* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a:hover, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a:hover,
  #wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a:hover,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a:hover,
  #wrapper.astronomy:not(.modal_window) .text-link:hover,
  #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a:hover,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a:hover,
  /* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a:hover, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a:hover,
  #wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a:hover,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a:hover {
    color: #00a7e5;
  }
  #wrapper.astronomy:not(.header_modal) .text-link:hover .svg path,
  #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg path,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a:hover .svg path,
  /* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a:hover .svg path, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a:hover .svg path,
  #wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a:hover .svg path,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a:hover .svg path,
  #wrapper.astronomy:not(.header_modal) .text-link:hover .svg polygon,
  #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg polygon,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.header_modal) a:hover .svg polygon,
  /* #wrapper.astronomy:not(.header_modal) #modal_nav .header_modal_inner .modal_nav_links a:hover .svg polygon, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.header_modal) a:hover .svg polygon,
  #wrapper.astronomy:not(.header_modal) .module_12genre .module_12genre_trend div a:hover .svg polygon,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.header_modal) a:hover .svg polygon,
  #wrapper.astronomy:not(.modal_window) .text-link:hover .svg path,
  #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg path,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a:hover .svg path,
  /* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a:hover .svg path, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a:hover .svg path,
  #wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a:hover .svg path,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a:hover .svg path,
  #wrapper.astronomy:not(.modal_window) .text-link:hover .svg polygon,
  #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_box dd a:hover .svg polygon,
  #modal_nav .header_modal_inner .modal_nav_box dd #wrapper.astronomy:not(.modal_window) a:hover .svg polygon,
  /* #wrapper.astronomy:not(.modal_window) #modal_nav .header_modal_inner .modal_nav_links a:hover .svg polygon, */
  #modal_nav .header_modal_inner .modal_nav_links #wrapper.astronomy:not(.modal_window) a:hover .svg polygon,
  #wrapper.astronomy:not(.modal_window) .module_12genre .module_12genre_trend div a:hover .svg polygon,
  .module_12genre .module_12genre_trend div #wrapper.astronomy:not(.modal_window) a:hover .svg polygon {
    fill: #00a7e5;
  }
}

.svg path, .svg polygon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.svg.white path, .svg.white polygon {
  fill: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

img.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/*==============================
   global
==============================*/
html, body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #111;
  background-color: #fff;
}

/*IE用*/
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

.btn_circle, #pagetop a {
  width: 50px;
  height: 50px;
  border: #000 1px solid;
  border-radius: 50%;
  background-color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_circle .svg path, #pagetop a .svg path, .btn_circle .svg polygon, #pagetop a .svg polygon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .btn_circle:hover, #pagetop a:hover {
    background-color: #fff;
  }
  .btn_circle:hover .svg path, #pagetop a:hover .svg path, .btn_circle:hover .svg polygon, #pagetop a:hover .svg polygon {
    fill: #222;
  }
}

#wrapper.astronomy:not(.header_modal) .btn_circle, #wrapper.astronomy:not(.header_modal) #pagetop a, #pagetop #wrapper.astronomy:not(.header_modal) a,
#wrapper.astronomy:not(.modal_window) .btn_circle,
#wrapper.astronomy:not(.modal_window) #pagetop a,
#pagetop #wrapper.astronomy:not(.modal_window) a {
  background-color: #ddd7b3;
}
#wrapper.astronomy:not(.header_modal) .btn_circle .svg path, #wrapper.astronomy:not(.header_modal) #pagetop a .svg path, #pagetop #wrapper.astronomy:not(.header_modal) a .svg path, #wrapper.astronomy:not(.header_modal) .btn_circle .svg polygon, #wrapper.astronomy:not(.header_modal) #pagetop a .svg polygon, #pagetop #wrapper.astronomy:not(.header_modal) a .svg polygon,
#wrapper.astronomy:not(.modal_window) .btn_circle .svg path,
#wrapper.astronomy:not(.modal_window) #pagetop a .svg path,
#pagetop #wrapper.astronomy:not(.modal_window) a .svg path,
#wrapper.astronomy:not(.modal_window) .btn_circle .svg polygon,
#wrapper.astronomy:not(.modal_window) #pagetop a .svg polygon,
#pagetop #wrapper.astronomy:not(.modal_window) a .svg polygon {
  fill: #222;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy:not(.header_modal) .btn_circle:hover, #wrapper.astronomy:not(.header_modal) #pagetop a:hover, #pagetop #wrapper.astronomy:not(.header_modal) a:hover,
  #wrapper.astronomy:not(.modal_window) .btn_circle:hover,
  #wrapper.astronomy:not(.modal_window) #pagetop a:hover,
  #pagetop #wrapper.astronomy:not(.modal_window) a:hover {
    background-color: #fff;
  }
  #wrapper.astronomy:not(.header_modal) .btn_circle:hover .svg path, #wrapper.astronomy:not(.header_modal) #pagetop a:hover .svg path, #pagetop #wrapper.astronomy:not(.header_modal) a:hover .svg path, #wrapper.astronomy:not(.header_modal) .btn_circle:hover .svg polygon, #wrapper.astronomy:not(.header_modal) #pagetop a:hover .svg polygon, #pagetop #wrapper.astronomy:not(.header_modal) a:hover .svg polygon,
  #wrapper.astronomy:not(.modal_window) .btn_circle:hover .svg path,
  #wrapper.astronomy:not(.modal_window) #pagetop a:hover .svg path,
  #pagetop #wrapper.astronomy:not(.modal_window) a:hover .svg path,
  #wrapper.astronomy:not(.modal_window) .btn_circle:hover .svg polygon,
  #wrapper.astronomy:not(.modal_window) #pagetop a:hover .svg polygon,
  #pagetop #wrapper.astronomy:not(.modal_window) a:hover .svg polygon {
    fill: #222;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
  }
}

/*  section
-----------------------------------------------------*/
section,
.wp-block-group.section,
.parts.section {
  position: relative;
  width: 960px;
  margin: 100px auto 0;
  overflow: hidden;
}
section .section_inner,
.wp-block-group.section .section_inner,
.parts.section .section_inner{
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section,
  .wp-block-group.section,
  .parts.section  {
    width: 100%;
    margin-top: 60px;
  }
  section .section_inner,
  .wp-block-group.section .section_inner,
  .parts.section .section_inner {
    width: calc(100% - 40px);
  }
}

/*  bg
-----------------------------------------------------*/
#background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#background .bg_line {
  width: 3px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background .bg_left {
  width: calc(22.5% - 2px);
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background .bg_right {
  width: calc(77.5% - 1px);
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #background .bg_left {
    width: calc(100% / 3);
  }
  #background .bg_right {
    width: calc(100% / 3 * 2);
  }
}

#wrapper.default #background .bg_line {
  background-color: #222222;
}
#wrapper.default #background .bg_left {
  background-color: #f2f6f9;
}
#wrapper.default #background .bg_right {
  background-color: white;
}

#wrapper.science #background .bg_line {
  background-color: #222222;
}
#wrapper.science #background .bg_left {
  background-color: #71cbae;
}
#wrapper.science #background .bg_right {
  background-color: #fafafa;
}

#wrapper.computer #background .bg_line {
  background-color: #222222;
}
#wrapper.computer #background .bg_left {
  background-color: #cccccc;
}
#wrapper.computer #background .bg_right {
  background-color: #fafafa;
}

#wrapper.astronomy #background .bg_line {
  background-color: #ddd7b3;
}
#wrapper.astronomy #background .bg_left {
  background-color: #222222;
}
#wrapper.astronomy #background .bg_right {
  background-color: #333333;
}

#wrapper.art #background .bg_line {
  background-color: #222222;
}
#wrapper.art #background .bg_left {
  background-color: #00a7e5;
}
#wrapper.art #background .bg_right {
  background-color: white;
}

#wrapper.craft #background .bg_line {
  background-color: #222222;
}
#wrapper.craft #background .bg_left {
  background-color: #e4dcc4;
}
#wrapper.craft #background .bg_right {
  background-color: #fcfaf6;
}

#wrapper.cooking #background .bg_line {
  background-color: #222222;
}
#wrapper.cooking #background .bg_left {
  background-color: #ff7155;
}
#wrapper.cooking #background .bg_right {
  background-color: #fcfaf6;
}

#wrapper.lifestyle #background .bg_line {
  background-color: #222222;
}
#wrapper.lifestyle #background .bg_left {
  background-color: #f7f750;
}
#wrapper.lifestyle #background .bg_right {
  background-color: white;
}

#wrapper.flower #background .bg_line {
  background-color: #222222;
}
#wrapper.flower #background .bg_left {
  background-color: #d5758a;
}
#wrapper.flower #background .bg_right {
  background-color: #fcfaf6;
}

#wrapper.pets #background .bg_line {
  background-color: #222222;
}
#wrapper.pets #background .bg_left {
  background-color: #f7509f;
}
#wrapper.pets #background .bg_right {
  background-color: white;
}

#wrapper.hobby #background .bg_line {
  background-color: #222222;
}
#wrapper.hobby #background .bg_left {
  background-color: #ddb4fc;
}
#wrapper.hobby #background .bg_right {
  background-color: white;
}

#wrapper.kids #background .bg_line {
  background-color: #222222;
}
#wrapper.kids #background .bg_left {
  background-color: #50f797;
}
#wrapper.kids #background .bg_right {
  background-color: #f7f750;
}

#wrapper.general #background .bg_line {
  background-color: #222222;
}
#wrapper.general #background .bg_left {
  background-color: #f2f6f9;
}
#wrapper.general #background .bg_right {
  background-color: white;
}

/*  module - pagenation
-----------------------------------------------------*/
.pagenation {
  width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagenation a {
  display: block;
}
.pagenation .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.pagenation .pages ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagenation .pages ul li {
  margin-right: 14px;
}
.pagenation .pages ul li:last-child {
  margin-right: 0px;
}
.pagenation .pages ul li.slick-active a {
  background-color: #000;
}
.pagenation .pages .btn_page {
  width: 6px;
  height: 6px;
  border: #000 1px solid;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagenation{
    margin:20px auto 0;
  }
  .pagenation .pages {
    margin:0 10px;
  }
}
.pagenation .btn_prev, .pagenation .btn_next {
  width: 7px;
  height: 11px;
  padding:20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 99%;
  background-color:#eeeeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagenation .btn_prev:hover, .pagenation .btn_next:hover {
  background-color:#000;

}
.pagenation .btn_prev {
  background-image: url("../images/common/arrow_left.svg") ;
}
.pagenation .btn_next {
  background-image: url("../images/common/arrow_right.svg") ;
}
.pagenation .btn_prev:hover {
  background-image: url("../images/common/arrow_left_white.svg") ;
}
.pagenation .btn_next:hover {
  background-image: url("../images/common/arrow_right_white.svg") ;
}

/*  pager
-----------------------------------------------------*/
.pagenation_result, .pagenation_news {
  width: 100%;
  line-height: 1;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pagenation_result .btn_prev, .pagenation_news .btn_prev, .pagenation_result .btn_next, .pagenation_news .btn_next {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .pagenation_result .btn_prev:hover, .pagenation_news .btn_prev:hover, .pagenation_result .btn_next:hover, .pagenation_news .btn_next:hover {
    opacity: 0.7;
  }
}
.pagenation_result .btn_prev, .pagenation_news .btn_prev {
  padding-left: 15px;
  background: url("../images/common/arrow_left.svg") left center no-repeat;
}
.pagenation_result .btn_next, .pagenation_news .btn_next {
  padding-right: 15px;
  background: url("../images/common/arrow_right.svg") right center no-repeat;
}
.pagenation_result .pages, .pagenation_news .pages {
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagenation_result .page_btn, .pagenation_news .page_btn {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #666;
  border: #000 1px solid;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagenation_result .page_btn p, .pagenation_news .page_btn p {
  color: #222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .pagenation_result .page_btn:hover, .pagenation_news .page_btn:hover {
    background-color: #000;
  }
  .pagenation_result .page_btn:hover p, .pagenation_news .page_btn:hover p {
    color: #fff;
  }
}
.pagenation_result .page_btn.current, .pagenation_news .page_btn.current {
  pointer-events: none;
  background-color: #000;
}
.pagenation_result .page_btn.current p, .pagenation_news .page_btn.current p {
  color: #fff;
}
.pagenation_result .page_dot, .pagenation_news .page_dot {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/common/pager_dot.png") center center no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pagenation_result, .pagenation_news {
    margin-top: 30px;
  }
  .pagenation_result .btn_prev, .pagenation_news .btn_prev, .pagenation_result .btn_next, .pagenation_news .btn_next {
    font-size: 11px;
  }
  .pagenation_result .btn_prev, .pagenation_news .btn_prev {
    padding-left: 12px;
  }
  .pagenation_result .btn_next, .pagenation_news .btn_next {
    padding-right: 12px;
  }
  .pagenation_result .pages, .pagenation_news .pages {
    margin: 0 10px;
  }
  .pagenation_result .page_btn, .pagenation_news .page_btn {
    width: 26px;
    height: 26px;
    font-size: 11px;
    margin: 0 5px;
  }
  .pagenation_result .page_btn.sp-none, .pagenation_news .page_btn.sp-none {
    display: none;
  }
  .pagenation_result .page_dot, .pagenation_news .page_dot {
    display: block;
    width: 20px;
    height: 26px;
    background-size: 80% auto;
  }
}

/*  pager
-----------------------------------------------------*/
.pagenation_news .btn_prev, .pagenation_news .btn_next {
  font-weight: normal;
}
.pagenation_news .btn_list {
  display: block;
  width: 230px;
  text-align: center;
  font-size: 13px;
  line-height: 48px;
  margin: 0 30px;
  border: #111 1px solid;
  background-color: #fff;
  border-radius: 60px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagenation_news .btn_list:hover {
  color: #fff;
  background-color: #111;
}
@media screen and (max-width: 768px) {
  .pagenation_news .btn_list {
    font-size: 11px;
    width: 140px;
    line-height: 30px;
  }
}

#wrapper.astronomy .pagenation .pages ul li.slick-active a {
  background-color: #fff;
}
#wrapper.astronomy .pagenation .pages .btn_page {
  width: 6px;
  height: 6px;
  border: #fff 1px solid;
  border-radius: 50%;
  cursor: pointer;
}
#wrapper.astronomy .pagenation .btn_prev {
  background: url("../images/common/arrow_left_white.svg") center center no-repeat;
}
#wrapper.astronomy .pagenation .btn_next {
  background: url("../images/common/arrow_right_white.svg") center center no-repeat;
}

/*  trend
-----------------------------------------------------*/
.trend {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  letter-spacing: 0;
}
.trend p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style:italic;
  margin-right: 30px;
}
.trend .keyword {
  font-size: 13px;
}
.trend .keyword a {
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .trend .keyword a:hover {
    color: #00a7e5;
  }
}
@media screen and (max-width: 768px) {
  .trend {
    margin-top: 15px;
    display: block;
    line-height: 1.4;
  }
  .trend p {
    margin-right: 0;
    font-size: 15px;
  }
  .trend .keyword {
    margin-top: 5px;
    font-size: 12px;
  }
}

#wrapper.astronomy:not(.header_modal) .trend p,
#wrapper.astronomy:not(.modal_window) .trend p {
  color: #ddd7b3;
}
#wrapper.astronomy:not(.header_modal) .trend .keyword a,
#wrapper.astronomy:not(.modal_window) .trend .keyword a {
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy:not(.header_modal) .trend .keyword a:hover,
  #wrapper.astronomy:not(.modal_window) .trend .keyword a:hover {
    color: #00a7e5;
  }
}


/*  pageback
-----------------------------------------------------*/
.pageback {
  width: 960px;
  margin: 160px auto 40px;
  font-size: 14px;
  line-height: 1;
}
.pageback a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pageback a .svg {
  margin-right: 10px;
  vertical-align: top;
}
.pageback + h1{
  margin-top:0;
}
@media screen and (min-width: 768px) {
  .pageback a:hover {
    color: #00a7e5;
  }
  .pageback a:hover .svg path, .pageback a:hover .svg polygon {
    fill: #00a7e5;
  }
}
@media screen and (max-width: 768px) {
  .pageback {
    width: calc(100% - 40px);
    margin: 100px auto 20px;
    font-size: 12px;
  }
}

/*  breadcrumb
-----------------------------------------------------*/
#breadcrumb {
  width: 100%;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  width: 960px;
  margin: 0 auto;
  padding-left: 30px;
  display: block;
}
#breadcrumb ul li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.English-site #breadcrumb li:first-child,
.English-site #breadcrumb li:nth-child(2):last-child {
  display: none;
  }
#breadcrumb ul li:after {
  content: url("../images/common/arrow_breadcrumb.svg");
  display: inline-block;
  width: 4px;
  height: 11px;
  position: relative;
  margin-left: 15px;
}
#breadcrumb ul li:last-child {
  margin-right: 0;
}
#breadcrumb ul li:last-child:after {
  content: "";
  display: none;
}
#breadcrumb ul li a {
  color: #666;
  display: inline-block;
  transition: color 0.2s ease;
}
@media screen and (min-width: 768px) {
  #breadcrumb ul li a:hover {
    color: #00a7e5;
  }
}

#wrapper.astronomy #breadcrumb {
  color: #999999;
}
#wrapper.astronomy #breadcrumb ul li:after {
  content: url("../images/common/arrow_breadcrumb2.svg");
}
#wrapper.astronomy #breadcrumb ul li a {
  color: #999999;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy #breadcrumb ul li a:hover {
    color: #00a7e5;
  }
}

/*  #history
-----------------------------------------------------*/
#history .section_inner {
  margin-top: 40px;
}
#history ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#history ul li {
  width: 135px;
  margin-right: 30px;
}
#history ul li:last-child {
  margin-right: 0;
}
#history ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px;
  border-top: #222 1px solid;
  background-color: #fff;
}
#history ul li a div {
  width: 100px;
  height: 0;
  position: relative;
  padding-top: 100%;
}
#history ul li a div img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#history ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  #history ul li a .overlay:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #history .section_inner {
    margin-top: 30px;
  }
  #history ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #history ul li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-top: 10px;
  }
  #history ul li:nth-child(3n) {
    margin-right: 0;
  }
  #history ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  #history ul li a {
    padding: 12px;
  }
  #history ul li a div {
    width: 100%;
  }
}

#wrapper.astronomy #history h5 {
  color: #ddd7b3;
}
#wrapper.astronomy #history ul li a {
  border-top: #999 1px solid;
}

/*  more
-----------------------------------------------------*/
.more {
  text-align: center;
  margin-top: 60px;
}
.more .btn_more {
  display: inline-block;
}
.more .btn_more div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #222;
  border: #000 1px solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.more .btn_more div .svg path {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.more .btn_more p {
  color: #222;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .more .btn_more:hover div {
    background-color: #fff;
  }
  .more .btn_more:hover div .svg path, .more .btn_more:hover div .svg polygon {
    fill: #222;
  }
  .more .btn_more:hover p {
    color: #555;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .more {
    margin-top: 40px;
  }
}

#wrapper.astronomy .more .btn_more div {
  background-color: #ddd7b3;
  border: #ddd7b3 1px solid;
}
#wrapper.astronomy .more .btn_more div .svg path, #wrapper.astronomy .more .btn_more div .svg polygon {
  fill: #222;
}
#wrapper.astronomy .more .btn_more p {
  color: #ddd7b3;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy .more .btn_more:hover div {
    background-color: #fff;
  }
}

/*  media link
-----------------------------------------------------*/
.media_links .section_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
}
.media_links .section_inner h3 p{
  color:#111;
  font-style: normal;
}
.media_links .section_inner .medialink_box div {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.media_links .section_inner .medialink_box a {
  color: #fff;
  display: inline-block;
  padding: 15px 15px 15px 20px;
  background-color: #222;
  border: #000 1px solid;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .media_links .section_inner .medialink_box a:hover {
    color: #111;
    background-color: #fff;
  }
  .media_links .section_inner .medialink_box a:hover .svg path, .media_links .section_inner .medialink_box a:hover .svg polygon {
    fill: #111;
  }
}

.media_links .medialink_box_head{
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 600;
  line-height: 1.4;
  font-size:24px;
  text-align: left;
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
}

.media_links .section_inner .left {
  width: 290px;
}
.media_links .section_inner .left a {
  width: 240px;
}
.media_links .section_inner .right {
  width: 640px;
}
.media_links .section_inner .right a {
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .media_links .section_inner {
    display: block;
  }
  .media_links .medialink_box_head{
    width: 100%;
    font-size:20px;
  }

  .media_links .section_inner .medialink_box div {
    display: block;
    margin-top: 20px;
  }
  .media_links .section_inner .medialink_box a {
    width: 100%;
    padding: 15px 15px 15px 20px;
    margin-top: 10px;
  }
  .media_links .section_inner .medialink_box a:first-child {
    margin-top: 0;
  }
  .media_links .section_inner .left {
    width: 100%;
  }
  .media_links .section_inner .right {
    width: 100%;
    margin-top: 60px;
  }
  .media_links .section_inner .right a {
    width: 100%;
  }
}

/*  #modal window
-----------------------------------------------------*/
.modal_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}
.modal_window .modal_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.modal_window .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f6f9;
}
.modal_window .modal_inner {
  width: 890px;
  opacity: 0;
}
.modal_window .modal_inner p {
  font-size: 30px;
  line-height: 1;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}
.modal_window .modal_inner .modal_close {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #222;
  border: 1px #000 solid;
  margin: 80px auto 20px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .modal_window .modal_inner .modal_close:hover {
    background-color: #fff;
  }
  .modal_window .modal_inner .modal_close:hover .svg path, .modal_window .modal_inner .modal_close:hover .svg polygon {
    fill: #000;
  }
}
.modal_window .modal_container {
  margin-top: 60px;
  width: 100%;
}
.modal_window .modal_container ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 20px 30px;
}
.modal_window .modal_container ul li {
  width: 200px;
  height: 70px;
  display: block;
  /* margin-right: 30px;
  margin-top: 20px; */
}
/* .modal_window .modal_container ul li:nth-child(4n) {
  margin-right: 0;
}
.modal_window .modal_container ul li:last-child {
  margin-right: 0;
}
.modal_window .modal_container ul li:nth-child(-n+4) {
  margin-top: 0;
} */
.modal_window .modal_container ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%;
  height: 100%; */
  border: 1px #222 solid;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.modal_window .modal_container ul li a img {
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .modal_window .modal_container ul li a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .modal_window .modal_inner {
    width: calc(100% - 40px);
    max-width: 640px;
    max-height: 80%;
  }
  .modal_window .modal_inner p {
    font-size: 20px;
  }
  .modal_window .modal_container ul {
    gap: 10px;
  }
  .modal_window .modal_container ul li {
    position: relative;
    width: calc((100% - 20px) / 3);
    height: 0;
    padding-top: 11.5%;
    /* margin-right: 10px;
    margin-top: 10px; */
  }
  /* .modal_window .modal_container ul li:nth-child(4n) {
    margin-right: 10px;
  }
  .modal_window .modal_container ul li:nth-child(3n) {
    margin-right: 0;
  }
  .modal_window .modal_container ul li:nth-child(-n+4) {
    margin-top: 10px;
  }
  .modal_window .modal_container ul li:nth-child(-n+3) {
    margin-top: 0;
  } */
  .modal_window .modal_container ul li a {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

/* clearfix */
/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}


/* clearfix */
/*  header
-----------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 50;
}
header #nav {
  width: calc(100% - 185px);
}
header #nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 13px;
}
header #nav ul li {
  margin-right: 30px;
}
header #nav ul li.nav-menu {
  margin-right: 10px;
}
header #nav ul li:last-child {
  margin-right: 0px;
}
header #nav ul a.btn_nav, header #nav ul a.btn_search {
  display: block;
  width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  /* -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}
@media screen and (min-width: 768px) {
  header #nav ul a.btn_nav:hover, header #nav ul a.btn_search:hover {
    background-color: #ddd7b3;
  }
}
header #nav ul a.btn_text p {
  margin-top: 3px;
  display: inline-block;
  line-height:1.2;
}
.English-site header #nav ul li{
  margin:11px 30px 15px 0;
}
@media screen and (min-width: 768px) {
  .English-site header #nav ul li.nav-menu {
    display:none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header #nav {
    width:calc(100% - 180px);
  }
  header #nav ul li {
    margin-right: 17.5px;
    min-width: 2em;
  }
  header #nav ul li:nth-child(7) {
    max-width: 6em;
  }
  header #nav ul li:nth-child(8) {
    max-width: 7em;
  }
}

@media screen and (max-width: 768px) {
  .English-site header #nav ul li{
    margin:0 30px 0 0;
  }
}

header #nav ul a.btn_text div {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 8px;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  header #nav ul a.btn_text:hover div {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
header .logo {
  width: 185px;
}
header .logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 12.6%;
}
.English-site header .logo {
  width: 150px;
}
.English-site header .logo a {
  padding-top: 22.2%;
}
header .logo img, header .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* .English-site header .logo svg {
  top:-10px;
} */
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .logo {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 10px 20px 0;
  }
  header #nav {
    width: calc(100% - 135px);
  }
  header #nav ul a.btn_text {
    display: none;
  }
  header .logo {
    width: 135px;
  }
  .English-site header .logo {
    width: 100px;
  }
  .English-site header .logo svg {
    top:-5px;
  }
}

/*  header_modal
-----------------------------------------------------*/
.header_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}
.header_modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f6f9;
}
.header_modal .header_modal_wrapper {
  width: 100%;
  height: calc(100% - 120px);
  overflow: auto;
  padding-bottom: 40px;
  margin-top: 100px;
  min-height: auto;
}
.header_modal .header_modal_inner {
  width: 960px;
  margin: 0 auto;
}
.header_modal a.header_modal_close {
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 50px;
  height: 50px;
  border: #000 1px solid;
  border-radius: 50%;
  background-color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_modal a.header_modal_close .svg path, .header_modal a.header_modal_close .svg polygon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .header_modal a.header_modal_close:hover {
    background-color: #fff;
  }
  .header_modal a.header_modal_close:hover .svg path, .header_modal a.header_modal_close:hover .svg polygon {
    fill: #222;
  }
}
@media screen and (max-width: 768px) {
  .header_modal {
    display: block;
  }
  .header_modal .modal_bg {
    height: 100%;
  }
  .header_modal .header_modal_wrapper {
    min-height: auto;
    margin: 0 auto;
    height: 100%;
    padding: 80px 0 60px;
    	/*margin: 0px auto 0;
        height: 100%;
        padding-bottom: 60px;
        padding-top: 80px;*/
    -webkit-overflow-scrolling: touch;
  }
  .header_modal .header_modal_inner {
    width: 100%;
    padding: 0 30px;
  }
  .header_modal a.header_modal_close {
    top: 15px;
    left: 25px;
    width: 40px;
    height: 40px;
  }
  .header_modal a.header_modal_close img, .header_modal a.header_modal_close svg {
    width: 100%;
    height: 100%;
  }
}

/*  modal_nav
-----------------------------------------------------*/
#modal_nav {
  display: none;
}
#modal_nav .header_modal_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
}
#modal_nav .header_modal_inner .modal_nav_box {
  width: 33.33%;
  margin-top: 80px;
}
#modal_nav .header_modal_inner .modal_nav_box:nth-child(-n+3) {
  margin-top: 0;
}
#modal_nav .header_modal_inner .modal_nav_box dt,
#modal_nav .header_modal_inner .modal_nav_box dt .text-link {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 600;
  margin-bottom: 30px;
  color:#222;
}
#modal_nav .header_modal_inner .modal_nav_box dt .text-link:hover {
  color:#00a7e5;
}
#modal_nav .header_modal_inner .modal_nav_box dd {
  line-height: 2;
}
#modal_nav .header_modal_inner .modal_nav_box dd  a{
  color:#222;
}
#modal_nav .header_modal_inner .modal_nav_links {
  width: 100%;
  margin-top: 65px;
}
#modal_nav .header_modal_inner .modal_nav_links a {
  line-height: 1;
  padding: 0 20px;
  border-right: 1px #111 solid;
  transition:all .2s;
}
#modal_nav .header_modal_inner .modal_nav_links a:last-child {
  border-right: none;
}
#modal_nav .header_modal_inner .modal_nav_links a:first-child {
  padding-left: 0;
}
#modal_nav .header_modal_inner .accordion dd {
  display: none;
}
@media screen and (min-width: 769px) {
  .English-site #modal_nav{
    display:none!important;
  }
}
@media screen and (max-width: 768px) {
  #modal_nav .header_modal_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    padding-bottom:40px;
  }
  #modal_nav .header_modal_inner .modal_nav_box {
    width: 100%;
    margin-top: 30px;
  }
  #modal_nav .header_modal_inner .modal_nav_box:nth-child(-n+3) {
    margin-top: 30px;
  }
  #modal_nav .header_modal_inner .modal_nav_box:nth-child(1) {
    margin-top: 0;
  }
  #modal_nav .header_modal_inner .modal_nav_box:nth-child(3) {
    margin-top: 0;
  }
  #modal_nav .header_modal_inner .modal_nav_box dt {
    font-size: 18px;
    margin-bottom: 0px;
    border-bottom: #222 1px solid;
    padding: 10px 15px;
  }
  #modal_nav .header_modal_inner .modal_nav_box dd {
    line-height: 1.6;
  }
  #modal_nav .header_modal_inner .modal_nav_box dd a {
    display: block;
    border-bottom: #222 1px solid;
    padding: 10px 15px;
  }
  #modal_nav .header_modal_inner .modal_nav_links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #modal_nav .header_modal_inner .modal_nav_links a {
    padding: 5px 0 0 0;
    display: block;
    border-right: none;
    line-height: 2;
  }
  #modal_nav .header_modal_inner .accordion dt {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #modal_nav .header_modal_inner .accordion dt div {
    width: 30px;
    height: 30px;
    background: url("../images/common/icon_accordion.png") 0 0 no-repeat;
    background-size: 30px 60px;
  }
  #modal_nav .header_modal_inner .accordion dt.open div {
    background-position: 0 -30px;
  }
}

/*  modal_search
-----------------------------------------------------*/
#modal_search, #modal_search_underlayer {
  display: none;
}
#modal_search .header_modal_inner, #modal_search_underlayer .header_modal_inner {
  font-size: 13px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#modal_search .trend, #modal_search_underlayer .trend {
  width: 100%;
}
#modal_search .trend span, #modal_search_underlayer .trend span {
  margin-right: 20px;
}
#modal_search .trend span:last-child, #modal_search_underlayer .trend span:last-child {
  margin-right: 0;
}
#modal_search .trend .title, #modal_search_underlayer .trend .title {
  display: inline-block;
  margin-right: 0;
  width: 160px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style:italic;
}
#modal_search .search_text, #modal_search_underlayer .search_text {
  width: 100%;
  margin-top: 30px;
}
#modal_search .search_text #search_word, #modal_search_underlayer .search_text #search_word {
  width: 100%;
  font-size: 16px;
  padding: 15px 30px 15px 60px;
  background: url("../images/common/icon_search.svg") no-repeat;
  background-position: 20px center;
  border-radius: 5px;
  background-color: #fff;
}
#modal_search .check_container, #modal_search_underlayer .check_container {
  width: 100%;
  margin-top: 60px;
}
#modal_search .check_container .title, #modal_search_underlayer .check_container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#modal_search .check_container .title p, #modal_search_underlayer .check_container .title p {
  width: 160px;
  font-size: 18px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}
#modal_search .check_container .title div, #modal_search_underlayer .check_container .title div {
  background-color: #111;
  width: calc((100% - 160px) / 2);
  height: 1px;
}
#modal_search .check_container .check_inner, #modal_search_underlayer .check_container .check_inner {
  width: 100%;
  margin-top: 30px;
}
.check_container .check_inner input {
  display:none;
}
#modal_search .form_btns, #modal_search_underlayer .form_btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#modal_search a.header_modal_close, #modal_search_underlayer a.header_modal_close {
  left: 100px;
}
@media screen and (max-width: 768px) {
  #modal_search .trend .title, #modal_search_underlayer .trend .title {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #modal_search .search_text, #modal_search_underlayer .search_text {
    margin-top: 20px;
  }
  #modal_search .search_text #search_word, #modal_search_underlayer .search_text #search_word {
    padding: 12px 20px 12px 40px;
    background-position: 12px center;
  }
  #modal_search .check_container, #modal_search_underlayer .check_container {
    margin-top: 40px;
  }
  #modal_search .check_container .title p, #modal_search_underlayer .check_container .title p {
    width: 140px;
  }
  #modal_search .check_container .title div, #modal_search_underlayer .check_container .title div {
    width: calc((100% - 140px) / 2);
  }
  #modal_search .check_container .check_inner, #modal_search_underlayer .check_container .check_inner {
    width: 100%;
    margin-top: 20px;
  }
  #modal_search .form_btns, #modal_search_underlayer .form_btns {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #modal_search a.header_modal_close, #modal_search_underlayer a.header_modal_close {
    top: 15px;
    left: 25px;
  }
}

/*  astronomy
-----------------------------------------------------*/
#wrapper.astronomy header #nav ul li a, #wrapper.about header #nav ul li a {
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy header #nav ul li a.btn_nav:hover .svg path, #wrapper.astronomy header #nav ul li a.btn_nav:hover .svg polygon, #wrapper.astronomy header #nav ul li a.btn_search:hover .svg path, #wrapper.astronomy header #nav ul li a.btn_search:hover .svg polygon, #wrapper.about header #nav ul li a.btn_nav:hover .svg path, #wrapper.about header #nav ul li a.btn_nav:hover .svg polygon, #wrapper.about header #nav ul li a.btn_search:hover .svg path, #wrapper.about header #nav ul li a.btn_search:hover .svg polygon {
    fill: #222;
  }
}
#wrapper.astronomy header #nav ul li a.btn_text div, #wrapper.about header #nav ul li a.btn_text div {
  background-color: #cccccc;
}
#wrapper.astronomy header .svg path, #wrapper.astronomy header .svg polygon, #wrapper.about header .svg path, #wrapper.about header .svg polygon {
  fill: #cccccc;
}

/*  astronomy
-----------------------------------------------------*/
/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

/* clearfix */
/*  footer
-----------------------------------------------------*/
footer {
  position: relative;
  width: 960px;
  /* margin: 20px auto 0; */
  margin: 140px auto 0;
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 1;
  color: #222;
  line-height: 1;
}
footer .followus {
  width: 100%;
  padding: 25px 30px;
  border-top: 4px #222 double;
  border-bottom: 4px #222 double;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .followus p {
  font-family: "Roboto", sans-serif;
  font-style:italic;
  font-size: 20px;
}
footer .followus .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
footer .followus .sns a {
  display: block;
  margin-right: 30px;
}
footer .followus .sns a:last-child {
  margin-right: 0;
}
footer .followus .sns a.btn_tw:hover .svg path, footer .followus .sns a.btn_tw:hover .svg polygon {
  fill: #1da1f2;
}
footer .followus .sns a.btn_fb:hover .svg path, footer .followus .sns a.btn_fb:hover .svg polygon {
  fill: #3b579d;
}
footer .followus .sns a.btn_yt:hover .svg path, footer .followus .sns a.btn_yt:hover .svg polygon {
  fill: #ff0000;
}
footer .followus .sns a.btn_nc {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/icon_niconico.png") left top no-repeat;
}
footer .followus .sns a.btn_nc:hover {
  opacity: 0.8;
}
footer .followus .sns a.btn_x svg{
  width: 24px;
  height: 24px;
}
footer .followus .sns a.btn_x:hover svg{
  opacity: 0.5;
}
footer .footerlink {
  margin-top: 40px;
  text-align: center;
}
footer .footerlink a {
  color: #222;
  border-right: #222 1px solid;
  font-size: 13px;
  padding: 0 10px;
  transition: color 0.2s ease;
}
footer .footerlink a:last-child {
  border-right: none;
}
footer .footerlink a[target="_blank"] span,
#modal_nav .header_modal_inner .modal_nav_links a[target="_blank"] span{
  padding-right: 20px;
  background: url(../images/common/icon_newWindow.svg) no-repeat right 0px center/15px;
}
footer .footerlink a[target="_blank"]:hover span,
#modal_nav .header_modal_inner .modal_nav_links a[target="_blank"]:hover span{
  background-image: url(../images/common/icon_newWindow_blue.svg) ;
}

@media screen and (min-width: 768px) {

  #breadcrumb + footer {
    margin-top: 20px;
  }

  footer .footerlink a:hover {
    color: #00a7e5;
  }
}
footer .copyright {
  margin-top: 30px;
  /* font-family: "Roboto", sans-serif; */
  font-style:italic;
  font-size: 14px;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    width: calc(100% - 40px);
    font-size: 14px;
    padding-bottom: 90px;
    margin-top: 60px;
  }
  footer .followus {
    padding: 20px;
    display: block;
    text-align: center;
  }
  footer .followus .sns {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  footer .footerlink {
    margin-top: 30px;
  }
  footer .footerlink a {
    display: block;
    width: 100%;
    border-right: none;
    line-height: 2;
  }
  footer .copyright {
    font-size: 12px;
  }
}

/*  pagetop
-----------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  left: calc(50% + 480px + 50px);
  z-index: 10;
  opacity: 0;
}
#pagetop a img, #pagetop a svg {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #pagetop {
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}

/*  astronomy
-----------------------------------------------------*/
#wrapper.astronomy footer .followus {
  color: #ddd7b3;
  border-top: 4px #999999 double;
  border-bottom: 4px #999999 double;
}
#wrapper.astronomy footer .followus .sns a .svg path, #wrapper.astronomy footer .followus .sns a a .svg polygon {
  fill: #cccccc;
}
#wrapper.astronomy footer .followus .sns a.btn_tw:hover .svg path, #wrapper.astronomy footer .followus .sns a.btn_tw:hover .svg polygon {
  fill: #1da1f2;
}
#wrapper.astronomy footer .followus .sns a.btn_fb:hover .svg path, #wrapper.astronomy footer .followus .sns a.btn_fb:hover .svg polygon {
  fill: #3b579d;
}
#wrapper.astronomy footer .followus .sns a.btn_yt:hover .svg path, #wrapper.astronomy footer .followus .sns a.btn_yt:hover .svg polygon {
  fill: #ff0000;
}
#wrapper.astronomy footer .followus .sns a.btn_nc {
  background: url("../images/common/icon_niconico_white.png") left top no-repeat;
}
#wrapper.astronomy footer .followus .sns a.btn_nc:hover {
  opacity: 0.8;
}
#wrapper.astronomy footer .footerlink a {
  color: #cccccc;
  border-right: #cccccc 1px solid;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy footer .footerlink a:hover {
    color: #00a7e5;
  }
}
#wrapper.astronomy footer .copyright {
  color: #999999;
}
@media screen and (max-width: 768px) {
  #wrapper.astronomy footer .footerlink a {
    border-right: none;
  }
}

#wrapper.astronomy #pagetop a {
  background-color: #ddd7b3;
}
#wrapper.astronomy #pagetop a .svg path, #wrapper.astronomy #pagetop a .svg polygon {
  fill: #222;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy #pagetop a:hover {
    background-color: #ddd7b3;
  }
  #wrapper.astronomy #pagetop a:hover .svg path, #wrapper.astronomy #pagetop a:hover .svg polygon {
    fill: #222;
  }
}

/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

/* clearfix */
/*  module - 12genre
-----------------------------------------------------*/
.module_12genre {
  width: 100%;
}
.module_12genre h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .module_12genre h3 {
    margin-bottom: 40px;
  }
}
.module_12genre .module_12genre_img {
  width: 190px;
  margin: 0 auto;
  text-align: center;
}
.module_12genre .module_12genre_img img, .module_12genre .module_12genre_img svg {
  width: 100%;
  height: auto;
}
.module_12genre .module_12genre_img .svg path, .module_12genre .module_12genre_img .svg polygon {
  fill: none;
}
.module_12genre .module_12genre_img p {
  font-family: "Roboto", sans-serif;
  font-style:italic;
  font-size: 20px;
  color: #222;
  line-height: 1;
  margin-top: 5px;
}
.module_12genre .module_12genre_img p span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .module_12genre .module_12genre_img {
    width: 150px;
  }
  .module_12genre .module_12genre_img p {
    margin-top: 2px;
    font-size: 15px;
  }
  .module_12genre .module_12genre_img p span {
    font-size: 18px;
  }
}
.module_12genre .module_12genre_copy {
  display: none;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .module_12genre .module_12genre_copy {
    margin-top: 30px;
  }
}
.module_12genre .module_12genre_menu {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.module_12genre .module_12genre_menu a {
  display: block;
  width: calc(100% / 12);
  height: auto;
  max-height: 340px;
  padding: 10px 30px 20px;
  border-right: 1px #000 solid;
}
.module_12genre .module_12genre_menu a:first-child {
  border-left: 1px #000 solid;
}
.module_12genre .module_12genre_menu a .module_12genre_menu_wrapper {
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module_12genre .module_12genre_menu a .module_12genre_menu_wrapper div {
  width: 20px;
  height: 3px;
}
.module_12genre .module_12genre_menu a .module_12genre_menu_wrapper p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.module_12genre .module_12genre_menu a .module_12genre_menu_wrapper p.title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .module_12genre .module_12genre_menu a:hover .module_12genre_menu_wrapper {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.module_12genre .module_12genre_menu a.none {
  pointer-events: none;
  color: #ccc;
}
.module_12genre .module_12genre_menu a.science .module_12genre_menu_wrapper div {
  background-color: #71cbae;
}
.module_12genre .module_12genre_menu a.computer .module_12genre_menu_wrapper div {
  background-color: #cccccc;
}
.module_12genre .module_12genre_menu a.astronomy .module_12genre_menu_wrapper div {
  background-color: #111111;
}
.module_12genre .module_12genre_menu a.art .module_12genre_menu_wrapper div {
  background-color: #00a7e5;
}
.module_12genre .module_12genre_menu a.craft .module_12genre_menu_wrapper div {
  background-color: #ded6b9;
}
.module_12genre .module_12genre_menu a.cooking .module_12genre_menu_wrapper div {
  background-color: #ff7155;
}
.module_12genre .module_12genre_menu a.lifestyle .module_12genre_menu_wrapper div {
  background-color: #f7f750;
}
.module_12genre .module_12genre_menu a.flower .module_12genre_menu_wrapper div {
  background-color: #cc6279;
}
.module_12genre .module_12genre_menu a.pets .module_12genre_menu_wrapper div {
  background-color: #f7509f;
}
.module_12genre .module_12genre_menu a.hobby .module_12genre_menu_wrapper div {
  background-color: #646487;
}
.module_12genre .module_12genre_menu a.kids .module_12genre_menu_wrapper div {
  background-color: #50f797;
}
.module_12genre .module_12genre_menu a.general .module_12genre_menu_wrapper div {
  background-color: #006cb8;
}
@media screen and (max-width: 768px) {
  .module_12genre .module_12genre_menu {
    margin-top: 30px;
    display: block;
  }
  .module_12genre .module_12genre_menu a {
    width: 100%;
    padding: 20px 15px;
    border-right: none;
    border-bottom: #000 1px solid;
  }
  .module_12genre .module_12genre_menu a:first-child {
    border-top: #000 1px solid;
  }
  .module_12genre .module_12genre_menu a:first-child {
    border-left: none;
  }
  .module_12genre .module_12genre_menu a .module_12genre_menu_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .module_12genre .module_12genre_menu a .module_12genre_menu_wrapper div {
    width: 3px;
    height: 20px;
  }
  .module_12genre .module_12genre_menu a .module_12genre_menu_wrapper p {
    writing-mode: horizontal-tb;
  }
  .module_12genre .module_12genre_menu a .module_12genre_menu_wrapper p.title {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 15px;
  }
  .module_12genre .module_12genre_menu a .module_12genre_menu_wrapper p.title_en {
    display: none;
  }
  .module_12genre .module_12genre_menu a:hover .module_12genre_menu_wrapper {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.module_12genre .module_12genre_trend {
  width: 100%;
  margin-top: 40px;
  padding: 25px 30px;
  border-top: 4px #000 double;
  border-bottom: 4px #000 double;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.module_12genre .module_12genre_trend p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-style:italic;
  width: 240px;
  white-space: nowrap;
}
.module_12genre .module_12genre_trend div {
  width: calc(100% - 240px);
}
.module_12genre .module_12genre_trend div a {
  margin-right: 20px;
  display: inline-block;
}
.module_12genre .module_12genre_trend div a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .module_12genre .module_12genre_trend {
    margin-top: 30px;
    padding: 20px 15px;
    display: block;
  }
  .module_12genre .module_12genre_trend p {
    width: 100%;
    line-height: 1;
  }
  .module_12genre .module_12genre_trend div {
    width: 100%;
    margin-top: 15px;
    line-height: 1.6;
  }
}

/*  astronomy
-----------------------------------------------------*/
#wrapper.astronomy h3 {
  color: #ccc;
}
#wrapper.astronomy h3 .txt-blue {
  color: #ddd7b3;
}
#wrapper.astronomy .module_12genre .module_12genre_img p {
  color: #cccccc;
}
#wrapper.astronomy .module_12genre .module_12genre_img .svg path, #wrapper.astronomy .module_12genre .module_12genre_img .svg line {
  stroke: #cccccc;
}
#wrapper.astronomy .module_12genre .module_12genre_menu a {
  color: #cccccc;
  border-right: 1px #999999 solid;
}
#wrapper.astronomy .module_12genre .module_12genre_menu a:first-child {
  border-left: 1px #999999 solid;
}
#wrapper.astronomy .module_12genre .module_12genre_menu a.none {
  color: #999999;
}
@media screen and (max-width: 768px) {
  #wrapper.astronomy .module_12genre .module_12genre_menu a {
    border-right: none;
    border-bottom: #999999 1px solid;
  }
  #wrapper.astronomy .module_12genre .module_12genre_menu a:first-child {
    border-top: #999999 1px solid;
  }
  #wrapper.astronomy .module_12genre .module_12genre_menu a:first-child {
    border-left: none;
  }
}
#wrapper.astronomy .module_12genre .module_12genre_trend {
  color: #ddd7b3;
  border-top: 4px #999999 double;
  border-bottom: 4px #999999 double;
}
#wrapper.astronomy .module_12genre .module_12genre_trend a {
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  #wrapper.astronomy .module_12genre .module_12genre_trend a:hover {
    color: #00a7e5;
  }
}

/*  pagelink
-----------------------------------------------------*/
section#pagelink_12genre .section_inner {
  margin: 0 auto 0;
}
section#pagelink_12genre .module_12genre {
  padding-bottom: 15px;
}
section#pagelink_12genre .module_12genre .module_12genre_menu {
  margin-top: 0;
}
section#pagelink_12genre .module_12genre .module_12genre_menu a.page-scroll {
  padding: 10px 30px 10px;
}
section#pagelink_12genre .module_12genre .module_12genre_menu a.page-scroll .module_12genre_menu_wrapper {
  height: 100%;
  padding-bottom: 30px;
  background: url("../images/common/arrow_down.svg") center bottom no-repeat;
}
@media screen and (min-width: 768px) {
  section#pagelink_12genre .module_12genre .module_12genre_menu a.page-scroll:hover .module_12genre_menu_wrapper {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media screen and (max-width: 768px) {
  section#pagelink_12genre .module_12genre {
    padding-bottom: 0;
  }
  section#pagelink_12genre .module_12genre .module_12genre_menu a.page-scroll {
    padding: 20px 15px;
  }
  section#pagelink_12genre .module_12genre .module_12genre_menu a.page-scroll .module_12genre_menu_wrapper {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    background-position: right center;
  }
}

/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

/* clearfix */
/*  module - book
-----------------------------------------------------*/
.module_book {
  width: 100%;
  min-height:35vh;
}
.module_book .module_book_wrapper {
  width: 100%;
  overflow: hidden;
}
.module_book .module_book_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.module_book .module_book_container li {
  display: block;
  width: 300px;
  min-height: 430px;
  margin-right: 30px;
  background-color: #fff;
  margin-top: 30px;
}
.module_book .module_book_container li:nth-child(3n) {
  margin-right: 0;
}
.module_book .module_book_container li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .module_book .module_book_container {
    width: auto;
    width: 100%;
  }
  .module_book .module_book_container li {
    width: calc(50% - 10px);
    min-height: auto;
    margin-right: 20px;
    margin-top: 20px;
  }
  .module_book .module_book_container li:nth-child(3n) {
    margin-right: 20px;
  }
  .module_book .module_book_container li:nth-child(-n+3) {
    margin-top: 20px;
  }
  .module_book .module_book_container li:nth-child(2n) {
    margin-right: 0;
  }
  .module_book .module_book_container li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.module_book .module_book_box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px #000 solid;
  padding: 40px 30px 40px;
  background-color: #fff;
  color: #222;
}
.module_book .module_book_box .book_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.module_book .module_book_box .book_img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module_book .module_book_box .category {
  display: none;
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 11px;
  line-height: 1;
  padding: 3px 10px;
  min-width: 80px;
  text-align: center;
  border-radius: 30px;
  border: #222 1px solid;
  background-color: #fff;
  z-index: 1;
}
.module_book .module_book_box .tag {
  margin-top: 40px;
}
.module_book .module_book_box .tag p {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 6px;
}
.module_book .module_book_box .tag p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.module_book .module_book_box .tag p span {
  display: inline-block;
  padding: 5px 20px;
  border: 1px #000 solid;
  border-radius: 20px;
}
.module_book .module_book_box .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.module_book .module_book_box .auther, .module_book .module_book_box .release, .module_book .module_book_box .description {
  font-size: 13px;
  line-height: 1.6;
}
.module_book .module_book_box .auther, .module_book .module_book_box .description {
  margin-top: 20px;
}
.module_book .module_book_box .label_container {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.module_book .module_book_box .label {
  display: inline-block;
  /* margin-right: 5px; */
  /*position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;*/
  padding: 3px 15px;
}
.module_book .module_book_box .label:last-child {
  margin-right: 0;
}
.module_book .module_book_box .label.recent, .module_book .module_book_box .label.soon, .module_book .module_book_box .label.comingsoon {
  background-color: #00a7e5;
}
.module_book .module_book_box .label.new, .module_book .module_book_box .label.insession {
  background-color: #ff5224;
}
.module_book .module_book_box .label.end, .module_book .module_book_box .label.soldout {
  background-color: #999;
}
.module_book .module_book_box .label.reservation {
  background-color: #24a179;
}
.module_book .module_book_box .label.full {
  background-color: #e20031;
}
.module_book .module_book_box .label.none {
  display: none;
}
.module_book .module_book_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  text-align: center;
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module_book .module_book_box .overlay .overlay_inner {
  text-align: center;
}
.module_book .module_book_box .overlay .overlay_inner img {
  margin: 0 auto;
}
.module_book .module_book_box .overlay .overlay_inner p {
  font-size: 16px;
  margin: 30px 0 30px;
}
.module_book .module_book_box .overlay .overlay_inner p+ p {
  margin-top: -20px;
  font-size:100%;
}
@media screen and (min-width: 768px) {
  .module_book .module_book_box:hover .overlay {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .module_book .module_book_box {
    width: 100%;
    min-height: auto;
    padding: 20px 15px 15px;
    margin-right: 20px;
  }
  .module_book .module_book_box .category {
    top: -8px;
    right: 5px;
    font-size: 9px;
    line-height: 1;
    padding: 2px 5px;
    min-width: 60px;
  }
  .module_book .module_book_box .tag {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .module_book .module_book_box .tag p {
    line-height: 1.2;
    font-size: 9px;
    width: auto;
    margin-right: 0;
    margin-top: 5px;
  }
  .module_book .module_book_box .tag p:first-child {
    margin-top: 0;
  }
  .module_book .module_book_box .tag p span {
    text-align: center;
    padding: 3px 9px;
    min-width: 60px;
  }
  .module_book .module_book_box .title {
    font-size: 13px;
    margin-top: 15px;
  }
  .module_book .module_book_box .auther, .module_book .module_book_box .description {
    margin-top: 15px;
  }
  .module_book .module_book_box .auther, .module_book .module_book_box .release, .module_book .module_book_box .description {
    font-size: 9px;
  }
  .module_book .module_book_box .label {
    font-size: 9px;
    padding: 3px 10px;
  }
  .module_book .module_book_box .overlay {
    display: none;
  }
  .module_book .module_book_box:hover .overlay {
    opacity: 0;
  }
}
.module_book .pagenation {
  display: none;
}

/*  carousel
-----------------------------------------------------*/
.module_book.carousel .module_book_container {
  width: 100%;
}
.module_book.carousel .module_book_container li {
  /* min-height: 530px; */
  margin: 0 15px;
}
.module_book.carousel .module_book_container li:nth-child(4) {
  display: block;
}
.module_book.carousel .module_book_container .module_book_box {
  height: 100%;
  min-heisght: 530px;
}
.module_book.carousel .module_book_container .slick-list {
  padding-top: 10px;
}
.module_book.carousel .pagenation {
  display: flex;
}
@media screen and (max-width: 768px) {
  .module_book.carousel .module_book_container li {
    min-height: 350px;
    margin-right: 0;
    margin: 0 10px;
  }
  .module_book.carousel .module_book_container .module_book_box {
    min-height: 350px;
  }
}

/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}


/*  汎用パーツ
-----------------------------------------------------*/




/*  プレーンページ(固定ページ)
-----------------------------------------------------*/
.plain_page{
  /* padding:0 30px 100px; */
  margin:100px auto;
  padding:0;
}
.plain_page h2{
	font-size: 30px;font-family: 'Noto Serif JP','Noto serif';font-weight: 700;line-height: 1.4;
}

.plain_page ol{
	list-style-type: decimal;
	padding-left:1.1em;
}
.plain_page ul li{
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.3em;
}
.plain_page ul li:last-child{
  padding-bottom: 0;
}
.English-site .plain_page ul li{
  padding-left: .5em;
  text-indent: -.5em;
}
.plain_page h2,
.plain_page h3,
.plain_page p,
.plain_page ul,
.plain_page ol{
	width:100%;
	display:block;
	padding-top:1.5em;
}
.plain_page h2{
	padding-top: 3em;
	padding-bottom: 1em;
}
.plain_page h2 + h3{
	padding-top: 1em;
}
.plain_page h3{
	padding-top:2.5em;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	text-align:left;
	font-family: inherit;
}
.plain_page p a{
  color:#00a7e5;
}
body.page p a.text-link{
  color:#222;
}
body.page p a.text-link:hover{
  color:#00a7e5;
  text-decoration: none;
}
body.page p a.text-link[target="_blank"]{
  padding-right: 20px;
  background: url(../images/common/icon_newWindow.svg) no-repeat right 0px center/15px;
}
body.page p a.text-link[target="_blank"]:hover{
  background-image: url(../images/common/icon_newWindow_blue.svg) ;
  /* text-decoration: underline; */
}


.plain_page p a:hover{
  text-decoration: underline;
}
.plain_page > *:first-child{
	padding-top:0;
}
.txt_indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.English-site .txt_indent {
  display: block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.txt_indent + .txt_indent{
	padding-top:0;
}

.flex.col3{
	display:flex;
	flex-wrap: wrap;
}
.col3 .col{
	margin-top: 80px;
	width:calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .col3 .col{
    width:100%;
    margin-top:40px;
  }
}

#sitemap.plain_page .sitemap_list_title,
#sitemap.plain_page .sitemap_list_item{
  padding-left: 0;
  text-indent: 0;
}

#sitemap.plain_page .sitemap_list_title{
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 30px;
  list-style: none;
}

#sitemap.plain_page .sitemap_list_title a{
  font-weight: 600;
}

/* #sitemap.plain_page dd, */
#sitemap.plain_page .sitemap_list_item{
  line-height: 2;
}



/* #sitemap.plain_page dd a, */
#sitemap.plain_page .sitemap_list_item a{
  transition:all 0.2s;
}
/* #sitemap.plain_page dd a[target="_blank"] span, */
#sitemap.plain_page .sitemap_list_item  a[target="_blank"] span{
  padding-right: 20px;
  background: url(../images/common/icon_newWindow.svg) no-repeat right 0px center/15px;
}
/* #sitemap.plain_page dd a[target="_blank"]:hover span{ */
#sitemap.plain_page .sitemap_list_item  a[target="_blank"]:hover span{
  background-image: url(../images/common/icon_newWindow_blue.svg) ;
}
/* #sitemap.plain_page dd a:hover, */
#sitemap.plain_page .sitemap_list_item  a:hover{
  color: #00a7e5;
}

#page-sitemap .English-site h1{
  margin-bottom:0;
}

@media screen and (min-width: 769px) {
#sitemap .col3 .col:nth-child(1),
#sitemap .col3 .col:nth-child(2),
#sitemap .col3 .col:nth-child(3){
  margin-top:0;
}

#sitemap.plain_page .sitemap_list_item{
  margin-top:64px;
}
.English-site #sitemap.plain_page .sitemap_list_item{
  margin-top:0;
}
#sitemap.plain_page .sitemap_list_item + .sitemap_list_item,
#sitemap.plain_page .sitemap_list_title + .sitemap_list_item{
  margin-top:0;
}

}


@media screen and (max-width: 768px) {
#sitemap{
  margin-top:50px;
}
#sitemap .col3 .col.sp-mt0,
#sitemap .col3 .col:nth-child(1)
{
  margin-top:0;
}
}

@media screen and (max-width: 768px) {
  section.plain_page {
    padding: 0 20px;
  }
.plain_page h2{
    font-size: 24px;
}
.plain_page h3{
    font-size: 18px;
}

#sitemap .sitemap_list{
  margin-top:0;
  padding-top:0;
}
#sitemap .sitemap_list_title{
  margin-top:50px;
}
#sitemap.plain_page .sitemap_list_item {
  padding-bottom: 10px;
}

}


/* clearfix */
/*  module - banner
-----------------------------------------------------*/
.section_inner.module_banner .carousel_banner li a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin:0 auto;
}
@media screen and (min-width: 768px) {
  .section_inner.module_banner .carousel_banner li a:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .section_inner.module_banner {
    width: 100%;
    padding-left: 3px;
  }
  .section_inner.module_banner .carousel_banner li {
    padding: 0 10px;
  }
}

/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}


/*  external_banner
-----------------------------------------------------*/
.externalbanner {
  position: relative;
  width: 960px;
  margin: 100px auto 0;
  overflow: hidden;
}

.externalbanner__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px -5px;
}

.externalbanner__item {
  margin: 15px;
}

.externalbanner__item a{
  display: block;
  width: 300px;
}

.externalbanner__item img{
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {

  .externalbanner__item:nth-child(3n) {
    margin: 15px;
  }
  .externalbanner__item a{
    transition: opacity 0.3s ease;
  }
  .externalbanner__item a:hover{
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .externalbanner {
    width: auto;
    /* margin:60px 15px -35px; */
    margin:60px 15px 105px;
  }

  .externalbanner + footer {
    margin-top: 0px;
  }

  .externalbanner__list {
    margin: 0;
  }

  .externalbanner__item {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .externalbanner__item a {
    width:100%;
    height: auto;
  }
}


/* clearfix */
/*  form
-----------------------------------------------------*/
/* form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
form input[type="submit"]::-webkit-search-decoration,
form input[type="reset"]::-webkit-search-decoration,
form input[type="button"]::-webkit-search-decoration {
  display: none;
}
form input[type="submit"]::focus,
form input[type="reset"]::focus,
form input[type="button"]::focus {
  outline-offset: -2px;
}
form label {
  line-height: 1.2;
}
form input[type=text], form textarea {
  border: #222 1px solid;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1) inset;
}
form input[type=text]:placeholder-shown, form textarea:placeholder-shown {
  color: #cccccc;
}
form input[type=text]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #cccccc;
}
form input[type=text]:-moz-placeholder, form textarea:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
form input[type=text]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #cccccc;
}
form input[type=text]:focus, form textarea:focus {
  outline: 0;
}
/* form input[type=checkbox], form input[type=radio] {
  display: none;
} */
form .check_inner > .checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: calc((100% - 75px) / 4);
  padding: 18px 5px 18px 45px;
  margin-top: 20px;
  margin-right: 20px;
  border: rgba(34, 34, 34, 0) 1px solid;
  border-radius: 5px;
}
form .check_inner > .checkbox:nth-child(-n+8) {
  margin-top: 0px;
}
form .check_inner > .checkbox:nth-child(8n) {
  margin-right: 0;
}
form .check_inner > .checkbox:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: #aeb1b3 2px solid;
  border-radius: 3px;
}
form .check_inner > .checkbox:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: url("../images/common/icon_checked.svg") center center no-repeat #006cb8;
  background-size: contain;
  opacity: 0;
}
form input[type=checkbox]:checked + .checkbox {
  border: #222222 1px solid;
  background-color: #fff;
}
form input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
form input[type=reset], form input[type=submit] {
  font-size: 14px;
  width: 230px;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  cursor: pointer;
}
form input[type=reset] {
  border: 2px #d7d8d9 solid;
  background-color: #eee;
  margin-right: 40px;
}
form input[type=submit] {
  color: #fff;
  border: 1px #111 solid;
  background-color: #111;
}
form input[type=submit].btn_submit_search {
  background: url("../images/common/icon_search_white.svg") 180px center no-repeat #111111;
}
form select {
  position: relative;
  display: block;
  outline: none;
  text-indent: 0.01em;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  border: 0;
}
form select option:checked {
  color: #222;
}
form select::-ms-expand {
  display: none;
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}
@media screen and (max-width: 768px) {
  form .check_inner > .checkbox {
    width: calc((100% - 30px) / 2);
    padding: 12px 5px 12px 40px;
    margin-top: 15px;
    margin-right: 14px;
  }
  form .check_inner > .checkbox:nth-child(-n+8) {
    margin-top: 15px;
  }
  form .check_inner > .checkbox:nth-child(8n) {
    margin-right: 14px;
  }
  form .check_inner > .checkbox:nth-child(-n+4) {
    margin-top: 0px;
  }
  form .check_inner > .checkbox:nth-child(4n) {
    margin-right: 0px;
  }
  form .check_inner > .checkbox:before {
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
  form .check_inner > .checkbox:after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  form input[type=reset], form input[type=submit] {
    width: calc(50% - 10px);
    text-align: center;
    padding: 12px;
  }
  form input[type=reset] {
    margin-right: 20px;
  }
  form input[type=submit] {
    background-position: calc(100% - 20px) center;
  }
} */

/*  404
-----------------------------------------------------*/
#message404 {
  margin-top:0;
}

#message404 h1{
  text-align:center;
  line-height:1.5;
  padding-bottom:60px;
  font-size: 44px;
  font-family: 'Noto Serif JP' , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 600;
  margin:20px auto 0;
}

@media screen and (max-width: 768px)
{
  #message404  h1{
    font-size: 28px;
    width:100%;
  }
}

.error404 .site-main p{
  text-align:center;
}

.error404 .site-main #section1{
  margin-top: 1em;
}


.tax-custom-series .description-series {
  width: 960px;
  margin: 0 auto;
}
.tax-custom-series .description-series p {
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .tax-custom-series .description-series {
    /*width: 100%;*/
    width: calc(100% - 40px);
  }
}


/*  英語ページ対応
-----------------------------------------------------*/
.modal_nav_links a.icon_lang span,
footer .footerlink a.icon_lang span,
/* #sitemap.plain_page dd a.icon_lang span, */
#sitemap.plain_page .sitemap_list_item a.icon_lang span,
#modal_nav .header_modal_inner .modal_nav_links a.icon_lang[target="_blank"] span{
  padding-right: 19px;
  background: url(../images/common/icon_language.svg) no-repeat right 0px center/14px;
  transition: background 0.2s;
  padding-top: 1px;
  padding-bottom: 1px;
}
.modal_nav_links a.icon_lang:hover span,
footer .footerlink a.icon_lang:hover span,
/* #sitemap.plain_page dd a.icon_lang:hover span, */
#sitemap.plain_page .sitemap_list_item a.icon_lang:hover span,
#modal_nav .header_modal_inner .modal_nav_links a.icon_lang[target="_blank"]:hover span{
  background-image: url(../images/common/icon_language_blue.svg) ;
}


@media screen and (max-width: 768px) {
  #modal_nav .modal_nav_links a.icon_lang span{
    /* display: inline-block; */
    padding-right: 16px;
  }
}

.en_mv_img{
  margin:30px 0 120px;
}

@media screen and (max-width: 768px) {
  .en_mv_img{
    margin:30px 0 60px;
  }
}


/*英語トップページのみ*/
#page-en .English-site h1{
  margin:130px auto 20px;
  text-align:center;
}
#page-en #message{
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  #page-en .English-site h1{
    margin:90px auto 0px;
  }
  #page-en .English-site h1 .div{
    font-size:28px;
  }
}
