@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#loading {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 999999;
  transition: all 0.5s ease-out 0.01s;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}

#section_back_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

#section01 {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: 5vw;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 70px;
  }
}
#section01 .section__in {
  width: calc(100% - 60px);
  /*max-width: 1324px;*/
  /*max-width: 1324px;*/
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 90%;
  }
}
#section01 figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#section01 .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#section01 .title_area .ttl01 {
  width: 70.88%;
}
#section01 .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: calc((100vw - 1200px - 80px) / 2);
  padding-top: 50px;
  margin-top: -102px;
}
@media screen and (max-width:1460px) {
  #section01 .title_area .ttl01 .ttl01__in {
    padding-left: 4%;
    padding-top: 3.4246575342vw;
    margin-top: -6.9863013699vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .title_area .ttl01 .ttl01__in {
    padding-top: 5vw;
    margin-top: -6.9863013699vw;
    padding-left: 0%;
    padding-right: 1em;
  }
}
#section01 .title_area .ttl01 .ttl01__in h1 {
  margin-bottom: 28px;
}
@media screen and (max-width:1460px) {
  #section01 .title_area .ttl01 .ttl01__in h1 {
    margin-bottom: 1.9178082192vw;
  }
}
#section01 .title_area .ttl01 .ttl01__in h1 img {
  width: auto;
  height: 42px;
}
@media screen and (max-width:1460px) {
  #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 2.8767123288vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 5.8vw;
  }
}
#section01 .title_area .ttl01 .ttl01__in .base_text {
  line-height: 160%;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 6.8493150685vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 0px;
    font-size: 3.2vw;
  }
}
#section01 .title_area .ttl01 .ttl01__in ul.pclist {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    display: none;
  }
}
#section01 .title_area .ttl01 .ttl01__in ul.pclist li {
  display: inline-block;
  margin-right: 3em;
}
#section01 .title_area .ttl01 .ttl01__in ul.pclist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
#section01 .title_area .ttl02 {
  width: 29.12%;
}
#section01 .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/products/img_line.svg) repeat-y center;
  background-size: 100% auto;
}
#section01 ul.splist {
  display: flex;
  justify-content: flex-start;
  margin-top: 10vw;
  display: none;
}
@media screen and (max-width:1460px) {
  #section01 ul.splist {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.splist {
    display: flex;
    font-size: 3.4vw;
    flex-wrap: wrap;
  }
}
#section01 ul.splist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
#section01 ul.splist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
  padding: 0.65em 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
