@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
main {
    padding-top: calc(var(--headerHeight) + 20px);
}
.width485 {
	margin: 0 auto;
    max-width: 485px;
}
.width500 {
	margin: 0 auto;
    max-width: 500px;
}
.width740 {
	margin: 0 auto;
	max-width: 740px;
}
.width800 {
	margin: 0 auto;
	max-width: 800px;
}
.width890 {
	margin: 0 auto;
	max-width: 890px;
}
.width1000 {
	margin: 0 auto;
	max-width: 1000px;
}
.width1100 {
	margin: 0 auto;
	max-width: 1100px;
}
.width1240 {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
}
.sp_space {
	margin: 0 auto;
	width: 100%;
}
.sp_right {
    text-align: initial;
    margin-top: 20px;
}
.sp_right img {
    width: 100%;
}
.mgt20 {
	margin-top: 20px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt40-sp {
	margin-top: 40px;
}
.mgb40 {
	margin-bottom: 40px;
}
.ta_center {
	text-align: center;
}
.ta_right {
	text-align: right;
}
.ta_left {
	text-align: left;
}

/* hero */
.hero_area {
	text-align: center;
    margin: 20px auto 60px;
}
.hero_container {
	display: flex;
    gap: 40px;
    padding: 0 70rem;
}
.hero_l {
	flex: 1.2;
    padding: 0;
}
.hero_r {
	flex: 1;
	text-align: left;
	font-size: 18px;
    /* padding-right: 60px; */
}
.txt_titlecatch {
	font-size: 40px;
	font-weight: 800;
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
	margin-top: 16px;
    line-height: 1.4;
}
.txt_titlecatch span{
	font-size: 0.7em;
}
.here {
    font-size: 37px !important;
    font-weight: 700;
    color: #318b00;
}
.img_title {
	max-width: 560px;
	margin: 1em 0 3em;
}
.txt_lead {
    font-size: 17px;
    line-height: 1.8;
	/* margin: 40px 0 0 0; */
    font-weight: 500;
}
.profile {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin: 3.2em 0 2em;
	border-radius: 12px;
    padding: 1em 2em 1em 2.6em;
	line-height: 1.6;
	/* border: solid 1px #dbdbdb; */
	background-color: #f5ffe5;
}
.profile_title {
	font-size: 18px;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
    padding-top: 0.8em;
    padding-left: 60px;
    margin-bottom: 0.6em;
}
.profile .faceicon {
	margin-left: -30px;
	margin-top: -30px;
	width: 80px;
	position: absolute;
}
.profile .faceicon img {
	width: 100%;
	height: auto;
	border: solid 2px #c8ed90;
	border-radius: 50%;
}
.txt_credit {
    font-size: 13px;
	text-align: right;
}

/* share */
.share_fixed {
	position: fixed !important;
	top: 100rem !important;
}
.article-single-share__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24rem;
}
.article-single-share__item {
	width: 34rem;
}
.article-single-share__item img {
	width: 100%;
}
.article-single-share__item a {
	position: relative;
	display: block;
	cursor: pointer;
}
.article-single-share__item--copy a::before {
	content: "";
	display: block;
	width: 10rem;
	height: 15rem;
	border: solid #FFF;
	border-width: 0 3rem 3rem 0;
	position: absolute;
	left: calc(50% - 5rem);
	top: calc(50% - 9rem);
	z-index: 2;
	transform: rotate(45deg);
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a::after {
	content: "";
	display: block;
	background: #343434;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.article-single-share__item--copy a.js-urlCopy--finish::before, .article-single-share__item--copy a.js-urlCopy--finish::after {
	opacity: 1;
}
.article-single-share__item--copy a.js-urlCopy--finish::before {
	transition-delay: 0.3s;
}


/* scene5 */
.container_scene5 {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
    justify-content: space-between;
}
.box_scene5 {
	width: 32%;
}
.card {
    flex-direction: column;
    border: 2px solid #fcf9ee;
	background-color: #fcf9ee;
	padding: 20px 0 20px 20px;
    margin-bottom: 40px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body img {
    margin: 20px 0;
}
.card-body-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body-item img {
    margin: 20px 0;
}
.tag_scene {
	color: #fff;
    background-color: #000000;
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 25px;
}
.card-title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
    margin-top: 0.5em;
	font-feature-settings: 'palt';
    letter-spacing: -0.01em;
}
.card-title span {
	color: #318b00;
}
.checkbtn {
    font-family: 'Itim', sans-serif;
	padding-bottom: 30px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-warning {
    background-color: #c8ed90;
    border-color: #c8ed90;
}
.btn-circle-sm {
    font-size: 17px;
	font-weight: 700;
    color: #318b00;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
/* .linkbox:hover {
	opacity: 0.6;
	transition: .3s ease-in-out;
} */
.card:hover {
    border: 2px solid #318b00;

}
/* .linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
} */

/* external_link */
.external_link {
	text-align: center;
	font-size: 17px;
    padding-top: 10px;
}
.external_link-2 {
	color: #0757D8;
}
.external_link-2 a {
	color: #0757D8;
}
.external_link-2:hover {
	color: #0757D8;
    text-decoration: underline;
}

.yc_link {
	padding: 20px 70px;
	margin-top: 40px;
	text-align: right;
	border-bottom: 1px #b9b9b9 solid;
}

/* item */
.hero_container-item {
	display: flex;
    gap: 30px;
}
.hero_l-item {
	flex: 1;
}
.hero_r-item {
	flex: 1;
}
.img_title-item {
	max-width: 280px;
	/* margin-top: 12px; */
}
.item-title {
    font-size: 50px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    border: 4px solid #c8ed90;
    margin: 40px auto 0;
    padding: 0.5em;
    line-height: 1.7em;
    background-color: #fff7de;
    width: 100%;
	text-align: center;
}
.balloon-title {
    font-size: 17px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: inline-block;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    width: 15em;
    font-weight: 700;
    text-align: center;
}
.balloon-title:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #c4c4c4;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.balloon-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #c4c4c4;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.balloon {
    width: 80%;
	margin: 0.4em 0 1.5em;
    /* overflow: hidden; */
}
.balloon .faceicon {
    float: left;
    margin-right: -90px;
    width: 70px;
    padding-top: 1em;
}
.balloon .faceicon img {
    width: 100%;
    height: auto;
    border: solid 2px #c8ed90;
    border-radius: 50%;
}
.balloon .chat {
    width: 100%;
    padding-top: 0.25rem;
}
.advice {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 76px;
    padding: 17px 6px;
    border-radius: 12px;
    /* background: #f5ffe5; */
    font-size: 19px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
    width: 19em;
    border: 1px solid #000;
}
/* .advice:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -25px;
    border: 7px solid transparent;
    border-right: 25px solid #f5ffe5;
} */
.advice_detail {
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
}
.advice-2 {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 76px;
    padding: 17px 6px;
    border-radius: 12px;
    background: #f5ffe5;
    font-size: 15.6px;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c", sans-serif;
    width: 23em;
    letter-spacing: -0.03em;
}
.advice-2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -25px;
    border: 7px solid transparent;
    border-right: 25px solid #f5ffe5;
}
.article-single-body {
	width: 1240rem !important;
	max-width: 1240rem;
	padding-left: 0;
}
.reco-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    position: relative;
    padding: 0 0 10px;
    margin: 60px 0 20px;
    /* border-bottom: 3px solid #3283d585; */
    color: #318b00;
    text-align: center;
    font-weight: 700;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.item-brand {
	font-size: 16px;
    margin-bottom: 0em;
    color: #318b00;
}
.item-name {
    font-size: 21.4px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.04em;
}
.item-spec-small {
    font-size: 12px;
}
.item-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 20px solid #f5ffe5;
    border-radius: 0.25rem;
    text-align: left;
	padding: 26px;
    max-width: 485px;
    min-height: 760px;
}
/* .item-card:hover {
	opacity: 0.6;
	transition: .3s ease-in-out;
} */
.outline-dark {
    font-size: 0.5em;
    color: #343a40;
    border: 1px solid #343a40;
    padding: 0.2em;
    margin-left: 1em;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: top;
}
.item-read {
    font-size: 15.6px;
    line-height: 2;
}
.item-spec {
	margin-top: 1em;
}
.container_scene5-item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}
.box_scene5-item {
	flex: 1;
}
.card-item {
    flex-direction: column;
    border: 2px solid #ffffff;
    background-color: #ffffff61;
    padding: 16px;
}
.card-title-item {
    font-size: 14px;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    line-height: 1.3em;
    margin-top: 0.5em;
    font-feature-settings: 'palt';
}
.bg_scene5-item {
    background: #f5f5f5;
    padding: 40px 0 0;
    margin-bottom: 60px;
}
.btn-info {
    color: #fff;
    background-color: #8f8f8f;
    display: block;
    padding: 0.5em;
    text-align: center;
    margin-top: 20px;
	border-radius: 20px;
    cursor: pointer;
}
.linkbox-item img {
	opacity: 0.6;
	filter:grayscale(100%);
	transition: .3s ease-in-out;
    margin-top: 20px;
}
.linkbox-item img:hover {
	opacity: 1;
	filter:grayscale(0);
}
.card-item:hover {
	background-color: #ffffff;
	border:2px solid #318b00;
	transition: .1s ease-in-out;
}
.actived img {
	opacity: 1;
	filter:grayscale(0);
}
.actived {
	background-color: #ffffff;
	border:2px solid #318b00;
	transition: .3s ease-in-out;
}
.tag_scene-item {
	color: #fff;
    background-color: #000000;
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 25px;
}
.underline {
    border-bottom: dashed 1px #aeaeae;
}


