@charset "utf-8";

/*-----------------------------------------------
 * Common
-------------------------------------------------*/
/* #fullWrap */
#fullWrap.is-subpage {
  display: flex;
  min-width: 1200px;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width:1024px) {
  #fullWrap.is-subpage {
    min-width: 100%;
  }
}

/* .subContWrap */
.subContWrap {
  display: flex;
  padding-top: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:767px) {
  .subContWrap {
    display: block;
    padding-top: 0;
    padding-bottom: 0px;
  }
}

/* .subSection */
.subSection {
  width: 86vw;
  padding-top: 50px;
}

@media screen and (max-width:768px) {
  .subSection {
    width: 100%;
    padding-top: 100px;
  }
}

/* .sub */
.sub.is-subpage {
  position: sticky;
  top: 24px;
  z-index: 10;
}

@media screen and (max-width:767px) {
  .sub.is-subpage {
    position: absolute;
    top: auto;
  }
}

/* footer */
.footer {
  margin-top: auto;
}

/**
 * page title
 */
.subSection__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.8rem;
  line-height: 1;
  color: #ffa614;
  font-weight: 400;
  letter-spacing: .5rem;
  margin-bottom: 58px;
  padding-left: 70px;
}

@media screen and (max-width:767px) {
  .subSection__title {
    font-size: 4rem;
    padding-left: 24px;
    margin-bottom: 0px;
  }
}

.sub.is-subpage {
  position: sticky;
  top: 24px;
  z-index: 10;
}

/* 追加 */

.bddvdWrap {
  position: relative;
  max-width: 900px;
  padding: 0 30px 0 70px;
}
@media screen and (max-width:768px) {
  .bddvdWrap {
    margin: 0 auto 60px;
    padding: 30px 24px;
    position: relative;
    width: 100%;
  }
}
.bddvd__top {
  margin-bottom: 20px;
}
.bddvd__top--title{
  font-size: 2rem;
  line-height: 2.15;
  letter-spacing: .2em;
  color: #ffa614;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.bddvd__top--title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: 0px 224px 0px 0;
  background-image: linear-gradient(to right, #ffa614, #ffa614 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.bddvd__top--text{
  font-size: 1.6rem;
  line-height: 2.15;
  letter-spacing: .2em;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .bddvd__top--title{
    font-size: 1.5rem;
  }
  .bddvd__top--title::after{
  }
  .bddvd__top--text {
    font-size: 1.2rem;
  }
}
.bddvd__detail {
  border: 2px solid #ffa614;
  padding: 40px 43px;
  margin-bottom: 40px; 
}
.bddvd__detail--name {
  font-size: 1rem;
  line-height: 2.15;
  letter-spacing: .2em;
  background-color: #ffa614;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.bddvd__detail--title {
  font-size: 2rem;
  line-height: 2.15;
  letter-spacing: .2em;
  color: #ffa614;
  margin-bottom: 20px;
}
.bddvd__detail--divWrap {
  display: flex;
}
.bddvd__detail--divLeft {
  width: calc(100% / 2);
}
.bddvd__detail--divRight {
  width: calc(100% / 2);
  padding-left: 30px;
}
.bddvd__detail--text {
  line-height: 2.15;
  letter-spacing: .2em;
  margin-bottom: 20px;
  font-weight: bold;
}
.bddvd__detail--divLeft img {
  width:100%;
  height:auto;
}
.bddvd_btnLink{
  border: 4px solid #ffa614;
  color: #ffa614;
}
.ani_borderleft::before{
  background-color: #ffa614;
}
.icon_arrow::before {
  background-color: #ffa614;
}
@media screen and (max-width:768px) {
  .bddvd__detail{
    padding: 20px 21px;
    margin-bottom: 20px;
  }
  .bddvd__detail--title {
    font-size: 1.5rem;
  }
  .bddvd__detail--divWrap{
    flex-direction: column;
  }
  .bddvd__detail--divLeft {
    width: 100%
  }
  .bddvd__detail--divRight {
    width: 100%;
    padding-left: 0px;
    font-size:1.2rem;
  }
  .bddvd__detail--text {
    font-size: 1.2rem;
  }
}
.bddvd__sub--text {
  line-height: 2.15;
  letter-spacing: .2em;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .bddvd__sub--text {
    font-size: 1.2rem;
  }
}
#shopList{
padding: 30px;
background:transparent;
}
#shopList span{
display: inline-block;
margin: 0 0 20px 20px;
}
.ct{
font-weight: bold;
font-size: 20px;
padding-bottom: 25px;
color: #ffa614;
text-align: center;
width:100%;
}
.fr2{
margin-left: 1.8em;
font-size: 14px;
}
.box {
  margin-bottom:20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #shopList{
  padding: 12.8vw 6.4vw;
  background:transparent;
  display: flex;
  flex-wrap: wrap;
  }
  #shopList span{
  display: inline-block;
  max-width:50%;
    padding:3.2vw;
    margin:0;
  }
  .box {
    width:100%;
  }
}