@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
fonts
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');


/* ---------------------------------------------------------
common
----------------------------------------------------------*/
html,
body {
  font-size: 62.5%;
}
body {
	width: 100%;
  min-width: 960px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #222;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
  word-break: break-word;
}
.bg-gray {
  background: #ECECEC;
}
.bg-beige {
  background: #E6E4DA;
}
.bg-white {
  background: #fff;
}
img { 
  vertical-align: bottom;
}

a {
  color: #222; 
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.show-sp {
  display: none;
}
.is-hide {
  display: none;
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.animeBefore,
.animeBefore2 {
	visibility: hidden;
}

.fadeAnime,
.fadeAnime2 {
	visibility: visible;
	animation-name: fadeAnime;
	animation-duration: 1.5s;
  transition-timing-function: ease;
}
.fadeAnime3 {
	visibility: visible;
	animation-name: fadeAnime3;
	animation-duration: 1.8s;
  transition-timing-function: ease;
}
@keyframes fadeAnime {
  from {
	  opacity: 0;
	  transform: translateY(50px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0px);
  }
}
@keyframes fadeAnime3 {
  from {
	  opacity: 0;
  }
  to {
	  opacity: 1;
  }
}

/* ---------------------------------------------------------
modaal
----------------------------------------------------------*/
.modaal-video-wrap {
  max-width: 1300px;
  max-height: 731px;
  margin: auto;
}
.modaal-video-container {
  max-width: 100%;
  max-height: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media screen and (max-height:900px) {
  .modaal-video-wrap {
    max-width: 1100px;
    max-height: 618px;
  }
}


/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  background: #fff;
  z-index: 3;
}
header .inner {
  position: relative;
  width: calc(940 / 960 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1286px;
  padding: 26px 0;
  margin: 0 auto;
}
header .menu {
  width: calc(760 / 960 * 100%);
}
header .logo {
  width: 132px;
  margin-right: calc(46 / 960 * 100%);
  margin-left: calc(10 / 960 * 100%);
}
header .logo a {
  display: block;
  width: 132px;
  transition: opacity .3s;
}
header .logo img {
  width: 100%;
  height: auto;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav li {
  position: relative;
  list-style: none;
}
header nav li.js-new a::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -17px;
  display: block;
  width: 12px;
  height: 12px;
  background: #e6152a;
  border-radius: 50%;
}
header nav a {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .03em;
  transition: opacity .3s;
}
header .logo a:hover,
header nav a:hover {
  opacity: .7;
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  position: relative;
}

/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
#pagetop {
  position: absolute;
  top: -55px;
  right: 13px;
  width: 32px;
}
#pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:1284px) {  
  #pagetop {
    position: absolute;
    left: 50%;
    right: auto;
    width: 32px;
    margin-left: 598px;
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  background: #fff;
}
footer .block-top {
  position: relative;
  padding: 22px 0 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
footer .block-top .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1286px;
  margin: 0 auto;
}
footer .block-top ul {
  display: flex;
  justify-content: space-between;
  width: calc(712 / 960 * 100%);
  margin-left: calc(12 / 960 * 100%);
}
footer li {
  list-style: none;
}
footer .block-top li a {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .03em;
  transition: opacity .3s;
}
footer .sns {
  display: flex;
  align-items: center;
  margin-right: calc(10 / 960 * 100%);
}
footer .sns a {
  transition: opacity .3s;
}
footer .sns .fb a {
  display: block;
  width: 10px;
  margin-right: 24px;
}
footer .sns .tw a {
  display: block;
  width: 18px;
  margin-right: 20px;
}
footer .sns .insta a {
  display: block;
  width: 18px;
}
footer .sns img {
  width: 100%;
  height: auto;
}
footer .sns .tw a img {
  height: 16px;
}
footer .sns .insta a img {
  height: 19px;
}
footer .block-bottom {
  padding: 26px 0;
}
footer .block-bottom .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  justify-content: space-between;
  max-width: 1286px;
  margin: 0 auto;
}
footer .block-bottom p {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 11px;
  letter-spacing: .03em;
  margin-left: calc(10 / 960 * 100%);
}
footer .block-bottom ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% - (724 / 960 * 100%) + 111px);
  padding-right: calc(10 / 960 * 100%);
  box-sizing: border-box;
}
footer .block-bottom li a {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 11px;
  letter-spacing: .03em;
  transition: opacity .3s;
}
footer a:hover {
  opacity: .7;
}


