@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* add RIDE */

body, div, p, form, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

img, svg {
  vertical-align: middle;
}

* {
  font-family: "Helvetica", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: 'Bebas';
  font-weight: bold;
  src: url("../font/bebas_neue/BebasNeue Regular.otf");
  font-weight: normal;
}

-----------------------------------------------------------------*/ html, body {
  min-height: 100vh;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 2px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    min-width: 768px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

button, input[type="button"] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .dn-sp {
    display: none !important;
  }
}

body#was {
  overflow-x: hidden;
  transition: opacity 1s ease;
  opacity: 0;
}

body#was.loaded {
  opacity: 1;
}

/**/

/* header */

/**/

/**/

#was .header {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#was .header_logo img {
  width: 141px;
}

/**/

/* footer */

/**/

/**/

#was .footer {
  height: 180px;
  padding: 40px 0 10px;
  margin-top: 140px;
  text-align: center;
  background-color: #000000;
}

#was .footer_bnr {
  margin-bottom: 35px;
}

#was .footer_copy {
  font-size: 10px;
  letter-spacing: .02em;
  color: #ffffff;
}

/**/

/* was共通 */

/**/

/**/

#was .styling_title, #was .recommend_title, #was .shoplist_title {
  font-size: 40px;
  letter-spacing: .14em;
  font-weight: 800;
  text-align: center;
  font-family: "Montserrat";
}

/**/

/* was固有 */

/**/

/**/

#was .intro {
  min-width: 1024px;
  padding: 120px 0 130px;
  margin: auto;
  border: 10px solid #00418e;
  text-align: center;
}

#was .mainVisual {
  min-width: 1024px;
  width: 100%;
  height: 100%;
}

#was .mainVisual_img img {
  width: 100%;
}

#was .intro_title {
  margin-bottom: 70px;
}

#was .intro_lead {
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 2;
  color: #00418e;
}

#was .intro_lead strong {
  display: inline-block;
  padding-top: 50px;
  font-size: 48px;
  letter-spacing: .04em;
}

#was .intro_movie {
  margin-top: 90px;
}

#was .intro_movie_title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .02em;
  color: #00418e;
}

#was .intro_movie_cover {
  position: relative;
  display: block;
  width: 610px;
  margin: auto;
  overflow: hidden;
}

#was .intro_movie_cover img {
  transition: transform .7s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}

#was .intro_movie_cover:hover img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#was .intro_movie_cover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  transition: opacity .7s ease;
  opacity: 0;
}

#was .intro_movie_cover:hover::before {
  opacity: 1;
}

#was .intro_movie_cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 92px;
  height: 9292px;
  background-image: url('../img/parts/was/ch_was_movie-icon-pc.png');
  background-size: 92px 92px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

#was .contents_intro {
  margin-top: 140px;
  text-align: center;
}

#was .contents_intro_title {
  margin-bottom: 55px;
}

#was .contents_intro_lead {
  font-size: 14px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 3;
  letter-spacing: .1em;
}

/**/

/* styling */

/**/

/**/

#was .styling {
  max-width: 1140px;
  min-width: 1024px;
  margin: 130px auto 0;
}

#was .styling_title {
  margin-bottom: 95px;
}

#was .styling_node {
  position: relative;
}

#was .styling_node+.styling_node {
  margin-top: 230px;
}

#was .styling_img {
  width: 614px;
  margin: auto;
}

#was .styling_img img {
  width: 100%;
  opacity: 0;
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .7s ease, transform .7s ease;
}

#was .styling_img img.inview {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#was .styling_number {
  position: absolute;
  top: -75px;
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity .7s ease, transform .7s ease;
}

#was .styling_number.inview {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#was .styling_node-1 .styling_number, #was .styling_node-3 .styling_number {
  left: 113px;
}

#was .styling_node-2 .styling_number, #was .styling_node-4 .styling_number {
  right: 105px;
}

#was .styling_block {
  position: absolute;
  width: 300px;
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 13px 15px 50px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease;
}

#was .styling_block.inview {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#was .styling_block-left {
  left: 0;
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

#was .styling_block-right {
  right: 0;
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

