@charset "UTF-8";

/*========================================================
▼Reset CSS
========================================================*/
/* 
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;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*========================================================
▼共通コンテンツ
========================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #333333;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: #444;
}

.font--m{
  font-family: 'Noto Serif JP', serif;
}

.txt--c{text-align: center;}

.inner{
  width: calc(720/1300 * 100%);
  max-width: 720px;
  margin: 0 auto;
}

.disp--pc{display: inline-block;}
.disp--sp{display: none;}

.cmn__ttl{
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.cmn__cont{
  margin-top: 50px;
}
.cmn__cont .cont__slide{
  position: relative;
}
.cmn__cont .cont__slide .slide__items{
  width: 100%;
}
.cmn__cont .cont__slide .slide__items .items__img > img{
  width: 100%;
  height: auto;
}
.cmn__cont .cont__slide .slide__items .items__num{
  font-size: 2.8rem;
  margin-top: 20px;
  text-align: center;
}
.cmn__cont .cont__slide .slide__items .items__num > span{
  border-bottom: solid 3px #fff;
}
.cmn__cont .cont__slide .slide__items .items__desc{
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
}
.cmn__cont .cont__slide .slide__items .items__desc > span{
  font-size: 1.8rem;
}

.cmn__cont .cont__slide .slick-dots{
  bottom: auto !important;
}
.cmn__cont .cont__slide .slick-dots li{
  margin: 0 10px;
}
.cmn__cont .cont__slide .slick-dots li button{
  border-radius: 50%;
  border: solid 1px #fff;
  background-color: #fff;
}
.cmn__cont .cont__slide .slick-dots li.slick-active button{
  background-color: #000;
}
.cmn__cont .cont__slide .slick-dots li button:before{
  content: "";
}

.cmn__btn{
  width: 300px;
  margin: 0 auto;
}
.cmn__btn a {
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.004);
  transition: color,border,background-color 400ms;
}
.cmn__btn a:hover {
  color: #000;
  border: solid 1px #000;
  background-color: #fff;
  text-shadow: none;
}

.cont__img img{
  width: 100%;
  height: auto;
}

.link--op > img{
   transition: opacity 400ms;
}
.link--op > img:hover{
   opacity: .6;
}

/* movie responsive */
#mv .mv__box, #movie .cont__box{
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
#mv .mv__box > iframe, #movie .cont__box > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .pd--15{padding: 0 15px;}
  
  .inner{
    width: calc(690/750 *100%);
    max-width: 690px;
  }
  
  .disp--pc{display: none;}
  .disp--sp{display: inline-block;}
  
  .cmn__ttl{
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  .cmn__cont{
    margin-top: 15px;
  }
  .cmn__cont .cont__slide .slide__items .items__num{
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .cmn__cont .cont__slide .slide__items .items__desc{
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .cmn__cont .cont__slide .slide__items .items__desc > span{
    font-size: 1rem;
  }

  .cmn__cont .cont__slide .slick-dots li,
  .cmn__cont .cont__slide .slick-dots li button{
    width: 12px;
    height: 12px;
  }

  .cmn__btn {
    width: calc(400/690 *100%);
    max-width: 400px;
  }
  .cmn__btn a {
    font-size: 1.4rem;
  }
}

/*========================================================
▼ヘッダー
========================================================*/
header {
  position: relative;
  z-index: 9990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(41.25px + 1vw);
  margin: 0 auto;
  background-color: #0e0e0e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(41.25px + 1vw);
  padding: 0 3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .logo {
  width: 30vw;
}

/*SNSアイコン*/
.header-inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner .sns a {
  display: block;
  padding: 0 1em;
  text-align: center;
  color: #fff;
}
.header-inner .sns a:last-of-type {
  padding-right: 0;
}
.header-inner .sns a:hover, .header-inner .logo:hover {
  opacity: .8;
}
.header-inner .sns a i {
  font-size: calc(2rem + 1vw);
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 90px;
  }
  .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .header-inner .logo {
    width: 211px;
  }
  .header-inner .sns a {
    padding: 0 1.5em;
  }
  .header-inner .sns a:hover, .header-inner .logo:hover {
    opacity: .8;
  }
  .header-inner .sns a i {
    font-size: 3.5rem;
    vertical-align: middle;
  }
}

/*========================================================
▼メインビジュアル
========================================================*/
#mv{
  height: 640px;
  background: url("../images/mv_bg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .inner--mv{
  width: 720px;
}

.mv__ttl .ttl__main{
  text-align: center;
}
.mv__ttl .ttl__lead{
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.001em;
  text-align: center;
  margin-top: 50px;
}

.mv__btn{
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv{
    background: url("../images/sp/mv_bg.jpg") no-repeat center;
    background-size: cover;
    height: calc(100vw *817/750);
    max-height: 817px;
  }
  #mv .inner--mv{
    width: calc(690/750 *100%);
    max-width: 690px;
  }
  
  .mv__ttl .ttl__main{
    width: calc(379/690 *100%);
    max-width: 690px;
    margin: 0 auto;
  }

  .mv__ttl .ttl__lead{
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 35px;
  }

  .mv__btn{
    width: calc(329/690 *100%);
    max-width: 329px;
    margin: 40px auto 0;
  }
}

/*========================================================
▼メインコンテンツ
========================================================*/
.nc__cont{
  color: #fff;
  background: url("../images/nc_bg.jpg") no-repeat center; 
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 140px;
}
.nc__cont .cont__bg{
  width: calc(1100/1300 *100%);
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 110px;
  background-color: rgba(0, 0, 0, 0.5);
}
.nc__cont .cont__mv{
  text-align: center;
}
.nc__cont .cont__mv > img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .nc__cont{
    background: none; 
    padding: 40px 0 25px;
  }
  .nc__cont:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
    background:url("../images/sp/nc_bg.jpg") no-repeat center; 
    background-size: cover;
  }
}

