@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */


/* PCの記述ここから */
html,
body {
  overflow-x: hidden;
}

.disabled {
  cursor: default;
}
span.bold {
  font-weight: bold;
}
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}
.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}
.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}

.p-item-lists a img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
.p-item-lists a:hover img {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.p-item-lists:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


/* Project */
.main_contents {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.2em;
}
.main_contents * {
  box-sizing: border-box;
  line-height: 1.6;
}
.main_contents a {
  transition: all .3s linear 0s;
}
.main_contents a:hover, .main_contents a:focus, .main_contents a:visited {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}
.main_contents a.p-btn {
  color: #ec6941;
  background-color: #FFFFFF;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ec6941;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
  max-width: 420px;
}
.main_contents a.p-btn a, .main_contents a.p-btn:hover, .main_contents a.p-btn:focus,
.main_contents a.p-btn a:hover,
.main_contents a.p-btn a:focus {
  color: #e24a5c;
}
.main_contents a.p-btn::before {
  content: "";
  display: block;
  margin-top: -4px;
}
.main_contents a.p-btn::after {
  content: "";
  display: block;
  margin-bottom: -4px;
}
.main_contents .main_header {
  text-align: center;
}
.main_contents .main_header .main_header__img {
   /* margin-bottom: 60px; */
}
.main_contents .main_body .main_body__text,
.main_contents .information_text {
  font-size: 16px;
  line-height: 2em;
}
.main_contents .main_body__text__cptext {
  line-height: 2em;
  font-weight: 600;
	border-bottom: 1px solid #d0451b;
}
@media (max-width: 768px) {
  .main_contents .main_body .main_body__text,
  .main_contents .information_text {
    font-size: 13px;
  }
}
.main_contents .main_body .main_body__text {
  padding: 7% 0 6%;
}
.main_contents .information__title{
  border-bottom:1px solid #000;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.main_contents .information__title img{
  margin: 0 auto 2%;
  width: 40%;
  max-width: 419px;
}
.main_contents .information_text{
  padding: 4% 0;
  margin: 0 auto;
}
.main_contents .main_body{
  text-align:center;
}
.main_contents .main_body .main_block{
  background-color:#ffffff;
  padding-bottom:5%;
  margin-bottom:7%
}



/* --- kt_navi_box --- */
#kt_navi_box {
    width: 100%;
    list-style: none;
    margin: 0 auto 0;
    overflow: hidden;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#kt_navi_box.fixed{
  background: #ffffff;
}
.fixed #fixedbox{
  max-width: 890px;
  margin-top: 0;
}
#fixedbox {
    max-width: 1060px;
    margin: auto;
    transition: 0.7s;
}
#fixedbox .p-header__navigation {
  width: 100%;
	margin: 0 auto;
	padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	 gap :20px;
}
#fixedbox .p-header__navigation li {
  -webkit-flex: 0 1 234px;
      -ms-flex: 0 1 234px;
          flex: 0 1 234px;
}
#fixedbox .p-header__navigation a {
	display: block;
	padding: 32px;
	background: #f9f4e7 url("//ds-assets.store-image.jp/e-look.jp/2022/elook/2022_enjoyautumn/header_navigation_bg.jpg") center;
	background-size: contain;
	text-align: center;
}
.fixed #fixedbox .p-header__navigation a {
  padding: 20px 32px;
}
#fixedbox .p-header__navigation img {
	width: 126px;
	max-width: 100%;
	height: auto;
}
#fixedbox .p-header__navigation li a:hover:before {
  display: inline-block;
  animation: hurueru .5s  infinite;
}

@media (max-width: 768px){
  #fixedbox .p-header__navigation {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
  	 gap :5px;
  }
	#fixedbox .p-header__navigation li {
    -webkit-flex: 0 1 calc((100% - 5px) / 2);
        -ms-flex: 0 1 calc((100% - 5px) / 2);
            flex: 0 1 calc((100% - 5px) / 2);
  }
	#fixedbox .p-header__navigation a {
    padding: 30px 20px;
  }
  .fixed #fixedbox .p-header__navigation a {
    padding: 5px;
  }
  #fixedbox .p-header__navigation img {
  	width: 90px;
  	max-width: 100%;
  	height: auto;
  }
}

