/* ======================================================================
 interview
====================================================================== */
.interview {
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
.interview {
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
}

.interview_kv {
	text-align: center;
	position: relative;
	background : url(https://www.amoma.jp/wp-content/uploads/2021/05/center_kv.jpg) no-repeat 0 -120px / cover;
	max-height : 750px;
}
.interview_kv > .kv {
	overflow: hidden;
	padding : 45% 0 0 0;
	height : 0;
}
@media screen and (max-width: 768px) {
	.interview_kv {
	  text-align: center;
	  position: relative;
		background : url(https://www.amoma.jp/wp-content/uploads/2021/05/center_kv.jpg) no-repeat center -20px / cover;
		max-height : 284px;
　}
}
@media screen and (max-width: 768px) {
  .interview_kv .news {
    position: absolute;
  }
  .news.under{
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .interview_kv .kv {
    height: auto;
    height: 284px;
  }
}

.interviewer{
	width: 880px;
    margin: 0 auto;
	display: flex;
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
	.interviewer{
	width: 84%;
    margin-left: 5%;
    display: flex;
	padding-top: 3%;
}
}
.interviewer .name {
	font-size: 16px;
	line-height: 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.interviewer .name {
	font-size: 12px;
    line-height: 40px;
    text-align: center;
}
}
.interviewer .img {
	width: 60px;
	display: inline-block;
	margin-right: 15px;
}
@media screen and (max-width: 768px) {
	.interviewer .img {
	width: 40px;
		display: inline-block;
		margin-right: 10px;
}
}
.interviewer .img .img_st {
	width: 60px;
}
@media screen and (max-width: 768px) {
	.interviewer .img .img_st {
	width: 40px;
}
}


.interview_kv .kv .container {
  width: 100%;
  position: inherit;
}
@media screen and (max-width: 768px) {
  .interview_kv .kv .container {
    width: 100%;
  }
}
.interview_kv .kv .container .ttl {
  font-family: "Noto Serif JP", serif;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 37.5%;
  left: 50%;
  text-shadow: -2px 0 7px rgba(0, 0, 0, 0.4);
  width: 100%;
  letter-spacing: 0.075em;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .interview_kv .kv .container .ttl {
    font-size: 13px;
  }
}
.interview_kv .kv .container .ttl span {
  display: block;
  line-height: 2.2em;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .interview_kv .kv .container .ttl span {
    line-height: 1.6;
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.interview_kv .kv .container .ttl span img {
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .interview_kv .kv .container .ttl span img {
    width: 30px;
    margin-right: 5px;
  }
}
.interview_kv .kv .container .img img {
  height: 750px;
}
@media screen and (max-width: 768px) {
  .interview_kv .kv .container .img img {
    height: auto;
  }
}

.interview_copy {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .interview_copy {
    padding: 15% 0;
  }
}
.interview_copy .container {
  text-align: center;
}
.interview_copy .container > .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .interview_copy .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
    line-height: 1.8;
  }
}
.interview_copy .container > .txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .interview_copy .container > .txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

.interview_list {
  position: relative;
}
.interview_list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #7ac0d6;
  width: 100%;
  height: 490px;
}
@media screen and (max-width: 768px) {
  .interview_list:before {
    height: 200px;
  }
}
.interview_list .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .interview_list .container {
    width: 100%;
  }
}
.interview_list .container > .ttl {
  text-align: center;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .interview_list .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    padding: 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .interview_list .container .list {
    width: 90%;
    margin: 0 auto;
  }
}
.interview_list .container .list li {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li {
    margin-bottom: 20%;
  }
}
.interview_list .container .list li > .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .img {
    margin-bottom: 4%;
  }
}
.interview_list .container .list li .top {
  border-bottom: 1px solid #5fa8bf;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li .top {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4%;
  }
}
.interview_list .container .list li .top .num {
  color: #5fa8bf;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li .top .num {
    margin-bottom: 0;
  }
}
.interview_list .container .list li .top .name {
  color: #898989;
}
.interview_list .container .list li .top .ttl {
  font-size: 32px;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li .top .ttl {
    font-size: 16px;
	  font-weight: 600;
    padding: 3% 0;
  }
}
.interview_list .container .list li > .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.interview_list .container .list li > .btm {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm {
    margin-top: 4%;
  }
}
.interview_list .container .list li > .btm .staff {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.interview_list .container .list li > .btm .staff .img {
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm .staff .img {
    width: 14%;
    margin-right: 3%;
  }
}
.interview_list .container .list li > .btm .staff .img img {
  width: 100%;
}
.interview_list .container .list li > .btm .staff .detail {
  color: #898989;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.interview_list .container .list li > .btm .staff .detail .ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm .staff .detail .ttl {
    font-size: 12px;
  }
}
.interview_list .container .list li > .btm .staff .detail .name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm .staff .detail .name {
    font-size: 14px;
  }
}
.interview_list .container .list li > .btm .btn {
  color: #5fa8bf;
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  border: 2px solid #5fa8bf;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm .btn {
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-width: 1px;
  }
}
.interview_list .container .list li > .btm .btn i {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .interview_list .container .list li > .btm .btn i {
    margin-left: 0.5em;
  }
}

