@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* --------------------------------------------------------- */
/* reset
------------------------------------------------------------ */
/* reset */
body, div, dl, dt, dd, ul, ol, li, p, figure, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  font-size: 1em;
}
li {
  list-style: none;
}
/* common */
html {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  min-width: 1180px;
  font-size: 100%;
  line-height: 1.8;
  color: #000;
}
html, body {
  width: 100%;
}
img {
  vertical-align: top;
  border: 0;
  height: auto;
}
a img {
  border: 0;
}
a img:hover {
  opacity: 0.8;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover, a:active {
  text-decoration: none;
  color: #000;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  body {
    min-width: 360px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* --------------------------------------------------------- */
/* MainImg
------------------------------------------------------------ */
.mainImgWrap {
  background-image: url("../images/main_img_v2.png");
  background-size: cover;
  background-position: center;
  padding-top: 56%;
  position: relative;
}
.logo, .main_ti, .main_ti02, .main_copy01, .main_copy02, .main_copy03 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.logo {
  top: 7%;
  width: 7%;
}
.main_ti {
  top: 29%;
  width: 28%;
}
.main_ti02 {
  top: 46%;
  width: 28%;
}
.main_copy01 {
	bottom: 27%;
}
.main_copy02 {
	bottom: 23%;
}
.main_copy03 {
	bottom: 13%;
}
@media screen and (max-width: 575px) {
  .mainImgWrap {
    background-image: url("../images/main_img_sp_v2.png");
    padding-top: 180%;
    position: relative;
  }
  .logo {
    top: 3%;
    width: 16%;
  }
  .main_ti {
    top: 18%;
    width: 70%;
  }
  .main_ti02 {
    top: 32%;
    width: 70%;
  }
	.main_copy01 {
		width: 32%;
	  bottom: 50%;
  }
  .main_copy02 {
		width: 2%;
	  bottom: 48%;
  }
  .main_copy03 {
		width: 32%;
	  bottom: 43%;
  }
}
/* --------------------------------------------------------- */
/* ページ内リンク
------------------------------------------------------------ */
.pageLinkArea {
  padding-bottom: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageLinkArea figure img {
  max-width: 100%;
}
.pageLinkTote, .pageLinkShoulder {
  width: calc(90%/2);
}
.pageLinkTote figure, .pageLinkShoulder figure {
  width: 375px;
  height: 385px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pageLinkBtn {
  color: #d23a30;
  font-weight: bold;
  font-size: 1.1rem;
  border: solid 1px #d23a30;
  border-radius: 50px;
  padding: 0 50px 2px 50px;
  display: inline-block;
}
.pageLinkShoulder .pageLinkBtn {
  color: #116fa2;
  border-color: #116fa2;
}
.pageLinkArea a:hover .pageLinkBtn {
  background-color: #d23a30;
  color: #fff;
}
.pageLinkArea .pageLinkShoulder a:hover .pageLinkBtn {
  background-color: #116fa2;
}
.pageLinkArrow {
  position: absolute;
  bottom: 25px;
  left: -8px;
	animation: move-y .8s infinite alternate ease-in-out;
}
.pageLinkShoulder .pageLinkArrow {
  bottom: 10px;
  left: inherit;
  right: -6px;
	animation: move-y2 .8s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
@keyframes move-y2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 575px) {
  .pageLinkArea {
    padding: 0 20px 100px 20px;
  }
  .pageLinkTote {
    margin-bottom: 60px;
  }
  .pageLinkTote, .pageLinkShoulder {
    width: 100%;
  }
  .pageLinkTote figure, .pageLinkShoulder figure {
    max-width: 100%;
    height: auto;
    margin-bottom: 34px;
  }
  .pageLinkArrow {
    bottom: -16px;
  }
  .pageLinkShoulder .pageLinkArrow {
    bottom: -10px;
  }
}
/* --------------------------------------------------------- */
/* REVERSIBLE BAG
------------------------------------------------------------ */
.copyArea {
  width: 100%;
  padding: 120px 0 90px 0;
  background-color: #fbf8e5;
}
.youtubeArea {
	width: 1024px;
	margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bagCntWrap {
  width: 860px;
  margin: 0 auto;
  padding: 64px 0 90px 0;
}
.bagCntWrap.shoulderCnt {
  width: 880px;
  position: relative;
}
.bagCntTi {
  width: 860px;
  position: relative;
  text-align: center;
  margin: 0 auto 46px auto;
}
.bagCntTi h2 img {
  margin: 0 auto;
}
.bag_hello {
  position: absolute;
  bottom: -36px;
  right: 0;
}
.bagCopy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 2;
  margin-bottom: 110px;
}
.bagTi_h2 {
  text-align: center;
  margin-bottom: 50px;
}
.bagTi_h2 img {
  margin: 0 auto;
}
.goodsBox {
  position: relative;
  height: 380px;
  margin-bottom: 200px;
}
.goodsNumColorWrap.shortColor {
  padding-top: 30px;
}
.goodsNum {
  margin-bottom: 100px;
}
.goodsNum img {
  display: block;
  margin: 0 auto 56px auto;
}
.bagL, .bagR, .BagArrow {
  position: absolute;
}
.bagL {
  top: 0;
  left: 0;
}
.bagR {
  top: 0;
  right: 0;
}
.shoulderCnt .bagL, .shoulderCnt .bagR {
  top: 120px;
}
.BagArrow {
  top: 294px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.BagArrow.shortColor {
  top: 270px;
}
.goodsBuy {
  text-align: center;
}
.item-link {
  margin-top: 6px;
}
.item-link a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .05em;
  border: 1px solid #e20012;
  color: #e20012 !important;
  border-radius: 20px;
  width: 160px;
  max-width: 100%;
  line-height: 1;
  padding: 4px 10px 6px;
  position: relative;
  transition: .3s;
  text-align: center;
}
.item-link a:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #e20012;
  border-right: 1px solid #e20012;
  transform: rotate(45deg);
  margin: auto 0;
  transition: .3s;
}
.item-link a:hover {
  background-color: #e20012;
  color: #fff !important;
}
.item-link a:hover:before {
  border-color: #fff;
}
.bagUnderBox {
  position: relative;
}
.bagUnder {
  text-align: center;
}
.bag_img {
  position: absolute;
  top: -50px;
  left: 170px;
}
.bagUnder .item-link {
  margin-top: 20px;
}
.bagUnder .item-link a {
  color: #fff !important;
  background-color: #e20012;
}
.bagUnder .item-link a:before {
  border-color: #fff;
}
.bagUnder .item-link a:hover {
  background-color: #fff;
  color: #e20012 !important;
}
.bagUnder .item-link a:hover:before {
  border-color: #e20012;
}
.shoulder_reservation {
  position: absolute;
  top: 200px;
  right: 0px;
}
@media screen and (max-width: 575px) {
  .copyArea {
    padding: 60px 0 0 0;
  }
	.youtubeArea {
		width: 94%;
		padding-bottom: 10px;
	}
  .bagCntWrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px 0;
  }
  .bagCntWrap.shoulderCnt {
    width: 100%;
  }
  .bagCntTi {
    width: 100%;
    margin-bottom: 26px;
  }
  .bagCntTi h2 img {
    width: 80%;
  }
  .bag_hello {
    bottom: -26px;
    right: 10px;
    width: 90px;
  }
  .bagCopy {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 44px;
    padding: 0 10px;
  }
  .goodsBox {
    text-align: center;
    height: auto;
    margin-bottom: 90px;
    padding: 0 10px;
  }
	.goodsNumColorWrap.shortColor {
    padding-top: 0;
  }
  .bagTi_h2 img {
    max-width: 90%;
  }
  .goodsNum {
    margin-bottom: 20px;
    width: 100%;
  }
  .goodsNum img {
    margin: 0 auto;
  }
  .goodsNum .goodsNumIcoWrap, .goodsNum .goodsNumColorWrap {
    margin: 0 auto;
  }
  .goodsNum .goodsNumIcoWrap {
    margin-bottom: 20px;
  }
  .goodsNumColorWrap {
    width: auto;
    text-align: center;
  }
  .goodsNumIco {
    width: 66px;
  }
  img.goodsNumColor {
    width: 50%;
  }
	img.goodsNumColor.wShort {
    width: 60%;
  }
	img.goodsNumColor.wShort02 {
    width: 66%;
  }
	img.goodsNumColor.wShort03 {
    width: 44%;
  }
  .bagLRBox {
    display: flex;
    justify-content: space-between;
    align-items:  flex-start;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .bagL, .bagR {
    position: static;
    width: calc(98%/2);
  }
  .BagArrow {
    width: 30%;
    top: inherit;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  .bagUnder {
    text-align: center;
  }
  .bag_img {
    position: static;
    margin-top: 40px;
  }
  .shoulder_reservation {
    position: static;
    width: 50%;
    transform: rotate(-16deg);
    margin: -50px auto 30px auto;
    display: block;
  }
}
@media screen and (max-width: 385px) {
  .cntTop {
    font-size: 0.9rem;
  }
}
/* --------------------------------------------------------- */
/* INSISTENCE ON PRODUCT
------------------------------------------------------------ */
.productsWrap {
  background-color: #eeefea;
  text-align: center;
  padding: 120px 0 90px 0;
}
.productsWrap h2 {
  margin-bottom: 46px;
}
.productsWrap h2 img {
  margin: 0 auto;
}
.moreDetailBox {
  text-align: left;
  width: 1024px;
  margin: 0 auto;
  position: relative;
  border-top: solid 1px #3e3a39;
  border-bottom: solid 1px #3e3a39;
  padding: 4px 0;
}
.moreDetailBox:before, .moreDetailBox:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #3e3a39;
}
.moreDetailBox:before {
  left: -10px;
}
.moreDetailBox:after {
  right: -10px;
}
.moreDetailBoxInner {
  position: relative;
  border-top: solid 1px #3e3a39;
  border-bottom: solid 1px #3e3a39;
  padding: 44px 58px;
}
.moreDetailBoxInner:before, .moreDetailBoxInner:after {
  content: '';
  position: absolute;
  top: 3px;
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 10px);
  background-color: #3e3a39;
}
.moreDetailBoxInner:before {
  left: -6px;
}
.moreDetailBoxInner:after {
  right: -6px;
}
.moreDetailTi {
  position: relative;
  margin-bottom: 90px;
}
.moreDetailTi02 {
  position: relative;
  margin-bottom: 90px;
}
.moreDetailTi h3, .moreDetailTi p {
  margin-left: 176px;
  font-weight: bold;
  margin-top: 32px;
}
.moreDetailTi02 p {
  font-weight: bold;
  margin-top: 32px;
}
.moreDetailTi h3, .moreDetailTi02 h3 {
  font-size: 1.8rem;
  letter-spacing: .15em;
  display: inline;
  border-bottom: solid 1px #3e3a39;
  padding-bottom: 10px;
}
.moreDetailTi02 h3 {
  line-height: 3.4rem
}
.moreDetailTiNo {
  position: absolute;
  top: 0;
  left: 0;
}
.moreDetailTiNo02 {
  position: absolute;
  top: 0;
  right: 0;
}
.red {
  font-size: 1.2rem;
  color: #d83828;
}
.moreDetailFaces {
  position: relative;
  display: table;
}
.products_enjoy {
  position: absolute;
  top: -110px;
  left: 30px;
}
.moreDetailFace1, .moreDetailFace2 {
  position: relative;
  display: table-cell;
  padding-right: 14px;
}
.products_front, .products_face2_front, .products_back, .products_comment01 {
  position: absolute;
}
.products_comment01 {
  bottom: 86px;
  right: 46px;
}
.products_front {
  top: -12px;
  left: -26px;
}
.products_face2_front {
  top: -70px;
  right: -126px;
}
.products_back {
  bottom: -30px;
  left: 20px;
}
.mb56 {
  margin-bottom: 56px;
}
.moreDetailTiBox {
  position: absolute;
  top: 210px;
  left: 420px;
}
.products02Img {
  margin-top: -80px;
}
.products_wow, .products_comment02 {
  position: absolute;
}
.products_wow {
  top: 164px;
  right: 40px;
}
.products_comment02 {
  top: 58px;
  right: 200px;
}
@media screen and (max-width: 575px) {
  .productsWrap {
    padding: 60px 0 40px 0;
  }
  .productsWrap h2 {
    margin-bottom: 42px;
  }
  .productsWrap h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .moreDetailBox {
    padding: 4px 0;
    width: 90%;
  }
  .moreDetailBoxInner {
    padding: 40px 20px;
  }
  .moreDetailTi {
    margin-bottom: 40px;
  }
  .moreDetailTi02 {
    margin-bottom: 40px;
  }
  .moreDetailTi h3, .moreDetailTi p {
    margin-left: 0;
    margin-top: 32px;
  }
  .moreDetailTi02 p {
    font-weight: bold;
    margin-top: 32px;
  }
  .moreDetailTi h3, .moreDetailTi02 h3 {
    font-size: 1.2rem;
    padding-bottom: 4px
  }
  .moreDetailTi02 h3 {
    line-height: 1.8;
  }
  .moreDetailTiNo {
    display: block;
    position: static;
    margin: 0 auto 40px auto;
  }
  .moreDetailTiNo02 {
    display: block;
    position: static;
    margin: 0 auto 40px auto;
  }
  .red {
    font-size: 1.1rem
  }
  .moreDetailFaces {
    display: block;
    text-align: center;
  }
  .products_enjoy {
    top: -50px;
    left: inherit;
    right: -10px;
    width: 100px;
  }
  .moreDetailFace1, .moreDetailFace2 {
    display: block;
    padding-right: 0;
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 300px;
  }
  .products_front, .products_face2_front, .products_back {
    position: absolute;
  }
  .products_comment01 {
    position: static;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .products_front {
    top: -12px;
    left: -10px;
  }
  .products_face2_front {
    width: 140px;
    top: 10px;
    right: -10px;
  }
  .products_back {
    left: 20px;
  }
  .mb56 {
    margin-bottom: 30px;
  }
  .moreDetailTiBox {
    position: static;
  }
  .products02Img {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .products_comment02 {
    position: static;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .products_wow {
    top: 650px;
    right: 8px;
  }
}
/* --------------------------------------------------------- */
/* HOW TO ENJOY TWO FACES
------------------------------------------------------------ */
.enjoyWrap {
  width: 1024px;
  margin: 0 auto;
  padding: 120px 0 90px 0;
  text-align: center;
}
.enjoyWrap h2 {
  margin-bottom: 48px;
}
.enjoyWrap h2 img {
  margin: 0 auto;
}
.styleBoxWrap {
  position: relative;
  letter-spacing: -.4rem;
}
.enjoy_arrow {
  position: absolute;
  z-index: 10;
  top: 576px;
  left: 414px;
}
.shoulderEnjoy .enjoy_arrow {
  top: 630px;
}
.styleDay .enjoy_arrow {
  top: 250px;
}
.shoulderEnjoy .styleDay .enjoy_arrow {
  top: 470px;
}
.styleBox {
  letter-spacing: normal;
  width: 512px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.shoulderEnjoy .styleBox {
  text-align: right;
}
.taR {
  text-align: right;
}
.shoulderEnjoy .taR {
  text-align: left;
}
.styleBox h3 {
  margin-left: 12px;
  margin-bottom: 30px;
}
.styleBox.taR h3 {
  margin-right: 12px;
}
.styleBoxImg {
  margin-bottom: 50px;
  position: relative;
}
.styleBox.taR .styleBoxImg {
  margin-top: 196px;
  margin-bottom: 0;
}
.styleBox p {
  width: 464px;
}
.shoulderEnjoy .styleBox p {
  position: absolute;
  right: 0;
  text-align: left;
}
.styleBox.taR p {
  position: absolute;
  top: 106px;
  right: 0;
  text-align: left;
}
.shoulderEnjoy .styleBox.taR p {
  right: inherit;
}
.enjoy_on, .enjoy_off01, .enjoy_off02, .enjoy_stayhome01, .enjoy_stayhome02, .enjoy_work01, .enjoy_work02, .shoulder_enjoy01, .shoulder_enjoy_heart, .shoulder_enjoy02, .shoulder_enjoy_nice, .shoulder_enjoy03, .shoulder_enjoy_on, .shoulder_enjoy04, .shoulder_enjoy_active {
  position: absolute;
}
.enjoy_on {
  top: 90px;
  left: -56px;
}
.enjoy_off01 {
  top: 80px;
  right: -20px;
}
.enjoy_off02 {
  bottom: 60px;
  left: 24px;
}
.enjoy_stayhome01 {
  bottom: -26px;
  right: -16px;
}
.enjoy_stayhome02 {
  bottom: 50px;
  left: -50px;
}
.enjoy_work01 {
  top: -26px;
  right: -10px;
}
.enjoy_work02 {
  top: 420px;
  right: -30px;
}
.shoulder_enjoy01 {
  top: 180px;
  left: -30px;
}
.shoulder_enjoy_heart {
  top: 320px;
  left: 50px;
}
.shoulder_enjoy02 {
  top: 70px;
  right: -60px;
}
.shoulder_enjoy_nice {
  top: 250px;
  left: 28px;
}
.shoulder_enjoy03 {
  top: 30px;
  left: 30px;
}
.shoulder_enjoy_on {
  bottom: 20px;
  right: 34px;
}
.shoulder_enjoy04 {
  bottom: 30px;
  right: 20px;
}
.shoulder_enjoy_active {
  top: 34px;
  left: 0px;
}
.styleBoxWrap .item-link {
  position: absolute;
  bottom: 0;
  left: 280px;
}
.shoulderEnjoy .styleBoxWrap .item-link {
  left: inherit;
  right: 0;
}
.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 575px) {
  .enjoyWrap {
    width: 100%;
    padding: 60px 0 40px 0;
  }
  .enjoyWrap h2 {
    margin-bottom: 46px;
  }
  .enjoyWrap h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .enjoyWrap .bagCopy {
    margin-bottom: 40px;
  }
  .styleBoxWrap {
    width: 80%;
    margin: 0 auto;
  }
  .enjoy_arrow {
    position: absolute;
    z-index: 10;
    top: 576px;
    left: 414px;
  }
  .styleDay .enjoy_arrow {
    top: 250px;
  }
  .styleBox {
    width: 100%;
    display: block;
  }
  .styleBox h3 {
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .styleBox h3 img {
    width: 100%;
  }
  .styleBox.taR h3 {
    margin-right: 0;
  }
  .styleBoxImg {
    margin-bottom: 20px;
  }
  .styleBoxImg img {
    width: 100%;
  }
  .styleBox.taR .styleBoxImg {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .styleBox p {
    width: 100%;
  }
  .styleBox.taR p, .shoulderEnjoy .styleBox p {
    position: static;
    text-align: left;
  }
  .styleBoxImg .enjoy_on {
    width: 40%;
    top: 6%;
    left: -6%;
  }
  .styleBoxImg .enjoy_off01 {
    width: 36%;
    top: 10%;
    right: -4%;
  }
  .styleBoxImg .enjoy_off02 {
    width: 26%;
    bottom: 10%;
    left: -8%;
  }
  .styleBoxImg .enjoy_stayhome01 {
    width: 50%;
    bottom: -4%;
    right: -4%;
  }
  .styleBoxImg .enjoy_stayhome02 {
    width: 30%;
    bottom: -4%;
    left: -4%;
  }
  .styleBoxImg .enjoy_work01 {
    width: 44%;
    top: -1%;
    right: -2%;
  }
  .styleBoxImg .enjoy_work02 {
    width: 26%;
    top: inherit;
    right: inherit;
    bottom: -4%;
    left: -4%;
  }
  .styleBoxImg .shoulder_enjoy01 {
    width: 40%;
    top: 20%;
    left: -6%;
  }
  .styleBoxImg .shoulder_enjoy_heart {
    width: 16%;
    top: 44%;
    left: 4%;
  }
  .styleBoxImg .shoulder_enjoy02 {
    width: 40%;
    top: 2%;
    right: -6%;
  }
  .styleBoxImg .shoulder_enjoy_nice {
    width: 32%;
    top: inherit;
    left: -2%;
    bottom: 6%;
  }
  .styleBoxImg .shoulder_enjoy03 {
    width: 46%;
    top: 4%;
    left: -1%;
  }
  .styleBoxImg .shoulder_enjoy_on {
    width: 26%;
    bottom: 3%;
    right: -5%;
  }
  .styleBoxImg .shoulder_enjoy04 {
    width: 50%;
    bottom: 4%;
    right: 5%;
  }
  .styleBoxImg .shoulder_enjoy_active {
    width: 26%;
    top: 3%;
    left: -4%;
  }
  .styleBoxWrap .item-link {
    position: static;
  }
  .mb90 {
    margin-bottom: 40px;
  }
  .spEnjoyTxt, .shoulderEnjoy .taR .spEnjoyTxt {
    position: relative;
    margin-bottom: 40px;
    padding-right: 50px;
  }
  .styleDay .spEnjoyTxt {
    margin-top: 40px;
  }
  .taR .spEnjoyTxt, .shoulderEnjoy .spEnjoyTxt {
    padding-right: 0;
    margin-top: 0;
  }
  .enjoy_arrow_sp {
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .styleDay .enjoy_arrow_sp {
    top: -20px;
  }
}
/* --------------------------------------------------------- */
/* CONVENIENT POINT
------------------------------------------------------------ */
.convenientWrap {
  background-color: #f7ece8;
  text-align: center;
  padding: 120px 0 90px 0;
}
.convenientWrap h2 {
  margin-bottom: 46px;
}
.convenientWrap h2 img {
  margin: 0 auto;
}
.convenientBox {
  text-align: left;
  width: 1024px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.convenientBox:before, .convenientBox:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #f7ece8;
}
.convenientBox:before {
  left: 6px;
}
.convenientBox:after {
  right: 6px;
}
.convenientBoxInner {
  position: relative;
  padding: 44px 58px;
}
.convenientBoxInner:before, .convenientBoxInner:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #f7ece8;
}
.convenientBoxInner:before {
  top: 6px;
}
.convenientBoxInner:after {
  bottom: 6px;
  letter-spacing: -.4em;
}
.convenientBoxTxt, .convenientBoxImg {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.convenientBoxTxt {
  width: 549px;
  height: 468px;
}
.convenientBoxImg {
  width: 352px;
}
.convenientBoxImg img {
  max-width: 100%;
}
.convenientBoxTxt p {
  position: absolute;
  top: 0;
  width: 470px;
}
.convenientBoxNakami {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 470px;
}
.convenientImgGoodWrap {
  position: relative;
  width: 278px;
  margin: 0 auto;
}
.convenient_voice, .convenient_swich, .convenient_good, .convenient_imgico {
  position: absolute;
}
.convenient_voice {
  top: 6px;
  left: -120px;
}
.convenient_swich {
  top: 80px;
  right: -70px;
}
.convenient_good {
  bottom: 20px;
  left: -50px;
}
.convenient_imgico {
  top: -26px;
  right: 0px;
}
@media screen and (max-width: 575px) {
  .convenientWrap {
    padding: 60px 0 40px 0;
  }
  .convenientWrap h2 {
    margin-bottom: 42px;
  }
  .convenientWrap h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .convenientBox {
    padding: 4px 0;
    width: 90%;
  }
  .convenientBoxInner {
    padding: 40px 20px 20px 20px;
  }
  .convenientBoxInner:before {
    top: 2px;
  }
  .convenientBoxInner:after {
    bottom: 2px;
  }
  .convenientBoxTxt, .convenientBoxImg {
    display: block;
  }
  .convenientBoxTxt {
    width: 100%;
    height: auto;
  }
  .convenientBoxImg {
    width: 100%;
  }
  .convenientBoxTxt p {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  .convenientBoxNakami {
    position: static;
    width: 100%;
    margin-bottom: 54px;
  }
  .convenient_voice {
    width: 60%;
    top: -20px;
    left: -10px;
  }
  .convenient_swich {
    width: 30%;
    top: -10px;
    right: -20px;
    transform: rotate(-45deg);
  }
  .convenient_good {
    width: 25%;
    bottom: -10px;
    left: -2px;
  }
  .convenient_imgico {
    top: -26px;
    right: 0px;
  }
}
/* --------------------------------------------------------- */
/* footer
------------------------------------------------------------ */
.footer {
  padding: 30px 0 90px 0;
  text-align: center;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
}
.footerLink {
  margin-bottom: 70px;
}
.footerLink01, .footerLink02 {
  margin-bottom: 30px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
}
.footerLink01 a, .footerLink02 a {
  display: inline-block;
  padding: 10px 0;
  border-radius: 50px;
  width: 280px;
  transition: .3s;
}
.footerLink01 a {
  border: solid 2px #d83828;
  color: #d83828;
}
.footerLink01 a:hover {
  background-color: #d83828;
  color: #fff;
}
.footerLink02 a {
  border: solid 2px #036ea8;
  color: #fff;
  background-color: #036ea8;
}
.footerLink02 a:hover {
  background-color: #fff;
  color: #036ea8;
}
address {
  font-style: normal;
  font-size: .625rem;
  margin-top: 30px;
  letter-spacing: .1rem;
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 90px 0 40px 0;
  }
  .scroll-top {
    right: 15px;
    bottom: 15px;
    width: 60px;
  }
}
/* --------------------------------------------------------- */
/* アニメーション
------------------------------------------------------------ */
.mv.active {
  transform: scale(1);
  opacity: 1;
}
.mv {
  transform: scale(0.85);
  opacity: 0;
  transition: .8s;
}
.mv_delay05 {
  transition-delay: .5s;
}
.mv_delay10 {
  transition-delay: 1s;
}
.mv_delay15 {
  transition-delay: 1.5s;
}
.mv_ti01 {
  transform: scale(1);
  transform: translate(-60%, 0);
  -webkit-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
}
.mv_ti02 {
  transform: scale(1);
  transform: translate(-40%, 0);
  -webkit-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
}
.main_copy01,
.main_copy02,
.main_copy03 {
	transform: translate(-50%, 0) scale(0.85);
	-webkit-transform: translate(-50%, 0) scale(0.85);
	-ms-transform: translate(-50%, 0) scale(0.85);
	opacity: 0;
}
.main_copy01.active,
.main_copy02.active,
.main_copy03.active {
	transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
}
.mv_ti01.active, .mv_ti02.active {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}