@charset "UTF-8";
/* CSS Document */

main.voice {
	padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
    main.voice {
        padding-bottom: 50px;
    }
}
/* 一覧ページ */
.voiceH3top {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.voiceH3top::before,
.voiceH3top::after {
    content: "";
    height:1px;
    flex-grow: 1;
    background-color:#666;
}
.voiceH3top:before {
    margin-right: 30px;
}
.voiceH3top:after {
    margin-left: 30px;
}
@media screen and (max-width: 600px) {
	.voiceH3top::before,
    .voiceH3top::after {
        content: none;
    }
}
@media screen and (max-width: 480px) {
    .voiceH3top {
        font-size: calc(100vw * 14 / 400);
    }
}
.listFlex {
	display: flex;
	flex-flow: wrap;
	gap: 5rem 5%;
}
.listWrap {
	width: 47.5%;
}
.voiseH4top {
	font-size: 2.0rem;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.voiseH4top.ls {
	letter-spacing: -0.075rem;
}
@media screen and (max-width: 834px) {
    .listFlex {
        gap: 4rem 0;
    }
    .listWrap {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .listFlex {
        gap: 2.5rem 0;
    }
    .voiseH4top {
        font-size: calc(100vw * 16 / 400);
		line-height: 1.5;
    }
    .voiseH4top.ls {
        letter-spacing: normal;
    }
}

/* 詳細ページ */
/*.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/
.voicePg.contBox {
	width: 90% !important;
}
.voicePg img {
	vertical-align: middle;
}
.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlow700 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.voiceMv {
	background: url("../../img_new/chumon/base3_voice/common/bg_voice_pg.png") no-repeat left top #efea45;
	background-size: 468px 468px;
	padding-top: 75px;
}
.mvFlex {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
}
.mvTxtWrap {
	width: 38.5%;
}
.mvPg {
	width: 57.5%;
}
.voiceTtl {
	width: 205px;
}
.h2voicePg {
	font-size: 3.2rem;
	line-height: 1.5;
	padding: 30px 0 10px;
}
.h2voicePg.vol4pg {
	padding: 10px 0 5px;
}
.catchMv {
	font-size: 1.6rem;
	line-height: 2.0;
}
@media screen and (max-width: 1250px) {
    .h2voicePg {
        font-size: calc(100vw * 32 / 1250);
    }
    .catchMv {
        font-size: calc(100vw * 16 / 1250);
    }
}
@media screen and (max-width: 834px) {
    .voiceMv {
		background-position: 59vw top;
        background-size: 95vw 95vw;
		padding-top: 5vw;
		padding-bottom: 70vw;
    }
    .mvFlex {
        flex-direction: column-reverse;
		gap: 20px;
		padding-top: 4vw;
    }
    .mvTxtWrap {
        width: 100%;
    }
    .mvPg {
        width: 100%;
    }
    .voiceTtl {
        width: 50vw;
    }
    .h2voicePg {
		font-size: 3.2rem;
        padding: 0 0 20px;
    }
    .h2voicePg.vol4pg {
        padding: 0 0 20px;
    }
    .catchMv {
        font-size: 1.6rem;
		width: 96%;
    }
}
@media screen and (max-width: 600px) {
    .voiceMv {
		padding-bottom: 67vw;
    }
}
@media screen and (max-width: 480px) {
    .voiceMv {
		padding-bottom: 65vw;
    }
    .h2voicePg {
		font-size: calc(100vw * 26 / 400);
		padding: 0 0 4vw;
    }
    .catchMv {
        font-size: calc(100vw * 15 / 400);
    }
    .catchMv br {
		display: none;
    }
}
.dataWrap {
	margin-top: -30px;
}
.dataCont {
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
	padding: 20px 0 20px 325px;
}
.ttlData {
	font-size: 1.6rem;
}
.dtlData {
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #000;
}
.dlData {
	display: flex;
	align-items: center;
	gap: 15px;
}
.dlData dt {
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	background-color: #fff;
	flex-shrink: 0;
}
.dlData dd {
	font-size: 1.4rem;
	line-height: 1.5;
}
.imgData {
	width: 25%;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .dataCont {
        padding: 20px 0 20px 27vw;
    }
    .imgData {
        width: 20.5vw;
    }
}
@media screen and (max-width: 834px) {
    .dataWrap {
        margin-top: -7.5vw;
    }
    .dataCont {
        padding: 8.5vw 0vw 4vw 0vw;
		flex-direction: column;
    }
    .dtlData {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        border-top: 1px solid #000;
        margin-top: 1vw;
        padding-top: 2vw;
    }
    .imgData {
        width: 55%;
        position: absolute;
        left: 50%;
        bottom: auto;
        transform: translateX(-50%);
        top: -59vw;
    }
}
@media screen and (max-width: 600px) {
    .dataCont {
        padding: 10vw 5vw 6vw 5vw;
    }
    .dtlData {
        margin-top: 2vw;
        padding-top: 4vw;
    }
    .imgData {
        top: -56vw;
    }
}
@media screen and (max-width: 480px) {
    .dlData dt {
        font-size: calc(100vw * 12 / 400);
        /*font-size: 1.2rem;*/
    }
    .dlData dd {
        font-size: calc(100vw * 13 / 400);
        /*font-size: 1.3rem;*/
    }
    .imgData {
        top: -53vw;
    }
}
.h2voicePgGal {
	font-size: 3.8rem;
	line-height: 1.5;
}
.voicePgTxt {
	font-size: 1.6rem;
	line-height: 2.1;
}
@media screen and (max-width: 480px) {
    .h2voicePgGal {
        font-size: calc(100vw * 26 / 400);
    }
    .voicePgTxt {
        font-size: calc(100vw * 14 / 400);
        line-height: 1.9;
    }
}
.galWrap {
	padding: 50px 0 130px;
	margin-top: 70px;
	border-top: 1px solid #000;
}
.col1 {
	width: 100%;
}
.col2 {
	width: 47.5%;
}
.col3 {
	width: 30%;
}
.col3small {
	width: 84%;
}
.col3smallB {
	width: 66%;
}
.col2w {
	width: 65%;
}
.col2col {
	width: 46.2%;
}
.col58 {
	width: 58%;
}
.col37 {
	width: 37%;
}
.col37 p {
	overflow: hidden;
}
.col37 img {
	aspect-ratio: 370 / 290;
	object-fit: cover;
	object-position: 21% 100%;
	transform: scale(1.5);
	transform-origin: 35% 100%;
}
@media screen and (max-width: 600px) {
    .galWrap {
        padding: 10vw 0 14vw;
        margin-top: 10vw;
    }
    .col3 {
        width: 47.5%;
    }
    .col2w {
        width: 100%;
    }
    .col2col {
        width: 47.5%;
    }
	.col100 {
		width: 100%;
	}
    .col37 img {
        aspect-ratio: 133 / 176;
        object-fit: cover;
        object-position: 21% 0;
		transform: none;
    }
}
.galFlex {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 5rem 0;
}
.galFlex.gap0 {
	gap: 0;
}
.h3gal {
	font-size: 4.2rem;
	color: #ccc;
	line-height: 1.0
}
.h3gal span {
	color: #66c596;
}
.galBr {
	display: none;
}
.mtAuto {
	margin-top: auto;
}
.spVoice {
    display: none;
}
@media screen and (max-width: 600px) {
    .galFlex {
        gap: 5vw 0;
    }
    .h3gal {
        font-size: calc(100vw * 32 / 400);
        color: #ccc;
	}
    .galBr {
        display: block;
    }
	.galNone {
        display: none;
    }
	.galSpFlex {
		display: flex;
        justify-content: space-between;
	}
	.galSpFlex .mt10 {
		margin-top: 0 !important;
	}
    .col2sp {
        width: 47.5%;
    }
	.pcVoice {
		display: none;
	}
	.spVoice {
		display: block;
	}
}
.ctaWrap {
	display: flex;
	justify-content: space-between;
	padding-top: 130px;
}
.ctaBtn {
	width: 47.5%;
}
.ctaBtn a {
	display: block;
	padding: 25px 0;
	border-radius: 100px;
	font-size: 2.3rem;
}
.ctaBtn.res a {
	background-color: #efea45;
}
.ctaBtn.doc a {
	background-color: #009f50;
	color: #fff;
}
.ctaArw {
    display: inline-block;
    width: 12px;
    height: 12px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: 7%;
    transform: translateY(-50%) rotate(135deg);
}
.res .ctaArw {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.doc .ctaArw {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.ctaBtn.pgBtn {
	width: 450px;
}
.ctaBtn.back a {
	background-color: #004DA0;
	color: #fff;
}
.ctaWrap.backBtn {
	justify-content: center;
}
.backBtn .ctaArw {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	right: auto;
	left: 7%;
    transform: translateY(-50%) rotate(315deg);
}
@media screen and (max-width: 600px) {
    .ctaWrap {
        flex-direction: column;
		gap: 5vw;
        padding-top: 14vw;
        align-items: center;
    }
    .ctaBtn {
        width: 80%;
    }
    .ctaBtn a {
        font-size: 2.2rem;
        padding: 3vw 0;
    }
    .ctaBtn.pgBtn {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .ctaBtn a {
        font-size: calc(100vw * 20 / 400);
    }
    .ctaArw {
        width: 9px;
        height: 9px;
    }
    .ctaBtn {
        width: 100%;
    }
    .ctaBtn.pgBtn {
        width: 100%;
    }
}
.navVoiceWrap {
	padding: 80px 0;
	background-color: #efea45;
}
.h2navVoice {
	font-size: 3.6rem;
	line-height: 1.5;
}
.catchNavVoic {
	font-size: 1.8rem;
}
.navVoice {
	width: 94%;
	max-width: 1000px;
	margin: auto;
}
.h3navVoice {
	font-size: 1.6rem;
	line-height: 1.6;
}
.btnVol img {
	width: 100%;
}
@media screen and (max-width: 834px) {
	.navVoice {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .navVoiceWrap {
        padding: 13vw 0;
    }
    .h2navVoice {
        font-size: calc(100vw * 28 / 600);
    }
    .catchNavVoic {
        font-size: calc(100vw * 16 / 600);
    }
    .h3navVoice {
        font-size: calc(100vw * 15 / 600);
    }
}
@media screen and (max-width: 480px) {
    .h2navVoice {
        font-size: calc(100vw * 28 / 400);
    }
    .catchNavVoic {
        font-size: calc(100vw * 16 / 400);
    }
    .h3navVoice {
        font-size: calc(100vw * 15 / 400);
    }
}
.swiper {
	padding-bottom: 50px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #009f50;
}


