/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ---------------------------------------------------------
  common
  ----------------------------------------------------------*/
  body {
    min-width: 100%;
  }
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  
/* ---------------------------------------------------------
header sp
----------------------------------------------------------*/
  header {
    min-width: 100%;
  }
  header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(119 / 750 * 100vw);
    background: #fff;
  }
  header.is-active {
    height: 100%;
    background: none;
  }
  header .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: calc(41 / 750 * 100vw) 0;
  }
  header.is-active .inner {
    height: 100%;
  }
  header .overlay {
    transition: background .3s;
  }
  header.is-active .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
  }
  header .logo {
    width: calc(186 / 750 * 100vw);
    margin-left: calc(39 / 750 * 100vw);
    margin-right: 0;
  }
  header .logo a {
    width: calc(186 / 750 * 100vw);
  }
  header .menu {    
    position: absolute;
    top: 0;
    right: 0;
    width: calc(570 / 750 * 100vw);
    background: #fff;
    padding: calc(172 / 750 * 100vw) calc(60 / 750 * 100vw) calc(170 / 750 * 100vw) 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s;
  }
  header.is-active .menu {
    display: block;
    height: 100%;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    box-sizing: border-box;
  }
  header nav ul {
    display: block;
  }
  header nav li {
    text-align: right;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  header nav li:nth-child(4) {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  header nav li:nth-child(6) {
    margin-bottom: calc(224 / 750 * 100vw);
  }
  header nav li:nth-child(4)::after,
  header nav li:nth-child(6)::after {
    content: '';
    display: block;
    width: calc(80 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    background: #222;
    margin-top: calc(55 / 750 * 100vw);
    margin-left: auto;
  }
  header nav a {
    display: flex;
    justify-content: flex-end;
    font-size: calc(34 / 750 * 100vw);
  }
  header nav li.js-new a::before {
    content: 'NEW';
    display: block;
    font-weight: bold;
    font-size: calc(21 / 750 * 100vw);
    color: #E61428;
    margin: calc(3 / 750 * 100vw) calc(12 / 750 * 100vw) 0 0;
  }
  header nav li.js-new a::after {
    content: none;
  }
  header .sp-box .sns {
    display: flex;
    justify-content: flex-end;
    margin-bottom: calc(32 / 750 * 100vw);
  }
  header .sp-box .sns .insta a {
    display: block;
    width: calc(44 / 750 * 100vw);
    margin-right: calc(60 / 750 * 100vw);
  }
  header .sp-box .sns .insta a img {
    height: calc(46 / 750 * 100vw);
  }
  header .sp-box .sns .fb a {
    display: block;
    width: calc(23 / 750 * 100vw);
    margin-right: calc(60 / 750 * 100vw);
  }
  header .sp-box .sns .tw a {
    display: block;
    width: calc(48 / 750 * 100vw);
  }
  header .sp-box .sns img {
    width: 100%;
    height: auto;
  }
  header .sp-box p {
    font-family: Helvetica, Arial, "sans-serif";
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: .03em;
    text-align: right;
  }
  header .btn-menu {
    position: absolute;
    top: calc(43 / 750 * 100vw);
    right: calc(38 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    z-index: 2;
  }
  header.is-active .btn-menu {
    width: calc(55 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
  }
  header .btn-menu span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background: #222;
    transition: transform .3s, top .3s;
  }
  header .btn-menu span:nth-child(2) {
    top: calc(15 / 750 * 100vw);
  }
  header .btn-menu span:nth-child(3) {
    top: calc(30 / 750 * 100vw);
  }
  header.is-active .btn-menu span:nth-child(1) {
    top: calc(14 / 750 * 100vw);
    transform: rotate(45deg);
  }
  header.is-active .btn-menu span:nth-child(2) {
    opacity: 0;
  }
  header.is-active .btn-menu span:nth-child(3) {
    top: calc(14 / 750 * 100vw);
    transform: rotate(-45deg);
  }
  
  
/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
  #pagetop {
    top: auto;
    bottom: calc(38 / 750 * 100vw);
    right: calc(38 / 750 * 100vw);
    width: calc(44 / 750 * 100vw);
  }

/* ---------------------------------------------------------
footer sp
----------------------------------------------------------*/
  footer .block-top {
    padding: calc(122 / 750 * 100vw) 0 calc(121 / 750 * 100vw);
  }
  footer .block-top .inner {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  footer .block-top ul {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  footer .block-top li {
    margin-bottom: calc(59 / 750 * 100vw);
  }
  footer .block-top li:last-child {
    margin-bottom: calc(120 / 750 * 100vw);
  }
  footer .block-top li a {
    font-size: calc(34 / 750 * 100vw);
  }
  footer .sns {
    justify-content: center;
    margin-right: 0;
  }
  footer .sns .fb a {
    width: calc(23 / 750 * 100vw);
    margin-right: calc(60 / 750 * 100vw);
  }
  footer .sns .tw a {
    width: calc(48 / 750 * 100vw);
    margin-right: calc(60 / 750 * 100vw);
  }
  footer .sns .insta a {
    width: calc(44 / 750 * 100vw);
  }
  footer .sns .tw a img {
    height: calc(41 / 750 * 100vw);
  }
  footer .sns .insta a img {
    height: calc(44 / 750 * 100vw);
  }
  footer .block-bottom {
    padding: calc(58 / 750 * 100vw) 0 calc(57 / 750 * 100vw);
  }
  footer .block-bottom .inner {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  footer .block-bottom p {
    font-size: calc(20 / 750 * 100vw);
    margin-left: 0;
  }
  footer .block-bottom ul {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  footer .block-bottom li {
    margin-bottom: calc(55 / 750 * 100vw);
  }
  footer .block-bottom li a {
    font-size: calc(20 / 750 * 100vw);
  }  
}

@media screen and (max-width:320px) {
  header nav li.js-new a::before {
    margin: calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) 0 0;
  }
}