@charset "UTF-8";
/*
Theme Name: MILLEA 1.0
Description: 
Version: 1.0
*/
.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/*
.sp-nav {
display: none;
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

:focus {
  outline: 0;
}

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

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

/* text */
.txtCenter {
  text-align: center;
}

.txtR {
  text-align: right !important;
}

.txtBold {
  font-weight: bold !important;
}

.txtIta {
  font-style: italic;
}

.txt10 {
  font-size: 1rem !important;
}

.txt11 {
  font-size: 1.1rem !important;
}

.txt12 {
  font-size: 1.2rem !important;
}

.disBlock {
  display: block;
}

.pc-block {
  display: block;
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .pc-block {
    display: inline !important;
  }
  .tb-block {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .tb-block {
    display: inline !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-hide {
    display: none;
  }
}

button {
  border: 0;
  background: transparent;
}

input[type="tezt"], button, select, textarea {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.wrapper {
  width: 100%;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
}

.pc2-1 {
  width: 48%;
  margin: 0 1%;
}

.pc3-1 {
  width: 33%;
  margin: 0 1%;
}

.pc3-2 {
  width: 63%;
  margin: 0 1%;
}

@media screen and (max-width: 959px) {
  .inner, .inner2 {
    padding: 0 1%;
  }
}

@media screen and (max-width: 600px) {
  .inner,
  .singlecol {
    max-width: 400px;
  }
  .pc2-1, .pc3-1, .pc3-2 {
    width: 98%;
  }
  .sp2-1 {
    width: 48%;
  }
}

body {
  color: #040000;
  word-break: break-all;
  -webkit-appearance: none;
}

p {
  margin-bottom: 35px;
  line-height: 1.8;
}

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

ul.disc,
ol {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}

ul.disc li,
ol li {
  margin: 0 0 15px 1em;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  line-height: 1.8;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

a {
  color: #1c2a53;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body {
  background: #fff7ee;
}

body.page-id-10 {
  background: #f4f4f4;
}

body.category {
  background: #f4f4f4;
}

body.single {
  background: #e5e5e5;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#mainheader {
  background: #1c2a53;
}

.header-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
}

#logo {
  max-width: 150px;
  width: 60%;
}

#logo a {
  display: block;
  padding: 25px 10px;
}

@media screen and (max-width: 959px) {
  #logo {
    width: 120px;
    margin-left: 10px;
  }
}

.sp-open {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp-open {
    position: absolute;
    display: block;
    top: 10px;
    right: 5px;
    width: 60px;
    height: 60px;
  }
}

.pc-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
}

.pc-nav a {
  display: block;
  padding: 25px 20px;
  color: #fff;
  text-decoration: none;
}

.pc-nav a:hover {
  opacity: .8;
}

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

.sp-nav {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 78px;
  right: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1000;
  background: #1c2a53;
}

.sp-nav li {
  width: 50%;
  text-align: center;
}

.sp-nav a {
  display: block;
  padding: 10px;
  color: #fff;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-ttl-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .page-ttl-area {
    margin: 15px 0 0;
  }
}

.page-ttl {
  display: inline-block;
  min-width: 160px;
  margin-right: 20px;
  padding: 2px 15px;
  background: #1c2a53;
  color: #fff;
  font-size: 1.6rem;
}

.page-contents {
  padding-top: 35px;
  border-top: 1px solid #717071;
}

.page-contents.contact-contents {
  color: #1c2a53;
}

.indexL {
  display: inline-block;
  min-width: 200px;
  padding: 3px 8px 3px 8px;
  background: #1c2a53;
  color: #fff;
  font-size: 1.6rem;
}

.sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
}

.sns.top-sns {
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.sns li {
  max-width: 40px;
  margin: 0 5px;
}

.sns li img {
  display: block;
  width: 40px;
}

@media screen and (max-width: 600px) {
  .sns {
    margin: 15px auto;
  }
}

.movie-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 35px auto 25px;
}

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

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　トップページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.top-slide {
  max-width: 960px;
  width: 100%;
  margin: 25px auto;
}