.interview_detail_kv {
  text-align: center;
}
.interview_detail_kv .container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview_detail_kv .container {
    width: 100%;
  }
}
.interview_detail_kv .container .ttl {
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	      font-weight: 500;
  moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    margin-right: 8%;
    text-align: right;
    top: 250px;
    color: #fff;
    right: 0;
    line-height: 1.8;
    letter-spacing: 0.075em;
    font-size: 60px;
}
.interview_detail_kv .container .ttl .writer{
	font-size: 32px;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
.interview_detail_kv .container .ttl .writer{
	font-size: 14px;
	    margin-top: 10px;
}
}
@media screen and (max-width: 768px) {
  .interview_detail_kv .container .ttl {
	      font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	      font-weight: 500;
    position: relative;
    text-align: right;
    margin-right: 5%;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    top: 80px;
    left: 0px;
  }
}

.interview_profile {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .interview_profile {
    padding-top: 3%;
  }
}
.interview_profile .container {
  width: 780px;
  background: #f5f5f5;
  letter-spacing: 0.05em;
  padding: 0 50px 50px;
}
@media screen and (max-width: 768px) {
  .interview_profile .container {
    width: 84%;
    padding: 0 4% 5% 4%;
  }
}
.interview_profile .container .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview_profile .container .top {
    margin-bottom: 5%;
  }
}
.interview_profile .container .top .img {
  width: 180px;
  margin-right: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .interview_profile .container .top .img {
    width: 35%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
.interview_profile .container .top .img img {
  width: 100%;
}
.interview_profile .container .top .detail .txt {
  font-size: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .interview_profile .container .top .detail .txt {
    font-size: 12px;
    margin: 8% 0 6% 0;
  }
}
.interview_profile .container .top .detail .name {
  color: #1683a5;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview_profile .container .top .detail .name {
    font-size: 14px;
  }
}
.interview_profile .container .btm {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interview_profile .container .btm {
    font-size: 14px;
  }
}

.interview_box .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .interview_box .container {
    width: 90%;
  }
}
.interview_box .container > .box {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .interview_box .container > .box {
    padding-top: 10%;
  }
}
.interview_box .container > .box .ttl {
  color: #1683a5;
  line-height: 1.8;
  font-size: 26px;
  letter-spacing: 0.025em;
  margin: 40px 0 30px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview_box .container > .box .ttl {
    font-size: 17px;
    margin: 5% 0;
	  font-weight: 700;
	      line-height: 1.6;
  }
}
.interview_box .container > .box .txt {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 40px;
}
.interview_box .container > .box .img {
  padding-bottom: 40px;
}
.interview_box .container > .box .speaker {
  font-size: 16px;
    margin-bottom: 10px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.interview_box .container > .box .speaker {
  font-size: 14px;
    margin-bottom: 10px;
	font-weight: 700;
}
}

@media screen and (max-width: 768px) {
  .interview_box .container > .box .txt {
	  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    padding-bottom: 8%;
  }
}
.interview_box .container > .box .txt + .ttl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .interview_box .container > .box .txt + .ttl {
    margin-top: 8%;
  }
}
.interview_box .container > .box .txt strong {
  font-weight: bold;
}

.interview_favorite {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .interview_favorite {
    padding-top: 10%;
  }
}
.interview_favorite .container {
  background: #f5f5f5;
  width: 720px;
  padding: 80px 80px 30px;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container {
    width: 80%;
    padding: 10% 5% 1% 5%;
  }
}
.interview_favorite .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container > .ttl {
    font-size: 20px;
    margin-bottom: 10%;
  }
}
.interview_favorite .container .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container .list li {
    display: block;
    margin-bottom: 15%;
  }
}
.interview_favorite .container .list li .img {
  width: 250px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container .list li .img {
    width: 90%;
    margin: 0 auto;
  }
}
.interview_favorite .container .list li .img img {
  width: 100%;
}
.interview_favorite .container .list li .detail {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container .list li .detail {
    width: 100%;
  }
}
.interview_favorite .container .list li .detail .ttl {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container .list li .detail .ttl {
    text-align: center;
    font-size: 15px;
    margin: 5% 0 1%;
	  font-weight: 700;
  }
}
.interview_favorite .container .list li .detail .txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview_favorite .container .list li .detail .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.interview_finish {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .interview_finish {
    padding-top: 20%;
  }
}
.interview_finish .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .interview_finish .container {
    width: 90%;
  }
}
.interview_finish .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview_finish .container > .ttl {
    font-size: 20px;
    margin-bottom: 7%;
  }
}
.interview_finish .container .box {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview_finish .container .box {
    margin-bottom: 15%;
  }
}
.interview_finish .container .box .ttl {
  font-size: 24px;
  line-height: 1.5;
	font-weight: 700;
  letter-spacing: 0.05em;
  margin: 40px 0;
    margin-bottom: 4%;
    padding-left: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #1683a5;
}

