@charset "utf-8";
/* Common CSS */

/* RESET
----------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, img, strong, i, dl, dt, dd, ol, ul, li,
form, label, table, tbody, thead, tr, th, td, article, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

object {
  pointer-events: none;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #5a5a5a;
}

/* CONTENTS
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Arial", "Meiryo", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
  background-color: #e3eaf0;
  color: #6a6060;
}

.contents {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}

/* MAIN
--------------------------------------------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
}

#main_cont {
  padding: 0;
  line-height: 0;
}

#main_cont .contents {
  width: 100%;
  max-width: 100%;
}

.main_img {
  width: 100%;
  /*animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;*/
  }
   
  @keyframes zoomIn {
    0% {
      transform: scale(1.2);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

/* SECTION
*************************************** */
section {
  padding: 40px 0;
}

h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "sans-serif", "Arial", "Meiryo", "-apple-system";
  
  margin-bottom: 23px;
  color: #95abc7;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

h2 .left, h2 .right {
  position: relative;
}

h2 .left::before, h2 .right::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #95abc7;
  content: '';
}

h2 .left::before {
  top: 2px;
  left: -35px;
}

h2 .right::before {
  top: 2px;
  left: 21px;
}

h2 .left::after, h2 .right::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border: solid 2px #95abc7;
  content: '';
}

h2 .left::after {
  top: 10px;
  left: -27px;
  transform: rotate(-10deg);
}

h2 .right::after {
  top: 10px;
  left: 8px;
  transform: rotate(10deg);
}

.cart h2 {
  color: #95abc7;
}

/* FADE UP */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .fadeUpTrigger{
    opacity: 0;
  }

  /* ARROW */
  .arrow {
    position: relative;
  }
  
  .arrow::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }
  
  @media all and (-ms-high-contrast:none) {
    .arrow::before {
      top: 18px;
    }
  }

/* TEXT
*************************************** */
.text {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.text:last-child {
  margin-bottom: 0;
}

.text span {
  display: inline-block;
}

/* INTRODUCTION
*************************************** */
#introduction .sale_title {
  margin-bottom: 0;
  background: linear-gradient(-4deg, #a6bfdf, #5f9deb);
}

.attn_box {
  padding: 15px;
  border: solid 1px #95abc7;
  text-align: left;
}

.attn li {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.attn li::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.8rem;
  vertical-align: middle;
}

.attn li p {
  margin: 0 0 5px 20px;
}

.attn li span {
  display: inline-block;
}


.pv_img {
  width: 100%;
  max-width: 900px;
}

#profile {
  padding: 35px 15px;
  background-image: repeating-linear-gradient(-45deg,rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 7px,transparent 0, transparent 14px);
}

.profile_box {
  width: 100%;
  max-width: 750px;
  margin: 25px auto 0;
  padding: 15px 25px;
  border: solid 3px #fff;
  background-color: rgba(223, 234, 243, .5);
  box-shadow: 4px 4px 15px #83959d;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.profile img {
  width: 100%;
  max-width: 200px;
  margin: 15px 35px 15px 0;
  box-shadow: 5px 5px 13px #83959d;
  transform: rotate(3deg);
}

.profile .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.profile .name_title {
  color: #6D512C;
}

.profile .name {
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: solid 1px;
  font-size: 1.8rem;
}

.profile_box .sub_text {
  margin-top: 10px;
  color: #6a6060;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
}

/* MOVIE
*************************************** */
.movie_box {
  display: flex;
  flex-wrap: wrap;
}

