@charset 'UTF-8';

   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'メイリオ', Meiryo, Osaka, Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
  src: local('Yu Gothic Medium');
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


img {
  height: auto;
  max-width: 100%;
}

.c__button {
  margin: 40px 0 0;
  display: none;
}

.c__button.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: flex-end;
      flex-direction: flex-end;
  margin: 0 0 5px;
}

.e__button {
  cursor: pointer;
  background-color: #ffffff;
		line-height: 120%;
  padding: 15px 15px;
  text-align: center;
  width: 100%;
		font-family: 'メイリオ', Meiryo, Osaka, Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.e__button.-type0 {
  color: #ffffff;
  background-color: #000;
  display: block;
}


.e__button.-type1 {
  color: #ffffff;
  background-color: #e40421;
  display: block;
}

.e__button.-type2 {
  font-size: 0.9em;
}

.filterArea {
  width: 90%;
  max-width: 1320px;
  margin: 20px auto auto auto;
  padding: 0;
}

.filterArea .is-itemList {
  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;
}

.filterTitles a {
  color: #616161;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.filterTitle {
  color: #aaaaaa;
  text-align: center;
  font-size: 1.33333em;
  font-weight: bold;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}

.filterTitle a {
  color: #aaaaaa;
}

.filterSubTitle {
  color: #616161;
  text-align: center;
  font-size: 2.66667em;
  margin: 0 0 1em;
}

.filter_tag {
  width: 100%;
}

.filter_tag input {
  display: none;
}

.filter_tag label {
  cursor: pointer;
}

.filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-category] .filter__list {
  border-width: 1px 0;
  border-style: solid;
  border-color: #616161;
  padding: 1.5em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}

[data-category] .filter__list label {
  color: #616161;
  font-size: 1.66667em;
  /*---font-weight: normal;---*/
  padding: 0 2em;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-category] .filter__list input:checked + label {
  color: #ff0718;
  background: #ffffff;
}

[data-subcategory='1'] .filter__list {
  padding: 0.5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}

[data-subcategory='1'] .filter__list label {
  color: #616161;
  font-size: 1.16667em;
  padding: 1em;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-subcategory='1'] .filter__list label:before {
  content: '\f0c8';
  font-size: 1.25em;
  font-weight: 400;
  font-family: Font Awesome\ 5 Free;
  padding-right: 0.5em;
}

[data-subcategory='1'] .filter__list input:checked + label {
  color: #ff0718;
  font-weight: bold;
}

[data-subcategory='1'] .filter__list input:checked + label:before {
  content: '\f14a';
}

[data-subcategory='2'] {
  display: none;
}

[data-filter='or'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #f0f0f0;
  margin-bottom: 1px;
}