@media screen and (max-width: 768px) {
  .interview_finish .container .box .ttl {
    font-size: 15px;
	  font-weight: 700;
    margin: 8% 0 5%;
    margin-bottom: 5%;
    padding-left: 15px;
    line-height: 1.4rem;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #1683a5;
  }
}
.interview_finish .container .box .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview_finish .container .box .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
.interview_finish .staff {
  background: #e1e1e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 25px 80px;
}
@media screen and (max-width: 768px) {
  .interview_finish .staff {
    display: block;
    padding: 7% 5%;
  }
}
.interview_finish .staff .img {
  width: 140px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .interview_finish .staff .img {
    width: 120px;
    margin: 0 auto 5%;
  }
}
.interview_finish .staff .img img {
  width: 100%;
}
.interview_finish .staff .detail {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .interview_finish .staff .detail {
    width: 100%;
  }
}
.interview_finish .staff .detail .name {
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .interview_finish .staff .detail .name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7%;
  }
}
.interview_finish .staff .detail .name span {
  display: block;
  color: #038e7c;
}
.interview_finish .staff .detail .txt {
  font-size: 14px;
  line-height: 1.7;
}

.sns_share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
.sns_share {
    display: block;
    margin: 15% 0;
  }
}
.sns_share .ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
.sns_share .ttl {
    text-align: center;
    margin-bottom: 5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
 .sns_share .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.sns_share a {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
.sns_share a {
    margin: 0 5%;
  }
}
.sns_share a i {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
.sns_share a i {
    font-size: 40px;
  }
}
.sns_share a i.fa-facebook-square {
  color: #3b5998;
}
.sns_share a i.fa-twitter {
  color: #1da1f2;
}
.sns_share a i.fa-line {
  color: #1dcd00;
}
.sns_share a i.fa-envelope {
  color: #35b597;
}

.interview_archive {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .interview_archive {
    margin-top: 15%;
    padding: 1% 0;
  }
}
.interview_archive .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .interview_archive .container {
    width: 90%;
  }
}
.interview_archive .container .list li {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li {
    margin-bottom: 10%;
  }
}
.interview_archive .container .list li .num {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li .num {
    font-size: 14px;
    margin-bottom: 4%;
  }
}
.interview_archive .container .list li a {
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
}
.interview_archive .container .list li a .img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li a .img {
    width: 35%;
    overflow: hidden;
  }
}
.interview_archive .container .list li a .img img {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .interview_archive .container .list li a .img img {
    width: 170%;
  }
} */
.interview_archive .container .list li a .box {
  width: 550px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li a .box {
    width: 57%;
    padding: 4%;
  }
}
.interview_archive .container .list li a .box .ttl {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li a .box .ttl {
    font-size: 16px;
  }
}
.interview_archive .container .list li a .box .name {
  text-align: right;
  color: #898989;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .interview_archive .container .list li a .box .name {
    margin-top: 3%;
    font-size: 14px;
  }
}



/* よく一緒に購入されている商品 */

.common_purchased_together .container .ttl04{
  width: 100%;
  background: #35b597;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .common_purchased_together .container .ttl04{
  width: 100%;
  background: #35b597;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  }
}


@media screen and (max-width: 768px) {
  .common_purchased_together .container.ttl04{
    width: 100%;
    background: #038e7c;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.common_purchased_together {
  padding-bottom: 0px;
  padding-bottom: 100px;
  padding-top: 0px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together {
    padding-bottom: 0%;
    padding-bottom: 15%;
    padding-top: 0%;
    padding-top: 30%;
  }
}
.common_purchased_together .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container {
    width: 85%;
  }
}
.common_purchased_together .container > .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl {
    margin-bottom: 7%;
  }
}
.common_purchased_together .container > .ttl span {
  display: block;
}
.common_purchased_together .container > .ttl .en {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.common_purchased_together .container > .ttl .ja {
  font-family: "Noto Serif JP", serif;
  color: black;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl .ja {
    font-size: 20px;
  }
}
.common_purchased_together .container .slick .box {
  text-align: center;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
.common_purchased_together .container .slick .box {
  text-align: center;
  margin: 0 15px;
}
}
.common_purchased_together .container .slick .box .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .img {
    margin-bottom: 5%;
  }
}
.common_purchased_together .container .slick .box .img img {
  width: 50%;
    padding: 30px 60px;
    border: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
.common_purchased_together .container .slick .box .img img {
  width: 55%;
    padding: 15px 30px;
    border: 1px solid #eaeaea;
}
}
.common_purchased_together .container .slick .box .ttl {
      letter-spacing: 0.05em;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .ttl {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
}
.common_purchased_together .container .slick .box .date {
  color: #898989;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .date {
    font-size: 12px;
  }
}
.common_purchased_together .container .slick .box .item {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .item {
    font-size: 12px;
  }
}
.common_purchased_together .container .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 27%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow {
    font-size: 15px;
  }
}
.common_purchased_together .container .slick .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow.slider-prev {
    left: -5%;
  }
}
.common_purchased_together .container .slick .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow.slider-next {
    right: -5%;
  }
}