/* blockquote */
blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #000;
    background: #f5ffe5;
	margin-top: 20px;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #c8ed90;
    font-size: 78px;
    line-height: 1;
    font-weight: 900;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #c8ed90;
    font-size: 78px;
    line-height: 1;
    font-weight: 900;
}
blockquote p {
	font-size: 40px;
	font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.3;
}
blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
blockquote span {
    color: #318b00;
}
.fancy-title {
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  font-style: italic;
  color: #000;
  background: #f5ffe5;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4;
  z-index: 3;
}

.fancy-title span {
  display: inline-bloc;
  color: #318b00;
  margin: 10px 0;
}

.fancy-title::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 78px;
  color: #c8ed90;
  line-height: 1;
  font-weight: 900;
}

.fancy-title::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 78px;
  color: #c8ed90;
  line-height: 1;
  font-weight: 900;
}


/* ask_area */
.ask_area {
	margin: 0 0 80px;
	font-size: 16px;
}
.s_link a {
    margin-bottom: 10px;
}
.s_link a {
    color: #0757D8 !important;
    text-decoration: none;
    padding-bottom: 3px;
    line-height: 2.2em;
    letter-spacing: 0;
}
.s_link a:hover {
	color: #0757D8;
    text-decoration: underline;
}
.ask_box {
    border: 1px solid #C0C0C0;
    margin: 10px;
    padding: 60px 0;
    position: relative;
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    align-items: center;
    gap: 20px;
}
.ask_box:after {
    border: 1px solid #C0C0C0;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-style: none;
    border-left-style: none;
}
.ask-1 {
    width: 300px;
    text-align: center;
}
.extra-link:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 6px;
    background: url(/yk/issue/matsukiyo2023/img/icon_blank.svg) no-repeat 0 50%/12px 12px;
    vertical-align: middle;
}
.extra-link-white:after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 6px;
    background: url(/yk/issue/matsukiyo2023/img/icon_blank_white.svg) no-repeat 0 50%/12px 12px;
    vertical-align: middle;
}
.mgb40-item {
	margin-bottom: 40px;
}
.sp80 {
    width: 100%;
}
.sp80 img {
    width: 100%;
}
.no_deco {
    font-size: 20px;
    font-weight: 700;    
}
.box_event{
    margin:2em 0;
    position: relative;
    padding: 1.5em 3em;
    border-top: solid 2px #c8ed90;
    border-bottom: solid 2px #c8ed90;
    height: 360px;
}
.box_event:before, .box_event:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #c8ed90;
}
.box_event:before {left: 10px;}
.box_event:after {right: 10px;}
.box_event p {
    margin: 0; 
    padding: 0;
}
.event_title {
    font-size: 26px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #318b00;
    margin: 1.2em 0 1em;
    position: relative;
    padding-bottom: 0.7em;  

}
.event_title::after {
  content: '';
  position: absolute;
  border-bottom: 10px dotted #c8ed90;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.event_discription {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2em;
}

