@charset "utf-8";
/* CSS Document */
:root {
  --scrollbar: 0;
}
.u-bgc-f0eaf7 {
    background-color: #f0eaf7;
}
.n-bd-r-40 {
    border-radius: 40px !important;
}
#merit .c-accordion-b__inner {
    border-bottom: 2px solid #CF142B !important;
}
#merit .c-accordion-b__item:first-child .c-accordion-b__inner {
    border-top: 2px solid #CF142B !important;
}
#merit .merit-h4 {
    position: relative;
}
#merit .merit-h4:before {
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    position: absolute;
    left: -4rem;
    top: calc(50% - 1px);
    background: #333;
}
#merit .merit-h4:after {
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    position: absolute;
    right: -4rem;
    top: calc(50% - 1px);
    background: #333;
}
#merit .merit-header {
    border-radius: 100vh;
    border: #cf142b 1px solid;
    padding: 2px 12px;
}
#merit .merit-img {
    width: calc(100% + 14%);
    margin: 0 -7%;
}
/*
#merit .merit-c-figure {
    overflow: hidden;
	position: relative;
}
#merit .merit-c-figure .c-figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #f0eaf7;
	box-sizing: border-box;
}
*/
#merit .merit-c-figure {
    width: calc(100vw - var(--scrollbar));
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #f0eaf7;
	box-sizing: border-box;
}
#merit .commingsoon .c-linkCard__image, .commingsoon .c-linkCard__text {
    opacity: 0.7;
}
#merit .commingsoon a {
    pointer-events: none;
    background-color: #333;
    position: relative;
}
#merit .commingsoon a:before {
    content: "";
    display: block;
    width: 10rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #333;
}
#merit .commingsoon a:after {
    content: "COMING SOON";
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*
.commingsoon {
	position: relative;
	z-index: 1;
}
.commingsoon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.75);
	display: block;
	width: 100%;
	height: 100%;
}

.commingsoon::after {
	content: "Comming soon";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: #fff;
	background: #333;
	padding: 5px 10px;
	display: block;
	font-size: 20px;
	transform: translate(-50%,-50%);
}
*/
/*@media screen and (max-width: 1060px), print {
#merit .merit-img {
    width: calc(100% + 12%);
    margin: 0 -6%;
}
}*/
@media screen and (min-width: 640.02px), print {
    .u-gr-temp-col-1fr-80px-1fr {
        grid-template-columns: 1fr 80px 1fr !important;
    }
}
@media screen and (max-width: 640px), print {
    .u-sp-mw-60 {
        max-width: 60px !important;
    }
}
/*<span class="dli-plus"></span>
cssで＋を作製*/
/*.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #cf142b;
  line-height: 1;
  width: 5em;
  height: 0.75em;
  background: #cf142b;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}*/