/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  background: url(../images/top/bg.png) center top;
}

.section__title {
  position: relative;
  margin-bottom: 50px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body {
    background-size: 12px;
  }

  .section__title {
    margin-bottom: 8vw;
    text-align: center;
  }
  .section__title img {
    max-width: 40%;
  }
}
/* ---------------------------------------------------
	logo
------------------------------------------------------ */
#logo {
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 0;
}
#logo .logo {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #logo .logo {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
  }
  #logo .logo img {
    width: 35.8vw;
  }
}
/* ---------------------------------------------------
	mv
------------------------------------------------------ */
#mv {
  position: relative;
  width: 100%;
  min-width: 1100px;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}
#mv .main__bg img {
  width: 100%;
}
#mv .main__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 96%;
  max-width: 1280px;
  margin: -60px auto 0;
  line-height: 1;
}
#mv .main__title .title01 {
  max-width: 96%;
}
#mv .main__title .title02 {
  max-width: 78%;
  margin-top: 24px;
  transition-delay: 300ms;
}

@media screen and (max-width: 768px) {
  #mv {
    min-width: 0;
  }
  #mv .main__title {
    top: 17%;
    width: 90%;
    margin-top: 0;
  }
  #mv .main__title .title01 {
    max-width: 96%;
  }
  #mv .main__title .title02 {
    max-width: 96%;
    margin-top: 4%;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  padding: 100px 0 0;
}
#lead .lead__text {
  font-size: 1.25em;
  letter-spacing: .1em;
  line-height: 2.25;
  text-align: center;
}
#lead .lead__note {
  margin: 2em 0 0;
  font-size: .7em;
  text-align: center;
}
#lead .lead__banner {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 10vw 0 2vw;
  }
  #lead .lead__text {
    font-size: 1em;
  }
  #lead .lead__note {
    margin-top: 2.5em;
    font-size: 2.66vw;
  }
}
/* ---------------------------------------------------
	youtube
------------------------------------------------------ */
#youtube {
  padding: 80px 0 0;
}
#youtube .youtube__block {
  width: 100%;
  height: 428px;
  max-width: 760px;
  margin: auto;
}
#youtube .youtube__block iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #youtube {
    padding: 10vw 0 2vw;
  }
  #youtube .youtube__block {
    height: 39vh;
  }
}
@media screen and (max-width: 390px) {
  #youtube {
    padding: 10vw 0 2vw;
  }
  #youtube .youtube__block {
    height: 195px;
  }
}
/* ---------------------------------------------------
	shop common
------------------------------------------------------ */
.shop__section {
  padding: 80px 0 60px;
}
.shop__section .shop__list {
  margin-bottom: -80px;
  justify-content: flex-start;
}
.shop__section .shop__list .list__item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 80px;
}
.shop__section .shop__list .list__item:nth-of-type(3n) {
  margin-right: 0;
}
.shop__section .shop__list .list__item .item__pic {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 2px solid #4d4d4d;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}
.shop__section .shop__list .list__item .item__pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 15px solid #ffbe00;
  border-left-color: #eeb100;
}
.shop__section .shop__list .list__item .item__pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #808080;
  border-left-color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}