[data-filter='or'] h2 {
  width: 200px;
  background-color: #cccccc;
  padding: 1.5em 2em;
  font-size: 1.16667em;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

[data-filter='or'] .filter__list {
  padding: 0.5em 0;
  font-size: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

[data-filter='or'] .filter__list input + label {
  padding: 1em 2em;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-filter='or'] .filter__list input + label:before {
  content: '\f0c8';
  font-size: 1.25em;
  font-weight: 400;
  font-family: Font Awesome\ 5 Free;
  padding-right: 0.5em;
}

[data-filter='or'] .filter__list input:checked + label:before {
  content: '\f14a';
}

[data-filter='or'] .filter__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.filter_instruction p {
  margin: 1em 0;
}

.c__header {
  margin: 0;
}

.e__header__logo {
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100px;
  background-image: url(/images/common/millet_logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.67em 0;
  cursor: pointer;
}

.productArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productArea:after {
  content: '';
  display: block;
  width: 22%;
}

.productArea a {
  text-decoration: none;
  display: block;
  width: 22%;
}

.productCntArea.js-notice {
  opacity: 1;
  visiblity: visible;
}

.productCntArea p {
  text-align: center;
  font-size: 14px;
  color: #a4a4a4;
  margin: 50px auto;
}

.productCntArea p span {
  font-size: 2rem;
}

.productArea .product {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: auto;
}

.productArea .product .photo {
  margin-bottom: 10px;
}

.productArea .product .description {
  line-height: 1.4;
}

.resultArea {
  margin-top: 20px;
}

/*---
.c__screen {
  display: -webkit-box;
  display: -ms-flexbox;
}
---*/

/*---
.c__screen:not(.is-secondScreen) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
---*/

.e__screen {
  width: 50%;
  /*---height: 100%;---*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
						/*---
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	---*/
}

/*----
.e__screen.is-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.e__screen.is-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
---*/

.e__screenInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is-itemList .e__screenInner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}



/*---
.e__screenInner.is-index {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.e__screenInner.is-index .e__screenBox + .e__screenBox a {
  text-align: center;
  display: block;
  padding: 1em;
}
]

.e__screenBox {
  background-color: rgba(0, 0, 0, 0.8);
  width: 20vw;
  margin: 1vw;
}
.e__screenBox a{
  color:#FFF;
}

.e__screenBox_link {
  display: block;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms ease;
          transition: background-color 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
---*/
.e__screenBox.is-item,
.e__screenBox.product {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dddddd;
}

.e__screenBox:hover img {
  opacity: 0.7;
}

.e__screenBox.is-item:hover,
.e__screenBox.product:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.e__screenBox.product:hover {
  border: 1px solid #ff0718;
}

.e__screenBox.is-item {

}

.filterArea .e__screenBox.is-item:last-child {
  margin-bottom: 20px;
}

.e__screenBox.is-itemLoaded {
  opacity: 1;
  margin-top: 1vw;
}

.e__screenImage {
  background-color: #ffffff;
}

.e__screenImage img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.product .e__screenImage img {
  padding: 30px;
}

.e__screenBody {
	height: 220px;
  padding: 2em;
  color: #616161;
  background-color: #dddddd;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.is-itemLoaded .e__screenBody:hover {
  background-color: rgba(221, 221, 221, 0.5);
}

.e__screenBody h3 {
  margin: 0px auto 10px;
}

.is-item .e__screenBody h3 {
  font-size: 1.3em;
  font-weight: bold;
}

.e__screenBody p {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 1em 0;
}

.e__screenBody p.score {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #ffffff;
  margin: 0;
}

.e__screenBody ul {
  padding: 0;
}

.e__screenTitle {
  font-size: 2.5rem;
  /*color: #ffffff;*/
}

.e__screenTitle h2 {
  font-size: 2.5rem;
  font-weight:bold;
  /*color: #ffffff;*/
}

.tag {
  margin-bottom: 5px;
  margin-top: 1em;
  display: none;
}

.tag li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 3px 5px;
  background: #c0c0c0;
  color: #2d2d2d;
          border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
  margin: 0.5em;
  margin-left: 0;
  line-height: 1.5;
}

.e__title {
/*---
  position: absolute;
  z-index: 5
 pointer-events: none;
  top: 3em;
		--*/
  font-size: 4em;
  color: #1E1E1E;
  text-align: center;
  width: 100%;

}

.e__title .filterTitle_small {
  font-size: 0.4em !important;
  text-transform: uppercase;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 10px;
}

.l__footer {
  width: 100%;
  background: transparent;
  z-index: 4;
}

.is-fixed + .l__footer {
  position: fixed;
  left: 0;
  bottom: 0;
}

.is-unfixed + .l__footer {
  position: relative;
}

.l__header {
  /*position: fixed;
  left: 0;
  top: 0;*/
  width: 100%;
  z-index: 3;
}

.l__main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.l__main.is-unfixed {
  height: auto;
}


body {
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}


@media screen and (min-width: 768px) {
  .utility_sp-only {
    display: none;
  }
  .e__button:hover {
    opacity: 0.7;
  }
  .filterTitles a:hover {
    opacity: 0.7;
  }
  [data-category] .filter__list label:hover {
    opacity: 0.7;
  }
  [data-subcategory='1'] .filter__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-subcategory='1'] .filter__list label:hover {
    opacity: 0.7;
  }
  [data-filter='or'] h2 {
    pointer-events: none;
  }
  [data-filter='or'] .filter__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  [data-filter='or'] .filter__list input + label:hover {
    opacity: 0.7;
  }
  .e__header__logo:hover {
    opacity: 0.7;
  }
  .productCntArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productCntArea p {
    padding: 1em 2em;
  }
/*---  .c__screen {
    background-size: 125vw !important;
  }
  .is-mountain:hover,
  .is-city:hover {
    background-size: 125vw;
  }
		---*/
  .e__screen:not(.is-itemList) .e__screenInner {
   /*---- height: 100vh;----*/
  }
		/*---
  .e__screenBox_link:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
		---*/
  .e__screenImage img:hover {
    opacity: 0.7;
  }
  .e__title br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #gl-head .header-info-bar {
    width: 100% !important;
    height: 32px;
  }
  #gl-head .header-info-bar a {
    color: #999999;
  }
  #gl-head .header-bottom {
    font-size: 0;
  }
  #gl-head nav#category-nav {
    vertical-align: text-bottom;
    font-size: 12px;
  }
  #gl-head nav#category-nav ul.level0 > li:nth-child(4) .level1 {
    font-size: 0;
  }
  #gl-head #header-search-box {
    vertical-align: text-bottom;
  }
  #gl-head h1.logo a {
    display: block;
  }
}

