@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;
  }
  #bg_wrapper{
    background: rgba(185,202,232,0.8);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(185,202,232,0.8) 100%);
  }
  #wrapper-content{
    background-image: url(../img/contents_bg.png);
    background-attachment: fixed;
    z-index: 1;
    background-position: 0 -9%;
  }
  #imas_contents{
    background: url(../img/outer_bg.png) bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #imas_article {
    position: relative;
  }
  #imas_article img {
    vertical-align: top;
  }

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

  .l-contents__head{
    background: url(../img/article_head.png) no-repeat center top;
    padding-top: 208px;
    position: relative;
    margin: 0 -13px;
  }
  .l-contents__head.typeA{
    margin-top: 30px;
  }
  .l-contents__body{
    text-align: center;
    background: url(../img/article_body.png) repeat-y center top;
    padding: 0 13px;
  }
  .l-contents__foot{
    background: url(../img/article_foot.png) no-repeat center bottom;
    padding-bottom: 36px;
  }

  .l-contents__title{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .l-contents__inner{
    text-align: center;
    padding: 5px 30px;
  }

  .l-contents-block{
    margin-bottom: 30px;
  }
  .l-contents-block.typeA{
    margin-bottom: 40px;
  }
  .l-contents-block:last-of-type{
    margin-bottom: 0;
  }

  .l-contents-border__head{
    position: relative;
  }
  .l-contents-paper__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .l-contents-border__body{
    border: 3px solid;
    border-color: rgba(58, 68, 142, .9);
    border-radius: 0 0 20px 20px;
    border-top: none;
    box-sizing: border-box;
    padding: 35px 30px 30px;
    background: #fff;
  }
  .l-contents-border__body.typeA{
    border-top: 3px solid;
    border-color: rgba(58, 68, 142, .9);
    border-radius: 20px;
  }
  .l-contents-border__body.typeB{
    border-top: 3px solid;
    border-radius: 20px;
    background: #faf6ed;
  }

  .l-contents-length{
    margin-bottom: 24px;
  }
  .l-contents-length.typeA{
    margin-bottom: 0;
  }

  .l-contents-block__list{
    text-align: left;
  }
  .l-contents-block__list.typeA{
    text-align: center;
  }
  .l-contents-block__item{
    font-size: 12px;
    color: #231815;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-block__item.typeA{
    font-size: 20px;
    font-weight: 500;
    color: #231815;
  }
  .l-contents-block__item.typeB{
    color: #E8528E;
  }

  .l-contents-item__img.typeA{
    margin-bottom: 45px;
  }
  .l-contents-item__img.typeB{
    margin-bottom: 35px;
  }

  .l-contents-block__table {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-contents-block__table tr:nth-child(even) {
    background: rgba(219, 112, 221, .13);
  }
  .l-contents-block__table tr:nth-child(odd) {
    background: rgba(219, 112, 221, .25);
  }
  .l-contents-block__table tr:first-child {
    background: #DB70DD;
  }
  .l-contents-block__table tr:last-of-type {
    border-bottom: none;DB70DD
  }
  .l-contents-block__table th {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #fff;
  }
  .l-contents-block__table th:nth-child(2){
    width: 45%;
  }
  .l-contents-block__table td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    color: #000000;
  }
  .l-contents-block__table td:first-of-type {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(2) {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(3) {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(4) {
    text-align: right;
  }
  .l-contents-block__table td:last-of-type {
    text-align: center;
  }
  .l-contents-block__table-border{
    text-align: left;
    border: 1px solid #6278B9;
    padding: 15px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .l-contents-block__table-border span{
    font-weight: bold;
    text-indent: -0.5em;
    display: inline-block;
  }
  .l-contents__pop{
    margin-top: 50px;
  }

  .l-contents-twitter__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .l-contents-block-twitter__img{
    margin-bottom: 30px;
  }
  .l-contents-caution__title {
    font-size: 18px;
    color: #231815;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    color: #231815;
    font-size: 14px;
  }
  .l-contents-caution__item a {
    color: #E8528E;
    text-decoration: underline;
  }
  .l-contents-caution__link {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__link a {
    color: #E8528E;
    text-decoration: underline;
  }
  .l-contents-caution__link:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__contents {
    margin-bottom: 2em;
  }
  .l-contents-tweet-caution__contents:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__list {
    text-align: left;
  }
  .l-contents-tweet-caution__item {
    color: #231815;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item{
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-tweet-caution__text{
    text-align: left;
    color: #231815;
    font-size: 14px;
  }

  .l-contents-goods__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .l-contents-goods__img{
    margin-bottom: 30px;
  }
  .l-contents-goods_price{
    margin-top: 30px;
  }
  .l-contents-goods__btn{
    margin-top: 30px;
  }
  .l-contents-hmv__block{
    margin-bottom: 30px;
  }

  .l-contents-loppi__contents{
    border: 2px solid #6278B9;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
  }
  .l-contents-loppi__contents.typeA{
    background: #faf6ed;
  }
  .l-contents-loppi__contents:last-child{
    margin-bottom: 0;
  }
  .l-contents-loppi__inner-title{
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6278B9;
  }
  .l-contents-loppi__title{
    margin-bottom: 10px;
  }
  .l-contents-loppi__border{
    margin-bottom: 25px;
    line-height: 0;
  }
  .l-contents-loppi__text{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .l-contents-hmv__img{
    text-align: left;
  }
  .l-contents-hmv__img.typeA{
    margin-bottom: 15px;
  }
  .l-contents-hmv__img.typeB{
    margin-bottom: 20px;
    margin-left: 7px;
  }

  .pagetop {
    bottom: 24px;
    right: 60px;
    z-index: 99;
    position: fixed;
  }

  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: #fff;*/
  }

  #imas_contents{
    background: url(../img/outer_bg_sp.png) bottom center;
    background-repeat: repeat-x;
    background-size: 200%;
  }

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

  .l-contents__head{
    background: url(../img/article_head_sp.png) no-repeat center top;
    background-size: 100%;
    padding-top: 32.3%;
    position: relative;
    margin: 0 2%;
  }
  .l-contents__head.typeA{
    margin-top: 30px;
  }
  .l-contents__body{
    text-align: center;
    background: url(../img/article_body_sp.png) repeat-y center top;
    background-size: 100%;
    padding: 0;
  }
  .l-contents__foot{
    background: url(../img/article_foot_sp.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 6.5%;
  }

  .l-contents__title{
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents__title.typeA{
    width: 65%;
  }
  .l-contents__title.typeB{
    width: 90%;
    top: 1.3%;
  }
  .l-contents__title.typeC{
    width: 90%;
  }
  .l-contents__title.typeD{
    width: 90%;
    top: 1.3%;
  }

  .l-contents__inner{
    text-align: center;
    padding: 2% 5%;
  }

  .l-contents-block{
    margin-bottom: 5%;
  }
  .l-contents-block.typeA{
    margin-bottom: 7%;
  }
  .l-contents-block:last-of-type{
    margin-bottom: 0;
  }

  .l-contents-border__head{
    position: relative;
  }
  .l-contents-paper__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .l-contents-paper__title.typeA{
    width: 55%;
  }
  .l-contents-paper__title.typeB{
    width: 65%;
  }
  .l-contents-paper__title.typeC{
    width: 30%;
  }
  .l-contents-paper__title.typeD{
    width: 30%;
  }
  .l-contents-border__body{
    border: 3px solid;
    border-color: rgba(58, 68, 142, .9);
    border-radius: 0 0 20px 20px;
    border-top: none;
    box-sizing: border-box;
    padding: 4%;
    background: #fff;
  }
  .l-contents-border__body.typeA{
    border-top: 3px solid;
    border-color: rgba(58, 68, 142, .9);
    border-radius: 20px;
  }
  .l-contents-border__body.typeB{
    border-top: 3px solid;
    border-radius: 20px;
    background: #faf6ed;
  }

  .l-contents-length{
    margin-bottom: 4%;
  }
  .l-contents-length.typeA{
    margin-bottom: 0;
  }

  .l-contents-block__list{
    text-align: left;
  }
  .l-contents-block__list.typeA{
    text-align: center;
  }
  .l-contents-block__item{
    font-size: 70%;
    color: #231815;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-block__item.typeA{
    font-size: 90%;
    font-weight: 500;
    color: #231815;
  }
  .l-contents-block__item.typeB{
    color: #E8528E;
  }

  .l-contents-item__img.typeA{
    margin-bottom: 5%;
  }
  .l-contents-item__img.typeB{
    margin-bottom: 4%;
  }

  .l-contents-block__table {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-contents-block__table tr:nth-child(even) {
    background: rgba(219, 112, 221, .13);
  }
  .l-contents-block__table tr:nth-child(odd) {
    background: rgba(219, 112, 221, .25);
  }
  .l-contents-block__table tr:first-child {
    background: #DB70DD;
  }
  .l-contents-block__table tr:last-of-type {
    border-bottom: none;DB70DD
  }
  .l-contents-block__table th {
    text-align: center;
    font-size: 80%;
    color: #ffffff;
    font-weight: normal;
    padding: 1%;
    vertical-align: middle;
    border: 1px solid #fff;
  }
  .l-contents-block__table th:nth-child(1){
    width: 19%;
  }
  .l-contents-block__table th:nth-child(2){
    width: 37%;
  }
  .l-contents-block__table th:nth-child(2){
    width: 12%;
  }
  .l-contents-block__table th:nth-child(2){
    width: 35%;
  }
  .l-contents-block__table td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 2%;
    font-size: 80%;
    color: #000000;
  }
  .l-contents-block__table td:first-of-type {
    text-align: center;
  }
  .l-contents-block__table td:nth-child(2) {
    text-align: left;
  }
  .l-contents-block__table td:nth-child(3) {
    text-align: right;
  }
  .l-contents-block__table td:nth-child(4) {
    text-align: right;
  }
  .l-contents-block__table td:last-of-type {
    text-align: center;
  }
  .l-contents-block__table-border{
    text-align: left;
    border: 1px solid #6278B9;
    padding: 3%;
    color: #333333;
    font-size: 80%;
    margin-bottom: 4%;
  }
  .l-contents-block__table-border span{
    font-weight: bold;
    text-indent: -0.5em;
    display: inline-block;
  }
  .l-contents__pop{
    margin: 6% 8%;
  }

  .l-contents-twitter__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .l-contents-twitter__title.typeA{
    width: 60%;
  }
  .l-contents-twitter__title.typeB{
    width: 70%;
  }
  .l-contents-twitter__title.typeC{
    width: 35%;
  }
  .l-contents-twitter__title.typeD{
    width: 35%;
  }
  .l-contents-block-twitter__img{
    margin-bottom: 4%;
  }
  .l-contents-caution__title {
    font-size: 80%;
    color: #231815;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1%;
  }
  .l-contents-caution__list {
    text-align: left;
  }
  .l-contents-caution__item {
    color: #231815;
    font-size: 80%;
  }
  .l-contents-caution__item a {
    color: #E8528E;
    text-decoration: underline;
  }
  .l-contents-caution__link {
    font-size: 80%;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-caution__link a {
    color: #E8528E;
    text-decoration: underline;
  }
  .l-contents-caution__link:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__contents {
    margin-bottom: 1em;
  }
  .l-contents-tweet-caution__contents:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__list {
    text-align: left;
  }
  .l-contents-tweet-caution__item {
    color: #231815;
    font-size: 80%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__list.typeA .l-contents-tweet-caution__item{
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-tweet-caution__text{
    text-align: left;
    color: #231815;
    font-size: 80%;
  }

  .l-contents-goods__title{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .l-contents-goods__title.typeA{
    width: 35%;
  }
  .l-contents-goods__title.typeB{
    width: 75%;
  }
  .l-contents-goods__title.typeC{
    width: 85%;
  }
  .l-contents-goods__title.typeD{
    width: 60%;
  }
  .l-contents-goods__title.typeE{
    width: 53%;
  }
  .l-contents-goods__title.typeF{
    width: 52%;
  }

  .l-contents-goods__img{
    margin-bottom: 5%;
  }
  .l-contents-goods_price{
    margin-top: 5%;
  }
  .l-contents-goods_price.typeA{
    width: 60%;
    margin: 5% auto 0;
  }
  .l-contents-goods_price.typeC{
    width: 60%;
    margin: 5% auto 0;
  }
  .l-contents-goods_price.typeD{
    width: 60%;
    margin: 5% auto 0;
  }
  .l-contents-goods__btn{
    margin-top: 5%;
  }
  .l-contents-hmv__block{
    margin-bottom: 30px;
  }

  .l-contents-loppi__contents{
    border: 2px solid #6278B9;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 4%;
    margin-bottom: 6%;
    background: #fff;
  }
  .l-contents-loppi__contents.typeA{
    background: #faf6ed;
  }
  .l-contents-loppi__contents:last-child{
    margin-bottom: 0;
  }
  .l-contents-loppi__inner-title{
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #6278B9;
  }
  div#wrapper-content .l-contents-loppi__inner-title img{
    width: 55%;
  }
  .l-contents-loppi__title{
    margin: 0 22% 4%;
  }
  .l-contents-loppi__border{
    margin-bottom: 3%;
    line-height: 0;
  }
  .l-contents-loppi__text{
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 6%;
    line-height: 1.6;
  }
  .l-contents-loppi__price.typeA{
    margin: 0 18%;
  }
  .l-contents-loppi__price.typeB{
    width: 70%;
    margin: 0 auto;
  }

  .l-contents-hmv__img{
    text-align: left;
  }
  .l-contents-hmv__img.typeA{
    margin-bottom: 4%;
  }
  .l-contents-hmv__img.typeB{
    margin-bottom: 6%;
    margin-left: 1%;
    margin-right: 6%;
  }

  .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）
**  ===================================================================
*/
.kv__area{
  position: relative;
}
.coming {
  width: 100%;
  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;
    margin: 0 -13px 12px;
  }
}

@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: 0 auto 3%;
    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 {
    text-align: center;
    margin: 12px -13px 32px;
  }
  .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 {
    font-size: 14px;
    color: #3A448E;
    text-align: center;
    line-height: 1;
    margin-bottom: 133px;
    font-family: tbudrgothic-std, sans-serif;
  }
}

@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: 4% 2% 1%;
    position: relative;
  }
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding-bottom: 3%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
    width: 10%;
  }
  .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;
    font-family: tbudrgothic-std, sans-serif;
    margin: 0 auto 15%;
    font-size: 3vw;
    color: #3A448E;
    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;
    margin: 0 -12px;
  }
  .l-nav__item{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .l-nav__item:nth-child(even){
    margin-right: 0;
  }
  .l-nav__item:nth-last-child(-n+2){
    margin-bottom: 0;
  }
}

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