/* Scss Document */
/* shop */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/
.shop__page .page_titArea {
  padding-bottom: 0; }

.shop-page__ttlwarp {
  max-width: 1120px;
  margin: 0 auto 50px;
  align-items: flex-end; }

.shop__ttl--container {
  text-align: justify;
  padding-left: 5%;
  position: relative; }

.shop__ttl--container::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 275px;
  background: #D0B005;
  left: 0;
  top: 0;
  z-index: 9; }

.shop__logo {
  max-width: 160px; }

.shop__page .page_titArea::after {
  display: none; }

.shop__page .page__mv {
  position: relative;
  z-index: -1; }

@media screen and (max-width: 750px) {
  .shop-page__ttlwarp {
    margin: 0 auto 10vw; }

  .shop__ttl--container {
    padding-left: 5%; }

  .shop__ttl--container::before {
    width: .5vw;
    height: 50vw;
    left: 0;
    top: 0;
    z-index: 9; }

  .shop__logo {
    max-width: 26vw;
    margin: 3vw auto 0 5vw; } }
/*---------------------------------------------
 s-about
---------------------------------------------*/
.s-about {
  padding-bottom: 0; }

.about__img {
  width: 49%;
  max-width: 555px; }

.about__img figcaption {
  margin-top: .5em; }

.about__add {
  padding: 60px 1%; }

.about__add img.spnone {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: block; }

.about__btn {
  display: block;
  margin: 0 auto 100px; }

@media screen and (max-width: 750px) {
  .about__img {
    width: 100%;
    max-width: 100%; }

  .about__img {
    margin: 0 auto 10vw; }

  .about__add {
    padding: 10vw 5%; }

  .about__add img.spnone {
    display: none; }

  .about__add img.sponly {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .about__btn {
    margin: 0 auto 26vw; } }
/*---------------------------------------------
 s-products
---------------------------------------------*/
.pro__h3 {
  background: #3D4F72;
  color: #fff;
  padding: .25em 1em; }

.pro__item {
  margin-bottom: 150px; }

.pro__item:last-child {
  margin-bottom: 0; }

.pro__atc {
  margin-bottom: 70px;
  align-items: flex-end; }

.pro__txtwrap {
  width: 50%;
  padding: 60px 5%; }

.pro__img {
  width: 50%;
  margin-bottom: 50px; }

.pro__txtwrap::before {
  content: "";
  position: absolute;
  width: 190%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0; }

.pro__h4 {
  display: flex;
  align-items: center; }

.pro__h4.block {
  display: block; }

.pro__h4 .size {
  padding: .25em .5em;
  background: #D0B005;
  color: #fff;
  text-decoration: dashed;
  margin-right: 1em; }

.pro__ul {
  list-style: disc;
  padding-left: 1.5em;
  padding-bottom: .5em;
  border-bottom: solid 1px #707070;
  margin-bottom: 1em; }

.pro__ul li {
  line-height: 2; }

.pro__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end; }

.shop__btn {
  display: block;
  margin: 0 auto; }

.pro__end {
  text-align: center;
  margin: 0 0 1.5em; }

.pro__price-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pro__next-product span {
  font-weight: 700;
  font-size: 120%;
  vertical-align: baseline; }

@media screen and (max-width: 750px) {
  .pro__item {
    margin-bottom: 20vw; }

  .pro__atc {
    margin-bottom: 15vw;
    display: flex;
    flex-direction: column-reverse; }

  .pro__atc:last-child {
    margin-bottom: 0; }

  .pro__txtwrap {
    width: 100%;
    padding: 10vw 5%; }

  .pro__img {
    width: 100%;
    margin-bottom: 0; }

  .pro__txtwrap::before {
    width: 100%;
    height: 100%; }

  .pro__h4 {
    display: block; }

  .pro__h4 span {
    display: block; }

  .pro__h4 .size {
    width: fit-content;
    padding: .1em .5em;
    margin-bottom: .2em;
    font-size: 4.8vw; }

  .pro__h4 .flex {
    display: flex; }

  .pro__price-flex {
    display: block; }

  .pro__next-product {
    text-align: center; }

  .pro__price {
    justify-content: center; } }
/*---------------------------------------------
s-access
---------------------------------------------*/
sr-other {
  padding-bottom: 0; }

.other__atc {
  margin-bottom: 80px; }

.other__atc:last-child {
  margin-bottom: 0; }

.other__img {
  width: 48%;
  max-width: 530px; }

.other__txtwrap {
  width: 50%; }

.other__txtbox {
  padding: 2em 5%; }

.other__ul {
  list-style: disc;
  padding-left: 1.5em; }

.other__ul li {
  line-height: 2; }

