@charset "utf-8";
/*****************************************
共通
*****************************************/
body {
   margin: 0;
   padding: 0;
}
.wrapper {
   width: 100%;
   padding-top: 20px;
 }
.container {
   width: 100%;
   padding: 0;
}
#susoage * {
   box-sizing: content-box;
}
#susoage ul,
#susoage ol {
	list-style: none;
}
#susoage a:hover,
#susoage a:focus {
	text-decoration: none;
}

/*-------- title --------*/
#susoage h1 {
   line-height: 1.6;
   margin-bottom: 16px;
   padding-top: 24px;
   background: url("../_img/250905/STRETCHY&CONFORTABLEPANTS.webp") top center / 1173px 61px no-repeat;
   color: #4f4031;
   font-size: 26px;
   font-weight: bold;
   text-align: center;
}
#susoage h2 {
   max-width: 950px;
   margin: 0 auto 28px;
   padding-top: 24px;
   color: #4f4031;
   font-size: 36px;
   font-weight: bold;
   text-align: center;
}
#susoage h2.point_tit {
   background: url("../_img/250905/POINT.webp") top center / 219px 61px no-repeat;
}
#susoage h2.styling_tit {
   background: url("../_img/250905/STYLING.webp") top center / 324px 68px no-repeat;
}
#susoage h2.lineup_tit {
   background: url("../_img/250131/LINEUP.webp") top center / 262px 61px no-repeat;
}
#susoage h3 {
   display: flex;
   width: 530px;
   line-height: 1.1;
   align-items: center;
   color: #4f4031;
   font-size: 32px;
   font-weight: bold;
}
#susoage .p_contents:nth-of-type(odd) h3 {
   margin-left: -70px;
}
#susoage h3 span {
   display: inline-block;
   background: linear-gradient(transparent 70%, #f8f782 0);
   transform: skew(-10deg);
}
#susoage h3 .anchor_num {
   width: 106px;
   margin-right: 20px;
}
#susoage h4 {
   margin-bottom: 28px;
   color: #231815;
   text-align: center;
}

/*-------- MV --------*/
#susoage {
	width: 100%;
	color: #333;
	background: #fff;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
}
#susoage .mv {
   position: relative;
   width: 1200px;
   margin: 0 auto;
   padding: 0 !important;
   box-sizing: border-box;
}
#susoage .mv p {
   width: 1200px;
}
#susoage .mv_anchor {
   display: block;
   box-sizing: border-box;
   position: absolute;
   right: -82px;
   bottom: -30px;
   width: 164px;
   height: 164px;
   background: url(../_img/250905/float_anchor.webp) top center / 164px 164px no-repeat;
   transition: 0.25s;
}
#susoage .mv_anchor:hover {
   background: url(../_img/250905/float_anchor_hover.webp);
   transition: 0.25s;
}

/*-------- contents --------*/

#susoage .contents + .contents,
#susoage #lineup.contents {
   margin-top: 80px;
}
#susoage .cmn-inner,
#susoage .p_inner {
   max-width: 970px;
   margin: 0 auto;
}
#susoage .cmn-btn.bd a {
  transition: 0.4s;
}
#susoage .cmn-btn.bd a::after {
  transition: 0.4s;
}
/* leadArea */
#susoage .leadArea {
   width: 1200px;
   margin: 0 auto;
   padding: 50px 0 65px;
}
#susoage .leadArea p {
   line-height: 1.75;
   color: #231815;
   font-size: 16px;
	 text-align: center;
}
#susoage p.lineup_type01,
.lineup_type02 {
   font-size: 25px;
   font-weight: bold;
   color: #614d40;
   text-align: center;
}
#susoage p.lineup_type02 {
  margin-top: 60px;
}

