@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.font-en {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}

/* -------------------------------------------------------
	contents
-------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body > * {
  opacity: 1;
}

body {
  overflow-x: hidden !important;
}

@media screen and (max-width: 767px) {
  .wrap:has(#header.fixed) .s-fixbtn {
    top: calc(123px - 4vw);
  }
}
#footer {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

#personalHeader {
  position: relative;
  z-index: 1;
}

/* -------------------------------------------------------
	base
-------------------------------------------------------- */
.special {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #333;
  position: relative;
  z-index: 0;
  width: 100% !important;
}
.special::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(img/bg.jpg) center no-repeat;
  background-size: cover;
}
.special h1, .special h2, .special h3 {
  font-weight: normal;
  font-size: 48px;
  font-size: 3.3333333333vw;
}
.special a, .special a:link, .special a:visited {
  color: #333;
}
.special img {
  width: 100%;
}
.special .pc-br {
  display: block;
}
.special .sp-br {
  display: inline;
}
.special .pc-sp-br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .special {
    font-weight: 500;
  }
  .special h1, .special h2, .special h3 {
    font-size: 48px;
    font-size: 4.6875vw;
  }
  .special .sp-br {
    display: block;
  }
  .special .pc-sp-br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .special {
    font-weight: 500;
  }
  .special h1, .special h2, .special h3 {
    font-size: 24px;
    font-size: 6.106870229vw;
  }
}

.special .mt0 {
  margin-top: 0;
}
.special .mt4 {
  margin-top: 4px;
}
.special .mt6 {
  margin-top: 6px;
}
.special .mt10 {
  margin-top: 10px;
}
.special .mt16 {
  margin-top: 16px;
}
.special .mt20 {
  margin-top: 20px;
}
.special .mt30 {
  margin-top: 30px;
}
.special .mt32 {
  margin-top: 32px;
}
.special .mt40 {
  margin-top: 40px;
}
.special .mt56 {
  margin-top: 56px;
}
.special .mt60 {
  margin-top: 60px;
}
.special .mt80 {
  margin-top: 80px;
}
.special .mt100 {
  margin-top: 100px;
}
.special .mt120 {
  margin-top: 120px;
}
.special .mt130 {
  margin-top: 130px;
}
.special .mt140 {
  margin-top: 140px;
}
.special .mt160 {
  margin-top: 160px;
}
.special .mt180 {
  margin-top: 180px;
}
.special .mt200 {
  margin-top: 200px;
}
.special .mt400 {
  margin-top: 400px;
}
.special .mt_lineheight1em {
  margin-top: 1em;
}
.special .mt18em {
  margin-top: 1.8em;
}
@media screen and (max-width: 1024px) {
  .special .mt0s {
    margin-top: 0px;
  }
  .special .mt8s {
    margin-top: 8px;
  }
  .special .mt10s {
    margin-top: 10px;
  }
  .special .mt15s {
    margin-top: 15px;
  }
  .special .mt20s {
    margin-top: 20px;
  }
  .special .mt25s {
    margin-top: 25px;
  }
  .special .mt30s {
    margin-top: 30px;
  }
  .special .mt35s {
    margin-top: 35px;
  }
  .special .mt32s {
    margin-top: 32px;
  }
  .special .mt40s {
    margin-top: 40px;
  }
  .special .mt48s {
    margin-top: 48px;
  }
  .special .mt50s {
    margin-top: 50px;
  }
  .special .mt56s {
    margin-top: 56px;
  }
  .special .mt60s {
    margin-top: 60px;
  }
  .special .mt80s {
    margin-top: 80px;
  }
  .special .mt100s {
    margin-top: 100px;
  }
  .special .mt120s {
    margin-top: 120px;
  }
  .special .mt200s {
    margin-top: 200px;
  }
}
.special .lh24em {
  line-height: 2.4em;
}
.special .lh2emS {
  line-height: 2em;
}