#section01 ul.splist li a::after {
  content: "";
  background: url(../images/icon_yaji2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
}
#section02 h2.h2title {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 h2.h2title {
    margin-bottom: 20px;
  }
}
#section02 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  padding-top: 150px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 h2.h2title_2 {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section02 .slider_all_contena {
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .slider_all_contena {
    width: 100%;
    max-width: 1200px;
  }
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
}
#section03 h2.h2title {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 h2.h2title {
    margin-bottom: 20px;
  }
}
#section03 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  padding-top: 150px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 h2.h2title_2 {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section03 ul.photolist {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 ul.photolist li {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li {
    border-radius: 7px;
  }
}
#section03 ul.photolist li:nth-child(1) {
  width: 67.7%;
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li:nth-child(1) {
    margin-bottom: 1.5vw;
  }
}
#section03 ul.photolist li:nth-child(2) {
  width: 30.52%;
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist li:nth-child(2) {
    margin-bottom: 1.5vw;
  }
}
#section03 ul.photolist li:nth-child(3) {
  width: 23.43%;
  margin-bottom: 18px;
}
#section03 ul.photolist li:nth-child(4) {
  width: 74.89%;
  margin-bottom: 18px;
}
#section03 ul.photolist_hutte {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 ul.photolist_hutte li {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist_hutte li {
    border-radius: 7px;
  }
}
#section03 ul.photolist_hutte li:nth-child(1) {
  width: 74.89%;
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist_hutte li:nth-child(1) {
    margin-bottom: 1.5vw;
  }
}
#section03 ul.photolist_hutte li:nth-child(2) {
  width: 23.43%;
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  #section03 ul.photolist_hutte li:nth-child(2) {
    margin-bottom: 1.5vw;
  }
}
#section03 ul.photolist_hutte li:nth-child(3) {
  width: 67.7%;
  margin-bottom: 18px;
}
#section03 ul.photolist_hutte li:nth-child(4) {
  width: 30.52%;
  margin-bottom: 18px;
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
}
#section04 h2.h2title {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 h2.h2title {
    margin-bottom: 20px;
  }
}
#section04 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  padding-top: 150px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 h2.h2title_2 {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#section04 .spec_contena {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#section04 .spec_contena .spec_contenta_text {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena .spec_contenta_text {
    width: 100%;
  }
}
#section04 .spec_contena .spec_contenta_text dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .spec_contena .spec_contenta_text dl dt {
  width: 47.5%;
  border-bottom: 1px solid #ccc;
  padding: 0.95em 1em 0.75em 0.75em;
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena .spec_contenta_text dl dt {
    width: 40%;
    font-size: 3.2vw;
  }
}
#section04 .spec_contena .spec_contenta_text dl dt.noline {
  border-bottom: 0;
}
#section04 .spec_contena .spec_contenta_text dl dt span.mini2 {
  letter-spacing: 4em;
  display: inline-block;
  width: 150%;
  margin-left: 0;
  margin-right: -50%;
}
#section04 .spec_contena .spec_contenta_text dl dt span.mini3 {
  letter-spacing: 1.5em;
}
#section04 .spec_contena .spec_contenta_text dl dt span.mini4 {
  letter-spacing: 0.65em;
}
#section04 .spec_contena .spec_contenta_text dl dt span.mini5 {
  letter-spacing: 0.3em;
}
#section04 .spec_contena .spec_contenta_text dl dd {
  width: 52.5%;
  border-bottom: 1px solid #ccc;
  padding: 0.65em 1em 0.75em 0.75em;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena .spec_contenta_text dl dd {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section04 .spec_contena .spec_contenta_text dl dd.noline {
  border-bottom: 0;
}
#section04 .spec_contena .spec_contenta_text dl dd.noline2 {
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena .spec_contenta_text dl dd.noline2 {
    border-bottom: 1px solid #ccc;
  }
}
#section04 .spec_contena .spec_contenta_text dl dd p {
  line-height: 210%;
  margin-top: -0.5em;
}
#section04 .spec_contena .spec_contenta_photo {
  width: 40%;
  padding-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena .spec_contenta_photo {
    width: 100%;
    padding: 7.5vw 0;
  }
}
#section04 .spec_contena .spec_contenta_photo figure {
  width: 80%;
  margin: 0 auto;
}
#section04 .spec_attens {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .spec_attens {
    font-size: 2.6vw;
  }
}
#section04 .spec_contena_hutte {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#section04 .spec_contena_hutte .spec_contenta_text {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_text {
    width: 100%;
  }
}
#section04 .spec_contena_hutte .spec_contenta_text dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt {
  width: 47.5%;
  border-bottom: 1px solid #ccc;
  padding: 0.95em 1em 0.75em 0.75em;
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_text dl dt {
    width: 40%;
    font-size: 3.2vw;
  }
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt.noline {
  border-bottom: 0;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt span.mini2 {
  letter-spacing: 4em;
  display: inline-block;
  width: 150%;
  margin-left: 0;
  margin-right: -50%;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt span.mini3 {
  letter-spacing: 1.5em;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt span.mini4 {
  letter-spacing: 0.65em;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dt span.mini5 {
  letter-spacing: 0.3em;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dd {
  width: 52.5%;
  border-bottom: 1px solid #ccc;
  padding: 0.65em 1em 0.75em 0.75em;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_text dl dd {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section04 .spec_contena_hutte .spec_contenta_text dl dd.noline {
  border-bottom: 0;
}
#section04 .spec_contena_hutte .spec_contenta_text dl dd.noline2 {
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_text dl dd.noline2 {
    border-bottom: 1px solid #ccc;
  }
}
#section04 .spec_contena_hutte .spec_contenta_text dl dd p {
  line-height: 210%;
  margin-top: -0.5em;
}
#section04 .spec_contena_hutte .spec_contenta_photo {
  width: 47.5%;
  padding-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_photo {
    width: 100%;
    padding: 7.5vw 0;
  }
}
#section04 .spec_contena_hutte .spec_contenta_photo figure {
  width: 96%;
  margin: 0 auto;
}
#section04 .spec_contena_hutte .spec_contenta_photo figure.logns {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .spec_contena_hutte .spec_contenta_photo figure.logns {
    width: 100%;
  }
}
#section04 .imagesphotos {
  width: 100%;
  max-width: 960px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .imagesphotos {
    margin: 7.5vw auto 0 auto;
  }
}

#section_price {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_price {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
#section_price .section__in {
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
}
#section_price figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_price figure {
    border-radius: 4px;
  }
}
#section_price .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
#section_price .title_area .ttl01 {
  width: 70.88%;
  position: relative;
}
#section_price .title_area .ttl01 .goods {
  width: 37%;
  max-width: 300px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 100%;
}
@media screen and (max-width:800px) {
  #section_price .title_area .ttl01 .goods {
    width: 60%;
    left: 83%;
    transform: translate(0%, 0);
  }
}
#section_price .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: 6.914%;
  padding-right: 3.1%;
  padding-top: 15px;
  padding-bottom: 35px;
  margin-bottom: -50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section_price .title_area .ttl01 .ttl01__in {
    padding-top: 0px;
    padding-bottom: 2.5vw;
    margin-bottom: -4.5vw;
  }
}
#section_price .title_area .ttl01 .ttl01__in .titles_agni_c {
  width: 37.65%;
  margin-right: 4.17%;
}
#section_price .title_area .ttl01 .ttl01__in .titles_agni_cc {
  width: 44.33%;
  margin-right: 4.17%;
}
#section_price .title_area .ttl01 .ttl01__in .titles_agni_hutte {
  width: 51.2%;
  margin-right: 4.17%;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #section_price .title_area .ttl01 .ttl01__in .titles_agni_hutte {
    width: 60%;
  }
}
#section_price .title_area .ttl01 .ttl01__in .base_text {
  text-align: left;
}
@media screen and (max-width:1460px) {
  #section_price .title_area .ttl01 .ttl01__in .base_text {
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  #section_price .title_area .ttl01 .ttl01__in .base_text {
    width: 100%;
    margin-top: 0.75em;
    font-size: 3.2vw;
  }
}
#section_price .title_area .ttl02 {
  width: 29.12%;
}
#section_price .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/products/img_line.svg) repeat-y center;
  background-size: 100% auto;
}/*# sourceMappingURL=products.css.map */