/* movie */
#movie{
  margin-top: 60px;
}

.movie__cont .cont__box + .cont__box{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #movie{
    margin-top: 60px;
  }

  .movie__cont .cont__box + .cont__box{
    margin-top: 25px;
  }
}

/* artist */
#artist{
  margin-top: 100px;
}

.artist__ttl > img{
  width: 100%;
  height: auto;
}

.artist__lead{
  font-size: 2rem;
  line-height: 2;
  margin-top: 100px;
  text-align: center;
}
.artist__lead > span{
  background: #000;
  padding: 5px 15px;
}

.artist__cont{
  margin-top: 120px;
  text-align: center;
}
.artist__cont .cont__profile .prof__img{
  margin-top: 30px;
}
.artist__cont .cont__profile .prof__desc{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
.artist__cont .cont__img > img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #artist{
    margin-top: 60px;
  }

  .artist__ttl{
    width: calc(590/690 *100%);
    max-width: 590px;
    margin: 0 auto;
  }
  
  .artist__lead{
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 50px;
  }

  .artist__cont{
    margin-top: 60px;
  }
  .artist__cont .cont__profile .prof__ttl{
    width: calc(350/690 *100%);
    max-width: 350px;
    margin: 0 auto;
  }
  .artist__cont .cont__profile .prof__img{
    width: calc(350/690 *100%);
    max-width: 350px;
    margin: 15px auto 0;
  }
  .artist__cont .cont__profile .prof__desc{
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
/* magazine */
#magazine{
  margin-top: 100px;
}

.magazine__cont .cont__desc{
  font-size: 2rem;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.magazine__cont .cont__btn{
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #magazine{
    margin-top: 60px;
  }
  
  .magazine__cont .cont__desc{
    font-size: 1.2rem;
    margin-top: 15px;
  }
  
  .magazine__cont .cont__btn{
    margin-top: 15px;
  }
}

/* howto */
#howto{
  margin-top: 100px;
}

.howto__ttl > img{
  width: 100%;
  height: auto;
}

.howto__cont{
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #howto{
    margin-top: 60px;
  }
  .howto__ttl{
    width: calc(627/690 *100%);
    max-width: 627px;
    margin: 0 auto;
  }
  
  .howto__cont{
    margin-top: 15px;
  }
}

/* trial */
#trial{
  margin-top: 100px;
}

#trial .inner{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px 30px;
}

.trial__ttl{
  line-height: 1.5;
}

.trial__ttl .ttl__sub{
  font-size: 1.6rem;
  margin-top: 20px;
}

.trial__cont{
  margin-top: 60px;
}