@media screen and (min-width: 1321px) {
  .productArea:before {
    content: '';
    display: block;
    width: 22%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .utility_pc-only {
    display: none;
  }
  .filterArea {
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
  [data-category] .filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    padding: 0;
  }
  [data-category] .filter__list label {
    width: 100%;
    text-align: center;
    padding: 0.5em;
    font-size: 1.5em;
    white-space: nowrap;
    line-height: 1.5;
    background: #dddddd;
    border: solid 1px #dddddd;
    margin-right: 2px;
  }
  [data-category] .filter__list label span {
    display: block;
    font-size: 0;
  }
  [data-filter='or'] {
    display: block;
  }
  [data-filter='or'] h2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  [data-filter='or'] h2:after {
    content: '\f106';
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
  }
  [data-filter='or'] h2.is-closed:after {
    content: '\f107';
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
  }
  [data-filter='or'] .filter__list {
    display: none;
  }
  [data-filter='or'] .filter__list input + label {
    min-width: 50%;
    font-size: 1.2em;
  }
  .productArea {
    padding: 5px;
  }
  .productArea:after {
    width: 100% !important;
  }
  .productCntArea {
    z-index: 2;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    bottom: 2em;
    opacity: 0;
    pointer-events: none;
    visibility: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
  }
  .productCntArea p {
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    border-radius: 2em;
    padding: 0.5em 1em;
    border: 1px solid #888888;
  }
  .productArea .product {
    width: 100%;
    margin: 0 0 30px;
  }
		/*--- 
  .c__screen {
    display: block;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: scroll;
  }
  .is-mountain,
  .is-city {
    display: block;
    background-size: cover;
   background-attachment: fixed;
  }
				---*/
  .e__screen {
    width: 50%;
    height: 70vh;
    display: inline-block;
				float: left;
					/*---
    background-size: cover;
    background-attachment: fixed;
    overflow: visible;---*/
  }
  .is-itemList {
    margin-bottom: 30px;
  }
  .is-itemList .e__screenInner {
    padding: 0;
  }
  .e__screenInner {
   /*--- height: 100%;---*/
  }
  .e__screenBox {
    /*--- width: 80vw; ---*/
  }
		/*---
  .e__screenBox.is-item {
    width: 100%;
    margin: 20px auto;
  }
  .is-index .e__screenBox + .e__screenBox {
    display: none;
  }
		---*/
  .e__screenHeader h2 {
    padding: 10px;
  }
  .product .e__screenImage img {
    padding: 10px;
  }
  .is-item .e__screenBody h3 {
    font-size: 1.1em;
    margin-bottom: 1em;
				letter-spacing: 80%;
  }
  .entry .is-item .e__screenBody h3 {
    margin-bottom: 0;
  }
  .is-item .e__screenBody {
    padding: 0.2em;
  }
  .productArea .product .e__screenBody {
    padding: 0.2em;
  }
  .tag {
    display: none;
  }
  .e__title {
    font-size: 2.0em;
    /*---  top: calc(50% - 1em);  ---*/
    padding: 1.0em 0.5em;
  }
  #sp-header-menu a,
  #sp-header-menu span {
    height: 4rem;
    line-height: 4rem;
    padding: 0 0 0 5%;
  }
  .bottom-logo-groupe {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1320px) {
  .productArea:after {
    width: 32%;
  }
  .productArea a {
    width: 32%;
  }
}

@media screen and (max-width: 980px) {
  .productArea:after {
    width: 48%;
  }
  .productArea a {
    width: 48%;
  }
}

@media screen and (max-width: 1000px) {
  .is-mountain:hover,
  .is-city:hover {
    background-size: cover;
  }
  .is-mountain,
  .is-city {
   /*--- background-size: 100%;---*/
  }
}
/*# sourceMappingURL=../maps/common.css.map */