/* anchor */
#susoage .float_anchor {
   display: none;
}
#susoage .float_anchor a {
   display: block;
   width: 52px;
   padding: 15px 13px;
   box-sizing: border-box;
   border-radius: 10px 0 0 10px;
   border-top: 2px solid #4f4031;
   border-left: 2px solid #4f4031;
   border-bottom: 2px solid #4f4031;
   color: #4f4031;
   background: #fff;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   letter-spacing: 0.1em;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   transition: all .25s;
}
#susoage .float_anchor a:hover {
   background: #4f4031;
   color: #fff;
   transition: all .25s;
}
#susoage .float_anchor.fixed {
   position: fixed;
   top: 10%;
   right: 0;
   display: block;
   z-index: 1000;
   animation-name: fadeInAnime;
   animation-duration: 0.4s;
   animation-fill-mode: forwards;
   opacity: 0;
}
@keyframes fadeInAnime {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
#susoage .anchor {
   margin-bottom: 136px;
   max-width: 960px;
}
#susoage .anchor ul {
   display: flex;
   justify-content: space-between;
}
#susoage .anchor li {
   position: relative;
   display: flex;
   box-shadow: 2px 2px 8px -4px #8f8f8f;
}
#susoage .anchor li:after {
   content: "";
   position: absolute;
   top: -4px;
   left: 4px;
   width: 51px;
   height: 35px;
   display: block;
   background-size: 51px 35px;
   background-repeat: no-repeat;
   background-position: top left;
}
#susoage .anchor li:nth-of-type(1):after {
   background-image: url("../_img/250905/anchor_num01.webp");
}
#susoage .anchor li:nth-of-type(2):after {
   background-image: url("../_img/250905/anchor_num02.webp");
}
#susoage .anchor li:nth-of-type(3):after {
   background-image: url("../_img/250905/anchor_num03.webp");
}
#susoage .anchor li:nth-of-type(4):after {
   background-image: url("../_img/250905/anchor_num04.webp");
}
#susoage .anchor a {
   position: relative;
   display: flex;
   width: 224px;
   line-height: 1.4;
   padding: 4px;
   background: #fff;
   flex-direction: column;
   box-sizing: border-box;
  transition: all .25s;
}
#susoage .anchor a::before,
#susoage .anchor a::after {
   content: "";
   position: absolute;
	bottom: -5%;
	margin: auto;
	vertical-align: middle;
  transition: all .25s;
}
#susoage .anchor a::before {
   left: 50%;
   width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
   margin-left: -15px;
	border-radius: 50%;
	background: #4f4031;
}
#susoage .anchor a::after {
   bottom: -1%;
   left: 50%;
	width: 8px;
	height: 8px;
   margin-left: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#susoage .anchor p {
   display: flex;
   line-height: 1.5;
   padding: 16px 0;
   color: #4f4031;
   font-size: 17px;
   font-weight: bold;
   flex-grow: 1;
   justify-content: center;
   align-items: center;
   text-align: center;
}
#susoage .anchor a:hover {
   opacity: 0.85;
   transition: all .25s;
}
#susoage .anchor a:hover::after {
   bottom: -3%;
   transition: all .25s;
}
#susoage .anchor a:hover::before {
   bottom: -7.2%;
   transition: all .25s;
} 
#susoage .anchor a:hover img {
   opacity: 1;
}

/* point */
#susoage #point {
   position: relative;
   padding: 60px 0 122px;
   background: #ede7d7;
   z-index: 0;
}
#susoage #stretch .p_img_small:nth-of-type(3) img.pc {
	margin-left: 40px;
}
#susoage #point .p_contents {
   position: relative;
}
#susoage #point .p_contents + .p_contents {
   margin-top: 124px;
}
#susoage .p_inner {
   display: flex;
   justify-content: space-between;
}
#susoage .p_contents:nth-of-type(odd) .p_inner {
   flex-direction: row-reverse;
}
#susoage .p_box {
   width: 435px;
   padding-top: 20px;
}
#susoage .p_img_big {
   width: 475px;
}
#susoage .p_text {
   line-height: 1.75;
   margin: 34px auto 24px;
   font-size: 16px;
}
#susoage span.p_caption_text {
	font-size: 14px;
}
#susoage #voice .comment {
   margin-top: 32px;
}
#susoage #voice .comment li {
   line-height: 1.4;
   position: relative;
   padding: 26px 30px;
   background-color: #ede7d7;
   border-radius: 14px;
}
#susoage #voice .comment li + li {
   margin-top: 20px;
}
#susoage #voice .comment li::before {
   content: "";
   position: absolute;
   top: -8px;
   left: 20px;
   width: 22px;
   height: 16px;
   background: url(../_img/250131/voice_icon.webp) 50% 50% no-repeat;
   background-size: contain;
}
#susoage #voice .comment li span {
   line-height: 1.7;
   color: #231815;
   font-size: 16px;
   text-align: left;
}
#susoage #voice .comment li strong {
   font-size: 18px;
   font-weight: bold;
}
#susoage #voice .note {
   display: flex;
   margin-top: 5px;
   justify-content: right;
   font-size: 12px;
}
#susoage #voice .note li + li {
   margin-left: 10px;
}