@media (max-width: 767px) {
	.sp_space {
		width: calc(100% - 15rem * 2);
		margin: 0 auto;
	}
	.only-wide {
		display: none !important;
	}
    .width500 {
        width: 82%;
    }
    .width740 {
        width: 100%;
    }
	.width800 {
		width: 100%;
	}
	.width890 {
		width: 100%;
        margin: 4px auto 0;
        padding-bottom: 40px;
	}
	.width1000 {
		width: 100%;
	}
	.width1100 {
		width: 100%;
	}
	.width1240 {
		width: 100%;
	}
    .img_title {
        width: 100%;
    }
    .hero_container {
        display: block; 
        padding: 0;
    }
    .container_scene5 {
        display: block;
    }
    .box_scene5 {
        width: 100%;
    }
    .hero_container-item {
        display: block;
    }
    .txt_titlecatch {
        font-size: 26px;
    }
    .img_title {
        width: 75%;
        margin: 1em 0 1.2em;
    }
    .txt_titlecatch span {
        font-size: 0.71em;
    }
    .here {
        font-size: 25px !important;
    }
    .hero_l {
        padding: 10px 0 0 0;
    }
    .txt_lead {
        font-size: 16px;
        margin: 20px 0 0 0;
        font-weight: 500;
    }
    .profile {
        padding: 1em 1.4em 1em 2em;
    }
    .profile_title {
        font-size: 15px;
        margin-bottom: 1em;
    }
    .hero_area {
        margin: 0 auto;
    }
    .yc_link {
        padding: 20px 20px;
        margin-bottom: 40px;
    }
    .tag_scene {
        font-size: 12px;
    }
    .card-title {
        font-size: 5vw;
    }
    .sp_right {
        text-align: right;
    }
    .sp_right img {
        width: 80%;
    }
    .checkbtn {
        padding-bottom: 50px;
    }
    .card {
        border: 2px solid #318b00;
        padding: 8px 10px 6px 20px;
        margin-bottom: 10px;
    }
    .img_title-item {
        max-width: 78%;
        margin-top: 0;
    }
    blockquote {
        margin-top: 20px;
        padding: 10px 10px;
    }
    blockquote:before {
        font-size: 45px;
    }
    blockquote:after {
        font-size: 45px;
    }  
    blockquote p {
        font-size: 20px;
    }
    blockquote span {
        color: #318b00;
    }
    .fancy-title {
        font-size: 20px; 
        line-height: 1.5;
        padding: 30px 20px;
    }
    .fancy-title:before {
        font-size: 36px;
    }
    .fancy-title:after {
        font-size: 36px;
    }  
    .balloon-title {
        font-size: 18rem;
        margin: 40px 0 0;
    }
    .balloon .faceicon {
        width: 60px;
        padding-top: 0;
    }
    .advice {
        font-size: 15px;
        margin: 5px 0 0 80px;
        width: 18em;
    }
    .advice-2 {
        font-size: 15px;
        margin: 5px 0 0 80px;
        width: 18em;
    }
    .reco-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .item-card {
        border: 12px solid #f5ffe5;
        padding: 14px;
        min-height: auto;
    }
    .hero_l-item {
        margin-bottom: 20px;
    }
    .ask_box {
        display: block;
        padding: 20px 0 16px;
        text-align: center;
    }
    .ask-1 {
        width: 100%;
    }
    .ta_right {
        text-align: center;
    }
    .box_scene5-item {
        flex: 48%;
    }
    .card-title-item {
        font-size: 12px;
    }.container_scene5-item {
        gap: 4px;
    }
    .linkbox-item img {
        opacity: 1;
        filter: grayscale(0);
        transition: .3s ease-in-out;
        margin-top: 20px;
    }
    .card-item:hover {
        background-color: none;
        border: none;
    }
    .mgb40-item {
        margin-bottom: 4px;
    }
    .bottom-area {
        margin-top: 60rem;
    }
    .ask_area {
        margin: 20px auto 40px;
    }
    .card-body img {
        margin: 0;
    }
    .hero_l-item img {
        width: 100%;
    }
    .hero_r-item img {
        width: 100%;
        margin: 20px auto;
    }
    .item-name {
        font-size: 18px;
    }
    .sp80 {
        text-align: center;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .sp80 img {
        width: 80%;
        margin: 6px auto 0;
    }
    .mgt40-sp {
        margin-top: 10px;
    }
    .bg_scene5-item {
    margin-bottom: 20px;
    }
    .width485 {
        width: 100%;
    }
    .article-single-body {
        width: 100% !important;
    }
    .no_deco {
        font-size: 16px;
    }
    .hero_r {
        padding-right: 0;
    }
    .box_event{
        height: auto;
    }
    .event_title {
        margin: 0.6em 0 1em;
    }
    .event_discription {
        margin-bottom: 1em;
    }
    .external_link {
        padding-bottom: 40rem;
    }
}

@media (min-width: 768px) {
	.only-sp {
		display: none !important;
	}
	.article-single-share__list {
		flex-direction: column;
	}
	.article-single-share__item {
		width: 40rem;
	}
    .article-single-share {
        z-index: 10;
    }

}
/* 
@media (min-width: 1440px) {
    .article-single-body {
        width: 100% !important;
    }
} */

@media screen and (min-width:768px) and (max-width:1080px){
    .article-single-body {
        width: 100%;
        max-width: 990rem;
        padding-left: 0;
    }
}