.movie {
  position: relative;
  width: 45%;
  margin: 20px auto 0;
  padding-bottom: 25%;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickup_movie {
  width: 95%;
  padding-bottom: 53.5%;
}

/* CART
*************************************** */
.cart2 {
  background-color: #fffdf5;
}

.sale_box {
  text-align: left;
}

.sale_info {
  display: flex;
  padding: 0 15px 15px;
}

.jacket {
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}

.jacket img {
  width: 100%;
  max-width: 450px;
}

.detail_box {
  width: 100%;
  margin-left: 20px;
  line-height: 1.4;
}

.detail_box .text {
  font-size: 1.6rem;
}

.sale_title {
  margin-bottom: 15px;
  padding: 7px 10px;
  background: linear-gradient(-4deg, #6D512C 45%, #2f2312 90%);
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.sale_title span {
  display: inline-block;
}

.price {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.price span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
}

.price_box .sub_text p {
  margin-bottom: 5px;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 98%;
  max-width: 400px;
  margin: 15px auto 0;
  padding: 8px 5px;
  border-radius: 2px;
  background: linear-gradient(180deg, #cc1804 45%, #800d00 90%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast:none) {
  .btn_box a {
    padding-top: 8px;
  }
}

.btn_box a:hover {
  background: linear-gradient(180deg, #6D512C 45%, #2f2312 90%);
}

.btn_box a span {
  display: inline-block;
}

.tokuten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
  border: solid 1px #718eb2;
  font-weight: bold;
  line-height: 1.4;
}

.sub_title {
  width: 100%;
  padding: 7px 10px;
  background-color: #718eb2;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media all and (-ms-high-contrast:none) {
  .sub_title {
    padding-top: 8px;
  }
}

.sub_title span {
  display: inline-block;
}

.add {
  width: 100%;
  padding: 7px 10px 10px;
  background-color: #fff;
  color: #6d8aae;
  font-size: 1.8rem;
  text-align: center;
}

.list_box {
  margin-top: 20px;
  padding: 15px;
  border: solid 1px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.list_title {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: solid 1px;
  font-size: 1.7rem;
  font-weight: bold;
}

.list li {
  margin-bottom: 10px;
}

.list li:last-child {
  margin-bottom: 0;
}

/* ATTENTION
--------------------------------------------------*/
.attention {
  text-align: left;
}

.attention li {
  margin: 0 0 5px 20px;
  list-style-type: disc;
  line-height: 1.4;
}

.attention p {
  margin: 22px 0 3px;
}

.attention .li_style {
  margin: 22px 0 3px;
  list-style-type: none;
}

.attention p, .attention .li_style, .attention a {
  color: #6D512C;
  font-weight: bold;
}

.attention .attention_title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #6D512C;
  font-size: 2.5rem;
  text-align: center;
}

.en {
  display: block;
}

.en a {
  display: block;
}

/* SNS
--------------------------------------------------*/
.sns {
  display: flex;
  padding: 20px 0;
  justify-content: center;
}

.sns li {
  margin-left: 15px;
}

.sns li:first-child {
  margin-left: 0;
}

.sns a {
  display: block;
  transition: all .2s ease-in-out;
}

.sns a:hover {
  opacity: 0.5;
}

.sns img {
  width: 50px;
  height: 50px;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 40px 5px 85px;
  background-color: #b6cae4;
  font-size: 1.6rem;
}

footer p {
  margin-bottom: 10px;
}

/* PAGE TOP
----------------------------------------------------------------------------------------------------*/
.page-top {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 50px;
  height: 50px;
  right: calc(50% - 500px);
  bottom: 0;
  margin-bottom: 30px;
  padding: 7px 13px;
  border-radius: 50%;
  background-color: #6D512C;
  border: solid 2px #fff;
  z-index: 80;
  transition: all .2s ease-in-out;
}

.page-top .top {
  transition:all 0.5s;
}

.top{
  position: relative;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}

.page-top:hover {
  border: solid 2px #6D512C;
  background-color: #fff;
}

.page-top:hover .top {
  border-bottom: 13px solid #6D512C;
}

/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/


  /* SECTION
  *************************************** */
  h2 {
    font-size: 8vw;
  }

  /* INTRODUCTION
  *************************************** */
  #introduction .text {
    font-size: 1.6rem;
  }

  .profile_box h3 {
    margin: 10px 0;
  }

  .profile img {
    margin: 5px 10px 18px 10px;
  }

  /* MOVIE
  *************************************** */
  .more_contents{
    position: relative;
    height: 185px;
    overflow: hidden;
  }

  .more_contents .more {
    display: none;
  }
  
  .more_btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
  }
  
  .more_btn p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    padding: 5px 15px;
    letter-spacing: 0.05rem;
    border-radius: 50px;
    border: solid 1px #003fb3;
    background-color: #003fb3;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }
  
  @media all and (-ms-high-contrast:none) {
    .more_btn p {
      padding-top: 15px;
    }
  }
  
  .more_btn p:hover {
    background-color: #fff;
    color: #003fb3;
  }

  .movie {
    width: 100%;
    padding-bottom: 55%;
  }

  /* CART
  *************************************** */
  .sale_info {
    display: block;
    padding: 3vw 2vw;
  }

  .detail_box {
    margin-left: 0;
  }

  .text span {
    display: inline;
  }

  .sale_title {
    font-size: 2rem;
    text-align: center;
  }

  .btn_box a {
    width: 100%;
    min-width: unset;
    font-size: 1.8rem;
  }

  /* SNS
  *************************************** */
  .sns img {
    width: 100%;
    height: auto;
  }
  
  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 2vw;
  }
}
/* (max-width: 480px) end */


/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/


  /* SECTION
  *************************************** */
  h2 {
    font-size: 4rem;
  }

  /* INTRODUCTION
  *************************************** */
  #introduction .sub_text {
    font-size: 1.6rem;
  }

  /* CART
  *************************************** */
  .sale_info {
    display: block;
  }

  .sale_title {
    text-align: center;
  }

  .jacket {
    margin: 0 auto 20px;
  }

  .detail_box {
    margin-left: 0;
  }

  .price_box {
    width: 100%;
    text-align: center;
  }

  .btn_box a {
    max-width: 450px;
  }

  /* PAGE TOP
  *************************************** */
  .page-top {
    right: 25px;
  }
}
/* (min-width: 481px) and (max-width: 1023px) end */
