@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------

 common/css/main.css から移植

--------------------------------------------- */

main.page-shoefitter {
    margin-bottom: 180px;
}

.page-shoefitter img {
    max-width: 100%;
}

.page-shoefitter > svg {
    display: none;
}

.page-shoefitter .icon-info {
    width: 18px;
    height: 18px;
}

.page-shoefitter .icon-place {
    width: 16px;
    height: 21px;
}

.page-shoefitter .icon-store {
    width: 21px;
    height: 19px;
}

.page-shoefitter .icon-time {
    width: 19px;
    height: 19px;
}

.page-shoefitter svg {
    fill: currentColor;
}

@media screen and (min-width:768px) {
    body.shoefitter_event {
        padding: 100px 0 0;
    }

    main.page-shoefitter {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    main.page-shoefitter {
        margin-top: 0;
    }

    .page-shoefitter #main.shoefitter.event .event-list li {
        margin-bottom: 60px;
    }
    .shoefitter-section {
        margin-bottom: 80px !important;
        margin-top: 0 !important;
    }
}

.shoefitter-title {
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
    font-family: "こぶりなゴシック W6 JIS2004", Avenir, Lato !important;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .shoefitter-title {
		font-size: 2rem;
        color: #fff;
        line-height: 80px;
        margin-bottom: 0;
    }

    .shoefitter-info-section.store .shoefitter-title {
        background: #a61c4b;
    }

    .shoefitter-info-section.schedule .shoefitter-title {
        background: #3e2c27;
    }
}

.shoefitter-table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    letter-spacing: .08em;
}

@media screen and (max-width:767px) {
    .shoefitter-table > thead {
        display: none;
    }
}

.shoefitter-info-section.store .shoefitter-table>tbody>tr:nth-child(even) {
    background: #fcf7f7;
}

.shoefitter-info-section.schedule .shoefitter-table>tbody>tr:nth-child(even) {
    background: #f5f5f5;
}

.shoefitter-table-head {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    -moz-text-align-last: left;
    text-align-last: left;
    border-right: 1px solid #fff;
    font-family: "こぶりなゴシック W6 JIS2004", Avenir, Lato !important;
}

.shoefitter-info-section.store .shoefitter-table-head {
    background: #a61c4b;
}

.shoefitter-info-section.schedule .shoefitter-table-head {
    background: #3e2c27;
}

.shoefitter-table-head:first-child {
    width: 175px;
}

.shoefitter-table-head:nth-child(2) {
    width: 185px;
}

.shoefitter-table-head:nth-child(3) {
    width: 265px;
}

.shoefitter-table-head:last-child {
    border-right: none;
}

.shoefitter-table-data {
    padding: 20px;
    color: #3e2c27;
}

@media screen and (min-width:768px) {
    .shoefitter-info-section.store .shoefitter-table-data {
        border-right: 1px solid #f4dce5;
        border-bottom: 1px dashed #f4dce5;
    }

    .shoefitter-info-section.store .shoefitter-table-data:last-child {
        border-right: none;
    }

    .shoefitter-info-section.schedule .shoefitter-table-data {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px dashed #d5d5d5;
    }

    .shoefitter-info-section.schedule .shoefitter-table-data:last-child {
        border-right: none;
    }
}

@media screen and (max-width:767px) {
    .shoefitter-table-data {
        padding: 20px 20px 0 65px;
        position: relative;
        display: block;
        width: 100%;
    }
    .shoefitter-table-data:last-child {
        padding-bottom: 20px;
    }
    .shoefitter-info-section.store .shoefitter-table-data:last-child {
        border-bottom: 1px dashed #f4dce5;
    }
    .shoefitter-info-section.schedule .shoefitter-table-data:last-child {
        border-bottom: 1px dashed #d5d5d5;
    }
}

.shoefitter-table-text {
    font-size: 14px;
    font-family: "こぶりなゴシック W6 JIS2004", Avenir, Lato !important;
}

.shoefitter-table-data:last-child .shoefitter-table-text {
    font-family: "こぶりなゴシック W3 JIS2004", Avenir, Lato !important;
}

@media screen and (min-width:768px) {
    .shoefitter-icon {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .shoefitter-table-text {
        font-size: 13px
    }

    .shoefitter-icon {
        position: absolute;
        left: 30px;
        top: 20px;
        width: 21px;
        text-align: center;
        display: block;
    }

    .shoefitter-info-section.store .shoefitter-icon {
        color: #a61c4b;
    }

    .shoefitter-info-section.schedule .shoefitter-icon {
        color: #3e2c27;
    }
}

.shoefitter-caution {
    font-size: 10px;
    font-family: "こぶりなゴシック W3 JIS2004", Avenir, Lato !important;
}

.shoefitter-caution-time {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .shoefitter-caution-time {
        font-size: 13px;
    }
}

.shoefitter-link {
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.shoefitter-link:hover {
    opacity: .7;
}

.shoefitter-tag-list-item {
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 15px 15px 0;
    padding: 0 8px;
    font-size: 14px;
    font-family: "こぶりなゴシック W6 JIS2004", Avenir, Lato !important;
}

@media screen and (max-width:767px) {
    .shoefitter-tag-list-item {
        font-size: 13px;
        line-height: 18px;
        padding: 1px 3px 0;
        margin: 0 3px 5px 0;
    }
}

.shoefitter-tag-list-item:last-child {
    margin-right: 0
}

.shoefitter-tag-list-item.foot {
    background: #f9ced5;
    color: #6e232f;
}

.shoefitter-tag-list-item.real {
    background: #927460;
}

.shoefitter-tag-list-item.walk {
    background: #f5eeea;
    color: #767171;
    border: 1px solid #767171;
}

.shoefitter-tag-list-item.try {
    background: #502a1b;
}

/* ---------------------------------------------

 .shoefitter-section

--------------------------------------------- */

.event .l-mv {
	background: #512B1C;
	position: relative;
	height: 260px;
	min-height: 260px;
}

.event .header-item-ttl {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: Avenir,Lato;
	font-size: 6rem;
	font-weight: 300;
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 6px #00000034;
}

.event .header-item-ttl > img {
	margin: 0 auto;
	width: 140px;
}

.event .event-lead-wrap .text-wrap {
	margin: 6% auto 0;
	max-width: 1366px;
}

.event .event-lead-wrap .text-wrap > p {
	font-family: 'こぶりなゴシック W3 JIS2004', Avenir, Lato;
	text-align: center;
}

.event .event-list {
	display: flex;
	justify-content: space-between;
	margin: 6% auto 0;
	flex-flow: wrap;
}

.event .event-list li .event-read > * {
	margin-top: 6%;
}

.event .event-list li .event-read > span {
	font-weight: bold;
}

.event .view-more {
    border: solid 1px #cccccc;
    text-align: center;
    margin-top: 10%;
    padding: 16px 0;
    max-width: 350px;
}

.event .view-more > a {
    display: block;
    color: #707070;
    font-family: Avenir,Lato;
    font-size: 16px;
    position: relative;
}

.event .view-more > a:hover {
    opacity: .7;
}

.event .btn-viewmore > a:after,
.event .btn-viewmore > span:after {
    display: none;
}

@media screen and (max-width:767px) {
	.event .event-lead-wrap .text-wrap {
		margin: 16% auto 0;
	}

    .event .view-more {
        margin: 10% auto 0;
        width: 62%;
    }

    .event .view-more>a {
        font-size: 13px;
    }
}

.event .event-list li span {
	display: inline-block;
	line-height: 1.143;
	text-align: center;
	width: 100%;
}

.event .event-list li .txt {
	font-size: 1.6rem;
	line-height: 2;
}

.event .event-list li:nth-of-type(2) .txt {
    letter-spacing: normal;
}

@media screen and (min-width:768px) {
	.event .header-item-ttl {
		font-size: 6rem;
	}

	.event .header-item-ttl .header-item-ttl-sub {
		font-size: 1.8rem;
	}

	.event .event-list {
		width: 662px;
	}

	.event .event-list li {
		margin-left: 4%;
		width: 300px;
	}

	.event .event-list li:nth-child(2n + 1) {
		margin-left: 0;
	}

	.event .event-list li:nth-child(n + 3) {
		margin-top: 12%;
	}

	.event .event-list li span {
		font-size: 2.1rem;
	}

	.shoefitter-info-section {
		margin: 4% auto 0;
		max-width: 1000px;
        width: 90%;
	}

	.shoefitter-section {
	  margin-top: 70px !important;
	  padding-bottom: 0 !important;
	}
}

@media screen and (max-width:767px){
	.event .header-item-ttl {
		font-size: 4.4rem;
	}

	.event .header-item-ttl .header-item-ttl-sub {
		font-size: 1.4rem;
	}

	.event .event-lead-wrap .text-wrap > p {
		font-size: 1.3rem;
	}

	.event .event-list {
		flex-wrap:wrap;
	}

	.event .event-list li {
		background-position: left top;
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 10%;
		padding-top: 35%;
		width: 100%;
	}

	.event .event-list li:nth-of-type(1) {
		background-image: url("/img/shoefitter/bnr-shoefitter_sp.jpg");
	}

	.event .event-list li:nth-of-type(2) {
		background-image: url("/img/shoefitter/bnr-type-of-heel_sp.jpg");
	}

	.event .event-list li:nth-of-type(3) {
		background-image: url("/img/shoefitter/bnr-walk_sp.jpg");
	}

	.event .event-list li:nth-of-type(4) {
		background-image: url("/img/shoefitter/bnr-tryfit_sp.jpg");
	}

	.event .event-list li > .event-read {
		background-color: #fff;
		margin: 0 auto;
		padding: 5%;
		padding-bottom: 0;
		width: 80%;
	}

	.event .event-list li span {
		font-size: 1.8rem;
	}

	.event .event-list li .txt {
		font-size: 1.3rem;
	}

	.shoefitter-info-section {
		margin-top: 15%;
		padding: 0 !important;
	}
}

/* ---------------------------------------------

 wws から移植

--------------------------------------------- */

.hide-sp {
    display: block;
}
.hide-pc {
    display: none;
}

#pagecontents {
    padding-bottom: 200px;
    background-color: #f5eeea;
}
/* herovisual_pc */
.herovisual__title {
    width: 456px;
    margin: 0 auto;
    padding: 125px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1194px) {
    .herovisual__title {
        width: 40%;
        margin: 0 auto;
        padding: 125px 0 0;
    }
}

.herovisual__title img {
    width: 100%;
}

.herovisual__txt {
    margin-top: 54px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.block__event {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    max-width: 1000px;
    margin: 50px auto 0;
}
.block__event dl {
    width: calc(50% - 20px);
    margin-inline: auto;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: #4f2c1d;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .block__event dl {
        width: 100%;
        padding: 20px 3.75%;
    }
}

.block__event dl dt {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
}
.block__event dl dt::after {
    position: absolute;
    bottom: -8px;
    left: 47%;
    width: 6%;
    height: 2px;
    background-color: #ffffff;
    content: "";
}

.block__event dl dd {
    margin-top: 30px;
    color: #ffffff;
    font-weight: lighter;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

.block__event dl dd a {
    position: relative;
    display: block;
    padding: 20px 30px;
    border-radius: 34px;
    background-color: #ffffff;
    color: #4f2c1d;
    line-height: 1;
    text-align: center;
}

.block__event dl dd a span{
    transition: all .5s ease-in-out;
}

.block__event dl dd a:hover span {
    opacity: .6;
}

.block__event dl dd a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    transform: translateX(-25%) rotate(45deg);
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-sizing: border-box;
    color: #333333;
    line-height: 1;
    content: "";
}

.footer__event.block__event dl dd a::after {
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    border-right: none;
    border-bottom: none;
}

.menu_ttl {
    margin-top: 120px;
    text-align: center;
}

.menu_ttl h2 {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    color: #4f2c1d;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 500;
}

.menu_ttl p {
    font-size: 16px;
}

/* コンテンツ */
.constantsbox {
    max-width: 1040px;
    margin: 120px auto 0;
    border-radius: 20px;
    box-shadow: 20px 20px 30px 10px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .constantsbox {
        width: 100%;
        margin: 120px auto 0;
        border-radius: 20px;
        box-shadow: 20px 20px 30px 10px rgba(0, 0, 0, .1);
        background-color: #ffffff;
    }
}

.constantsbox__ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.constantsbox__ttl.menu01 {
    border-radius: 20px;
    background-image: url(../img/menu_img01_pc.jpg);
}

.constantsbox__ttl.menu02 {
    border-radius: 20px 20px 0 0;
    background-image: url(../img/menu_img02_pc.jpg);
}

.constantsbox__ttl.menu03 {
    border-radius: 20px 20px 0 0;
    background-image: url(../img/menu_img03_pc.jpg);
}

.constantsbox__ttl.menu04 {
    border-radius: 20px;
    background-image: url(../img/menu_img04_pc.jpg);
}

.constantsbox__read {
    width: 470px;
    margin-right: -20px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, 1));
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .constantsbox__read {
        margin-right: 0;
        border-radius: 20px 0 0 20px;
    }
}

.constantsbox__read h2 {
    width: 305px;
}

.constantsbox__read h2 img {
    width: 100%;
}

.constantsbox__read h3 {
    font-weight: normal;
    font-size: 33px;
}

.constantsbox__read p {
    margin-top: 26px;
    font-size: 16px;
    line-height: 2;
}

.constantsbox__inner {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .constantsbox__inner {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0 0;
    }
}

.constantsbox__inner h3 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
}

.constantsbox__inner .balloon {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background-color: #f8eff2;
}

.constantsbox__inner .balloon:after {
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #f8eff2 transparent transparent transparent;
    content: "";
}

.featurelist {
    padding-bottom: 120px;
}

.featurelist li {
    margin-top: 40px;
    padding-top: 20px;
    background-image: url(../img/dotline.png);
    background-position: top left;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.featurelist li:first-child {
    background: none;
}

.featurelist figure img {
    width: 100%;
}

.check-ttl dt {
    text-align: center;
}
.check-ttl dt span {
    display: inline-block;
    margin: 18px auto 0;
    padding: 4px 60px;
    border-radius: 30px;
    background: #a61c4b;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
}
.check-ttl dd {
    margin-top: 32px;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
}

.banzai {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a61c4b;
    font-size: 24px;
    text-align: center;
}

.banzai::before, .banzai::after {
    width: 3px;
    height: 40px;
    background-color: #a61c4b;
    content: "";
}

.banzai::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.banzai::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.chart {
    margin-top: 32px;
    padding-bottom: 80px;
    text-align: center;
}

.chart span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
}

.chart p {
    width: 680px;
    margin: 80px auto 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

.chart p + p {
    margin: 24px auto 0;
}



.walking-list-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 120px;
}

.walking-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.walking-list > li {
    width: 50%;
    padding-right: 1%;
    padding-left: 1%;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .walking-list > li {
        width: 48%;
        padding-right: 1%;
        padding-left: 1%;
    }
}

.walking-list > li:nth-child(odd) {
    padding-right: 5%;
    padding-left: 0;
}
.walking-list > li:nth-child(even) {
    padding-top: 55px;
    padding-right: 0;
    padding-left: 5%;
}
.walking-list > li:nth-child(n + 3) {
    margin-top: 10px;
}
.walking-list > li:nth-child(4) {
    padding-top: 85px;
}
.walking-list-item .num_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.walking-list-item .num_ttl p {
    margin-left: 25px;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: 2px;
}

.walking-list-item .img {
    width: 360px;
}

.walking-list-item .img img {
    width: 100%;
}

.movie-link {
    margin-top: 20px;
    text-align: center;
}
.movie-link a {
    text-decoration: underline;
}
.movie-link a::before {
    display: inline-block;
    transform: translateY(-30%) rotate(135deg);
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border: .1em solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #a61c4b;
    line-height: 1;
    vertical-align: middle;
    content: "";
}

.hex-ttl dt {
    text-align: center;
}
.hex-ttl dt span {
    display: inline-block;
    padding: 4px 60px;
    border-radius: 30px;
    background: #a61c4b;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: 3px;
}
.hex-ttl dd {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
}

/* hex */
.walking-hex-movie {
    padding-bottom: 0;
}
.hex-movie-wrap {
    position: relative;
    width: 100%;
    min-height: 740px;
    background-image: url(../img/hexagon_bg.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 0 0 20px 20px;
}

.hex-six-type {
    position: absolute;
    top: 10%;
    right: 24.5%;
    width: 15.3%;
}
.hex-six-type img {
    width: 100%;
}
.hex-img {
    display: inline-block;
    position: absolute;
    top: 10.1%;
    left: 11%;
    z-index: 1;
    width: 89%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .hex-img {
        top: 7vw;
    }
}

.hex-img figure {
    width: 46.83%;
}

.hex-img figure img {
    width: 100%;
}

.hex-txt {
    position: absolute;
    top: 67.8%;
    left: 9.8%;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .hex-txt {
        top: 49vw;
    }
}
.hex-movie {
    position: absolute;
    top: 42.8%;
    left: 54.3%;
    width: 27.8%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .hex-movie {
        top: 31vw;
    }
}
.hex-movie > div {
    position: absolute;
    top: 13%;
    right: 0;
    left: 0;
    max-width: 290px;
    margin: 0 auto;
}

.hex-movie img {
    width: 100%;
}

.hex-txt > div, .hex-movie > div {
    display: none;
}
.hex-txt div[data-text="elegant"], .hex-movie div[data-image="elegant"] {
    display: block;
}

.hex-txt div[data-text="mild"] {
    padding-left: 112px;
}
.hex-txt div[data-text="elegant"] {
    padding-left: 0;
}
.hex-txt div[data-text="active"] {
    padding-left: 43px;
}
.hex-txt div[data-text="stoic"] {
    padding-left: 84px;
}
.hex-txt div[data-text="airy"] {
    padding-left: 112px;
}
.hex-txt div[data-text="ennui"] {
    padding-left: 71px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .hex-txt div[data-text="mild"] {
        padding-left: 8.6vw;
    }
    .hex-txt div[data-text="elegant"] {
        padding-left: 0;
    }
    .hex-txt div[data-text="active"] {
        padding-left: 3vw;
    }
    .hex-txt div[data-text="stoic"] {
        padding-left: 6vw;
    }
    .hex-txt div[data-text="airy"] {
        padding-left: 8.6vw;
    }
    .hex-txt div[data-text="ennui"] {
        padding-left: 4.7vw;
    }
}

@media screen and (max-width: 767px) {
/* :::::::::::::: SP view :::::::::::::: */
    #pagecontents {
        padding-bottom: 100px;
        background-color: #f5eeea;
    }

    #pagecontents .hide-sp {
        display: none;
    }
    #pagecontents .hide-pc {
        display: block;
    }


    /* herovisual_sp */

    .herovisual__title {
        width: 69.2%;
        margin: 0 auto;
        padding: 15% 0 0;
    }

    .herovisual__title img {
        width: 100%;
    }

    .herovisual__txt {
        margin-top: 4.5%;
        font-size: 13px;
        line-height: 2;
        text-align: center;
    }

    .block__event {
        margin-top: 10%;
        flex-direction: column;
        gap: 20px 0;
    }
    .block__event dl {
        width: 89.7%;
        margin: 0 auto;
        padding: 20px 10px;
    }

    .block__event dl dt {
        color: #ffffff;
        font-size: 13px;
    }

    .block__event dl dd {
        margin-top: 20px;
        font-size: 12px;
        line-height: 2;
        text-align: center;
    }

    .block__event dl dd a {
        padding: 15px 25px 15px 15px;
        border-radius: 34px;
        background-color: #ffffff;
        color: #4f2c1d;
        line-height: 1;
    }


    .menu_ttl {
        margin-top: 100px;
        text-align: center;
    }

    .menu_ttl h2 {
        display: flex;
        justify-content: center;
        padding-bottom: 16px;
        font-size: 26px;
    }

    /* コンテンツ */
    .constantsbox {
        width: 100%;
        margin: 60px auto 0;
        padding-bottom: 80px;
        border-radius: 20px;
        box-shadow: 20px 20px 30px 10px rgba(0, 0, 0, .1);
        background-color: #ffffff;
    }

    .constantsbox__ttl {
        display: block;
        position: relative;
        height: auto;
        background-size: contain;
    }

    .constantsbox__ttl.menu01 {
        border-radius: 20px 20px 0 0;
        background-image: url(../img/menu_img01_sp.jpg);
    }

    .constantsbox__ttl.menu02 {
        border-radius: 20px 20px 0 0;
        background-image: url(../img/menu_img02_sp.jpg);
    }

    .constantsbox__ttl.menu03 {
        border-radius: 20px 20px 0 0;
        background-image: url(../img/menu_img03_sp.jpg);
    }

    .constantsbox__ttl.menu04 {
        border-radius: 20px 20px 0 0;
        background-image: url(../img/menu_img04_sp.jpg);
    }

    .constantsbox__read {
        width: 79.4%;
        margin: 0 auto;
        padding: 71.8% 0 0;
        border-radius: 0;
        background: none;
    }

    .constantsbox__read h2 {
        width: 67.4%;
    }

    .constantsbox__read h2 img {
        width: 100%;
    }

    .constantsbox__read h3 {
        font-weight: normal;
        font-size: 27px;
    }

    .constantsbox__read p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 2;
    }

    .constantsbox__inner {
        width: 79.5%;
        margin: 0 auto;
        padding: 40px 0 0;
    }

    .constantsbox__inner h3 {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
    }

    .constantsbox__inner .balloon {
        position: relative;
        margin-top: 0;
        padding: 20px;
        border-radius: 20px;
        background-color: #f8eff2;
    }

    .constantsbox__inner .balloon:after {
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #f8eff2 transparent transparent transparent;
        content: "";
    }

    .featurelist {
        padding-bottom: 0;
    }

    .featurelist li {
        margin-top: 20px;
        padding-top: 20px;
        background-image: url(../img/dotline.png);
        background-position: top left;
        background-size: 5px 1px;
        background-repeat: repeat-x;
    }

    .featurelist li:first-child {
        background: none;
    }

    .check-ttl dt {
        text-align: center;
    }
    .check-ttl dt span {
        display: inline-block;
        padding: 4px 20px;
        border-radius: 30px;
        background: #a61c4b;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .check-ttl dd {
        margin-top: 20px;
        font-weight: bold;
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0;
        text-align: center;
    }

    .banzai {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a61c4b;
        font-size: 18px;
        text-align: center;
    }

    .banzai::before, .banzai::after {
        width: 3px;
        height: 40px;
        background-color: #a61c4b;
        content: "";
    }

    .banzai::before {
        transform: rotate(-35deg);
        margin-right: 30px;
    }
    .banzai::after {
        transform: rotate(35deg);
        margin-left: 30px;
    }

    .chart span {
        font-size: 10px;
    }
    .chart p {
        width: 100%;
        margin: 40px auto 0;
        font-size: 13px;
        line-height: 2;
        text-align: left;
    }

    .chart p + p {
        margin: 24px auto 0;
    }

    /* list */
    .walking-list-wrap {
        margin: 0 auto;
        padding: 60px 0 60px;
    }
    .walking-list {
        display: block;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .walking-list img {
        max-width: 100%;
        vertical-align: bottom;
    }
    .walking-list > li {
        width: 100%;
        margin: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .walking-list > li:not(:last-child)::after {
        display: block;
        max-width: 100%;
        height: 1px;
        margin: 11% auto 0;
        background-image: url(../img/dotline.png);
        background-size: 5px 1px;
        content: "";
    }
    .walking-list > li:nth-child(odd) {
        padding-top: 8%;
        padding-right: 0;
        padding-left: 0;
    }
    .walking-list > li:nth-child(even) {
        padding-top: 8%;
        padding-right: 0;
        padding-left: 0;
    }
    .walking-list > li:nth-child(n + 3) {
        margin-top: 0;
        padding-top: 8%;
    }
    .walking-list > li:first-child {
        padding-top: 0;
    }
    .walking-list > li > figure {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
    }
    .walking-list > li > .walking-list-box {
        width: 100%;
    }
    .walking-list-item .num_ttl {
        margin-bottom: 10%;
    }
    .walking-list-item .num_ttl p {
        margin-left: 7%;
        font-size: 4.3vw;
        line-height: 1.68;
        letter-spacing: 1px;
    }

    .walking-list-item .img {
        width: 100%;
    }
    .movie-link {
        margin-top: 5%;
        font-size: 3.2vw;
    }
    .movie-link a::before {
        width: 2vw;
        height: 2vw;
        margin-right: 3%;
    }

    /* hex */
    .hex-ttl {
        width: 79%;
        margin: 0 auto 0;
        text-align: center;
    }

    .hex-ttl dt span {
        display: inline-block;
        width: 100%;
        padding: 4px 20px;
        border-radius: 30px;
        background: #a61c4b;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .hex-ttl dd {
        margin-top: 20px;
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0;
        text-align: center;
    }

    .hex-movie-wrap {
        max-width: 100%;
        min-height: inherit;
        margin: 0 auto;
        margin-top: 0;
        padding-bottom: 0;
        background: url(../img/hexagon_bg_sp.png)  center 17% no-repeat;
        background-size: 100%;
    }
    .hex-six-type {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 30%;
        margin: 6% auto 0;
    }
    .hex-six-type figure {
        width: 100%;
        margin: 0 auto;
    }
    .hex-img {
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        margin: 16% auto 0;
    }
    .hex-img figure {
        width: 89%;
        margin: 0 auto;
    }
    .hex-movie {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 78vw;
        margin: 10% auto 0;
    }
    .hex-movie > div {
        position: relative;
        top: 16%;
        right: 0;
        left: 0;
        max-width: 50%;
        margin: 0 auto 0;
    }
    .hex-txt {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        margin-top: -4%;
    }

    .hex-txt img {
        width: 100%;
    }

    .hex-txt div {
        margin: 0 auto;
        padding-left: 0 !important;
    }
    .hex-txt div[data-text="mild"] {
        max-width: 42.61%;
    }
    .hex-txt div[data-text="elegant"] {
        max-width: 78.08%;
    }
    .hex-txt div[data-text="active"] {
        max-width: 60.47%;
    }
    .hex-txt div[data-text="stoic"] {
        max-width: 49.5%;
    }
    .hex-txt div[data-text="airy"] {
        max-width: 39.76%;
    }
    .hex-txt div[data-text="ennui"] {
        max-width: 54.04%;
    }
}