.trial__cont .cont__ttl{
  font-size: 1.8rem;
  text-align: center;
}

.trial__cont .trial__box{
  text-align: center;
  margin-top: 20px;
}
.trial__cont .trial__box + .trial__box{margin-top: 40px;}

.trial__cont .trial__box .trial__btn > a{
  width: 300px;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  display: block;
  border: solid 1px #fff;
  border-radius: 10px;
  transition: color,background-color 400ms;
}
.trial__cont .trial__box .trial__btn > a:hover{
  color: #000;
  background-color: #fff;
}

.trial__cont .trial__box .trial__btn.btn--stop > a{
  color: #fff;
  background-color: #777;
  display: block;
  border: solid 1px #777;
  border-radius: 10px;
  transition: color,background-color 400ms;
}
.trial__cont .trial__box .trial__btn.btn--stop > a:hover{
  color: #777;
  background-color: #fff;
}

.trial__cont .trial__txt{
  text-align: center;
}
.trial__cont .trial__txt.view--sp{
  display: none;
}

@media screen and (max-width: 768px) {
  #trial{
    margin-top: 60px;
  }
  
  #trial .inner{
    padding: 30px 15px;
  }
  
  .trial__ttl .ttl__main{
    width: calc(249/690 *150%);
    max-width: 249px;
    margin: 0 auto;
  }
  .trial__ttl .ttl__catch{
    width: calc(331/690 *150%);
    max-width: 331px;
    margin: 0 auto;
  }
  .trial__ttl .ttl__sub{
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  .trial__cont{
    margin-top: 30px;
  }
  
  .trial__cont .cont__ttl{
    font-size: 1.2rem;
  }
  
  .trial__cont .trial__box{
    margin-top: 10px;
  }
  
  .trial__cont .trial__box + .trial__box{margin-top: 20px;}
  
  .trial__cont .trial__box .trial__btn > a{
    width: 150px;
    font-size: 1.4rem;
  }
  
  .trial__cont .trial__txt{
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  .trial__cont .trial__txt.view--sp{
    display: block;
  }
}

/* product */
section + #product{
  margin-top: 100px;
}

.product__ttl{
  text-align: left;
}

.product__subttl{
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.004);
  margin-top: 20px;
}

.product__cont{margin-top: 50px;}
.product__cont .cont__name{
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.004);
  margin-top: 50px;
}
.product__cont .cont__name .name__main,
.product__cont .cont__name .name__sub{
  display: block;
}

.product__cont .cont__name .name__main{
  font-size: 3rem;
  line-height: 1.6;
}
.product__cont .cont__name .name__sub{
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 10px;
}

.product__cont .cont__desc{
  font-size: 2rem;
  line-height: 2;
  margin-top: 50px;
}
.product__cont .cont__desc > p > span{
  background: #000;
}
.product__cont .cont__thumb{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 40px;
}
.product__cont .thumb__img{
  width: 32%;
}
.product__cont .thumb__img img{
  width: 100%;
}
.product__cont .cont__btn{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section + #product{
    margin-top: 60px;
  }

  .product__ttl{
    width: calc(335/690 *100%);
    max-width: 335px;
  }  

  .product__subttl{
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .product__cont{margin-top: 25px;}
  .product__cont .cont__img{
    width: calc(606/690 *100%);
    max-width: 606px;
    margin: 0 auto;
  }
  .product__cont .cont__name{
    font-size: 1.2rem;
    margin-top: 25px;
  } 
  .product__cont .cont__name .name__main{
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .product__cont .cont__name .name__sub{
    font-size: 1.2rem;
    margin-top: 5px;
  }
  
  .product__cont .cont__desc{
    font-size: 1.2rem;
    margin-top: 25px;
  }
  .product__cont .cont__thumb{
    margin-top: 20px;
  }
  .product__cont .cont__btn{
    margin-top: 25px;
  }
}

/* collection */
#collection{
  margin-top: 80px;
}

.collect__ttl{
  text-align: left;
}

.collect__subttl{
  font-size: 2rem;
  line-height: 2;
  margin-top: 30px;
}