/* styling */
#susoage #styling .styling_contents {
   display: flex;
   width: 100%;
   margin: 0 auto;
   padding-bottom: 45px;
   justify-content: center;
}
#susoage #styling .slider {
   width: 500px;
}
#susoage #styling .slick-prev,
#susoage #styling .slick-next {
   width: 32px;
   height: 60px;
   line-height: 0;
   margin: -21px 0 0;
   padding: 0;
   font-size: 0;
   border: none;
}
#susoage #styling .slick-prev {
   background: url(../_img/250131/arrow_left.webp) top center / 32px 60px no-repeat;
}
#susoage #styling .slick-next {
   background: url(../_img/250131/arrow_right.webp) top center / 32px 60px no-repeat;
}
#susoage #styling .slick-prev:focus,
#susoage #styling .slick-next:focus {
   outline: none;
}
#susoage #styling button {
   display: none;
}
#susoage #styling .slick-dots li {
   width: 12px;
   height: 12px;
   margin: 0 12px;
   background: #fff;
   border: 1px solid #d1d1d1;
   border-radius: 100vw;
}
#susoage #styling .slick-dots li.slick-active,
#susoage #styling .slick-dots li:hover {
   background: #d1d1d1;
}
#susoage #styling .slide_img {
   position: relative;
}
#susoage #styling .slide a {
   display: block;
}
#susoage #styling .btn_link {
   display: block;
   position: absolute;
   bottom: 10px;
   right: 10px;
   width: 100px;
   height: 100px;
   line-height: 1.37;
   padding-top: 30px;
   background-color: #fff;
   color: #4f4031;
   border: 2px solid #4f4031;
   border-radius: 100vw;
   font-size: 16px;
   transition: .4s;
   text-align: center;
   box-sizing: border-box;
}
#susoage #styling a:hover .btn_link {
   background-color: #4f4031;
   color: #fff;
   opacity: 0.85;
}
#susoage #styling .slide a:hover img {
   opacity: 0.8;
}


/* lineup */
#susoage #lineup .l_contents + .l_contents {
   margin-top: 80px;
}

/* movie */
.hacobune-app-container {
  padding: 0!important;
}
#susoage p.styling_movie {
	width: 386px;
	margin: 80px auto 30px;
	position: relative;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #4f4031;
}
#susoage p.styling_movie::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 380px;
	border-left: 2px solid #4f4031;
	width: 23px;
	height: 23px;
	transform: rotate(-150deg);
}
#susoage p.styling_movie::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 380px;
	border-right: 2px solid #4f4031;
	width: 23px;
	height: 23px;
	transform: rotate(150deg);
}
#susoage .hacobune-univideo {
	width: 600px;
	height: 338px;
	margin: 0 auto;
}
#susoage .hacobune-univideo .hacobune-unit-video-thumbnail {
	height: 338px;
}
#susoage .hacobune-app-container[data-v-ef21c55a] {
	padding: 0;
}
#susoage .hacobune-univideo .hacobune-unit-video-thumbnail-image {
	height: 338px;
}
/*  btn-area */
#susoage .btn-area {
   margin-top: 90px;
   text-align: center;
}
#susoage .cmn-btn.bd a {
   display: block;
   position: relative;
   width: 500px;
   height: auto;
   margin: 0 auto;
   padding: 20px;
   color: #4f4031;
   border: 2px solid #4f4031;
   border-radius: 100vw;
   font-size: 18px;
   box-sizing: border-box;
   text-align: center;
}
#susoage .cmn-btn.bd a::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 40px;
   width: 10px;
   height: 10px;
   margin-top: -2px;
   border-top: 2px solid #4f4031;
   border-right: 2px solid #4f4031;
   transform: translateY(-40%) rotate(45deg);
   -webkit-transform: translateY(-40%) rotate(45deg);
}
#susoage .cmn-btn.bd a:hover {
   background-color: #4f4031;
   color: #fff;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   text-decoration: none;
}
#susoage .cmn-btn.bd a:hover::after {
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
}
#bottom_recommend_area h2 {
   color: #1A1311;
}