#was .styling_node-1 .styling_block-right {
  bottom: -30px;
}

#was .styling_node-2 .styling_block-left {
  top: -30px;
}

#was .styling_node-2 .styling_block-right {
  bottom: -30px;
}

#was .styling_node-3 .styling_block-left {
  bottom: -30px;
}

#was .styling_node-3 .styling_block-right {
  top: -30px;
}

#was .styling_node-4 .styling_block-left {
  bottom: -30px;
}

#was .styling_node-4 .styling_block-right {
  bottom: -30px;
}

#was .styling_block_direction {
  margin-bottom: 25px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: .04em;
}

#was .styling_list_node {
  border-bottom: 1px solid #f2f2f2;
}

#was .styling_list_node:last-child {
  border-bottom: none;
}

#was .styling_list_link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-right: 25px;
  transition: opacity .3s ease;
}

#was .styling_list_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
}

#was .styling_list_link:hover {
  opacity: .7;
}

#was .styling_list_img {
  width: 29%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#was .styling_list_img img{
  width: 100%;
}

#was .styling_list_info{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#was .styling_list_info .name,
#was .styling_list_info .price{
  line-height: 1.5;
}
#was .styling_list_info .name {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .04em;
}

#was .styling_list_info .price{
  padding-left: 10px;
}

/**/

/* recommend */

/**/

/**/

#was .recommend {
  margin-top: 170px;
  background-image: url('../img/parts/was/ch_was_recommend-bg-pc.jpg');
  background-size: cover;
  padding: 135px 0;
}

#was .recommend_inner {
  width: 1000px;
  margin: auto;
}

#was .recommend_title {
  margin-bottom: 70px;
}

#was .recommend_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -35px;
}

#was .recommend_list_node {
  max-width: 240px;
  width: 25%;
  margin-top: 35px;
}

#was .recommend_list_link {
  display: block;
  transition: opacity .3s ease;
}

#was .recommend_list_link:hover {
  opacity: .7;
}

#was .recommend_list_img {
  margin-bottom: 18px;
  box-shadow: 13px 15px 50px rgba(0, 0, 0, 0.1);
}

#was .recommend_list_img img {
  width: 100%;
}

#was .recommend_list_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

#was .recommend_list_info .name {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .02em;
}

#was .recommend_list_info .name {
  font-size: 14px;
  letter-spacing: .02em;
}

#was .recommend_button {
  position: relative;
  display: block;
  width: 250px;
  height: 70px;
  margin: 60px auto 0;
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: .06em;
  text-align: center;
  line-height: 70px;
  transition: all .3s ease;
  box-shadow: 13px 15px 50px rgba(0, 0, 0, 0.1);
}

#was .recommend_button:hover {
  background-color: #50d0ff;
  color: #ffffff;
}

#was .recommend_button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
}

#was .recommend_button:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/**/

/* shoplist */

/**/

/**/

#was .shoplist {
  margin-top: 140px;
}

#was .shoplist_list {
  width: 800px;
  margin: auto;
}

#was .shoplist_title {
  margin-bottom: 55px;
}

#was .shoplist_list_node+.shoplist_list_node {
  margin-top: 10px;
}

#was .shoplist_list_head {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding-left: 26PX;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  cursor: pointer;
  border-bottom: solid 2px #000000;
}

#was .shoplist_list_head::before, #was .shoplist_list_head::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000000;
  transition: transform .2s ease, opacity .2s ease;
}

#was .shoplist_list_head::after {
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#was .shoplist_list_head.active::after {
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

#was .shoplist_list_child {
  padding: 25px;
  display: none;
  color: #000000;
}
#was .shoplist_list_child .name {
  font-weight: bold;
  letter-spacing: .06em;
  margin-bottom: 15px;
}

#was .shoplist_list_child .meta {
  line-height: 1.5;
}

#was .shoplist_list_child li+ li {
  margin-top: 25px;
}

#was .lineBnr{
  padding: 90px 0 160px;
}
#was .bnrArea_inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 720px;
  margin: auto;
}

#was .bnrArea_inner img{
  width: 100%;
}