.collect__cont{margin-top: 30px;}
.collect__cont .cont__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.collect__cont .list__items{
  width: 32%;
  position: relative;
}
.collect__cont .list__items:nth-child(n+4){
  margin-top: 10px;
}
.collect__cont .list__items .items__img{
  position: relative;
}
.collect__cont .list__items .items__img img{
  width: 100%;
}
.collect__cont .cont__btn{
  margin-top: 30px;
  text-align: center;
}

/* Collection hover action */
.collect__cont .list__items .items__img:before,
.collect__cont .list__items.hover .items__img:before,
.collect__cont .list__items .items__credit,
.collect__cont .list__items.hover .items__credit{
  transition: opacity 400ms,transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.collect__cont .list__items .items__img:before{
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:  0;
  background-color: rgba(0, 0, 0, 0.4);
}
.collect__cont .list__items.hover .items__img:before{
  opacity: 1;
}
.collect__cont .list__items .items__credit{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.collect__cont .list__items .items__credit a{
  color: #fff;
  display: block;
}
.collect__cont .list__items.hover .items__credit{
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.sp #collection .collect__cont .list__items:before,
.sp #collection .collect__cont .list__items:after{
  content: "";
  position: absolute;
  top: calc(15px/2 + 10px);
  right: 10px;
  width: 15px;
  height: 1px;
  background-color: #000;
  z-index: 1;
  transition: transform 200ms, -webkit-transform 200ms;
}
.sp #collection .collect__cont .list__items:after{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sp #collection .collect__cont .list__items.hover:before{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp #collection .collect__cont .list__items.hover:after{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #collection{
    margin-top: 60px;
  }

  .collect__ttl{
    width: calc(377/690 *100%);
    max-width: 377px;
  }

  .collect__subttl{
    font-size: 1.2rem;
    margin-top: 15px;
  }
  
  .collect__cont{margin-top: 10px;}
  
  .collect__cont .list__items{
    width: 48%;
  }
  .collect__cont .list__items:nth-child(n+4){
    margin-top: 0;
  }
  .collect__cont .list__items:nth-child(n+3){
    margin-top: 10px;
  }
  .collect__cont .cont__btn{
    margin-top: 25px;
  }
  
  .collect__cont .list__items .items__credit{
    font-size: 1.2rem;
    bottom: 10px;
    left: 5px;
  }
}

/* visumo */
#visumo{
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #visumo{
    margin-top: 60px;
  }
}

/* banner */
#banner{
  margin-top: 70px;
}

.banner__cont .cont__box + .cont__box{
  margin-top: 45px;
}
.banner__cont .cont__box .box__img img{
  width: 100%;
}
.banner__cont .cont__box .cont__btn{
  margin-top: 30px;
}

.banner__cont .box__desc{
  font-size: 2rem;
  list-height: 2;
  text-align: center;
  margin-top: 20px;
}
.banner__cont .box__items{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  #banner{
    margin-top: 60px;
  }
  .banner__cont .cont__box + .cont__box{
    margin-top: 25px;
  }
  .banner__cont .cont__box .cont__btn{
    margin-top: 15px;
  }
  
  .banner__cont .box__desc{
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  .banner__cont .box__items{
    font-size: 1.2rem;
  }
}

/* shop */
#shop{
  margin-top: 120px;
}
.shop__ttl{
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  font-weight: normal;
}

.shop__cont .cont__map{
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  margin-top: 25px;
}
.shop__cont .cont__map > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}
.shop__cont .cont__btn{
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shop{
    margin-top: 60px;
  }
  .shop__ttl{
    font-size: 1.2rem;
  }

  .shop__cont .cont__map{
    margin-top: 10px;
  }
  .shop__cont .cont__btn{
    margin-top: 30px;
  }
}

/* bottomLogo */
#bottomLogo{
  margin-top: 75px;
  text-align: center;
}
#bottomLogo .footer__dic{
  font-size: 2rem;
  margin-top: 30px;
}
#bottomLogo .footer__dic > a {
  color: #fff;
  text-decoration: underline;
}
#bottomLogo .footer__dic > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #bottomLogo{
    margin-top: 60px;
  }
  #bottomLogo .logo__img {
    width: calc(299/690 *100%);
    max-width: 299px;
    margin: 0 auto;
  }
  #bottomLogo .footer__dic{
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center;
}
footer small {
  font-size: 12px;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 768px) {
  footer small {
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 10px 0;
  }
}
