body, button {
    margin: 0;
    font-family: 'M PLUS 1p', sans-serif;
}
.sp {
    display: none;
}
.pc-break:before {
    content: "\A" ;
    white-space: pre;
}
h1 {
    width: 100%;
    max-width: 1980px;
    position: relative;
    max-height: 919px;
    height: calc(100vh - 51px);
    overflow: hidden;
    margin: 0;
}
h1 img {
    width: 100%;
}
h2 {
    text-align: center;
}
h3.border-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34px;
    line-height: 1;
    margin-top: 120px;
}
h3.border-title > span {
    display: block;
}
h3.border-title:before {
    content: '';
    display: block;
    background-image: url(../images/double_border.png);
    height: 7px;
    width: 40%;
}
h3.border-title:after {
    content: '';
    display: block;
    background-image: url(../images/double_border.png);
    height: 7px;
    width: 40%;
}
h3.frame-title {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.47;
}
h4 {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
ul {
    list-style: none;
}
.wrapper {
    max-width: 1080px;
    min-width: 1080px;
    margin: auto;
}
#header {
    background-color: #fff;
}
.header-inner {
    margin: 0 auto;
    max-width: 1100px;
}
#header #logo {
    margin: 0 auto;
    padding: 7px 0 7px 0;
}
#header #logo a {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    text-decoration: none;
}
.btn {
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
    position: relative;
    text-decoration: none;
    text-align: center;
}
.btn:after {
    content: '';
    position: absolute;
}
.btn-big {
    height: 80px;
    width: 90.5%;
    font-size: 24px;
    margin: auto;
    border-radius: 40px;
}
.btn-red {
    background-color: #e6002d;
    font-weight: 700;
}
.btn-red > a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
}
.btn-red:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/white_arrow.png);
    right: 40px;
    top: 27px;
    width: 20px;
    height: 26px;
}
.allow-right:after {
    transform: rotate(-90deg);
}
.btn-right:after {
    transform: rotate(-90deg);
}
.btn-content {
    padding-right: 41px;
    padding-left: 41px;
}
.yellow-circle {
    background-image: url(../images/yellow_circle.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.wrapper-contracted {
    padding-top: 120px;
    background-image: url(../images/bg_contract.png);
}
.present-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}
.present-list > img {
    width: 450px;
    height: 470px;
}
.present-list > .present-center {
    width: 58px;
    height: 61px;
    position: absolute;
}
.border-frame {
    border: solid 3px #000000;
    background-color: #ffffff;
    position: relative;
}
.border-frame:before {
    content: '';
    border: solid 1px #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.present-details {
    width: 980px;
    height: 507px;
    margin: auto;
    position: relative;
}
.present-slick {
    padding-left: 0;
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.present-slick .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
}
.present-slick .prev-arrow {
    left: -50px;
}
.present-slick .next-arrow {
    right: -50px;
}
.present-detail-list {
    position: relative;
}
.present-detail-chokkori {
    position: absolute;
    top: 4px;
    left: 28px;
    width: 120px;
    height: 150px;
}
.present-detail-chokkori-img {
    position: absolute;
    top: 158px;
    left: 48px;
    width: 370px;
    height: 280px;
}
.present-detail-mask-img {
    position: absolute;
    top: 158px;
    left: 48px;
    width: 370px;
}
.present-detail-title {
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: 67px;
    left: 173px;
}
.present-detail-title.mask {
    left: 250px;
}
.present-detail-mask {
    position: absolute;
    top: 4px;
    left: 28px;
    width: 812px;
    height: 482px;
}
.present-detail {
    position: absolute;
    top: 138px;
    right: 48px;
}
.present-marker {
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffeaee 100%);
}
.present-description {
    font-size: 16px;
    line-height: 2;
    width: 476px;
    height: 144px;
    letter-spacing: 1px;
    margin-bottom: 43px;
}
.present-annotation {
    font-size: 15px;
    line-height: 1.8;
}
.present-annotation.gold {
    margin-top: 70px;
}
.wrapper-search {
    padding: 80px 0;
    box-sizing: border-box;
    background-image: url(../images/bg_search.png);
    height: 470px;
    position: relative;
}
.wrapper-search.arrow:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/search_arrow.png);
    width: 201px;
    height: 103px;
    bottom: -80px;
    left: calc(50% - 100px);
}
.wrapper-search ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding: 0 80px;
}
.wrapper-ifnow {
    padding-top: 5px;
    background-image: url(../images/bg_if_now.png);
}
.ifnow-img {
    margin-right: 106px;
}
.coordinate-list {
    margin-top: 120px;
}
.limited {
    position: absolute;
    left: 27px;
    top: 4px;
}
.coordinate-wrapper {
    width: 940px;
    margin: auto;
}
.coordinate-description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
}
.design-list {
    width: 100%;
    padding-top: 47px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.design-toy {
    background-color: #e9f7fc;
}
.design-dog {
    background-color: #fdeaea;
}
.design-tin {
    background-color: #e5f7e1;
}
.design-title {
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    text-align: center;
    position: relative;
}
.design-title:after {
    content: "";
    position: absolute;
    background-image: url(../images/accordion_arrow.svg);
    right: 100px;
    top: calc(50% - 7px);
    width: 22px;
    height: 11px;
    background-repeat: no-repeat;
}
.design-list-image {
    margin: 28px 60px;
    padding: 0;
    position: relative;
}
.design-list-image img {
    width: 100%;
}
.design-list-image .slick-arrow {
    position: absolute;
    width: 50px;
    height: 100px;
    top: calc(50% - 50px);
}
.design-annotation {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-left: 41px;
    margin-bottom: 28px;
}
.single {
    width: initial;
    margin-bottom: 60px;
}
.design-list:not(.active) {
    padding: 12px 0;
}
.design-list:not(.active) > .design-title:after {
    transform:rotate(180deg);
}
.wrapper-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn-wrapper {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    max-width: 500px;
}
.btn-wrapper:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: calc(50% - 13px);
    height: 26px;
    width: 20px;
}
.btn-left {
    float: right;
    color: #333333;
}
.btn-right {
    color: #d2042c;
}
.btn-left:after {
    background-image: url(../images/black_arrow.png);
}
.btn-right:after {
    background-image: url(../images/red_arrow.png);
    transform: rotate(0deg);
}
.top-btn {
    width: 50%;
    height: 110px;
    background-size: cover;
    position: relative;
    padding: 25px 40px;
    box-sizing: border-box;
}
.left-btn {
    background-image: url(../images/bg_black.png);
}
.right-btn {
    background-image: url(../images/bg_red.png);
}
img {
    vertical-align: top;
}
.wrapper-design {
    background-image: url(../images/bg_design.png);
    padding: 120px 0;
}
.for-you {
    text-align: center;
    padding-top: 16px;
}
.room-list {
    margin-top: 40px;
    display: flex;
}
.room-main {
    position: relative;
}
.room-main:before {
    content: 'ROOM 1';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333;
    font-size: 14px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
}
.room-sub {
    position: relative;
}
.room-sub:before {
    content: 'ROOM 2';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333333;
    font-size: 14px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
}
.room-sub:after {
    content: 'ROOM 3';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #333333;
    font-size: 14px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
}
.design-list-annotation {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.room-description {
    margin-bottom: 40px;
}
.room-detail {
    margin-top: 70px;
    padding: 0 70px 43px;
}
.room-title {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #111111;
    margin: 0;
    color: #ffffff;
    height: 100px;
    font-size: 34px;
    font-weight: 700;
    line-height: 100px;
}
.room-title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/accordion_arrow_white.svg);
    right: 40px;
    top: calc(50% - 7px);
    width: 22px;
    height: 11px;
    background-repeat: no-repeat;
}
.room-description:not(.active) > .room-title:after {
    transform: rotate(180deg);
}
.room-detail > ul {
    padding: 0;
}
.select_room {
    position: relative;
}
.select_room > img {
    position: absolute;
    top: calc(50% - 50px);
}
.select_room li > img {
    width: 942px;
}
.room_list {
    margin-bottom: 56px;
}
.room_list .slick-track {
    transform:unset!important;
}
.room_list .slick-track {
    display: flex;
    justify-content: space-between;
}
.prev-arrow {
    left: -50px;
}
.next-arrow {
    right: -50px;
}
.slide-image {
    width: 25%;
    overflow: hidden;
    outline: none;
}
.slide-image > img {
    width: 100%;
}
.slide-image.slick-current {
    border: solid 2px #111111;
}
table {
    width: 100%;
    border-collapse:collapse;
    color: #333333;
    margin-bottom: 20px;
}
thead th {
    font-size: 18px;
    line-height: 60px;
    background-color: #6ebbb5;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}
th {
    height: 60px;
    font-weight: 700;
    background-color: #e7f5f4;
    width: 12.5%;
    border: 1px solid #ffffff;
}
td {
    width: 12.5%;
    border: 1px solid #e7f5f4;
    padding-left: 13px;
}
td.big {
    padding-left: 45px;
}
table.stick th {
    width: 5%;
}
table.stick td {
    line-height: 28px;
    padding: 12px 28px;
}
.wrapper-note {
    margin-bottom: 120px;
}
.note-lists {
    border: 1px solid #cccccc;
    padding: 40px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    height: 290px;
    box-sizing: border-box;
    overflow: scroll;
    margin-top: 0;
}
#footer {
    position: static;
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#footer #greenbelt {
    margin: 0;
    padding: 0;
    background: url(../images/bg_greenbelt.png) 0 0 repeat;
}
#footer #greenbelt .inner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1100px;
    background: #009261;
    color: #fff;
}
#footer #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
}
#footer #greenbelt .inner p.link {
    padding: 8px 0 0 24px;
    font-size: 12px;
    line-height: 1.0;
}
#footer #greenbelt .inner a {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
#footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
#footer #greenbelt .inner p.copy {
    padding: 8px 0 0 24px;
    font-size: 12px;
    line-height: 1.0;
}
#footer #greenbelt .inner p.bn {
    float: right;
    margin: 9px 17px 14px 0;
    width: 264px;
    height: 54px;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
}
#footer #greenbelt .inner p.bn a {
    color: #666;
    text-decoration: none;
}
#footer #greenbelt .inner p.bn a span {
    display: block;
    padding: 16px 0 0 7px;
    width: 120px;
    font-size: 10px;
    line-height: 1.4;
}
#footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
}
#footer #whitebelt p {
    padding: 12px 0 13px;
    line-height: 0;
    margin: 0;
}
#footer #whitebelt p a {
    color: inherit;
    text-decoration: none;
}
#footer #whitebelt p image {
    max-width: 100%;
    vertical-align: bottom;
}
.apply-flow {
    padding-bottom: 62px;
}
.flow-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 58px;
}
.flow-row:after {
    content: '';
    display: block;
    position: absolute;
}
.flow-row:first-of-type:after {
    border: 3px solid #d7cbaf;
    border-left: none;
    width: calc(100% - 300px);
    height: 240px;
    right: 150px;
    top: 150px;
}
.flow-row:nth-of-type(n + 2) {
    align-items: center;
}
.flow-row:nth-of-type(2):after {
    top: -46px;
    left: 147px;
    border-left: 3px solid #d7cbaf;
    height: 46px;
}
.flow-row:nth-of-type(3):after {
    top: -60px;
    left: 147px;
    border-left: 3px solid #d7cbaf;
    height: 60px;
}
.flow {
    z-index: 1;
}
.flow > img {
    width: 300px;
    height: 300px;
}
.flow > .flow-item {
    width: 320px;
    height: 259px;
}
.flow > p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.flow span {
    color: #e93f5d;
    font-weight: 700;
}
.flow .apply {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}
.flow .apply-detail {
    font-size: 16px;
    line-height: 26px;
}
.flow .apply-detail span {
    color: #333;
    font-weight: 700;
}
.btn-black {
    background-color: #333;
    color: #fff;
    font-weight: 700;
    width: 300px;
    font-size: 24px;
    margin: 0 auto;
}
.btn-small {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 20px;
    margin-top: 22px;
}
.flow > .flow-item-big {
    width: 424px;
    height: 305px;
}
.pc-size {
    min-width: 1080px;
    margin: 0 auto;
}
.slick-dots {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 30px;
}
.present-slick .slick-dots {
    margin-bottom: 60px;
}
.slick-dots button {
    display: none;
}
.slick-dots > li {
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    background-size: contain;
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
}
.slick-dots > li:last-of-type {
    margin-right: 0;
}
.slick-dots > li.slick-active {
    background-image: url(../images/active_dot.png);
}
.room_list .slide-image {
    width: 222px !important;
}
.room_list .slick-track {
    width: 100% !important;
}
.room_list .slick-track:before, .room_list .slick-track:after {
    display: none;
}