.trendy-campaign img {
  vertical-align: bottom;
  height: auto;
  width: auto;
}
.trendy-campaign .section-container {
  margin-left: auto;
  margin-right: auto;
}
.trendy-campaign .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trendy-campaign .btn.btn_line {
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}
.trendy-campaign .btn.btn_white {
  border: 1px solid #fbc511;
  color: #fbc511;
  transition: .3s;
}
.trendy-campaign .btn.btn_line:hover {
  border: 1px solid #EBEDEF;
  background-color: #EBEDEF;
  text-decoration: unset;
  color: #fbc511;
}
.trendy-campaign .section .section-title {
  font-weight: bold;
}
@media screen and (min-width:641px) {
  .trendy-campaign .sp-only {
    display: none;
  }
  .trendy-campaign .section-container {
    width: 1220px;
  }
  .trendy-campaign .btn {
    padding: 20px;
    width: 433px;
    font-size: 20px;
  }
  body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .trendy-campaign .section .section-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 75px;
    padding: 0;
  }
  .trendy-campaign .section .section-title .jp {
    margin-left: 15px;
    font-size: 26px;
  }
  .trendy-campaign .section .section-title .en img {
    height: 80px;
  }
}
@media screen and (max-width:640px) {
  .trendy-campaign .pc-only {
    display: none;
  }
  .trendy-campaign .section-container {
    width: 100%;
  }
}

/* logo */
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .logo-area .logo {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width:641px) {
  .logo-area .logo img {
    width: 227px;
  }
}
@media screen and (max-width:640px) {
  body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .logo-area .logo {
    padding: calc(15 / 393 * 100vw) 0;
  }
  .logo-area .logo img {
    width: calc(207 / 393 * 100vw);
  }
}