@media screen and (max-width: 600px) {
  .top-slide {
    margin: 10px 0 10px;
  }
}

.top-news-are {
  padding: 10px 0 0;
  border: 1px solid #717071;
  border-left: 0;
  border-right: 0;
}

.top-news-are li {
  border-top: 1px solid #717071;
}

.top-news-are li:first-child {
  border-top: 0;
}

.top-news-are li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  color: #040000;
  line-height: 1.4;
}

.top-news-are li a:hover {
  color: #1d2087;
}

.top-news-are li a .icon {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  padding: 5px;
  background: #1c2a53;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .top-news-are li a .contents {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 600px) {
  .top-news-are li a {
    display: block;
  }
  .top-news-are li a .icon {
    margin-bottom: 5px;
    padding: 3px 5px;
    font-size: 1rem;
  }
  .top-news-are li a .contents {
    display: block;
    width: 100%;
  }
}

.top-banner-area {
  width: 100%;
  padding: 10px 10px 0;
  border-top: 1px solid #717071;
}

.top-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
}

.top-radio li {
  max-width: 200px;
  margin: 0 3px;
}

@media screen and (max-width: 600px) {
  .top-radio {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-radio li {
    width: 48%;
    margin: 0 1% 10px;
  }
}

.contents-2col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　NEWS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.blog-main {
  width: 78%;
  margin: 0 1%;
}

@media screen and (max-width: 600px) {
  .blog-main {
    width: 98%;
  }
}

.news-unit {
  padding: 10px 0 0;
  border-bottom: 1px solid #717071;
}

.news-unit:first-child {
  border-top: 1px solid #717071;
}

.news-unit a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #040000 !important;
  text-decoration: none !important;
}

.news-unit a:hover {
  opacity: .5;
}

.news-unit .icon {
  width: 100px;
}

