.gmnoprint a,
.gmnoprint span,
.gm-style-cc,
.gm-style-mtc,
a[href^="https://www.google.com/maps"],
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

@-webkit-keyframes logo_ttl {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-moz-keyframes logo_ttl {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -100%);
         transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
  }
}

@keyframes logo_ttl {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
       -moz-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1025px), print {
  .ttl_sm span {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 3.322rem;
    line-height: 43px;
    letter-spacing: 0.7px;
    padding-bottom: 11px;
    position: relative;
  }
  .ttl_sm span::before, .ttl_sm span::after {
    content: '';
    display: block;
    width: 55px;
    height: 5px;
    position: absolute;
    bottom: 0;
  }
  .ttl_sm span::before {
    left: 50%;
    margin-left: -55px;
    background: #fff;
  }
  .ttl_sm span::after {
    right: 50%;
    margin-right: -55px;
    background: #a99019;
  }
  .main_ttl {
    position: relative;
  }
  .main_ttl .main_visual {
    position: relative;
  }
  .main_ttl .main_visual img {
    width: 100%;
  }
  .main_ttl .main_visual figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 162px;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-animation: logo_ttl 1.2s;
       -moz-animation: logo_ttl 1.2s;
            animation: logo_ttl 1.2s;
  }
  .main_slick {
    position: absolute;
    bottom: 120px;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .main_slick .slick-list {
    overflow: visible !important;
  }
  .main_slick li {
    width: 237px;
    height: 230px;
    background-color: #f3f3f3;
    margin: 0 18px;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  }
  .main_slick li:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .main_slick figure {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 150px;
    margin: 0 auto 6px;
  }
  .main_slick figure img {
    height: 100%;
  }
  .main_slick a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #231815;
    font-size: 1.5rem;
    line-height: 1.2;
    text-decoration: none;
  }
  .myplace {
    background: #e61f19;
    padding: 5px 0 79px;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .myplace::before {
    content: '';
    display: block;
    width: 100%;
    height: 116px;
    background: url("../images/bg_mplace_pc.png") no-repeat center bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -106px;
    left: 0;
  }
  .myplace::after {
    content: '';
    display: block;
    width: 100%;
    height: 576px;
    background: #e61f19;
    position: absolute;
    bottom: -576px;
    left: 0;
    z-index: -1;
  }
  .myplace h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 11.376rem;
    line-height: 1;
    letter-spacing: 0.8px;
    margin: 0 -10px;
  }
  .myplace p.txt {
    width: 858px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: 1.1px;
    margin: 31px auto 75px;
  }
  .myplace .lst_place {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
  }
  .myplace .lst_place .box {
    width: 280px;
  }
  .myplace .lst_place .box:nth-of-type(1) {
    margin-right: 70px;
    margin-left: 4px;
  }
  .myplace .lst_place .box:nth-of-type(1) figure {
    width: 171px;
    left: 3px;
  }
  .myplace .lst_place .box:nth-of-type(2) {
    margin-right: 70px;
  }
  .myplace .lst_place .box:nth-of-type(2) figure {
    width: 90px;
    margin-top: 51px;
    left: 7px;
  }
  .myplace .lst_place .box:nth-of-type(3) {
    width: 295px;
  }
  .myplace .lst_place .box:nth-of-type(3) figure {
    width: 59px;
    margin-bottom: 38px;
  }
  .myplace .lst_place .box h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.1px;
  }
  .myplace .lst_place .box figure {
    margin: 49px auto 35px;
    position: relative;
  }
  .myplace .lst_place .box figure img {
    max-width: 100%;
  }
  .myplace .lst_place .box p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .myplace .lst_place .box a.check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 295px;
    height: 103px;
    border: 2px solid #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 28px;
    color: #fff;
    letter-spacing: 1.2px;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .myplace .lst_place .box a.check:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    background: #a99019;
    border-color: #a99019;
  }
  .myplace .lst_place .box a.check::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 9px;
    right: 10px;
  }
  .search {
    width: -webkit-calc(100% - 3.71429%);
    width: -moz-calc(100% - 3.71429%);
    width: calc(100% - 3.71429%);
    background: #000;
    position: relative;
    padding: 67px 0 87px;
    margin-left: 3.71429%;
  }
  .search .row {
    max-width: 1200px;
    position: relative;
    right: -2px;
  }
  .search .ttl_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
  .search .ttl_search .ttl_sm {
    padding-top: 4px;
    margin-left: -1px;
  }
  .search .ttl_search .ttl_sm span {
    color: #fff;
    letter-spacing: 0.4px;
  }
  .search .ttl_search .frm_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search .ttl_search .frm_search input[type='text'] {
    display: block;
    width: 430px;
    border: none;
    -moz-border-radius: 40px;
         border-radius: 40px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.7px;
    padding: 12px 30px;
    outline: none;
  }
  .search .ttl_search .frm_search ::-webkit-input-placeholder {
    color: #d7d7d7 !important;
  }
  .search .ttl_search .frm_search :-moz-placeholder {
    color: #d7d7d7 !important;
  }
  .search .ttl_search .frm_search ::-moz-placeholder {
    color: #d7d7d7 !important;
  }
  .search .ttl_search .frm_search :-ms-input-placeholder {
    color: #d7d7d7 !important;
  }
  .search .ttl_search .frm_search button {
    display: block;
    width: 60px;
    height: 60px;
    background: #a99019 url("../images/ic_search_pc.png") no-repeat center;
    -moz-border-radius: 100%;
         border-radius: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 19px;
    text-indent: -9999px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .search .ttl_search .frm_search button:hover {
    background-color: #e61f19;
  }
  .searchMap {
    width: 1200px;
    height: 625px;
    background-color: white;
    position: relative;
  }
  .searchMap svg {
    position: absolute;
    left: 130px;
    top: 30px;
    width: 644px;
  }
  .searchMap svg .fillobj {
    fill: #ffffff;
    -webkit-transition: fill 0.2s ease;
    -moz-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  .searchMap svg .st1 {
    fill: #231f20;
  }
  .searchMap svg .fillobj.st2 {
    fill: #e61f19;
  }
  .searchMap svg .fillobj.st3 {
    fill: #e61f19;
  }
  .searchMap_container {
    position: absolute;
  }
  .searchMap_container.hokkaido {
    top: 30px;
    right: 300px;
  }
  .searchMap_container.tohoku {
    top: 50px;
    right: 30px;
  }
  .searchMap_container.kanto {
    top: 240px;
    right: 30px;
  }
  .searchMap_container.tokai {
    top: 460px;
    right: 30px;
  }
  .searchMap_container.kinki {
    top: 240px;
    right: 300px;
  }
  .searchMap_container.shikoku {
    top: 460px;
    right: 300px;
  }
  .searchMap_container.koshinetsu {
    top: 50px;
    left: 300px;
  }
  .searchMap_container.chugoku {
    top: 50px;
    left: 30px;
  }
  .searchMap_container.kyushu {
    top: 240px;
    left: 30px;
  }
  .searchMap_areaTitle {
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: 5px solid #e2d494;
  }
  .searchMap_areaList {
    width: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hokkaido {
    width: 112px;
  }
  .searchMap_areaList li {
    margin-top: 6px;
  }
  .searchMap_areaList li:nth-of-type(even) {
    margin-left: 6px;
  }
  .searchMap_btn {
    cursor: pointer;
    width: 112px;
    height: 29px;
    background-color: #a99019;
    -moz-border-radius: 15px;
         border-radius: 15px;
    font-size: 17px;
    color: #fff;
    outline: none;
  }
  .searchMap_popup {
    position: relative;
    top: 0;
    left: 0;
    width: 209px;
    height: 88px;
    background-color: white;
    border: 5px solid black;
    -moz-border-radius: 10px 0 10px 10px;
         border-radius: 10px 0 10px 10px;
    padding: 0 15px;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .searchMap_popup.isShown {
    z-index: 7;
    opacity: 1;
    pointer-events: auto;
  }
  .searchMap_popup:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 17px 7.5px 0 7.5px;
    border-color: #000 transparent transparent transparent;
  }
  .searchMap_popup a {
    display: block;
    padding-left: 26px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
  }
  .searchMap_popup a:nth-of-type(2) {
    border-top: 1px solid #dfdfdf;
  }
  .searchMap_popup a:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    display: block;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
  }
  .searchMap_popup a.train:before {
    width: 18px;
    height: 25px;
    background-image: url(../images/icon_train.png);
  }
  .searchMap_popup a.map:before {
    background-image: url(../images/icon_map.png);
    width: 22px;
    height: 19px;
  }
  .searchMap_popupCloseBtn {
    width: 25px;
    height: 25px;
    background-color: black;
    -moz-border-radius: 5px 5px 0 0;
         border-radius: 5px 5px 0 0;
    position: absolute;
    right: -5px;
    top: -25px;
    cursor: pointer;
  }
  .searchMap_popupCloseBtn:after {
    content: '';
    background-image: url(../images/cross.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  a.all_list {
    width: 201px;
    height: 50px;
    background: #a99019;
    -moz-border-radius: 40px;
         border-radius: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 2.475rem;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.3px;
    text-decoration: none;
    overflow: hidden;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    margin: 40px auto 0;
  }
  a.all_list:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  a.all_list::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e61f19;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  a.all_list::after {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    background: url("../images/arrow_rg.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .information {
    padding: 66px 0 74px;
  }
  .information .ttl_info {
    position: relative;
    margin-bottom: 60px;
  }
  .information .ttl_info .ttl_sm {
    text-align: center;
  }
  .information .ttl_info .ttl_sm span::before {
    background: #231815;
  }
  .information ul.list_info {
    border-top: 1px solid #e9e9e9;
  }
  .information ul.list_info li {
    border-bottom: 1px solid #e9e9e9;
  }
  .information ul.list_info li:nth-of-type(3) a {
    padding-bottom: 23px;
  }
  .information ul.list_info li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 22px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .information ul.list_info li a:hover {
    -webkit-transform: scale(0.96);
       -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .information ul.list_info li a time {
    width: 170px;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
  }
  .information ul.list_info li a time::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #e61f19;
    -moz-border-radius: 20px;
         border-radius: 20px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .information ul.list_info li a span {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
    padding-left: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .how {
    background: #e61f19;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .how::before {
    content: '';
    display: block;
    width: 100%;
    height: 228px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .how > figure {
    width: -webkit-calc(100% - 5.21429%);
    width: -moz-calc(100% - 5.21429%);
    width: calc(100% - 5.21429%);
    position: relative;
    z-index: 1;
  }
  .how > figure img {
    width: 100%;
  }
  .how .how_content {
    margin-top: -189px;
    background: #000;
    color: #fff;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    padding: 258px 0 80px;
  }
  .how .how_content::before {
    content: '';
    display: block;
    width: 3.71429%;
    height: 100%;
    background: #e61f19;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .how .how_content h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 6.871rem;
    line-height: 70px;
    letter-spacing: 0.3px;
    margin-left: -30px;
    margin-bottom: 40px;
  }
  .how .how_content p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 28px;
    margin-left: -26px;
    letter-spacing: 1.1px;
  }
  .how .how_content .lf {
    width: 684px;
    height: 442px;
    margin: 63px auto 0;
  }
  .how .how_content .lf iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .how .how_content .list_art {
    margin-top: 60px;
  }
  .how .how_content .list_art__items {
    background-color: #fff;
    width: 462px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    margin: 0 18px;
  }
  .how .how_content .list_art__items:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .how .how_content .list_art__items a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    outline: none;
    text-decoration: none;
  }
  .how .how_content .list_art__items:hover {
    -webkit-transform: scale(0.96);
       -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .how .how_content .list_art__items:hover .txt h3,
  .how .how_content .list_art__items:hover .txt h4,
  .how .how_content .list_art__items:hover .txt h5,
  .how .how_content .list_art__items:hover .txt p {
    color: #a99019;
  }
  .how .how_content .list_art__items figure {
    width: 129px;
    height: 86px;
  }
  .how .how_content .list_art__items figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .how .how_content .list_art__items .txt {
    width: -webkit-calc(100% - 129px);
    width: -moz-calc(100% - 129px);
    width: calc(100% - 129px);
    padding: 4px 0 0 15px;
  }
  .how .how_content .list_art__items .txt h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 22px;
    color: #000;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .how .how_content .list_art__items .txt h4,
  .how .how_content .list_art__items .txt h5 {
    color: #000;
  }
  .how .how_content .list_art__items .txt p {
    height: 44px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    margin: 0 0 0 -2px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .how .how_content .list_art__items .txt .icon {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .how .how_content .list_art__items .txt .icon li {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 78px;
    height: 21px;
    line-height: 21px;
    -moz-border-radius: 11px;
         border-radius: 11px;
    color: white;
    font-size: 11px;
  }
  .how .how_content .list_art__items .txt .icon__movie {
    background-color: #e21c18;
    margin-right: 10px;
  }
  .how .how_content .list_art__items .txt .icon__blog {
    background-color: #9f8518;
  }
  .sns_area {
    width: 1000px;
    margin: 100px auto 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sns_area > div {
    margin-bottom: 40px;
  }
  .sns_area > div:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .sns_area .upper_part {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  .sns_area .upper_part h4 {
    position: relative;
    padding-left: 45px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 3.4rem;
    line-height: 34px;
  }
  .sns_area .upper_part h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 30px;
    width: 30px;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sns_area .upper_part .sns_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 17px;
    width: 130px;
    height: 34px;
    border: 2px solid #000;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    outline: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: #000;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .sns_area .upper_part .sns_btn::after {
    content: '';
    display: block;
    width: 11px;
    height: 9px;
    background: url("../images/arrow_rg_black.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sns_area .upper_part .sns_btn:hover {
    background-color: #000;
    color: #fff;
  }
  .sns_area .upper_part .sns_btn:hover::after {
    background: url("../images/arrow_rg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sns_area .facebook {
    width: 480px;
    text-align: center;
  }
  .sns_area .facebook .beneath {
    height: 250px !important;
  }
  .sns_area .facebook iframe {
    width: 100% !important;
    height: 250px !important;
  }
  .sns_area .youtube {
    width: 480px;
    text-align: center;
  }
  .sns_area .youtube .beneath {
    background-color: #dddddd;
    height: 250px;
  }
  .sns_area .youtube iframe {
    width: 91%;
    height: 245px !important;
  }
  .sns_area .instagram .beneath {
    width: 480px;
    height: 250px;
    overflow: scroll;
  }
  .sns_area .instagram iframe {
    width: 106% !important;
  }
  .sns_area .twitter .upper_part h4::before {
    background-image: url("../images/icon_twitter.png");
  }
  .sns_area .facebook .upper_part h4::before {
    background-image: url("../images/icon_fb.png");
  }
  .sns_area .youtube .upper_part h4::before {
    background-image: url("../images/icon_yt.png");
  }
  .sns_area .instagram .upper_part h4::before {
    background-image: url("../images/icon_insta.png");
  }
  .sns_area .beneath {
    border: 2px solid #f2f4f5;
  }
}

@media screen and (max-width: 1024px) {
  .ttl_sm {
    text-align: center;
    padding-left: 0.26042vw;
  }
  .ttl_sm span {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 7.77344vw;
    line-height: 1;
    letter-spacing: 0.09115vw;
    padding-bottom: 3.25521vw;
    position: relative;
  }
  .ttl_sm span::before, .ttl_sm span::after {
    content: '';
    display: block;
    width: 12.36979vw;
    height: 1.17188vw;
    position: absolute;
    bottom: 0;
  }
  .ttl_sm span::before {
    left: 50%;
    margin-left: -12.23958vw;
    background: #fff;
  }
  .ttl_sm span::after {
    right: 50%;
    margin-right: -12.23958vw;
    background: #a99019;
  }
  .main_ttl {
    overflow: hidden;
    position: relative;
  }
  .main_ttl .main_visual {
    position: relative;
    height: 123.04688vw;
  }
  .main_ttl .main_visual img {
    height: 100%;
  }
  .main_ttl .main_visual figcaption {
    width: 44.27083vw;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding-bottom: 4.03646vw;
    margin-left: 0.13021vw;
  }
  .main_slick {
    position: absolute;
    bottom: 13.02083vw;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .main_slick .slick-list {
    overflow: visible !important;
  }
  .main_slick li {
    width: 45.57292vw;
    height: 45.57292vw;
    background-color: #f3f3f3;
    margin: 0 3.90625vw;
  }
  .main_slick figure {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.76042vw;
    height: 28.64583vw;
    margin: 0 auto 2.60417vw;
  }
  .main_slick figure img {
    height: 100%;
  }
  .main_slick a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.60417vw 3.90625vw;
    font-family: "Nunito Sans", sans-serif;
    color: #231815;
    font-size: 2.86458vw;
    line-height: 1.2;
    text-decoration: none;
  }
  .myplace {
    background: #e61f19;
    padding: 5.46875vw 3.90625vw 11.19792vw;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .myplace::before {
    content: '';
    display: block;
    width: 100%;
    height: 8.59375vw;
    background: url("../images/bg_mplace_sp.png") no-repeat center top;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: -7.03125vw;
    left: 0;
    z-index: -1;
  }
  .myplace h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 10.3151vw;
    line-height: 1;
  }
  .myplace p.txt {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 5.33854vw;
    letter-spacing: 0.13021vw;
    margin: 3.25521vw 0 12.36979vw;
  }
  .myplace .lst_place {
    color: #fff;
  }
  .myplace .lst_place .box:nth-of-type(1) {
    margin-bottom: 14.32292vw;
  }
  .myplace .lst_place .box:nth-of-type(1) figure {
    width: 32.42188vw;
  }
  .myplace .lst_place .box:nth-of-type(2) {
    margin-bottom: 19.66146vw;
  }
  .myplace .lst_place .box:nth-of-type(2) figure {
    width: 17.1875vw;
    margin-top: 4.29688vw;
  }
  .myplace .lst_place .box:nth-of-type(2) p {
    padding-left: 11.32812vw;
  }
  .myplace .lst_place .box:nth-of-type(3) figure {
    width: 11.06771vw;
    margin-top: 4.81771vw;
    margin-bottom: 5.98958vw;
  }
  .myplace .lst_place .box h3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 7.86458vw;
    line-height: 1;
    letter-spacing: 0.03906vw;
  }
  .myplace .lst_place .box figure {
    margin: 7.16146vw auto 4.42708vw;
  }
  .myplace .lst_place .box p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 5.33854vw;
    letter-spacing: 0.19531vw;
    text-align: left;
    padding: 0 9.11458vw;
  }
  .myplace .lst_place .box a.check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 17.05729vw;
    border: 0.26042vw solid #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 5.20833vw;
    line-height: 5.20833vw;
    color: #fff;
    letter-spacing: 0.23438vw;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
  }
  .myplace .lst_place .box a.check::after {
    content: '';
    display: block;
    width: 4.42708vw;
    height: 4.42708vw;
    background: url("../images/icon_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 2.34375vw;
    right: 2.47396vw;
  }
  .search {
    background: #000;
    padding: 7.8125vw 3.90625vw;
    position: relative;
  }
  .search .ttl_search {
    margin-bottom: 6.11979vw;
  }
  .search .ttl_search .ttl_sm {
    margin-bottom: 6.11979vw;
  }
  .search .ttl_search .ttl_sm span {
    color: #fff;
  }
  .search .ttl_search .frm_search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search .ttl_search .frm_search input[type='text'] {
    display: block;
    width: 77.86458vw;
    border: none;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 4.42708vw;
    line-height: 5.20833vw;
    color: #000;
    letter-spacing: 0.16927vw;
    padding: 2.21354vw 4.55729vw;
    outline: none;
  }
  .search .ttl_search .frm_search ::-webkit-input-placeholder {
    color: #d7d7d7 !important;
    line-height: 1 !important;
    padding-top: 1.04167vw;
  }
  .search .ttl_search .frm_search :-moz-placeholder {
    color: #d7d7d7 !important;
    line-height: 1 !important;
    padding-top: 1.04167vw;
  }
  .search .ttl_search .frm_search ::-moz-placeholder {
    color: #d7d7d7 !important;
    line-height: 1 !important;
    padding-top: 1.04167vw;
  }
  .search .ttl_search .frm_search :-ms-input-placeholder {
    color: #d7d7d7 !important;
    line-height: 1 !important;
    padding-top: 1.04167vw;
  }
  .search .ttl_search .frm_search button {
    display: block;
    width: 11.06771vw;
    height: 11.06771vw;
    background: #a99019 url("../images/ic_search_sp.png") no-repeat center;
    -moz-background-size: 4.16667vw 4.29688vw;
         background-size: 4.16667vw 4.29688vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 3.25521vw;
    text-indent: -9999px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .searchMap_slideComponent {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .searchMap_prevButton {
    display: none;
    position: absolute;
    font-size: 3.125vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.30208vw;
    padding: 1.30208vw 2.86458vw;
    -moz-border-radius: 2.99479vw;
         border-radius: 2.99479vw;
    background-color: #a99019;
    color: #fff;
  }
  .searchMap_title {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size: 5.20833vw;
    color: #a99019;
    padding: 3.90625vw;
  }
  .searchMap_title:after {
    background-image: url(common/images/rarr.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .searchMap_container {
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    font-size: 3.64583vw;
  }
  .searchMap_container:nth-of-type(odd) {
    margin-left: 2px;
  }
  .searchMap_container.active {
    width: 100%;
    margin-left: 0;
  }
  .searchMap_container.hidden {
    display: none;
  }
  .searchMap_spAreaTitle {
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    font-size: 3.64583vw;
    padding: 3.90625vw 3.25521vw;
    background-color: #e6e6e6;
    font-weight: normal;
    margin-top: 2px;
    position: relative;
  }
  .searchMap_spAreaTitle:after {
    content: '';
    display: block;
    height: 3.25521vw;
    width: 1.95312vw;
    background-image: url(../common/images/rarr.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.08333vw;
  }
  .searchMap_spAreaTitle:nth-of-type(even) {
    margin-left: 2px;
  }
  .active .searchMap_spAreaTitle {
    display: none;
  }
  .searchMap_btn {
    width: 100%;
    display: none;
    padding: 3.90625vw 3.25521vw;
    background-color: #e6e6e6;
    margin-top: 2px;
    text-align: left;
    border: none;
    position: relative;
  }
  .searchMap_btn:after {
    content: '';
    display: block;
    height: 3.25521vw;
    width: 1.95312vw;
    background-image: url(../common/images/rarr.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.6875vw;
  }
  .active .searchMap_btn {
    display: block;
  }
  .searchMap_popup {
    width: 100%;
    display: none;
    pointer-events: auto;
  }
  .searchMap_popup.active {
    display: block;
  }
  .searchMap_popup a {
    width: 100%;
    background-color: #e6e6e6;
    padding: 3.90625vw 3.25521vw 3.90625vw 10.41667vw;
    display: block;
    font-size: 3.64583vw;
    text-decoration: none;
    position: relative;
    margin-top: 2px;
  }
  .searchMap_popup a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    display: block;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
  }
  .searchMap_popup a.train:before {
    width: 18px;
    left: 2.34375vw;
    height: 25px;
    background-image: url(../images/icon_train.png);
  }
  .searchMap_popup a.map:before {
    left: 1.95312vw;
    background-image: url(../images/icon_map.png);
    width: 22px;
    height: 19px;
  }
  .searchMap_popup a:after {
    content: '';
    display: block;
    height: 3.25521vw;
    width: 1.95312vw;
    background-image: url(../common/images/rarr.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.6875vw;
  }
  a.all_list {
    width: 39.0625vw;
    height: 10.41667vw;
    background: #a99019;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    color: #fff;
    letter-spacing: 0.3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 5.20833vw auto 0;
  }
  a.all_list::after {
    content: '';
    display: block;
    width: 4.16667vw;
    height: 3.64583vw;
    background: url("../images/arrow_rg.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 2.60417vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .information {
    background: #fff;
    padding: 8.59375vw 3.90625vw 5.85938vw;
  }
  .information .ttl_info {
    margin-bottom: 3.64583vw;
  }
  .information .ttl_info .ttl_sm {
    text-align: center;
  }
  .information .ttl_info .ttl_sm span::before {
    background: #231815;
  }
  .information ul.list_info li:nth-of-type(3) a {
    padding-bottom: 3.77604vw;
  }
  .information ul.list_info li:last-of-type a {
    border-bottom: none;
  }
  .information ul.list_info li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 3.38542vw 0;
  }
  .information ul.list_info li a time {
    display: block;
    width: 30.33854vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 4.16667vw;
    color: #000;
    letter-spacing: 0.19531vw;
    position: relative;
    margin-bottom: 1.69271vw;
  }
  .information ul.list_info li a time::after {
    content: '';
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    background: #e61f19;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .information ul.list_info li a span {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    color: #000;
    letter-spacing: 0.18229vw;
    margin-right: -0.39062vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .how {
    background: #000;
  }
  .how > figure {
    width: 100%;
  }
  .how .how_content {
    margin-top: -20.83333vw;
    padding: 26.5625vw 3.90625vw 16.40625vw;
    color: #fff;
  }
  .how .how_content h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 9.11458vw;
    line-height: 10.41667vw;
    margin-bottom: 1.69271vw;
  }
  .how .how_content p.txt {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    letter-spacing: 0.16927vw;
  }
  .how .how_content .lf {
    margin-top: 5.07812vw;
  }
  .how .how_content .lf iframe {
    display: block;
    width: 100%;
    height: 57.55208vw;
    border: none;
    margin: 0;
    padding: 0;
  }
  .how .how_content .how_main {
    padding: 5.07812vw 0 0;
  }
  .how .how_content .list_art {
    background: #fff;
    position: relative;
    padding-bottom: 14.32292vw;
  }
  .how .how_content .list_art__items {
    padding: 13.80208vw 11.71875vw 0;
    position: relative;
  }
  .how .how_content .list_art__items a {
    display: block;
    outline: none;
    text-decoration: none;
  }
  .how .how_content .list_art__items figure {
    width: 45.44271vw;
    height: 31.38021vw;
    margin: 0 auto 3.25521vw;
    position: relative;
    left: 0.52083vw;
  }
  .how .how_content .list_art__items figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .how .how_content .list_art__items h3 {
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 4.42708vw;
    line-height: 5.72917vw;
    color: #000;
    letter-spacing: 0.22135vw;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    top: 4.94792vw;
    left: 0;
  }
  .how .how_content .list_art__items p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.90625vw;
    line-height: 5.20833vw;
    color: #000;
    letter-spacing: 0.13021vw;
  }
  .how .how_content .list_art__items .icon {
    margin-top: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .how .how_content .list_art__items .icon li {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 20.3125vw;
    height: 5.46875vw;
    line-height: 5.46875vw;
    -moz-border-radius: 2.86458vw;
         border-radius: 2.86458vw;
    color: white;
    font-size: 3.125vw;
  }
  .how .how_content .list_art__items .icon__movie {
    background-color: #e21c18;
    margin-right: 2.60417vw;
  }
  .how .how_content .list_art__items .icon__blog {
    background-color: #9f8518;
  }
  .how .how_content .list_art .slick-arrow {
    display: block;
    width: 7.55208vw;
    height: 6.64062vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    position: absolute;
    bottom: 3.90625vw;
  }
  .how .how_content .list_art .slick-arrow.slick-prev {
    left: 3.90625vw;
    background-image: url("../images/slk_lf.png");
  }
  .how .how_content .list_art .slick-arrow.slick-prev:hover {
    background-image: url("../images/slk_lf_at.png");
  }
  .how .how_content .list_art .slick-arrow.slick-next {
    right: 3.64583vw;
    background-image: url("../images/slk_rg.png");
  }
  .how .how_content .list_art .slick-arrow.slick-next:hover {
    background-image: url("../images/slk_rg_at.png");
  }
  .sns_area {
    padding: 0 3.90625vw;
    margin: 6.51042vw 0 16.92708vw;
  }
  .sns_area > div {
    margin-bottom: 6.51042vw;
  }
  .sns_area > div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .sns_area .upper_part {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.90625vw;
  }
  .sns_area .upper_part h4 {
    position: relative;
    padding-left: 11.71875vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 7.8125vw;
    line-height: 7.8125vw;
  }
  .sns_area .upper_part h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-55%);
       -moz-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    height: 7.8125vw;
    width: 9.11458vw;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sns_area .sns_btn {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 4.16667vw;
    line-height: 7.8125vw;
    width: 52.08333vw;
    height: 9.11458vw;
    margin: 3.90625vw auto;
    border: 2px solid #000;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    outline: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: #000;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .sns_area .sns_btn::after {
    content: '';
    display: block;
    width: 5.20833vw;
    height: 2.60417vw;
    background: url("../images/arrow_rg_black.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sns_area .sns_btn:hover {
    background-color: #000;
    color: #fff;
  }
  .sns_area .sns_btn:hover::after {
    background: url("../images/arrow_rg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sns_area .twitter iframe {
    height: 91.14583vw !important;
  }
  .sns_area .youtube {
    width: 100%;
    text-align: center;
  }
  .sns_area .youtube .beneath {
    background-color: #dddddd;
    height: 46.875vw;
  }
  .sns_area .youtube iframe {
    width: 91%;
    height: 45.57292vw;
  }
  .sns_area .instagram .beneath {
    border: none;
  }
  .sns_area .instagram iframe {
    width: 103%;
  }
  .sns_area .twitter .upper_part h4::before {
    background-image: url("../images/icon_twitter.png");
  }
  .sns_area .facebook .upper_part h4::before {
    background-image: url("../images/icon_fb.png");
  }
  .sns_area .youtube .upper_part h4::before {
    background-image: url("../images/icon_yt.png");
  }
  .sns_area .instagram .upper_part h4::before {
    background-image: url("../images/icon_insta.png");
  }
  .sns_area .beneath {
    border: 2px solid #f2f4f5;
  }
}