/* mv */
.mv-area {
  background-image: linear-gradient(90deg, #f4a8b3, #f3a2a7);
}
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .mv-area .mv {
  margin: 0;
  padding: 0;
}

/* intro */
@media screen and (min-width:641px) {
  .intro-area,.roughlaugh-area {
    padding: 65px 0;
  }
  .intro-content {
    display: flex;
    align-items: center;
  }
  .intro-content .content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 632px);
  }
  .intro-content .content-image img {
    width: 342px;
  }
  .intro-content .content-text {
    width: 632px;
    font-size: 20px;
    line-height: calc(40 / 20);
  }
  .intro-area .btn-wrap,.roughlaugh-area .btn-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width:640px) {
  .intro-area,.roughlaugh-area {
      padding: 3em 0;
  }
  .intro-content .content-image {
      width: 70%;
      margin: 0 auto;
  }
  .intro-content .content-text {
      margin: 2em 0 0;
  }
  .intro-area .btn-wrap {
      margin-top: 40px;
  }
  .intro-area .btn-wrap .btn {
      width: 80%;
      padding: 1.2em;
  }
}
/* about */
.about-area {
  background-color: #FEFFDD;
}
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .about-area .section-title {
  color: #fbc511;
  border: 0;
  padding-top: 0;
}
.about-area .content-title {
  border-bottom: none;
  color: #fbc511;
  text-align: center;
  background-color: #f5f5f5;
}
.about-area .step .step-item .item-image {
  position: relative;
  display: block;
}
.about-area .step .step-item:not(:last-child) .item-image::after {
  content: '';
  position: absolute;
}
.about-area a {
  color: #fbc511;
  text-decoration: underline;
}
.about-area .step .step-item .item-text {
  text-align: center;
}
.about-detail {
  background-color: #fff;
  overflow-y: scroll;
}
.about-detail dl dt {
  color: #fbc511;
  font-weight: bold;
}
.about-detail dl dt span {
  color: #707070;
}
.about-detail dl dd {
  color: #707070;
}
@media screen and (min-width:641px) {
  .about-area {
    padding: 55px 0 86px;
  }
  body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .content-title {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 26px;
  }
  .about-content:not(:last-child) {
    margin-bottom: 60px;
  }
  .about-area .step {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
  }
  .about-area .step .step-item {
    width: 277px;
  }
  .about-area .step .step-item:not(:last-child) .item-image::after {
    right:-24px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #fbc511;
    border-right: 0;
    transform: translateY(-50%);
  }
  .about-area .step .step-item .item-text {
    margin-top: 25px;
    line-height: calc(26 / 16);
  }
  .about-area .step .step-item .item-text a {
    margin-top: 10px;
  }
  .about-detail {
    padding: 38px 32px 33px;
    height: 374px;
  }
  .about-detail dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .about-detail dl dt {
    display: flex;
    justify-content: space-between;
    width: 140px;
  }
  .about-detail dl dd {
    margin-bottom: 15px;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width:640px) {
  .about-area {
      padding: 2em 0 4em;
  }
  .about-content:not(:last-child) {
      margin-bottom: 40px;
  }
  .trendy-campaign .section .section-title .en {
      display: block;
      margin-bottom: 10px;
      height: clamp(25px, 11vw ,40px);
  }
  .trendy-campaign .section .section-title .en img {
      height: 100%;
      width: auto;
  }
  .trendy-campaign .section-container {
      margin: 0 15px;
      width: auto;
  }
  .trendy-campaign .mv-area .section-container {
      margin: 0px;
  }
  .about-area .step .step-item {
      display: flex;
      align-items: center;
  }
  .about-area .step .step-item .item-image {
      width: 40%;
  }
  .about-area .step .step-item .item-text {
      margin-left: auto;
      width: 55%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .about-area .step .step-item+.step-item {
      padding-top: 30px;
  }
  .about-area .step .step-item:not(:last-child) .item-image::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -36px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 24px solid #fbc511;
      border-bottom: 0;
      transform: translateY(-50%);
  }
  .about-detail {
      padding: 1.5em 1em;
      height: 50vh;
      max-height: 690px;
      margin-top: -40px;
      line-height: 1.8;
  }
	.about-detail dl dd + dt {
		margin-top: 10px;
	}
  .about-area .about-content .content-title {
      margin-bottom: 40px;
  }
}
/* select */
.select-area {
  background-color: #fbc511;
  color: #fff;
}
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .select-area .section-title {
  color: #fff;
  border: 0;
  padding-top: 0;
  margin-bottom: 40px;
}
.select-area .step .step-item .item-text {
  text-align: center;
}
@media screen and (min-width:641px) {
  .select-area {
    padding: 55px 0 86px;
  }
  .select-area .step {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
  }
  .select-area .step .step-item {
    width: 277px;
  }
  .select-area .step .step-item .item-text {
    margin-top: 25px;
    line-height: calc(26 / 16);
  }
  .select-area .step .step-item .item-text a {
    margin-top: 10px;
  }
  .select-area .btn-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width:640px) {
  .select-area {
      padding: 2em 0 4em;
  }
  .select-area .step .step-item {
      display: flex;
      align-items: center;
  }
  .select-area .step .step-item .item-image {
      width: 40%;
  }
  .select-area .step .step-item .item-text {
      margin-left: auto;
      width: 55%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .select-area .section-title .jp {
      margin-top: 10px;
      display: inline-block;
  }
  .select-area .step .step-item+.step-item {
      padding-top: 30px;
  }
  .trendy-campaign .btn-wrap {
      margin-top: 40px;
  }
  .trendy-campaign .btn-wrap .btn {
      padding: 1.2em;
      width: 100%;
  }
}
/* recommend */
body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .recommend-area .section-title {
  color: #fbc511;
}
@media screen and (min-width:641px) {
  .recommend-area {
    padding: 55px 0 86px;
  }
  .recommend-area .btn-wrap {
    margin-top: 70px;
  }
  .block-accessory-list--list {
    width: 1220px;
  }
  .block_accessory_list .block-goods-detail-j--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .block_accessory_list .block-goods-detail-j--goods-description {
    padding-top: 10px;
}
}
@media screen and (max-width:640px) {
	body:not(.page-goods):not(.page-giftlist):not(.page-giftlisthistorydetail) .recommend-area .section-title {
	  border: 0;
	  padding-top: 0;
	  margin-bottom: 40px;
	}
  .recommend-area {
      padding: 2em 0 4em;
  }
}
[data-browse-mode="S"] .block-goods-detail-j--items {
    border-top: none;
    display: flex;
    overflow: auto;
}
[data-browse-mode="S"] .block_accessory_list .bx-pager,
[data-browse-mode="S"] .block_accessory_list .bx-controls-direction {
    display: none;
}
[data-browse-mode="S"] .block-goods-detail-j--items li,
.block-goods-detail-j--goods-image {
    display: block;
}
[data-browse-mode="S"] .block-goods-detail-j--items li .block-goods-detail-j--goods-description {
    padding: 0;
    padding-top: 8px;
}
[data-browse-mode="S"] h2.block-accessory-list--name {
    padding: 0;
}
/*クーポンエリア*/
.about-content.couponcode {
  background-color: #FFF;
}
.couponcode .content-title {
  background-color: #f2a1a9;
  color: #fff;
}

.couponcode_copy {
  display: flex;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
  position: relative;
}
.couponcode_copy input#copyTarget1 {
  font-weight: bold;
}

.couponcode_copy .copy-button-wrap button {
  background-color: #f2a1a9;
  color: #fff;
  border: none;
  font-weight: bold;
}
.couponcode_copy .copy-button-wrap button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.copy-complete-comment {
  position: absolute;
  background: #333;
  border: 1px solid rgb(119, 119, 119);
  color: rgb(255, 255, 255);
  text-align: center;
  opacity: 0;
  transition: .2s all;
}
.copy-complete-comment.active {
  opacity: 1;
}
.copy-complete-comment::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-color: rgb(51, 51, 51) transparent transparent;
  border-width: 10px 6px 0px;
  border-image: initial;
  left: 85%;
}
@media screen and (min-width:641px) {
  .about-content.couponcode {
    padding-bottom: 50px;
  }
  .couponcode_copy {
    width: 760px;
    margin: 50px auto 0;
    border-radius: 10px;
  }
  .couponcode_copy input#copyTarget1 {
    border-radius: 10px;
    font-size: 30px;
  }
  .couponcode_copy .copy-button-wrap button {
    width: 230px;
    border-radius: 10px;
    padding: 13px;
    font-size: 18px;
  }
  .copy-complete-comment {
    top: calc(-100% + 35px);
    left: 540px;
    right: 60px;
    box-shadow: rgb(85, 85, 85) 4px 4px 4px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .copy-complete-comment::before {
    top: 38px;
  }
}
@media screen and (max-width:640px) {
  .about-content.couponcode {
    padding-bottom: 20px;
  }
  .about-area .about-content.couponcode .content-title {
    margin-bottom: 20px;
  }
  .couponcode_copy {
    width: 90%;
    border-radius: 4px;
    padding: 8px 5px 8px 15px;
    margin: 0 auto;
  }
   .couponcode_copy .input_wrapper {
    width: 60%;
  }
  .couponcode_copy input#copyTarget1 {
    border-radius: 6px;
    font-size: 18px;
  }
  .couponcode_copy .copy-button-wrap button {
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 13px;
  }
  .copy-complete-comment {
    top: calc(-100% + 10px);
    left: 150px;
    right: 10px;
    box-shadow: rgb(85, 85, 85) 2px 2px 2px;
    padding: 5px 8px;
    border-radius: 8px;
  }
  .copy-complete-comment::before {
    top: 31px;

  }
}
@media screen and (min-width:641px) {
.roughlaugh-area .content-text {
	font-size: 20px;
	margin-top: 20px;
	}
}
.roughlaugh-content iframe{
    width: 100%;
    height: auto;
}
.roughlaugh-content .movie{
	position: relative;
	width: 100%;
	margin:0 auto;
}
.roughlaugh-content .movie video{
	width: 100%;
}
.roughlaugh-content .movie .play-btn{
	display: block;
	width: 10%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.roughlaugh-content .movie .play-btn.playActive{display:none;}