@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}

#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .l-contents-btn {
    text-align: center;
    display: inline-block;
  }
  .l-contents-btn.bg__red {
    box-shadow: 0 0 10px #AC4F4F;
  }
  .l-contents-btn.bg__blue {
    box-shadow: 0 0 10px #5566AB;
  }
  .l-contents-btn.typeA {
    margin-bottom: 20px;
  }
  .l-contents-btn.typeB {
    margin-bottom: 60px;
  }
  .l-contents-btn.typeB a:hover{
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item.bg__red{
    box-shadow: 0 0 10px #AC4F4F;
  }
  .l-contents-btn__item:last-child {
    margin-right: 0;
  }
  .l-contents-btn a:hover,
  .l-contents-btn__item a:hover{
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .l-contents-btn {
    text-align: center;
    display: inline-block;
  }
  .l-contents-btn.bg__red {
    box-shadow: 0 0 10px #AC4F4F;
  }
  .l-contents-btn.bg__blue {
    box-shadow: 0 0 10px #5566AB;
  }
  .l-contents-btn.typeA {
    margin-bottom: 5%;
  }
  .l-contents-btn.typeB {
    margin: 0 4% 10%;
  }
  .l-contents-btn.typeC {
    width: 60%;
    margin: 8% auto 0;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: 15%;
  }
  .l-contents-btn__item {
    width: 46%;
    display: inline-block;
    margin-right: 6%;
  }
  .l-contents-btn__item.bg__red{
    box-shadow: 0 0 10px #AC4F4F;
  }
  .l-contents-btn__item:last-child {
    margin-right: 0;
  }
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-style: normal;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 800px) {
  #wrapper2 {
    max-width: none;
  }
  #wrapper-content{
    background: #EFEEEA
  }
  #ffxiv_article {
    position: relative;
  }
  #ffxiv_article img {
    vertical-align: top;
  }

  .ffxiv-container{
    width: 800px;
    margin: auto;
  }

  .l-contents__inner{
    text-align: center;
    padding-bottom: 40px;
  }

  .l-sentence__contents{
    background: #fff;
    padding: 60px 30px 30px;
  }
  .l-sentence__img{
    margin: 0 auto 30px;
    width: 95%;
  }
  .l-sentence__text{
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    font-feature-settings: "palt";
    margin-bottom: 30px;
  }

  .l-sentence__logo{
    text-align: center;
    font-size: 16px;
  }
  .l-sentence__logo a{
    color: #4a4a4a;
  }
  .l-sentence__logo img{
    width: 48%;
    margin: 0 auto 10px;
  }
  .pagetop{
    width: 88px;
    right: calc(50% - 390px);
  }
  
  .shadow{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }

  div .visible-xs {
    display: none !important;
  }
}

/* SP用
-------------------------------------------- */
@media screen and (max-width: 800px) {
  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: bottom;
  }
  div .hidden-xs {
    display: none !important;
  }

  #wrapper-content{
    background: #EFEEEA
  }

  .l-contents__inner{
    /*padding: 0 3% 9.4%;*/
    padding-bottom: 9.4%;
    text-align: center;
  }

  .l-sentence__contents{
    background: #fff;
    padding: 6% 3% 4%;
  }
  .l-sentence__img{
    margin: 0 auto 4%;
    width: 95%;
  }
  .l-sentence__text{
    text-align: center;
    font-size: 3vw;
    line-height: 1.8;
    font-feature-settings: "palt";
    margin-bottom: 4%;
  }

  .l-sentence__logo{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.8vw;
  }
  .l-sentence__logo a{
    color: #4a4a4a;
  }
  .l-sentence__logo img{
    margin: 0 auto 3%;
  }

  .shadow{
    margin: 0 3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }

  .pagetop{
    width: 15%;
    right: 2%;
  }
}

/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #E0112F;
}

.color-crimson-red {
  color: #B1240A;
}

.tl-center {
  text-align: center;
}

a {
  word-break: break-all;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  background: #e60012;
  text-align: center;
}

.top-caution {
  border: 1px solid #ff0000;
  background: #ffffff;
}

.top-caution__text {
  color: #ff0000;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .top-caution {
    padding: 15px 15px 20px;
    margin-bottom: 20px;
  }
  .top-caution__text {
    font-size: 14px;
  }
  .top-box {
    width: 800px;
    margin: 0 auto 20px;
  }
  .coming {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    line-height: 1;
  }
  .main__visual {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .top-caution {
    padding: 3%;
    margin-bottom: 4%;
  }
  .top-caution__text {
    font-size: 90%;
  }
  div#wrapper-content .coming {
    padding: 1%;
  }
  div#wrapper-content .coming img {
    width: 10%;
    vertical-align: middle;
  }
  .main__visual {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .coming{
    color: #fff;
    font-weight: bold;
  }
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .l-contact {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    margin-bottom: 40px;
  }
  .snslist {
    position: relative;
    z-index: 5;
    text-align: center;
    letter-spacing: -.4em;
    padding-bottom: 15px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
  .l-bnr {
    text-align: center;
    margin-bottom: 60px;
  }
  .l-bnr__item {
    line-height: 0;
    margin-bottom: 30px;
  }
  .l-bnr__item:last-child{
    margin-bottom: 0;
  }
  .l-copy {
    padding: 8px 0;
    font-size: 14px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 800px) {
  .gotop {
    text-align: center;
    margin: 0 4% 9%;
  }
  .gotop__item{
    margin-bottom: 12%;
  }
  .gotop__item:last-child{
    margin-bottom: 0;
  }
  .l-contact {
    text-align: center;
    margin: 0 3% 7.7%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding-bottom: 3%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
  .l-bnr {
    text-align: center;
    margin: 0 3% 6.4%;
  }
  .l-bnr__item {
    line-height: 0;
    margin-bottom: 5%;
  }
  .l-bnr__item:last-child{
    margin-bottom: 0;
  }
  .l-bnr__item a {
    display: block;
  }
  .l-copy {
    padding: 3% 0;
    background: #000;
    margin: 0 auto 9.4%;
    font-size: 3vw;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
}

.icon {
  display: inline;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .l-nav__list {
    text-align: left;
    letter-spacing: -.4em;
  }
  .l-nav__item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    margin-right: 28px;
    margin-bottom: 30px;
  }
  .l-nav__item:nth-child(even) {
    margin-right: 0;
  }
  .l-nav__item:nth-child(7) {
    margin-bottom: 0;
  }
  .l-nav__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .l-nav__list {
    text-align: center;
  }
  .l-nav__item {
    margin-bottom: 4%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}
