@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);
@font-face {
  font-family: 'Satellite';
  font-style: normal;
  font-weight: 400;
  src: url(../src/Satellite.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype"); }
@font-face {
  font-family: 'aozora';
  font-style: normal;
  font-weight: 400;
  src: url("../src/AozoraMinchoRegular.ttf") format("truetype"); }
html, body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  color: #211d1b;
  width: 100%; }
  @media screen and (min-width: 1040px), print {
    html, body {
      font-size: 18px; } }

textarea, input {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif; }

img {
  max-width: 100%; }

.effect {
  transition: all 1.5s;
  opacity: 0; }
  .effect.on {
    opacity: 1; }

@media screen and (min-width: 768px), print {
  a {
    transition: all 0.4s; } }
#mainVisual {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #mainVisual:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background: #ffbd00; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #mainVisual:before {
        height: 80px; } }
    @media screen and (min-width: 1040px), print {
      #mainVisual:before {
        height: 100px;
        min-width: 1040px; } }
  #mainVisual:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffde80;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #mainVisual:after {
        height: 200px;
        background: transparent; } }
    @media screen and (min-width: 1040px), print {
      #mainVisual:after {
        height: 250px;
        background: transparent; } }
  #mainVisual .inner {
    position: relative;
    width: 100%;
    height: 80%;
    height: 80vh; }
    @media screen and (min-width: 768px), print {
      #mainVisual .inner {
        height: 100%;
        height: 100vh; } }
    #mainVisual .inner .title {
      position: absolute;
      width: 60%;
      z-index: 20;
      top: 23%;
      right: 7%; }
      @media screen and (min-width: 768px) and (max-width: 1039px) {
        #mainVisual .inner .title {
          width: auto; } }
      @media screen and (min-width: 1040px), print {
        #mainVisual .inner .title {
          top: 218px;
          left: 50%;
          margin-left: 60px; } }
    #mainVisual .inner .img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -25%;
      z-index: 10; }
      @media screen and (min-width: 768px) and (max-width: 1039px) {
        #mainVisual .inner .img {
          right: 31%;
          left: auto;
          text-align: right; } }
      @media screen and (min-width: 1040px), print {
        #mainVisual .inner .img {
          width: auto;
          height: auto;
          top: -14px;
          left: 50%;
          margin-left: -715px; } }
      #mainVisual .inner .img img {
        width: auto;
        max-width: none;
        height: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1039px) {
          #mainVisual .inner .img img {
            height: 95%; } }
    #mainVisual .inner .update {
      position: absolute;
      z-index: 21;
      top: 5px;
      right: 1em;
      color: #fff;
      font-size: 0.8rem;
      line-height: 40px; }
      @media screen and (min-width: 768px) and (max-width: 1039px) {
        #mainVisual .inner .update {
          top: auto;
          bottom: 210px;
          right: 2em;
          font-size: 0.9rem;
          line-height: 1.6;
          color: #b3c4d8; } }
      @media screen and (min-width: 1040px), print {
        #mainVisual .inner .update {
          top: auto;
          bottom: 260px;
          right: auto;
          left: 50%;
          margin-left: -500px;
          width: 1000px;
          text-align: right;
          font-size: 0.9rem;
          line-height: 1.6;
          color: #b3c4d8; } }

@media screen and (min-width: 1040px), print {
  #intro {
    background: #ffde80; } }
#intro .inner {
  padding: 1em 1em 30px;
  background: #ffde80;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1039px) {
    #intro .inner {
      padding: 1em 2em 1em 40%;
      margin-top: -200px; } }
  @media screen and (min-width: 1040px), print {
    #intro .inner {
      box-sizing: border-box;
      margin: -250px auto 0;
      padding: 46px 0 46px 500px;
      width: 1000px; } }
#intro .txt {
  line-height: 1.6; }
  #intro .txt + .txt {
    margin-top: 1em; }