@media screen and (max-width: 750px) {
  .other__atc {
    margin-bottom: 15vw; }

  .other__img {
    width: 100%;
    max-width: none; }

  .other__txtwrap {
    width: 100%;
    margin-bottom: 5vw; }

  .other__txtbox {
    padding: 1em 5%; }

  .other__ttl {
    font-size: 7vw; } }
/*---------------------------------------------
 s-access 
---------------------------------------------*/
.s-access {
  padding-bottom: 0; }

.acc__left {
  width: 50%; }

.s-access iframe {
  width: 50%;
  height: 400px; }

.acc__left--inner {
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 0 4% 0 2%; }

.acc__box {
  padding: 2em 5%; }

.acc__btm--left {
  width: 50%; }

.acc__map {
  width: 40%;
  max-width: 380px; }

.acc__h4 {
  margin: .5em 0 .25em;
  padding-left: .75em;
  position: relative; }

.acc__h4 .dot {
  position: absolute;
  left: 0;
  top: 1.2em; }

.acc__ul {
  list-style: disc;
  padding-left: 1.5em; }

.acc__ul li {
  line-height: 2; }

.acc__btn.linkBtn {
  background: #D54103;
  border: solid 1px #D54103;
  display: block;
  color: #fff;
  position: relative;
  margin: 0 auto 80px; }

.acc__btn.linkBtn:hover {
  background: #fff;
  color: #D54103; }

.acc__btn.linkBtn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(../img/miele/btn_arw_wh.png) no-repeat center center/contain;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: .3s ease-out; }

.acc__btn.linkBtn:hover::before {
  background: url(../img/miele/btn_arw_red.png) no-repeat center center/contain;
  right: 3%; }

.acc__bnr--area {
  padding: 65px 0;
  position: relative;
  background: url(../img/mieleshop/acc_bnr_bg.jpg) no-repeat center center/cover;
  background-attachment: fixed; }

.acc__bnr {
  width: 90%;
  max-width: 560px;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  .acc__left {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 10vw; }

  .s-access iframe {
    width: 100%;
    height: 300px; }

  .acc__left--inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }

  .acc__box {
    padding: 1em 5%; }

  .acc__map {
    width: 40%;
    max-width: 380px; }

  .acc__h4 {
    margin: .5em 0 .25em;
    padding-left: .75em; }

  .acc__bnr--area {
    padding: 15vw 0;
    background: url(../img/mieleshop/acc_bnr_bg_sp.jpg) no-repeat center center/cover; }

  .acc__bnr {
    width: 90%;
    margin: 0 auto; } }
/*---------------------------------------------
 works
---------------------------------------------*/
.custom_sec {
  padding: 90px 0 160px; }
  @media screen and (max-width: 750px) {
    .custom_sec {
      padding: 26vw 0 19vw; } }
  .custom_sec.-bg {
    background: #F7F4F0;
    position: relative; }
    .custom_sec.-bg::after {
      content: "";
      display: block;
      width: 1px;
      height: 135px;
      background: #D0B005;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 750px) {
        .custom_sec.-bg::after {
          height: 8vw; } }
  @media screen and (max-width: 750px) {
    .custom_sec .page_tit {
      font-size: 8vw; } }

.custom_sec_titArea {
  text-align: center;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .custom_sec_titArea {
      margin: 0 0 5.3vw; } }

.custom_sec_txt {
  text-align: center; }

.custom_sec.-works {
  padding: 90px 0 120px; }
  @media screen and (max-width: 750px) {
    .custom_sec.-works {
      padding: 16vw 0 18vw; } }
.custom_sec .linkBtn {
  margin: 60px auto 0;
  display: block; }
  @media screen and (max-width: 750px) {
    .custom_sec .linkBtn {
      margin: 8vw auto 0; } }

.worksList {
  position: relative;
  display: flex; }
  .worksList li {
    width: 500px;
    margin: 0 10px; }
    @media screen and (max-width: 750px) {
      .worksList li {
        width: 80vw; } }
  @media screen and (min-width: 750px) {
    .worksList a {
      transition: .4s; }
      .worksList a:hover {
        opacity: 1;
        color: rgba(51, 51, 51, 0.5); }
        .worksList a:hover .worksList_img {
          transform: scale(1.1); }
        .worksList a:hover .worksList_place {
          opacity: 0.5; } }

.worksList_imgArea {
  aspect-ratio: 1 / 0.6;
  margin: 0 0 10px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .worksList_imgArea {
      margin: 0 0 2.6vw; } }

.worksList_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%; }

.worksList_place {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D0B005;
  transition: .4s; }
  @media screen and (max-width: 750px) {
    .worksList_place {
      font-size: 3.73vw; } }

.worksList_tit {
  font-size: 1.8rem;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .worksList_tit {
      font-size: 4.26vw; } }