.section-line {
  width: 72%;
  height: 1px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.section-line.type2 {
  background-color: #fff;
  width: 62%;
}

/* -------------------------------------------------------
	order
-------------------------------------------------------- */
.special {
  display: flex;
  flex-direction: column;
}
.special .s-concept {
  order: 3;
}
.special .s-menu {
  order: 2;
}
.special .s-mv {
  order: 1;
}
.special .s-fixbtn {
  order: 4;
}
.special .s-detail {
  order: 5;
}
.special .s-lineup {
  order: 6;
}
.special .s-stores {
  order: 7;
}

/* -------------------------------------------------------
	mv
-------------------------------------------------------- */
.s-mv {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 125px);
  background: url(img/mv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.s-mv div {
  position: absolute;
  width: 1%;
}
.s-mv .mv-est {
  right: 2%;
}
.s-mv .mv-logo {
  left: 2%;
}
@media screen and (max-width: 1024px) {
  .s-mv {
    height: 100vw;
  }
  .s-mv div {
    width: 2%;
  }
}
@media screen and (max-width: 767px) {
  .s-mv div {
    width: 3%;
  }
  .s-mv .mv-est {
    right: 3%;
  }
  .s-mv .mv-logo {
    left: 3%;
  }
}

/* -------------------------------------------------------
	s-menu
-------------------------------------------------------- */
.s-menu {
  position: sticky;
  top: 67px;
  left: 0;
  box-sizing: border-box;
  z-index: 10;
  margin-top: -70px;
}
.s-menu ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 980px;
  margin: 0 auto;
}
.s-menu li {
  flex: 1;
}
.s-menu a {
  display: block;
  line-height: 70px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: 0.7s;
  text-align: center;
}
.s-menu a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .s-menu {
    margin-top: -60px;
  }
  .s-menu a {
    line-height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-menu {
    margin-top: -48px;
  }
  .s-menu a {
    line-height: 48px;
  }
}

@media all and (max-width: 980px) {
  #header.fixed ~ .special .s-menu {
    top: 68px;
  }
  .s-menu ul {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .s-menu ul li {
    flex: auto;
  }
  .s-menu ul a {
    font-size: 14px;
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
  }
}
@media all and (max-width: 767px) {
  #header ~ .special .s-menu {
    top: 0;
    transition: 0.3s;
  }
  #header.fixed ~ .special .s-menu {
    top: 75px;
  }
}
/* -------------------------------------------------------
	intro
-------------------------------------------------------- */
.s-concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f8;
  padding: 0 12%;
  box-sizing: border-box;
}
.s-concept .concept-title {
  width: 100%;
  border-bottom: 1px solid #333;
  text-align: center;
}
.s-concept .concept-p {
  font-size: 18px;
  font-size: 1.25vw;
  text-align: center;
  line-height: 2em;
  margin-bottom: 160px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .s-concept {
    padding: 0 18%;
  }
  .s-concept .concept-p {
    font-size: 20px;
    font-size: 1.953125vw;
    margin-bottom: 80px;
  }
  .s-concept .concept-p .sp-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .s-concept {
    padding: 0 8%;
  }
  .s-concept .concept-title {
    font-size: 28px;
    font-size: 7.1246819338vw;
  }
  .s-concept .concept-p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}