.subheading {
  color: #495061;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0.5rem;
}
.subheading span::before, .subheading span::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #495061;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.subheading span::before {
  transform: rotate(-35deg);
}
.subheading span::after {
  transform: rotate(35deg);
}

/*****************************************
PC only
*****************************************/
@media screen and (min-width: 769px) {
  .sp {
      display: none;
   }

   /*-------- contents --------*/
   /* point */
   #susoage .p_inner::after {
      content: "";
      position: absolute;
      top: -9%;
      right: 37%;
      display: block;
      width: 63%;
      height: 117%;
      background-color: #fff;
      z-index: -500;
      box-sizing: border-box;
   }
   #susoage .p_contents:nth-of-type(odd) .p_inner::after {
      left: 37%;
      width: 63%;
   }

   /* btn-area */
   #susoage .btn-area-others {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 50px;
   }
   #susoage .btn-area-others .cmn-btn a {
      width: 450px;
   }
   #susoage .btn-area-others .cmn-btn:nth-of-type(2n) {
      margin-left: 20px;
   }

   /*-------- cmn-recommend --------*/
   #susoage .cmn-recommend h2 {
      display: flex;
      align-items: center;
      justify-content: center;
   }
   #susoage .cmn-recommend h2::before,
   #susoage .cmn-recommend h2::after {
      content: "";
      border-bottom: 2px solid #333;
   }
   #susoage .cmn-recommend h2::before {
      margin-right: 20px;
      padding-left: 120px;
   }
   #susoage .cmn-recommend h2::after {
      margin-left: 20px;
      padding-right: 120px;
   }
   #susoage .cmn-recommend .bnr_box {
      display: flex;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      -webkit-box-pack: justify;
   }

   /* bottom_recommend_area */
   #susoage #bottom_recommend_area .bottom_newitem,
   #susoage #bottom_recommend_area .bottom_service {
      width: 1100px !important;
   }
   #susoage #bottom_recommend_area .bottom_bnrBox a {
      width: 24% !important;
   }
   #susoage #bottom_recommend_area .bottom_bnrBox a + a {
      margin-left: 12px !important;
   }
}