.shop__section .shop__list .list__item .item__pic img {
  position: relative;
  z-index: 1;
}
.shop__section .shop__list .list__item .item__text {
  margin-top: 24px;
  text-align: center;
}
.shop__section .shop__list .list__item .item__text .lead {
  position: relative;
  padding-top: 32px;
  padding-bottom: .5em;
  border-bottom: 1px solid #ffbe00;
  font-size: 17px;
  line-height: 1.3;
}
.shop__section .shop__list .list__item .item__text .lead .concept {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
}
.shop__section .shop__list .list__item .item__text .lead .small {
  display: inline-block;
  font-size: .75em;
}
.shop__section .shop__list .list__item .item__text .title {
  margin-top: .5em;
  margin-bottom: 1.25em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3;
}
.shop__section .shop__list .list__item .item__text .award {
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  border-radius: 3px;
  padding: 0.4em 1em;
  margin-top: 1em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.shop__section .shop__list .list__item .item__text .award .award__text--latter {
  font-size: 1.2em;
}
.shop__section .shop__list .list__item .item__text .button {
  width: auto;
  max-width: 100%;
  padding: .5em .75em;
  background: #ffbe00;
  color: #fff;
  font-size: 15px;
}
.shop__section .shop__list .list__item .item__text .button:after {
  content: "";
  position: relative;
  top: -.125em;
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: 0 0 0 .375em;
  background: url(../images/common/arrow_icon.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .shop__section {
    padding: 10vw 0;
  }
  .shop__section .shop__list {
    margin-bottom: -10vw;
    justify-content: space-between;
  }
  .shop__section .shop__list .list__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .shop__section .shop__list .list__item .item__pic {
    padding: 14px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
  }
  .shop__section .shop__list .list__item .item__pic:before {
    border-width: 6px;
  }
  .shop__section .shop__list .list__item .item__pic:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .shop__section .shop__list .list__item .item__text {
    margin-top: 4vw;
  }
  .shop__section .shop__list .list__item .item__text .lead {
    padding-top: 28px;
    font-size: 3.2vw;
    letter-spacing: .05em;
  }
  .shop__section .shop__list .list__item .item__text .lead .concept {
    width: 66px;
  }
  .shop__section .shop__list .list__item .item__text .lead .small {
    font-size: .75em;
  }
  .shop__section .shop__list .list__item .item__text .title {
    font-size: 4.26vw;
    letter-spacing: .05em;
  }
  .shop__section .shop__list .list__item .item__text .award {
    font-size: 2.13vw;
  }
  .shop__section .shop__list .list__item .item__text .button {
    width: 100%;
    padding: .5em .25em;
    font-size: 3.2vw;
  }
  .shop__section .shop__list .list__item .item__text .button:after {
    top: 0;
    width: .5em;
    height: 1em;
    margin: 0 0 0 .375em;
  }
}
/* ---------------------------------------------------
	kita
------------------------------------------------------ */
/* ---------------------------------------------------
	hokusetsu
------------------------------------------------------ */
#hokusetsu .shop__list .list__item .item__pic:before {
  border-color: #f377b0;
  border-left-color: #de6da1;
}
#hokusetsu .shop__list .list__item .item__text .lead {
  border-bottom-color: #f377b0;
}
#hokusetsu .shop__list .list__item .item__text .button {
  background: #f377b0;
}

/* ---------------------------------------------------
	osaka
------------------------------------------------------ */
#osaka .shop__list .list__item .item__pic:before {
  border-color: #85bf3f;
  border-left-color: #7bb13b;
}
#osaka .shop__list .list__item .item__text .lead {
  border-bottom-color: #85bf3f;
}
#osaka .shop__list .list__item .item__text .button {
  background: #85bf3f;
}

/* ---------------------------------------------------
	minami
------------------------------------------------------ */
#minami .shop__list .list__item .item__pic:before {
  border-color: #55bfee;
  border-left-color: #51b5e2;
}
#minami .shop__list .list__item .item__text .lead {
  border-bottom-color: #55bfee;
}
#minami .shop__list .list__item .item__text .button {
  background: #55bfee;
}

/* ---------------------------------------------------
	link
------------------------------------------------------ */
#link {
  padding: 80px 0 180px;
  text-align: center;
}
#link .link__banner {
  position: relative;
  display: block;
  margin-top: 60px;
}
#link .link__banner img {
  border-radius: 40px;
}
#link .link__banner .banner__logo {
  position: absolute;
  right: 0;
  bottom: 100%;
  border-radius: 0;
}
#link .link__button {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #link {
    padding: 0 0 calc(15vw + 60px);
  }
  #link .link__banner {
    margin-top: 10vw;
  }
  #link .link__banner img {
    width: 100%;
    border-radius: 8vw;
  }
  #link .link__banner .banner__logo {
    width: 30%;
  }
  #link .link__button {
    margin-top: 8vw;
  }
}