.news-unit .icon span.in {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  padding: 5px;
  background: #1c2a53;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}

.news-unit .contents {
  max-width: 640px;
  width: 100%;
}

.news-unit .ttl {
  margin: 5px 0 25px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .news-unit .ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .news-unit .contents {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 600px) {
  .news-unit {
    display: block;
  }
  .news-unit .icon span.in {
    margin-bottom: 5px;
    padding: 3px 5px;
    font-size: 1rem;
  }
  .news-unit .contents {
    display: block;
    width: 100%;
  }
}

.single-article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f8f8;
  margin-bottom: 25px;
  padding: 15px;
}

.single-article .icon {
  width: 100px;
}

.single-article .icon span.in {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  padding: 5px;
  background: #1c2a53;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
}

.single-article .contents {
  width: 625px;
}

.single-article .ttl {
  margin: 5px 0 25px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .single-article .ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .single-article .contents {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 600px) {
  .single-article {
    display: block;
  }
  .single-article .icon span.in {
    margin-bottom: 5px;
    padding: 3px 5px;
    font-size: 1rem;
  }
  .single-article .contents {
    display: block;
    width: 100%;
  }
}

.wp-pagenavi {
  display: block;
  margin: 40px 0;
  clear: both;
}

@media screen and (max-width: 600px) {
  .wp-pagenavi {
    display: none;
  }
}

.wp-pagenavi .pages {
  background: #1c2a53;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #717071;
  padding: 8px 10px;
  margin: 2px;
  color: #040000;
}

.wp-pagenavi a:hover {
  background: #717071;
  color: #fff;
}

.wp-pagenavi span.current {
  background: #1c2a53;
  color: #fff;
}

.sp-pagenation {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-pagenation {
    display: block;
  }
  .sp-pagenation ul {
    width: 96%;
    margin: 15px auto 0;
    clear: both;
  }
}

.sp-pagenation li {
  width: 60px;
  text-align: center;
}

.sp-pagenation li.prev {
  float: left;
}

.sp-pagenation li.next {
  float: right;
}

.sp-pagenation li a,
.sp-pagenation li a:visited {
  display: block;
  padding: 5px 15px 10px;
  font-size: 3rem;
  text-decoration: none;
  color: #1c2a53;
}

.sidebar {
  width: 13%;
  margin: 0 6% 0 1%;
  text-align: right;
}

.sidebar ul {
  margin-bottom: 35px;
}

.sidebar ul li {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.sidebar ul li a {
  display: block;
}

.sidebar ul li a:hover {
  opacity: .5;
}

.sidebar.single {
  position: relative;
  margin: 0 1%;
  text-align: center;
}

.sidebar.single .btn-back {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.sidebar.single .btn-back span.in {
  display: inline-block;
}

.sidebar.single .btn-back span.in a {
  display: block;
  padding: 3px 15px;
  background: #fef6ee;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
  .sidebar.single .btn-back {
    position: static;
    bottom: auto;
    margin-bottom: 25px;
  }
  .sidebar.single .side-index {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sidebar {
    width: 98%;
    margin-top: 35px;
    text-align: center;
  }
  .sidebar ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar ul li {
    width: 50%;
  }
}

ul.children {
  margin-top: 15px;
}

li.current-cat a {
  color: red;
}

.current-cat ul.children li a {
  color: #040000;
}

.side-index {
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　本文スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.articleContents.notfound {
  margin-top: 60px;
}

.articleContents p iframe {
  margin: 0 auto 25px;
}

.articleContents a {
  display: inline !important;
}

@media screen and (max-width: 600px) {
  .articleContents {
    margin-bottom: 30px;
  }
}

.articleContents h2 {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #717071;
  font-size: 1.8rem;
  clear: both;
  line-height: 1.2;
  color: #1d2087;
  font-weight: bold;
}

.articleContents h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  clear: both;
  font-weight: bold;
  line-height: 1.2;
  color: #1d2087;
}

.articleContents h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .articleContents h2, .articleContents h3, .articleContents h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.articleContents img {
  display: block;
  margin: 0 auto 25px;
  max-width: 100%;
}

.articleContents img.alignleft, .articleContents .alignleft {
  display: inline;
  float: left;
  margin-right: 25px;
}

.articleContents img.alignright, .articleContents .alignright {
  display: inline;
  float: right;
  margin-left: 25px;
}

.articleContents img.aligncenter, .articleContents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .articleContents img.alignleft, .articleContents img.alignright, .articleContents img.aligncenter,
  .articleContents .alignleft, .articleContents .alignright, .articleContents .aligncenter {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.articleContents p {
  margin-bottom: 25px;
}

.articleContents a {
  text-decoration: underline;
  color: #1d2087;
}

.articleContents a:hover {
  text-decoration: none;
  opacity: .6;
}

.articleContents strong {
  font-weight: bold;
}

.articleContents em {
  font-style: italic;
}

.articleContents ul, .articleContents ol {
  margin-bottom: 25px;
  margin-left: .5em;
}

.articleContents ul ul, .articleContents ul ol, .articleContents ol ul, .articleContents ol ol {
  margin-top: 15px;
  margin-bottom: 0;
}

.articleContents ul li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: disc;
  list-style-position: inside;
}

.articleContents ol li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: decimal;
  list-style-position: inside;
}

.articleContents table {
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.4;
}

.articleContents table th {
  padding: 10px;
  border: 1px solid #717071;
  background: #fff;
}

.articleContents table thead th {
  background: #fff7ee;
}

.articleContents table td {
  padding: 10px;
  border: 1px solid #717071;
  background: #fff;
}

.articleContents dl {
  margin-bottom: 25px;
  line-height: 1.8;
}

.articleContents dl dt {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #717071;
  font-weight: bold;
}

.articleContents dl dd {
  margin-bottom: 25px;
}

.articleContents blockquote {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px 0;
  background: #fff;
  border: 1px solid #717071;
}

.articleContents blockquote p {
  margin-bottom: 15px;
}

.articleContents code {
  display: inline-block;
  padding: 0 5px;
  background: transparent;
  border-radius: 4px;
}

.articleContents cite {
  font-style: italic;
}

.articleContents address {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid;
  line-height: 1.4;
}

.articleContents pre {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid;
  line-height: 1.2;
  overflow: auto;
  overflow-Y: hidden;
  font-size: 1.4rem;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　プロフィール
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.profile-img {
  margin-bottom: 35px;
}

.profile-txt {
  color: #325ca3;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.7rem;
}

.profile-txt .name {
  margin-bottom: 25px;
  font-size: 3rem;
  color: #1f75b0;
  font-weight: bold;
}

.profile-txt .name .cahtch {
  display: block;
  margin-bottom: 3px;
  font-size: 1.6rem;
}

.profile-txt .name .kana {
  display: inline-block;
  margin-right: 10px;
  font-size: 70%;
}

@media screen and (max-width: 959px) {
  .profile-txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .profile-txt .name {
    text-align: center;
    font-size: 2.4rem;
  }
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　ディスコグラフィー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.disc-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 35px;
  padding: 35px 0 0;
  border-top: 1px solid #717071;
}

.disc1 {
  width: 23%;
  margin: 0 1%;
}

.disc1 img {
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 600px) {
  .disc1 {
    margin-bottom: 25px;
  }
  .disc1 img {
    display: block;
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
  }
}

.disc2 {
  width: 42%;
  margin: 0 1% 0 7%;
  color: #0b308e;
}

.disc2 p {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 959px) {
  .disc2 {
    width: 45%;
    margin: 0 1% 0 4%;
  }
}

@media screen and (max-width: 600px) {
  .disc2 {
    margin-bottom: 35px;
  }
}

.disc-name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

p.release {
  margin-bottom: 35px !important;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  p.release {
    margin-bottom: 15px !important;
  }
}

.disc3 {
  width: 23%;
  margin: 0 1%;
  text-align: right;
}

.disc3 img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .disc3 {
    text-align: center;
  }
}

.disc-sale li {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .disc1, .disc2, .disc3 {
    width: 98%;
  }
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　ファンクラブ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.fun-index {
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: bold;
}

.fun-index .sm {
  display: block;
  margin-bottom: 5px;
  font-size: 60%;
}

.fun-index .kana {
  font-size: 60%;
}

@media screen and (max-width: 600px) {
  .fun-index {
    font-size: 2.4rem;
  }
}

.temp-txt {
  font-weight: bold;
  font-size: 1.6rem;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.index-contact {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}

.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.tab li {
  width: 150px;
  text-align: center;
}

.tab li a {
  display: block;
  padding: 15px;
}

.tab li a:hover {
  background: #1c2a53;
  color: #fff;
}

.tab li.active {
  background: #1c2a53;
}

.tab li.active a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .tab {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tab li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 33%;
  }
  .tab li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 3px;
  }
}

.area {
  display: none;
  padding: 15px;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  margin-bottom: 35px;
}

.contact-form th, .contact-form td {
  padding: 10px;
  vertical-align: top;
}

.contact-form th {
  width: 30%;
  font-weight: bold;
}

.contact-form td {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .contact-form {
    margin-bottom: 25px;
  }
  .contact-form th, .contact-form td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 0;
  }
  .contact-form th {
    margin-bottom: 5px;
  }
  .contact-form td {
    margin-bottom: 15px;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #717071;
  padding: 10px;
}

.submi-btn {
  display: block;
  text-align: center;
}

input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #1c2a53;
  color: #1c2a53;
  font-size: 1.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  letter-spacing: .2em;
}

input[type="submit"]:hover {
  background: #1c2a53;
  color: #fff;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#main-footer {
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #717071;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #main-footer {
    papdding: 15px 0;
  }
}

.footer-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer-menu li {
  margin-bottom: 10px;
  border-right: 1px solid #717071;
}

.footer-menu li a {
  display: block;
  padding: 2px 5px;
  color: #040000;
}

.footer-menu li a:hover {
  color: #1d2087;
}

@media screen and (max-width: 600px) {
  .footer-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-menu li {
    width: 48%;
    margin: 0 1% 10px;
    border: 0;
  }
}

.copy {
  font-size: 1.1rem;
}