@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-family: 'Noto Sans JP';
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body {
    background: #000 url("../img/bg-sp.png?v2") no-repeat center/auto fixed;
  }
}

@media only screen and (min-width: 768px) {
  body {
    background: #000 url("../img/bg.png?v2") no-repeat top -500px center/auto fixed;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #ba944f;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-weight: 600;
}

h2 {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 50px;
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 70px;
    font-size: 3.9rem;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    max-width: 1050px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

.hero {
  position: relative;
  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;
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 550px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 800px;
  }
}

.hero h1 {
  margin: 0;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .hero__img {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__img {
    height: 800px;
  }
}

.hero .img-left {
  background: url("../img/thirt_bk_01.jpg") no-repeat top center/cover;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .img-right {
  background: url("../img/thirt_wt_02.jpg") no-repeat top center/cover;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.jumptosaleinfo {
  margin: 150px auto 0;
  text-align: center;
  color: white;
  background-color: #8FB1CC;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .jumptosaleinfo {
    font-size: 1.4rem;
    max-width: 80%;
    height: 25px;
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .jumptosaleinfo {
    font-size: 2.1rem;
    max-width: 1050px;
    height: 50px;
    padding: 50px 0;
  }
}

.jumptosaleinfo:hover {
  text-decoration: underline;
  color: white;
}

.intro {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 110px 0;
  }
}

.intro__text {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intro__text {
    margin: 0 0 130px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__text {
    margin: 0 0 180px;
  }
}

.intro__text::after {
  content: "";
  background: #fff;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .intro__text::after {
    width: 90px;
    bottom: -60px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__text::after {
    width: 90px;
    bottom: -85px;
  }
}

.intro__catch {
  color: #BA954F;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .intro__catch {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__catch {
    font-size: 2.1rem;
    line-height: 3.7rem;
    margin: 0 0 40px;
  }
}

.intro__lead {
  font-size: 0.95rem;
  margin: 0;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .intro__lead {
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__lead {
    font-size: 1.05rem;
    line-height: 2.6rem;
  }
}

.intro__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .intro__list-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.intro__list-item {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intro__list-item {
    width: 48%;
    margin: 0 0 45px;
  }
  .intro__list-item:last-child {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .intro__list-item {
    width: 32%;
  }
}

.intro__list-item:last-child {
  margin: 0;
}

.intro__list-item img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .intro__list-item img:last-of-type {
    height: 153px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__list-item img {
    height: 240px;
    -webkit-transform: scale(1);
            transform: scale(1);
    cursor: pointer;
  }
  .intro__list-item img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.intro__list-item p {
  text-align: center;
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .intro__list-item p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

.intro__list-item a {
  color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .intro__list-item a:hover {
    opacity: 0.8;
  }
}

.intro__list-item a:hover {
  text-decoration: none;
}

.lineup__img {
  width: 100%;
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .lineup .lu-tshirt-bk-img {
    background: #C18BA5 url("../img/prod-bg-sp.png") repeat-x top 40px center;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .lu-tshirt-bk-img {
    background: #C18BA5 url("../img/prod-bg.png") repeat-x top 40px center;
  }
}

@media only screen and (max-width: 767px) {
  .lineup .lu-tshirt-wt-img {
    background: #DED6A7 url("../img/prod-bg-sp.png") repeat-x top 40px center;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .lu-tshirt-wt-img {
    background: #DED6A7 url("../img/prod-bg.png") repeat-x top 40px center;
  }
}

.lineup__img-item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .lineup__img-item img {
    width: auto;
    height: 330px;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__img-item img {
    height: 600px;
    margin: 0 20px;
  }
}

.lineup__img-item span {
  margin: 0;
  padding: 3px 0;
  font-size: 0.9rem;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .lineup__img-item span {
    width: 70%;
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__img-item span {
    width: 65%;
  }
}

.lineup__info-bg {
  padding: 90px 0;
}

@media only screen and (min-width: 768px) {
  .lineup__info-bg {
    max-width: 1700px;
    margin: 0 auto;
  }
}

.lineup .lu-tshirt-bk-info {
  background: radial-gradient(#C18BA5, #A0667C 90%, #885365);
}

@media only screen and (max-width: 767px) {
  .lineup .lu-tshirt-bk-info .lineup__info-bg {
    background: url("../img/tshirt-bk-bg-sp.png") no-repeat bottom left;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .lu-tshirt-bk-info .lineup__info-bg {
    background: url("../img/tshirt-bk-bg.png") no-repeat top -80px left;
  }
}

.lineup .lu-tshirt-wt-info {
  background: radial-gradient(#DED6A7, #C9C391 90%, #CEC896);
}

@media only screen and (max-width: 767px) {
  .lineup .lu-tshirt-wt-info .lineup__info-bg {
    background: url("../img/tshirt-wt-bg-sp.png") no-repeat bottom left;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .lu-tshirt-wt-info .lineup__info-bg {
    background: url("../img/tshirt-wt-bg.png") no-repeat top -80px left;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.lineup__info-img {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
}

@media only screen and (max-width: 767px) {
  .lineup__info-img {
    width: 80%;
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__info-img {
    width: 450px;
    height: 450px;
  }
}

.lineup__info-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lineup__info-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 75%;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .lineup__info-text {
    width: 88%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__info-text {
    width: calc(100% - 520px);
  }
}

.lineup .info-catch {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .lineup .info-catch {
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-catch {
    font-size: 2.5rem;
  }
}

.lineup .info-catch span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .lineup .info-catch span {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-catch span {
    font-size: 1.8rem;
  }
}

.lineup .info-ttl {
  margin: 0 0 15px;
  line-height: 100%;
  font-weight: 600;
  border-bottom: 1px dotted #fff;
  line-height: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .lineup .info-ttl {
    font-size: 1.1rem;
    padding: 0 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-ttl {
    font-size: 1.5rem;
    padding: 0 0 20px;
  }
}

.lineup .info-color, .lineup .info-size {
  margin: 0;
  font-family: 'Jost', sans-serif;
}

@media only screen and (min-width: 768px) {
  .lineup .info-color, .lineup .info-size {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .lineup .info-size {
    margin: 5px 0 19px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-size {
    margin: 0 0 10px;
  }
}

.lineup .info-price {
  line-height: 100%;
  font-family: 'Jost', sans-serif;
}

@media only screen and (max-width: 767px) {
  .lineup .info-price {
    font-size: 1.4rem;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-price {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}

.lineup .info-price .price-yen {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .lineup .info-price .price-yen {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-price .price-yen {
    font-size: 1.3rem;
  }
}

.lineup .info-price .price-tax {
  margin-left: 7px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .lineup .info-price .price-tax {
    font-size: 0.8rem;
    top: -1px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .info-price .price-tax {
    font-size: 1.1rem;
    top: -3px;
  }
}

.lineup__order {
  border-top: 1px dotted #fff;
}

@media only screen and (max-width: 767px) {
  .lineup__order {
    padding: 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__order {
    padding: 10px 0 0;
  }
}

.lineup__order dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-bottom: 1px dotted #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .lineup__order dl {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__order dl {
    padding: 15px 10px;
  }
}

.lineup__order dl dt {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .lineup__order dl dt {
    font-size: 0.9rem;
    width: 45%;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__order dl dt {
    width: 20%;
  }
}

.lineup__order dl dd {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .lineup__order dl dd {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__order dl dd {
    width: 80%;
  }
}

.lineup__order-item {
  background: #000;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lineup__order-item {
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .lineup__order-item {
    width: 230px;
    margin: 0 0 0 auto;
    height: 48px;
    line-height: 48px;
  }
  .lineup__order-item:hover {
    background: #444;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.lineup__order-item a {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  width: 100%;
  display: block;
}

.lineup__order-item a:hover {
  text-decoration: none;
}

.lineup__order-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  margin-right: 10px;
  font-size: 0.9rem;
}

.lineup .lineup-block-st {
  background: #fff;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .lineup .lineup-block-st .lineup__info-bg {
    background: url("../img/tshirt-st-bg-sp.png") no-repeat bottom left;
  }
}

@media only screen and (min-width: 768px) {
  .lineup .lineup-block-st .lineup__info-bg {
    background: url("../img/tshirt-st-bg.png") no-repeat top -80px left;
  }
}

.lineup .lineup-block-st .info-ttl {
  border-bottom: 1px dotted #000;
}

.lineup .lineup-block-st .lineup__order {
  border-top: 1px dotted #000;
}

.lineup .lineup-block-st .lineup__order dl {
  border-bottom: 1px dotted #000;
}

.tokuten {
  background: #141414;
}

@media only screen and (max-width: 767px) {
  .tokuten {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten {
    padding: 100px 0;
  }
}

.tokuten .lead {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tokuten .lead {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .lead {
    margin: 0 0 55px;
  }
}

.tokuten .lead__large {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .tokuten .lead__large {
    font-size: 0.95rem;
    line-height: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .lead__large {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.tokuten .pic {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .tokuten .pic {
    margin: 0 0 45px;
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .pic {
    margin: 0 0 55px;
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .pic__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tokuten .pic__block {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tokuten .pic__block {
    margin: 0 0 40px;
  }
  .tokuten .pic__block:last-of-type {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .pic__block {
    width: 48%;
  }
}

.tokuten .pic__block-ttl {
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .tokuten .pic__block-ttl {
    font-size: 1.05rem;
    padding: 3px 13px 5px;
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .pic__block-ttl {
    font-size: 1.1rem;
    margin: 0 0 30px;
    padding: 0 23px 10px;
  }
}

.tokuten .pic__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tokuten .pic__item {
  width: 48.5%;
  text-align: center;
}

.tokuten .pic__item p {
  margin: 0 0 10px;
  font-family: 'Jost', sans-serif;
}

@media only screen and (min-width: 768px) {
  .tokuten .pic__item p {
    font-size: 1.5rem;
  }
}

.tokuten .pic__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tokuten .pic__note {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tokuten .pic__note {
    font-size: 0.95rem;
    margin: 40px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .pic__note {
    margin: 30px 0 0;
  }
}

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

.tokuten .text p {
  margin: 0;
  line-height: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .tokuten .text p {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  .tokuten .text .text-s {
    font-size: 0.9rem;
    margin: 35px 0 0;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .text .text-s {
    font-size: 0.95rem;
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .sale {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .sale {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sale .block {
    margin: 0 0 50px;
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale .block {
    margin: 0 0 70px;
  }
}

.sale .block:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sale .block .item {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sale .block .item {
    margin: 0 0 40px;
  }
}

.sale .block .item:last-child {
  margin: 0;
}

.sale .block .item h3 {
  margin: 0 0 20px;
  letter-spacing: 0.05rem;
  background: #fff;
  color: #000;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sale .block .item h3 {
    font-size: 1.05rem;
    padding: 5px 13px;
  }
}

@media only screen and (min-width: 768px) {
  .sale .block .item h3 {
    font-size: 1.2rem;
    padding: 5px 13px;
  }
}

.sale .block .item__date {
  margin: 0 0 10px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .sale .block .item__date {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale .block .item__date {
    font-size: 1.3rem;
  }
}

.sale .block .item__text {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sale .block .item__text {
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale .block .item__payment {
    margin: 0 auto;
  }
}

.sale .block .item__payment ul {
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0;
}

.sale .block .item__payment ul li {
  margin: 0 0 10px;
}

.sale .block .item__payment ul li:last-child {
  margin: 0;
}

.sns {
  background-color: #333;
}

@media only screen and (min-width: 768px) {
  .sns .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sns__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 40px 20px;
    border-bottom: 1px solid #666;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item {
    padding: 50px 40px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sns__item:nth-of-type(1) {
    border-right: 1px solid #666;
  }
}

@media only screen and (max-width: 767px) {
  .sns__icon {
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .sns__icon {
    width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .sns__text {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns__text {
    width: calc(100% - 140px);
    padding: 10px 0 0;
  }
}

.sns .tanto {
  font-size: 0.85rem;
  line-height: 100%;
  margin: 0 0 10px;
}

.sns__text-name {
  font-weight: 600;
  line-height: 100%;
  font-size: 1.05rem;
}

@media only screen and (max-width: 767px) {
  .sns__text-name {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sns__text-name {
    font-size: 1.05rem;
    margin: 0 0 13px;
  }
}

.sns__profile p {
  font-size: 0.85rem;
}

@media only screen and (max-width: 767px) {
  .sns__profile p {
    line-height: 1.4rem;
  }
}

.sns__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sns__account {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns__account {
    margin: 20px 0 0;
  }
}

.sns__account a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sns__account a:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.sns__account a:hover {
  text-decoration: none;
}

.sns__text-twitter {
  margin: 0 5px 0 0;
}

.sns__text-twitter span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  margin-right: 10px;
  font-size: 1.1rem;
}

.sns__text-instagram {
  margin: 0;
}

.sns__text-instagram span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
  margin-right: 10px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .sns-main {
    border-bottom: 1px solid #666;
  }
}

.otoiawase {
  background: #000;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .otoiawase {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase {
    padding: 100px 0;
  }
}

.otoiawase__ttl {
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .otoiawase__ttl {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase__ttl {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .otoiawase .item {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase .item {
    margin: 0 0 20px;
  }
}

.otoiawase .item:last-child {
  margin: 0;
}

.otoiawase .item__text {
  letter-spacing: 0.05rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .otoiawase .item__text {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase .item__text {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}

.otoiawase .item__tel {
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .otoiawase .item__tel {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .otoiawase .item__tel {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */