@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}
.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: auto;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}
.sc-container h2 span {
	font-size: 100%;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.sc-container dl {
	font-size: 0;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 48px auto;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 1.75;
    overflow: hidden;
	letter-spacing: 0.05em;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
hero-area
==================== */
.sc-container .hero-area {
	width: 100%;
	background-color: #fdff7a;
	position: relative;
	padding-top: 60px;
}
.sc-container .hero-area-wrapper {
	width: 1000px;
	height: 480px;
	margin: 0 auto;
	background: url(../img/bg_hero_pc.jpg) left top no-repeat;
	background-size: cover;
	position: relative;
}
.sc-container .hero {
	width: 480px;
	height: 480px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 40px;
}
.sc-container .hero-catch-text {
	font-family: "Zen Maru Gothic", serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}

.sc-container .hero-title {
	text-align: center;
}
.sc-container .hero-title span {
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.sc-container .hero-title .sub01 {
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-top: 54px;
	position: relative;
}
.sc-container .hero-title .sub01::after {
	content: "";
	display: block;
	background: url(../img/bg_sub01_pc.png) left top no-repeat;
	background-size: cover;
	width: 149px;
	height: 25px;
	position: absolute;
    top: 60px;
    left: 165px;
}

.sc-container .hero-title .sub02 {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-top: -5px;
	position: relative;
}
.sc-container .hero-title .sub02::after {
	content: "";
	display: block;
	background: url(../img/bg_sub02_pc.png) left top no-repeat;
	background-size: cover;
	width: 318px;
	height: 37px;
	position: absolute;
    top: 42px;
    left: 82px;
}

.sc-container .hero-title .main01 {
	font-size: 20px;
	letter-spacing: 0.05em;
	padding-top: 52px;
}
span.marker {
	display: inline!important;
    background: linear-gradient(transparent 70%, #fdff7a 30%);;
}

.sc-container .hero-title .main02 {
	font-size: 38px;
	letter-spacing: normal;
}

.sc-container .hero-title .main03 {
	font-size: 52px;
	letter-spacing: 0.1em;
	margin-top: -25px;
}

/* ====================
lead
==================== */
.sc-container .lead {
	width: 100%;
	background-color: #fdff7a;
}
.sc-container .lead-text {
	font-size: 18px;
	line-height: 2.33;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ====================
intro
==================== */
.sc-container .intro {
	width: 100%;
	background-color: #feffc3;
}
.sc-container .intro-list {
	width: 1036px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 50px;
	padding-top: 17px;
	padding-bottom: 21px;
}

.sc-container .intro-list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 20px;
	width: 490px;
}
.sc-container .intro-list-image {
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	border: solid 3px #ffffff;
	border-radius: 50%;
}
.sc-container .intro-list-text-wrapper {
	width: calc(100% - 140px);
	padding-top: 16px;
}
.sc-container .intro-list-name {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding-top: 3px;
}
.sc-container .intro-list-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.714;
	padding-top: 10px;
}

/* ====================
nav-area
==================== */
.sc-container .nav-area {
	width: 100%;
	background-color: #fdff7a;
}
.sc-container .nav-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
				-1px 1px 0 #000000, 1px -1px 0 #000000,
				0px 1px 0 #000000,  0 -1px 0 #000000,
				-1px 0 0 #000000, 1px 0 0 #000000;
	text-align: center;
    padding-top: 65px;
}
.sc-container .nav-list {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    column-gap: 53px;
    padding-top: 40px;
    padding-bottom: 190px;
}
.sc-container .nav-list-item {
	width: 216px;
}

.sc-container .nav-list-item a {
	width: 216px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.sc-container .nav-list-image {
	width: 216px;
	height: 216px;
	box-sizing: border-box;
	border: solid 8px #ffffff;
	border-radius: 50%;
	overflow: hidden;
}
.sc-container .nav-list-image img {
	transition: transform .6s ease;
}
.sc-container .nav-list-image:hover img {
	transform: scale(1.1);
}
.sc-container .nav-list-number {
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 16px;
	line-height: 20px;
	width: 110px;
	/* height: 20px; */
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 40px;
	position: relative;
	padding-bottom: 3px;
	font-weight: bold;
}
.sc-container .nav-list-number::before {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	top: -30px;
	left: calc(50% - 2px);
}
.sc-container .nav-list-number.day01 {
	background-color: #f9beba;
}
.sc-container .nav-list-number.day02 {
	background-color: #c5d9e4;
}
.sc-container .nav-list-number.day03 {
	background-color: #e7c693;
}
.sc-container .nav-list-number.day04 {
	background-color: #91cbb6;
}
.sc-container .nav-list-title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 20px;
	padding-top: 6px;
}

/* ====================
situation
==================== */
.sc-container .situation {
	width: 100%;
	position: relative;
}
.sc-container .situation#day01 {
	width: 100%;
	background-color: #f9beba;
    padding-bottom: 92px;
}
.sc-container .situation#day02 {
	width: 100%;
	background-color: #c5d9e4;
    padding-bottom: 92px;
}
.sc-container .situation#day03 {
	width: 100%;
	background-color: #e7c693;
    padding-bottom: 92px;
}
.sc-container .situation#day04 {
	width: 100%;
	background-color: #91cbb6;
    padding-bottom: 92px;
}
.sc-container .situation-title-wrapper {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	border-radius: 50%;
	position: absolute;
	top: -120px;
	left: calc(50% - 120px);
}
.sc-container .situation-title {
	text-align: center;
	margin-top: -5px;
}
.sc-container .situation-title span {
	display: block;
}
.sc-container .situation-title .sub01 {
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 22px;
	line-height: 1;
	padding-top: 57px;
}
.sc-container .situation-title .main01 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 38px;
	padding-top: 3px;
}
.sc-container .situation-title .main02 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
    font-size: 38px;
    margin-top: -23px;
}
.sc-container #day04 .situation-title .main02 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 36px;
	margin-top: -23px;
	letter-spacing: -0.04em;
}

.sc-container .situation-image-wrapper {
	padding-top: 161px;
	position: relative;
	width: 1030px;
	margin: 0 auto;
}
.sc-container #day01 .situation-text,
.sc-container #day03 .situation-text {
	position: absolute;
	top: 80px;
	right: 80px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	writing-mode: vertical-rl;
	line-height: 1.94;
	letter-spacing: 0.05em;
}
.sc-container #day02 .situation-text {
	position: absolute;
    top: 50px;
    left: 130px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	writing-mode: vertical-rl;
	line-height: 1.94;
	letter-spacing: 0.05em;
}

.sc-container #day04 .situation-text {
	position: absolute;
    top: 50px;
    left: 78px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	writing-mode: vertical-rl;
	line-height: 1.94;
	letter-spacing: 0.05em;
}
.sc-container .situation-text span {
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 10px;
}

.sc-container .situation-image-main-wrapper {
	position: relative;
}
.sc-container #day01 .situation-image-main,
.sc-container #day03 .situation-image-main {
	width: 600px;
    margin: 0 214px 0 216px;
	position: relative;
	z-index: 0;
}
.sc-container #day02 .situation-image-main,
.sc-container #day04 .situation-image-main {
	width: 600px;
	margin: 0 216px 0 214px;
	position: relative;
	z-index: 0;
}
.sc-container #day01 .situation-image-main::before,
.sc-container #day03 .situation-image-main::before {
	content: "";
	display: block;
	background: url(../img/bg_situation_pc.png) left bottom no-repeat;
	background-size: cover;
	width: 135px;
	height: 135px;
    position: absolute;
    top: 308px;
    left: -100px;
    z-index: -1;
	opacity: 0.5;
}
.sc-container #day02 .situation-image-main::before,
.sc-container #day04 .situation-image-main::before {
	content: "";
	display: block;
	background: url(../img/bg_situation_pc.png) right bottom no-repeat;
	background-size: cover;
	width: 135px;
	height: 135px;
    position: absolute;
    top: 308px;
    right: -100px;
    z-index: -1;
	opacity: 0.5;
}
.sc-container #day01 .situation-image-main::after,
.sc-container #day03 .situation-image-main::after {
	content: "";
	display: block;
	width: 600px;
	height: 800px;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}
.sc-container #day02 .situation-image-main::after,
.sc-container #day04 .situation-image-main::after {
	content: "";
	display: block;
	width: 600px;
	height: 800px;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
}
.sc-container #day01 .situation-image-main-catch,
.sc-container #day03 .situation-image-main-catch {
	font-family: "Lato", sans-serif;
	writing-mode: vertical-lr;
    font-size: 24px;
    text-orientation: mixed;
    position: absolute;
    top: -2px;
    left: 173px;
    transform: rotate(180deg);
}
.sc-container #day02 .situation-image-main-catch,
.sc-container #day04 .situation-image-main-catch {
	font-family: "Lato", sans-serif;
	writing-mode: vertical-lr;
    font-size: 24px;
    text-orientation: mixed;
    position: absolute;
    top: -2px;
    right: 173px;
}

.sc-container #day01 .situation-image-sub-wrapper,
.sc-container #day03 .situation-image-sub-wrapper {
	width: 320px;
	height: 320px;
	position: absolute;
    bottom: -37px;
    left: -4px;
}
.sc-container #day02 .situation-image-sub-wrapper,
.sc-container #day04 .situation-image-sub-wrapper {
	width: 320px;
	height: 320px;
	position: absolute;
    bottom: -37px;
    right: -4px;
}
.sc-container .situation-image-sub {
	position: relative;
}
.sc-container #day01 .situation-image-sub-catch {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 19px;
    position: absolute;
    bottom: 0;
    left: -24px;
    transform: rotate(35deg);
	letter-spacing: -0.05em;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
.sc-container #day02 .situation-image-sub-catch {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 19px;
	position: absolute;
    bottom: -33px;
    left: 106px;
    transform: rotate(-8deg);
	letter-spacing: -0.05em;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
.sc-container #day03 .situation-image-sub-catch {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 19px;
	position: absolute;
    bottom: -16px;
    left: -20px;
    transform: rotate(24deg);
	letter-spacing: -0.05em;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
.sc-container #day04 .situation-image-sub-catch {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 19px;
	position: absolute;
    bottom: -13px;
    left: 118px;
    transform: rotate(-26deg);
    letter-spacing: -0.05em;
    width: 250px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}

.sc-container #day01 .situation-image-sub::after,
.sc-container #day03 .situation-image-sub::after {
	content: "";
	display: block;
	background: url(../img/icon_point01_pc.png) no-repeat;
	background-size: cover;
	width: 103px;
	height: 63px;
	position: absolute;
    top: -26px;
    left: 67px;
}
.sc-container #day02 .situation-image-sub::after,
.sc-container #day04 .situation-image-sub::after {
	content: "";
	display: block;
	background: url(../img/icon_point02_sp.png) no-repeat;
	background-size: cover;
	width: 103px;
	height: 63px;
	position: absolute;
    top: -26px;
    right: 67px;
}
.sc-container .reputation {
	width: 1030px;
	padding-top: 32px;
	margin: 0 auto;
}
.sc-container .reputation-list {
	width: 800px;
	margin: 0 auto;
}
.sc-container .reputation-list-item.type01 {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.sc-container .reputation-list-item.type02 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.sc-container .reputation-list-item~.reputation-list-item {
	padding-top: 6px;
}
.sc-container .reputation-list-image-wrapper {
	width: 106px;
	position: relative;
}
.sc-container .reputation-list-image {
	width: 106px;
	height: 106px;
	box-sizing: border-box;
	border: solid 3px #ffffff;
	border-radius: 50%;
}
.sc-container #day01 .reputation-list-item.type01 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day01 .reputation-list-item.type02 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day02 .reputation-list-item.type02 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day02 .reputation-list-item.type01 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day03 .reputation-list-item.type01 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day03 .reputation-list-item.type02 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day04 .reputation-list-item.type02 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container #day04 .reputation-list-item.type01 .reputation-list-image-name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding-top: 8px;
	position: absolute;
    bottom: -45px;
    left: -44px;
    width: 200px;
}
.sc-container .reputation-list-text-wrapper {
	width: 100%;
	padding-top: 46px;
}

.sc-container #day01 .reputation-list-item.type01 .reputation-list-text-wrapper {
	width: 363px;
	padding-top: 18px;
    margin-right: 36px;
}

.sc-container #day01 .reputation-list-item.type02 .reputation-list-text-wrapper {
    width: 480px;
    padding-top: 18px;
    margin-left: 36px;
}

.sc-container #day02 .reputation-list-item.type02 .reputation-list-text-wrapper {
    width: 356px;
    padding-top: 18px;
    margin-left: 36px;
}
.sc-container #day02 .reputation-list-item.type01 .reputation-list-text-wrapper {
	width: 383px;
	padding-top: 18px;
    margin-right: 36px;
}

.sc-container #day03 .reputation-list-item.type01 .reputation-list-text-wrapper {
	width: 402px;
	padding-top: 18px;
    margin-right: 36px;
}

.sc-container #day03 .reputation-list-item.type02 .reputation-list-text-wrapper {
    width: 462px;
    padding-top: 18px;
    margin-left: 36px;
}
.sc-container #day04 .reputation-list-item.type02 .reputation-list-text-wrapper {
    width: 387px;
    padding-top: 18px;
    margin-left: 36px;
}
.sc-container #day04 .reputation-list-item.type01 .reputation-list-text-wrapper {
	width: 328px;
	padding-top: 18px;
    margin-right: 36px;
}




.sc-container .reputation-list-text {
	background-color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.714;
    padding: 10px 20px;
	border-radius: 4px;
	position: relative;
	box-shadow: 4px 4px 0px 0px rgba(32, 32, 32, 0.2);
	font-feature-settings: "palt";
}
.sc-container .reputation-list-item.type01 .reputation-list-text::after {
	content: "";
    position: absolute;
	background: url(../img/bg_reputation_right_pc.png) no-repeat;
	background-size: cover;
    bottom: 20px;
    right: -34px;
    width: 34px;
    height: 22px;
}
.sc-container .reputation-list-item.type02 .reputation-list-text::after {
	content: "";
    position: absolute;
	background: url(../img/bg_reputation_left_pc.png) no-repeat;
	background-size: cover;
    bottom: 20px;
    left: -30px;
    width: 30px;
    height: 18px;
}


/* ====================
item-area
==================== */
.sc-container .item-area {
	width: 100%;
	position: relative;
}
.sc-container .item-area.day01 {
	width: 100%;
	background-color: #ffd2cf;
    padding-bottom: 170px;
}
.sc-container .item-area.day02 {
	width: 100%;
	background-color: #d8e5ed;
    padding-bottom: 150px;
}
.sc-container .item-area.day03 {
	width: 100%;
	background-color: #f9dbac;
    padding-bottom: 170px;
}
.sc-container .item-area.day04 {
	width: 100%;
	background-color: #b8e0d1;
    padding-bottom: 170px;
}
.sc-container .item-area-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000,
				-1px 1px 0 #000000, 1px -1px 0 #000000,
				0px 1px 0 #000000,  0 -1px 0 #000000,
				-1px 0 0 #000000, 1px 0 0 #000000;
	text-align: center;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sc-container .item-area-lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.025em;
	text-align: center;
	padding-top: 40px;
}

.sc-container .sc-itemlist {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
	column-gap: 20px;
}

.sc-container .sc-itemlist .list {
	width: 240px;
	margin: 0;
}


.sc-container .sc-itemlist .list-image {
	padding-bottom: 10px;
	position: relative;
	display: block;
}

.sc-container .sc-itemlist .list-image:before {
	display: block;
	content: "";
	padding-top:100%;
}

.sc-container .sc-itemlist .list-image > span {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.sc-container .sc-itemlist .list-image > span .itemimage {
	display: table;
	table-layout: fixed;
    /* width: calc(100% + 1px); */
    /* height: 100%; */
}

.sc-container .sc-itemlist .list-image > span .itemimage .box {
	display: table-cell;
	vertical-align: middle;
    overflow: hidden;
}

.sc-container .sc-itemlist .list-image > span .itemimage .box img {
	width: 100%;
	height: auto;
    transition: transform .6s ease;
}
.sc-container .sc-itemlist .list-image > span .itemimage .box:hover img {
	transform: scale(1.1);
}

.sc-container .sc-itemlist .list a {
	display: block;
	position: relative;
}

.sc-container .sc-itemlist .list a:hover,
.sc-container .sc-itemlist .list a:active {
	text-decoration: none;
	opacity: 1;
}

.sc-container .sc-itemlist .list a:hover .item-name {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: .1s;
	transition: .1s;
}

.sc-container .sc-itemlist .item-name {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 10px;
	font-size: 12px;
	display: block;
}

.sc-container .sc-itemlist .item-price {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 6px;
	font-size: 14px;
}

.sc-container .sc-itemlist .item-price span {
	display: inline-block;
	margin: 0 0 0 .5em;
	font-size: 12px;
	vertical-align: 1px;
}

/* 
.sc-container .sc-itemlist .item-price.sale-price {
	color: #e63947;
    line-height: 1.2;
    margin: 5px 0 0;
}

.sc-container .sc-itemlist .item-price .baseprice,
.sc-container .sc-itemlist .item-price .baseprice span {
    margin: 0 0 0 2px;
    color: #666666;
    font-size: .75em;
    text-decoration: line-through;
} */














/* ====================
スクロール
==================== */
/* 伸びるライン */
.nav-title.fadein::before{-webkit-transform-origin: top;transform-origin: top;}
.nav-title.fadein.scrollin::before{-webkit-transition:1s .2s ease;transition:1s .2s ease;}

/* 左からふわっと */
.sc-container .reputation-list-item.type02 .reputation-list-text-wrapper.fadein {
	opacity: 0;
	transform:translateX(-40px);
}
.sc-container .reputation-list-item.type02 .reputation-list-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}

/* 右からふわっと */
.sc-container .reputation-list-item.type01 .reputation-list-text-wrapper.fadein {
	opacity: 0;
	transform:translateX(40px);
}
.sc-container .reputation-list-item.type01 .reputation-list-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}

/* 下からふわっと */
.sc-container .lead-text.fadein {
	opacity: 0;
	transform: translateY(20px);
}
.sc-container .lead-text.fadein.scrollin {
	opacity: 1;
	transition:.4s .4s ease;
	transform: none;
}
.sc-container .intro-list-image.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-list-image.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .intro-list-text-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .intro-list-text-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .nav-title.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .nav-title.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .nav-list-item.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .nav-list-item.fadein.scrollin:nth-child(1) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .nav-list-item.fadein.scrollin:nth-child(2) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .nav-list-item.fadein.scrollin:nth-child(3) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .nav-list-item.fadein.scrollin:nth-child(4) {
	opacity: 1;
	transition:.8s 1s ease;
	transform: none;
}



.sc-container .situation-title-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-title-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .situation-title.fadein {
	opacity: 0;
	transform: translateY(20px);
}
.sc-container .situation-title.fadein.scrollin {
	opacity: 1;
	transition:.4s .8s ease;
	transform: none;
}
.sc-container .situation-image-main.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-image-main.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .situation-image-main-catch.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-image-main-catch.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}




.sc-container .situation-image-sub.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-image-sub.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .situation-image-sub-catch.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-image-sub-catch.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .situation-text.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .situation-text.fadein.scrollin {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .reputation-list-image-wrapper.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .reputation-list-image-wrapper.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .item-area-title-inner {
	display: block;
}
.sc-container .item-area-title-inner.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .item-area-title-inner.fadein.scrollin {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .item-area-lead.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .item-area-lead.fadein.scrollin {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .list.fadein {
	opacity: 0;
	transform: translateY(40px);
}
.sc-container .list.fadein.scrollin:nth-child(1) {
	opacity: 1;
	transition:.8s .4s ease;
	transform: none;
}
.sc-container .list.fadein.scrollin:nth-child(2) {
	opacity: 1;
	transition:.8s .6s ease;
	transform: none;
}
.sc-container .list.fadein.scrollin:nth-child(3) {
	opacity: 1;
	transition:.8s .8s ease;
	transform: none;
}
.sc-container .list.fadein.scrollin:nth-child(4) {
	opacity: 1;
	transition:.8s 1s ease;
	transform: none;
}


/* 上からふわっと */
.sc-container .situation-image-sub.fadein::after {
	opacity: 0;
	transform: translateY(-20px);
}
.sc-container .situation-image-sub.fadein.scrollin::after {
	opacity: 1;
	transition:.4s .8s ease;
	transform: none;
}