/* -------------------------------------------------------
	s-fixbtn
-------------------------------------------------------- */
.s-fixbtn {
  width: 8%;
  margin-right: 40px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  position: sticky;
  z-index: 10;
  top: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-fixbtn::before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 12px;
  height: 40px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skewY(45deg);
  margin-right: 12px;
}
.s-fixbtn img {
  animation: 14s linear infinite rotation;
}
@media screen and (max-width: 1024px) {
  .s-fixbtn {
    margin-right: 4%;
    padding-top: 4vw;
    padding-bottom: 34px;
    top: 100px;
  }
  .s-fixbtn::before {
    bottom: 5px;
    width: 8px;
    height: 25px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .s-fixbtn {
    width: 14%;
    top: calc(118px - 4vw);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------------------
	detail
-------------------------------------------------------- */
.s-detail {
  position: relative;
}

.detail-part {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 400px;
}
.detail-part .detail-bg {
  width: 100%;
  background-color: rgba(191, 182, 161, 0.2);
  display: flex;
  flex-direction: row-reverse;
}
.detail-part .detail-text {
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  position: relative;
  z-index: 5;
}
.detail-part .detail-text h3 {
  border-bottom: 1px solid #333;
  width: 100%;
  text-align: left;
}
.detail-part .detail-text .detail-p {
  font-size: 15px;
  font-size: 1.0416666667vw;
  line-height: 2em;
  margin-bottom: 48px;
}
.detail-part .detail-img {
  margin-left: 12%;
  width: 36%;
  margin-bottom: -25vw;
}
.detail-part .detail-btn {
  border: 1px solid #333;
  padding: 4px;
  box-sizing: border-box;
  margin-bottom: 48px;
  text-decoration: none;
  transition: all 0.6s;
}
.detail-part .detail-btn:hover {
  background-color: #ccc;
}
.detail-part .detail-btn span {
  font-size: 16px;
  font-size: 1.1111111111vw;
  padding: 0.2em 0.8em;
  background-color: #ccc;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .detail-part {
    margin-top: 200px;
  }
  .detail-part .detail-text {
    width: 54%;
    margin-right: 18%;
  }
  .detail-part .detail-text .detail-p {
    font-size: 20px;
    font-size: 1.953125vw;
  }
  .detail-part .detail-img {
    margin-left: 18%;
    width: 50%;
    margin-bottom: -6vw;
    padding: 0;
  }
  .detail-part .detail-btn span {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .detail-part {
    margin-top: 200px;
  }
  .detail-part .detail-text {
    width: 70%;
    margin-right: 8%;
  }
  .detail-part .detail-text .detail-p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
  .detail-part .detail-img {
    margin-left: 8%;
    width: 62%;
    margin-bottom: -14vw;
  }
  .detail-part .detail-btn span {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}

.detail-part.detail2 {
  flex-direction: column;
}
.detail-part.detail2 .detail-bg {
  flex-direction: row;
  margin-top: 0;
}
.detail-part.detail2 .detail-img {
  margin-left: auto;
  margin-right: 12%;
  margin-top: -19vw;
  margin-bottom: 0;
  width: 50%;
  padding: 0;
}
.detail-part.detail2 .logo-whistle {
  position: absolute;
  bottom: 0;
  left: 11%;
  width: 15%;
}
.detail-part.detail2 .detail-text {
  margin-left: 12%;
  margin-right: auto;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .detail-part.detail2 {
    flex-direction: column-reverse;
  }
  .detail-part.detail2 .detail-img {
    margin-right: 18%;
    margin-top: 0;
    margin-bottom: -6vw;
    width: 60%;
  }
  .detail-part.detail2 .detail-text {
    margin-left: 18%;
  }
  .detail-part.detail2 .logo-whistle {
    bottom: unset;
    top: 0;
    left: 16%;
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .detail-part.detail2 {
    flex-direction: column-reverse;
  }
  .detail-part.detail2 .detail-img {
    margin-right: 8%;
    margin-bottom: -14vw;
    width: 80%;
  }
  .detail-part.detail2 .detail-text {
    margin-left: 8%;
  }
  .detail-part.detail2 .logo-whistle {
    left: 7%;
    width: 30%;
  }
}

.detail-part.detail3 .detail-img {
  width: 54%;
  margin-top: 0;
  margin-bottom: -17vw;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .detail-part.detail3 .detail-img {
    width: 66%;
    margin-bottom: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .detail-part.detail3 .detail-img {
    width: 84%;
    margin-bottom: -14vw;
  }
}

/* -------------------------------------------------------
	product
-------------------------------------------------------- */
.s-lineup h2 {
  margin-left: 12%;
  margin-right: 12%;
  text-align: center;
  border-bottom: 1px solid #333;
}
.s-lineup ul {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  padding-left: 12%;
  padding-right: 12%;
  box-sizing: border-box;
}
.s-lineup li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-lineup li:hover .item-imglink {
  transform: scale(1.1);
}
.s-lineup li:nth-child(1) {
  order: 4;
}
.s-lineup li:nth-child(2) {
  order: 5;
}
.s-lineup li:nth-child(3) {
  order: 1;
}
.s-lineup li:nth-child(4) {
  order: 2;
}
.s-lineup li:nth-child(5) {
  order: 3;
}
.s-lineup a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.s-lineup .item-textlink {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
}
.s-lineup p {
  text-align: right;
}
.s-lineup .item-name {
  font-size: 24px;
  font-size: 1.6666666667vw;
}
.s-lineup .item-no, .s-lineup .item-price {
  font-size: 16px;
  font-size: 1.1111111111vw;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .s-lineup h2 {
    margin-left: 18%;
    margin-right: 18%;
  }
  .s-lineup ul {
    padding-left: 18%;
    padding-right: 18%;
    flex-wrap: wrap;
  }
  .s-lineup li {
    width: 50%;
    padding: 16px 0;
  }
  .s-lineup li:nth-child(1) {
    order: 1;
  }
  .s-lineup li:nth-child(2) {
    order: 2;
  }
  .s-lineup li:nth-child(3) {
    order: 3;
  }
  .s-lineup li:nth-child(4) {
    order: 4;
  }
  .s-lineup li:nth-child(5) {
    order: 5;
  }
  .s-lineup .item-name {
    font-size: 24px;
    font-size: 2.34375vw;
    margin-bottom: 8px;
  }
  .s-lineup .item-no, .s-lineup .item-price {
    font-size: 20px;
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .s-lineup h2 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .s-lineup ul {
    padding-left: 2%;
    padding-right: 2%;
  }
  .s-lineup li {
    padding: 8px 0;
  }
  .s-lineup .item-name {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
  .s-lineup .item-no, .s-lineup .item-price {
    font-size: 13px;
    font-size: 3.3078880407vw;
  }
}

.lineup-all {
  width: 100%;
  position: relative;
}
.lineup-all .show-animation {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.lineup-all .show-animation:hover {
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .lineup-all .show-animation {
    animation: blink 3s ease-in-out infinite alternate;
  }
  .lineup-all .show-animation:hover {
    opacity: 1;
  }
  @keyframes blink {
    0% {
      opacity: 0;
      transition: all 0.3s;
    }
    100% {
      opacity: 1;
      transition: all 0.3s;
    }
  }
}

/* -------------------------------------------------------
	stores
-------------------------------------------------------- */
.s-stores {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(103, 61, 38, 0.4);
  color: #fff !important;
  padding-bottom: 100px;
}
.s-stores a, .s-stores a:link, .s-stores a:visited {
  color: #333;
}
.s-stores h2 {
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .s-stores {
    padding-bottom: 80px;
  }
  .s-stores h2 {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media screen and (max-width: 767px) {
  .s-stores h2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.accordion_area {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
}
.accordion_area .accordion_one._flex {
  width: 50%;
}
.accordion_area .accordion_one._flex:nth-child(even) .accordion_inner {
  margin-left: -100%;
}
.accordion_area .accordion_one {
  display: flex;
  flex-wrap: wrap;
}
.accordion_area .accordion_header_one {
  width: 50%;
}
.accordion_area .accordion_header_one a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  font-size: 1.1111111111vw;
  transition: 0.3s;
  padding: 0 5%;
  justify-content: space-between;
  text-decoration: none;
}
.accordion_area .accordion_header_one a::after {
  font-family: "Material Icons";
  content: "\e5df";
  font-size: 40px;
  color: #333;
}
.accordion_area .accordion_header_one a:hover {
  opacity: 0.5;
}
.accordion_area .accordion_header_one a > span, .accordion_area .accordion_header_one a p {
  margin-right: auto;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 76%;
}
.accordion_area .accordion_header_one img {
  width: 24%;
  margin-right: 4%;
  padding: 4px 0;
}
.accordion_area .accordion_header_one.coming a {
  pointer-events: none;
}
.accordion_area .accordion_header_one.coming a .stores-status {
  background-color: #333;
}
.accordion_area .accordion_header_one.coming a::after {
  font-family: "Material Icons";
  content: "\e5df";
  font-size: 40px;
  color: #333;
}
.accordion_area .accordion_header_one.coming a img {
  opacity: 0.5;
}
.accordion_area .accordion_header_one.coming a p .store-name {
  opacity: 0.5;
}
.accordion_area .stores-status {
  background-color: #333;
  font-size: 12px;
  font-size: 0.8333333333vw;
  padding: 0.6% 2%;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  bottom: -2em;
  font-weight: bold;
  color: #fff;
}
.accordion_area .stores-status.s0525 {
  background-color: #333;
}
@media screen and (max-width: 1024px) {
  .accordion_area {
    width: 70%;
  }
  .accordion_area .accordion_header_one {
    width: 100%;
  }
  .accordion_area .accordion_header_one a {
    font-size: 20px;
    font-size: 1.953125vw;
    padding: 0 3%;
  }
  .accordion_area .accordion_header_one a::after {
    font-size: 40px;
  }
  .accordion_area .accordion_header_one a:hover {
    opacity: 1;
  }
  .accordion_area .accordion_header_one img {
    width: 20%;
  }
  .accordion_area .stores-status {
    font-size: 14px;
    font-size: 1.3671875vw;
    padding: 0.6% 2%;
  }
}
@media screen and (max-width: 767px) {
  .accordion_area {
    width: 98%;
  }
  .accordion_area .accordion_header_one a {
    font-size: 12px;
    font-size: 3.0534351145vw;
  }
  .accordion_area .stores-status {
    font-size: 10px;
    font-size: 2.5445292621vw;
  }
}

.accordion_inner {
  display: none;
  width: 200%;
  flex-shrink: 0;
}
.accordion_inner .capital-name {
  margin-left: 3.8%;
  font-size: 16px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.2em 1em;
  opacity: 0;
  transition: 0.3s 0.5s;
}
.accordion_inner ul {
  opacity: 0;
  transition: 0.3s 0.5s;
}
.active .accordion_inner .capital-name {
  opacity: 1;
  transition: 0.3s 0.5s;
}
.active .accordion_inner ul {
  opacity: 1;
  transition: 0.3s 0.5s;
}
@media screen and (max-width: 1024px) {
  .accordion_inner .capital-name {
    margin-left: 5%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_inner .capital-name {
    font-size: 14px;
  }
  .accordion_inner .sp-fontsize {
    font-size: 2.6vw;
  }
  .accordion_inner .sp-fontsize3vw {
    font-size: 3vw;
  }
}

.accordion_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 92px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  align-items: center;
  font-size: 22px;
  padding: 0 7%;
  color: #fff;
}
.accordion_header:hover {
  color: #333;
}
.active .accordion_header {
  color: #fff;
}
.active .accordion_header:before {
  content: "";
  height: 1px;
  width: 86%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 7%;
}
.active .accordion_header .hover-action {
  transform: rotate(180deg);
}
.active .accordion_header .hover-action::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion_header .hover-action {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
.accordion_header .hover-action::before, .accordion_header .hover-action::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: block;
}
.accordion_header .hover-action:before {
  width: 100%;
  height: 2px;
  right: 0;
}
.accordion_header .hover-action:after {
  width: 2px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .accordion_header {
    height: 80px;
    font-size: 20px;
    padding: 0 10%;
  }
  .accordion_header:hover {
    color: #fcfcfc;
  }
  .active .accordion_header:before {
    width: 80%;
    left: 10%;
  }
  .accordion_header .hover-action {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_header {
    height: 60px;
    font-size: 16px;
  }
}

.animate {
  opacity: 0;
  transition: all 0.4s;
}

.animate.delay1 {
  transition: all 0.6s 0.6s ease;
}

.animate.delay2 {
  transition: all 0.8s 0.8s ease;
}

.animate.fade {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .detail-part .animate.delay1 {
    transition: all 0.8s 0.8s ease;
  }
  .detail-part .animate.delay2 {
    transition: all 0.6s 0.6s ease;
  }
}/*# sourceMappingURL=porter_tone.css.map */

/*ヘッダー修正*/
.header-fix {
    z-index: 9999;
    position:  relative;
    background-color: #ffffff;
}
/*レスポンシブ修正*/
.pc-fix {
    display: none;
}
.sp-fix {
    display: block;
}
@media (min-width: 768px) {
    .pc-fix {
        display: block;
    }
    .sp-fix {
        display: none;
    }