#siteList {
  padding-bottom: 40px;
  text-align: center; }
  #siteList li {
    position: relative; }
    #siteList li span {
      display: block;
      position: absolute;
      font-size: 12px;
      line-height: 16px;
      padding: 1px 0 3px;
      width: 3em;
      background: #187FB1;
      color: #fff;
      top: 5px;
      left: 5px; }
      #siteList li span:after {
        content: '';
        display: block;
        border-style: solid;
        border-width: 10px 5px;
        border-color: #187FB1 #fff #187FB1 #187FB1;
        position: absolute;
        margin: -17px 0 0 3em; }
  #siteList .attention {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    background: #ff5500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #fff; }
    #siteList .attention:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      border-style: solid;
      border-width: 10px 10px 0;
      border-color: #ff5500 #fff #fff; }
  @media screen and (min-width: 768px) and (max-width: 1039px) {
    #siteList ul {
      padding: 0 2em;
      overflow: hidden; } }
  @media screen and (min-width: 1040px), print {
    #siteList ul {
      width: 1000px;
      margin: 0 auto;
      overflow: hidden; } }
  #siteList li + li {
    margin-top: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1039px) {
    #siteList li {
      float: left;
      width: 32%; }
      #siteList li + li {
        margin: 0 0 0 2%; } }
  @media screen and (min-width: 1040px), print {
    #siteList li {
      float: left;
      width: 316px; }
      #siteList li + li {
        margin: 0 0 0 26px; } }
  #siteList li figure {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em; }
    @media screen and (min-width: 768px), print {
      #siteList li figure {
        display: block;
        padding: 0; } }
  #siteList li img {
    display: table-cell;
    width: 158px; }
    @media screen and (min-width: 768px), print {
      #siteList li img {
        display: inline-block;
        width: 100%; } }
  #siteList li figcaption {
    display: table-cell;
    box-sizing: border-box;
    width: 55%;
    width: calc( 100% - 158px -1em );
    padding: 1em;
    vertical-align: middle;
    color: #969696;
    font-size: 0.8rem;
    line-height: 1.6;
    text-align: left; }
    @media screen and (min-width: 768px), print {
      #siteList li figcaption {
        display: block;
        width: 100%;
        text-align: center; } }
    @media screen and (min-width: 1040px), print {
      #siteList li figcaption br {
        display: none; } }

#profile {
  position: relative; }
  #profile .catch {
    padding: 0 1em 1em;
    width: 80%; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #profile .catch {
        padding: 0 2em 1em; } }
    @media screen and (min-width: 1040px), print {
      #profile .catch {
        padding: 74px 0 30px;
        width: 1000px;
        margin: 0 auto; } }
  #profile .img {
    float: right;
    width: 40%;
    padding: 0 1em 0.5em 0;
    margin-top: -20px; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #profile .img {
        width: 30%;
        padding: 0 2em 1em 0;
        margin-top: -60px; } }
    @media screen and (min-width: 1040px), print {
      #profile .img {
        position: absolute;
        width: auto;
        top: 105px;
        left: 50%;
        margin-left: 160px; } }
  #profile dl {
    padding: 20px 1em 20px 1em;
    background: #fff3b2; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #profile dl {
        padding: 50px 2em 50px 2em; } }
    @media screen and (min-width: 1040px), print {
      #profile dl {
        padding: 35px 0 40px; } }
    #profile dl dt {
      margin-bottom: 1em; }
      @media screen and (min-width: 1040px), print {
        #profile dl dt {
          width: 1000px;
          margin: 0 auto 1em;
          font-size: 1.3rem; } }
    #profile dl dd {
      font-size: 0.9rem;
      line-height: 1.6; }
      @media screen and (min-width: 1040px), print {
        #profile dl dd {
          width: 1000px;
          box-sizing: border-box;
          margin: 0 auto;
          padding-right: 340px;
          font-size: 1rem; } }
  #profile .twitter {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 1em; }
    @media screen and (min-width: 768px) and (max-width: 1039px) {
      #profile .twitter {
        width: 30%;
        top: auto;
        bottom: -50px;
        right: 10%; } }
    @media screen and (min-width: 1040px), print {
      #profile .twitter {
        width: auto;
        top: auto;
        bottom: -58px;
        left: 50%;
        margin-left: 240px; } }
    @media screen and (min-width: 768px), print {
      #profile .twitter a:hover {
        opacity: 0.7; } }