/*****************************************
SP only
*****************************************/
@media screen and (max-width: 768px) {
   .pc {
      display: none;
   }
   .wrapper {
      padding: 0;
      margin: 0 0 50px;
   }
   .container {
      padding-left: 0;
      padding-right: 0;
   }

   /*-------- mv --------*/
   #susoage {
      max-width: 768px;
      width: 100%;
      line-height: 1.5;
      margin: 0 auto;
      background: #fff;
      color: #231815;
      font-size: 4.2666666vw;
   }
   #susoage .mv {
      width: 100%;
   }
   #susoage .mv p {
      width: 100%;
   }
   #susoage .mv img {
      width: 100%;
   }
   #susoage .mv_anchor {
      right: 1.5vw;
      bottom: -7vw;
      width: 22vw;
      height: 22vw;
      background-size: 22vw 22vw;
   }
   #susoage .mv_anchor:hover {
      background-size: 22vw 22vw;
   }

   /*-------- title --------*/
   #susoage h1 {
      line-height: 1.55;
      margin-bottom: 4.8vw;
      padding-top: 3.73vw;
      background: url(../_img/250905/STRETCHY&CONFORTABLEPANTS.webp) top center / 91.46vw 4.66vw no-repeat;
      background-position: center 1.5vw;
      font-size: 4.53vw;
   }
   #susoage h2 {
      margin-bottom: 3.5vw;
      padding-top: 4.8vw;
      font-size: 6.13vw;
   }
   #susoage h2.point_tit {
      background-size: 28.8vw 8vw;
      font-size: 5.33vw;
   }
   #susoage h2.point_tit strong {
      font-size: 10.6vw;
   }
   #susoage h2.styling_tit {
      background-size: 42.66vw 8vw;
   }
   #susoage h2.lineup_tit {
      background-size: 39.2vw 8vw;
   }
   #susoage h3 {
      display: block;
      width: 100%;
      margin-top: -5.3vw;
      font-size: 5.33vw;
      text-align: center;
   }
   #susoage h3 .anchor_num {
      width: 14.93vw;
      margin-bottom: 2.6vw;
   }
   #susoage .p_contents:nth-of-type(odd) h3 .anchor_num {
      margin-left: auto;
      margin-right: 0;
   }
   #susoage h4 {
      line-height: 1.5;
      font-size: 5.33vw;
   }

   /*-------- contents --------*/
   #susoage .contents + .contents,
   #susoage #lineup.contents {
      margin-top: 10.66vw;
   }
   #susoage .cmn-inner {
      width: 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box;
   }

   /* leadArea */
   #susoage .leadArea {
      width: 100%;
      margin: 0 auto;
      padding-top: 8vw;
      padding-bottom: 10vw;
      box-sizing: border-box;
   }
   #susoage .leadArea p {
      width: 92%;
      margin: 0 auto;
      line-height: 1.7;
      font-size: 3.46vw;
      text-align: left;
   }

   /* anchor */
   #susoage .float_anchor a {
      width: 7.6vw;
      padding: 2vw 1vw;
      font-size: 2.66vw;
   }
   #susoage .anchor {
      margin-bottom: 13vw;
   }
   #susoage .anchor ul {
      flex-wrap: wrap;
	  justify-content: center;
   }
   #susoage .anchor li {
      width: 48%;
   }
   #susoage .anchor li:nth-of-type(2n) {
	  margin-left: 3.2vw;
	}
   #susoage .anchor li:nth-child(n+3) {
      margin-top: 8vw;
   }
   #susoage .anchor li::after {
      width: 9.33vw;
      height: 6.4vw;
      background-size: 9.33vw 6.4vw;
   }
   #susoage .anchor a {
      width: 100%;
   }
   #susoage .anchor a::before {
      width: 5.6vw;
      height: 5.6vw;
      margin-left: -2.8vw;
   }
   #susoage .anchor a::after {
      width: 6px;
      height: 6px;
      margin-left: -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
   }
   #susoage .anchor p {
      line-height: 1.6;
      padding: 1.66vw 0 3vw;
      font-size: 3.2vw;
   }

   /* point */
   #susoage #point .p_contents + .p_contents {
      margin-top: 5.6vw;
   }
   #susoage #point {
      padding: 10.66vw 0;
   }
   #susoage .p_contents {
      margin-right: 15px;
      padding-top: 6.4vw;
      box-sizing: border-box;
   }
   #susoage .p_contents:nth-of-type(odd) {
      margin-right: 0;
      margin-left: 15px;
   }
   #susoage .p_inner {
      display: flex;
      flex-wrap: wrap;
      padding: 0 25px 8vw;
      background: #fff;
   }
   #susoage .p_box {
      display: contents;
   }
   #susoage .p_img_small {
      order: 4;
      margin-top: 2.6vw;
   }
   #susoage .p_img_big {
      order: 3;
   }
   #susoage .p_box,
   #susoage .p_img_big {
      width: 100%;
   }
   #susoage .p_text {
      line-height: 1.6;
      margin: 5.33vw auto 3.0vw;
      font-size: 3.59vw;
   }
   #susoage span.p_caption_text {
	  font-size: 3vw;
	}
   #susoage #voice .comment li {
      padding: 4.5vw 5.33vw;
   }
   #susoage #voice .comment li + li {
      margin-top: 3.66vw;
   }
   #susoage #voice .comment li span {
      font-size: 3.46vw;
   }
   #susoage #voice .comment li strong {
      font-size: 4vw;
   }
   #susoage #voice .comment li::before {
      left: 2.13vw;
      width: 4vw;
      height: 3.2vw;
   }
   #susoage #voice .note {
      width: 100%;
      flex-direction: column;
      margin-bottom: 5vw;
      font-size: 2.93vw;
   }
   #susoage #voice .note li + li {
      margin-left: 0;
   }

   /* styling */
   #susoage #styling .styling_contents {
      display: block;
   }
   #susoage #styling .slider {
      width: 87%;
      margin: 0 auto;
   }
   #susoage #styling .slider + .slider {
      margin-top: 12vw;
   }
   #susoage #styling .slick-dots li {
      width: 2.4vw;
      height: 2.4vw;
      margin: 0 2vw;
   }
   #susoage #styling .slick-prev,
   #susoage #styling .slick-next {
      width: 6.93vw;
      height: 12.26vw;
      background-size: 6.93vw 12.26vw;
   }
   #susoage #styling .btn_link {
      right: 2.13vw;
      bottom: 2.13vw;
      width: 18.4vw;
      height: 18.4vw;
      padding-top: 5.4vw;
      border: 1px solid #4f4031;
      font-size: 2.93vw;
   }

   /* lineup */
   #susoage #lineup {
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box;
   }
   #susoage #lineup .l_contents + .l_contents {
      margin-top: 13.33vw;
   }
   #susoage p.lineup_type01,
   .lineup_type02 {
    font-size: 4.66vw;
    font-weight: bold;
    color: #614d40;
   }
   #susoage p.lineup_type02 {
    margin-top: 11.3vw;
   }
  /* movie */
   .hacobune-unit-video {
      margin: 0!important;
   }
	#susoage p.styling_movie {
		width: 92vw;
		margin: 10.6vw auto 4.6vw;
		position: relative;
		text-align: center;
		font-size: 5.33vw;
		font-weight: bold;
		color: #4f4031;
	}
	#susoage p.styling_movie::before {
		content: "";
		position: absolute;
		top: 30%;
		left: 2%;
		border-left: 0.5vw solid #4f4031;
		width: 4.8vw;
		height: 4.8vw;
		transform: rotate(150deg);
	}
	#susoage p.styling_movie::after {
		content: "";
		position: absolute;
		top: 30%;
		right: 2%;
		border-right: 0.5vw solid #4f4031;
		width: 4.8vw;
		height: 4.8vw;
		transform: rotate(-150deg);
	}
	#susoage .hacobune-univideo {
		width: 92vw;
		height: auto;
		margin: 0 auto;
	}
	#susoage .hacobune-univideo {
		width: 92vw;
		height: 51vw;
		margin: 0 auto;
	}
	#susoage .hacobune-univideo .hacobune-unit-video-thumbnail {
		height: 51vw;
	}
	#susoage .hacobune-app-container[data-v-ef21c55a] {
		width: 100%;
		padding: 0;
	}
	#susoage .hacobune-unit-video[data-v-5ff0aa1d] {
		margin: 0;
	}
	#susoage .hacobune-univideo .hacobune-unit-video-thumbnail-image {
		height: 51vw;
	}


   /*-------- cmn-recommend --------*/
   #susoage .cmn-recommend h2 {
      margin: 0 auto 5vw;
      font-size: 6.4vw;
   }
   #susoage .cmn-recommend .bnr_box {
      max-width: 768px;
      flex-wrap: wrap;
   }
   #susoage .cmn-recommend .bnr_box .bnr_img {
      display: inline-block;
      width: 48%;
   }
   #susoage .cmn-recommend .bnr_box .bnr_img:nth-of-type(n+3) {
      margin-top: 3vw;
   }

   /* ------ btn-area ------ */
   #susoage .btn-area {
      width: 100%;
      margin: 12.26vw auto 0;
      box-sizing: border-box;
   }
   #susoage .cmn-btn.bd a {
      width: 100%;
      padding: 4.5vw;
      font-size: 4vw;
   }
   #susoage .cmn-btn.bd a::after {
      right: 6vw;
      width: 2vw;
      height: 2vw;
      margin-top: -0.8vw;
      border-top: 1px solid #4f4031;
      border-right: 1px solid #4f4031;
   }
   #susoage .btn-area-others {
      margin-top: 3vw;
   }
   #susoage .btn-area-others .cmn-btn:nth-of-type(2n) {
      margin-top: 3vw;
   }

  #bottom_recommend_area {
      box-sizing: border-box;
	  padding-left: 4vw;
	  padding-right: 4vw;
  }

  .subheading {
    color: #495061;
    position: relative;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .subheading span::before, .subheading span::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #495061;
    width: 1px;
    height: 1em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .subheading span::before {
    transform: rotate(-35deg);
  }
  .subheading span::after {
    transform: rotate(35deg);
  }
}

/*****************************************
Tablet only (min-width:576px)
*****************************************/
@media screen and (min-width: 576px) {
   .container {
      width: 100%;
   }
}