@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);

.pc-style {
  display: block;
}
.sp-style {
  display: none;
}
/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


/* レイアウト 関連
-------------------------*/
.shipment {
  display: block;
  color: #d30000;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}
.cart-section,
.downlord-section {
  width: 100%;
  text-align: center;
}
.cart-section {
  margin: 30px 0 84px;
}
.downlord-section {
  margin: 50px 0 84px;
}
.cart_bottan {
  display: block;
  max-width: 350px;
  width: 100%;
  background: #00A99D;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.close_bottan {
  display: block;
  max-width: 350px;
  width: 100%;
  background: #607d8b;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a.cart_bottan,
a.downlord_bottan {
  display: block;
  width: 100%;
  background: #00A99D;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a.cart_bottan {
  max-width: 350px;
}
a.downlord_bottan {
  max-width: 600px;
}

a:hover.cart_bottan,
a:hover.downlord_bottan {
  background: #006ba9;
  transition: .8s;
}
.cart_bottan-text{
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.1rem;
}
.downlord_bottan-text {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}
.delivery-price {
  display: block;
  width: 90%;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: left;
  margin: 20px 5% 5px;
}
.notes {
  display: block;
  width: 90%;
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 5px 5%;
}
.movie-title {
  font-size: 1.875rem;
  line-height: 3.2rem;
  text-align: center;
  padding: 0 0 20px;
}
.movie-area {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer-area {
  max-width: 700px;
  width: 100%;
  border-top: solid 3px #1B2854;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-area_text {
  color: #1B2854;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1210px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
.pc-style {
  display: none;
}
.sp-style {
  display: block;
}

.cart-section {
  margin: 15px 0 44px;
}
.downlord-section {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.downlord_bottan-text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
}
.notes {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.movie-area {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 375px) {
}