#mailform {
  padding: 40px 1em; }
  @media screen and (min-width: 768px) and (max-width: 1039px) {
    #mailform {
      padding: 50px 2em; } }
  @media screen and (min-width: 1040px), print {
    #mailform {
      width: 770px;
      margin: 0 auto;
      padding: 160px 0 50px; } }
  #mailform .txt {
    line-height: 1.6;
    background: #F4ECCF;
    padding: 50px 20px; }
  #mailform textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f8f6ea;
    font-size: 16px;
    line-height: 1.4;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    height: 10em;
    border: 0; }
    @media screen and (min-width: 768px), print {
      #mailform textarea {
        font-size: 1rem;
        padding: 10px; } }
  #mailform ::-webkit-input-placeholder {
    color: #a3a3a3; }
  #mailform ::-moz-placeholder {
    color: #a3a3a3; }
  #mailform :-ms-input-placeholder {
    color: #a3a3a3; }
  #mailform #formBtn {
    display: block;
    margin: 20px auto 0;
    width: 157px;
    height: 29px;
    background: url(../img/form_btn01.png);
    background-size: contain;
    overflow: hidden;
    text-indent: 158px;
    border: 0;
    outline: 0; }
    @media screen and (min-width: 768px), print {
      #mailform #formBtn {
        margin: 40px auto 0;
        width: 314px;
        height: 58px;
        text-indent: 315px;
        cursor: pointer;
        transition: all 0.4s; }
        #mailform #formBtn:hover {
          opacity: 0.7; } }

#request {
  color: #aea888;
  padding: 0 1em 20px; }
  @media screen and (min-width: 768px) and (max-width: 1039px) {
    #request {
      padding: 0 2em 40px; } }
  @media screen and (min-width: 1040px), print {
    #request {
      width: 1000px;
      margin: 0 auto;
      padding: 40px 0 160px; } }
  #request h2 {
    font-weight: 700;
    letter-spacing: 0.1em; }
  #request .txt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 1em; }
  #request ul {
    margin-top: 1em; }
    #request ul li {
      font-size: 0.95rem;
      padding-left: 1em;
      text-indent: -1em;
      line-height: 1.6; }
      #request ul li:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #aea888;
        margin: -4px 0.5em 4px 0; }

#coterie {
  padding: 40px 15px 0; }
  @media screen and (min-width: 1040px), print {
    #coterie {
      padding: 160px 0 0; } }
  #coterie .coterieWrap {
    display: none; }
  #coterie .bnr {
    text-align: center; }
  #coterie #coterieDetail {
    padding: 15px; }
  #coterie .img {
    margin-bottom: 20px; }
  #coterie .txt {
    margin-bottom: 1em;
    line-height: 1.6; }
  #coterie .note {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 0.9em;
    color: #999; }
  #coterie dl {
    line-height: 1.4; }
    #coterie dl dt {
      color: #FF8E00; }

#pageTop a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  background: #585234;
  font-size: 0.8em; }
  @media screen and (min-width: 1040px), print {
    #pageTop a {
      position: fixed;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      bottom: 20px;
      right: 20px; } }
  @media screen and (min-width: 768px), print {
    #pageTop a:hover {
      opacity: 0.7; } }

#copyright {
  background: #e9e3c3;
  font-size: 0.75rem;
  text-align: center;
  padding: 15px 0; }
  @media screen and (min-width: 1040px), print {
    #copyright {
      padding: 50px 0; } }