.p-items{
  margin:0 auto;
}
.main_contents .main_body .p-item {
  margin-bottom: 13.5%;
}
.main_contents .main_body .p-item .p-item__title {
  margin:0 auto 12px;
  line-height: 1;
  text-align: center;
}
.main_contents .main_body .p-item .p-item__title img {
  max-width: 220px;
}
.main_contents .main_body .p-item .p-item__sub-title {
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 600;
  border-radius: 2px;
  margin: 0 auto 3%;
}
.main_contents .main_body .p-item--ss .p-item__sub-title{
  max-width:497px;
}
.main_contents .main_body .p-item--ca .p-item__sub-title{
  max-width:290px;
}
.main_contents .main_body .p-item--to .p-item__sub-title{
  max-width:430px;
}
.main_contents .main_body .p-item--ba .p-item__sub-title{
  max-width:350px;
}
.main_contents .main_body .p-item--go .p-item__sub-title{
  max-width:335px;
}
.main_contents .main_body .p-item--li .p-item__sub-title{
  max-width:400px;
}
.main_contents .main_body .p-item .p-item-list {
  margin-bottom: 3.2%;
}
.main_contents .main_body .p-item .p-item-list__img {
  margin-bottom: 20px;
}
.main_contents .main_body .p-item .p-item-list__img img.withshadow{
  box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}
.main_contents .main_body .p-item .p-item-list__brand {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__name {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body .p-item .p-item-list__price {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.main_contents .main_body ul.p-item-lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.main_contents .main_body ul.p-item-lists > * {
  text-align: center;
}
.main_contents .main_body ul.p-item-lists > * {
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  -webkit-flex: 0 1 calc( 25% - 10px);
      -ms-flex: 0 1 calc( 25% - 10px);
          flex: 0 1 calc( 25% - 10px);
}
.main_contents .p-footer *:last-child {
  margin-bottom: 0;
}
.main_contents .p-footer .p-footer {
  font-weight: 500;
  text-align: center;
}
.banner_area{
  background-color: #ffffff
}



img.pc_view,
br.pc_view {
  display: inline;
}
div.pc_view,
span.pc_view,
p.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
div.smp_view,
span.smp_view,
p.smp_view {
  display: none;
}



@media (max-width: 1200px) {
  .main_contents{
    font-size: 14px;
  }
}



@media (max-width: 992px) {
  .main_contents a.p-btn {
    max-width: 380px;
  }
  .main_contents .main_body ul.p-item-lists > * {
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-flex: 0 1 calc( 50% - 10px);
    -ms-flex: 0 1 calc( 50% - 10px);
    flex: 0 1 calc( 50% - 10px);
  }
}



@media (max-width: 768px) {
  .main_contents {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .main_contents .main_body .main_block{
    margin-bottom: 20%;
    padding-bottom: 10%;
  }
  .main_contents .main_body .main_body__text{
    padding: 10% 0;
  }
  .main_contents .information__title img{
    width: 80%;
  }
  .main_contents .information_text{width: 90%;text-align: justify;padding: 5% 0;}
  .main_contents a.p-btn {
    font-size: 12px;
    padding: 15px 10px;
    max-width: 300px;
  }
  .main_contents .main_header .main_header__img {
    /* margin-bottom: 30px; */
  }
  .main_contents .main_body__text {
    /* font-size: 12px; */
  }
  .main_contents .main_body .p-item{
    margin:0 auto 25%;
  }
  .main_contents .main_body .p-item .p-item__sub-title{
    margin:0 auto 5%;
  }
  .main_contents .main_body .p-item .p-item-list {
    margin-bottom: 6%;
  }
  .main_contents .main_body .p-item .p-item-list__img {
    margin-bottom: 10px;
  }
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 50px;
  }
	div.pc_view,
	span.pc_view,
	p.pc_view,
	img.pc_view,
	br.pc_view {
	  display: none;
	}
	div.smp_view,
	p.smp_view {
	  display: block;
	}
	img.smp_view,
	span.smp_view,
	br.smp_view {
	  display: inline;
	}
}


@media (max-width: 544px) {
  .main_contents .main_body ul.p-item-lists {
    margin-bottom: 0;
  }
}



@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}



/* Utility */
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clear,
.clear {
  clear: both;
}
.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}
.u-flo--left {
  float: left;
}
.u-flo--right {
  float: right;
}
.u-text--left {
  text-align: left;
}
.u-text--_right {
  text-align: right;
}
.u-text--center {
  text-align: center;
}
.u-font--xs {
  font-size: 60%;
}
.u-font--s {
  font-size: 80%;
}
.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 992px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-md-none {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-lg-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}
.u-font-sm {
  font-size: 80%;
}
.u-font-md {
  font-size: 100%;
}
.u-font-lg {
  font-size: 120%;
}
.u-font-xl {
  font-size: 140%;
}
.u-pos-relative {
  position: relative;
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
