.hidden {
    opacity: 0;
}

.SP {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .PC {
        display: none !important;
    }

    .SP {
        display: block !important;
    }
}

/*--------------------
  common
--------------------*/
#contentsWrapper {
    /*color: #fff;*/
    color: #333;
    /*background-color: #101010;*/
    font-family: "PT Sans", "Noto Sans JP", sans-serif;
    width: 100%;
}

.globalNavWrap {
    height: 70px;
    background: none;
    display: flex !important;
    padding: 0 20px;
    position: fixed;
    align-items: center;
}

@media all and (max-width: 767px) {
    .globalNavWrap {
        display: none !important;
    }
}

.globalNavWrap img {
    width: 158px;
    z-index: 3;
}

.globalNavPc li {
    padding: 15px 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.globalNavPc a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1.5px;
}

/*animation__link*/
.globalNavPc li {
    position: relative;
}

.globalNavPc li:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: rgb(255 255 255 / .6);
    position: absolute;
    bottom: 14px;
    left: 0px;
    /* right: 0; */
    margin: auto;
    transition: .2s;
}

.globalNavPc li:hover::after {
    width: 100%;
}

.globalNavPc li a,
a {
    opacity: 1;
    transition: .2s;
}

.globalNavPc li:hover a,
a:hover {
    opacity: .6;
}

h1 img {
    width: 500px;
}

.heroArea {
    height: 100vh;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    background-image: url(https://qamedia.aws.locondo.jp/etc/arigato/common/img/hero_image_pc.jpg);
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.heroArea .title {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: auto;
    align-items: flex-end;
    justify-content: center;
}

.title span {
    font-size: 16px;
    letter-spacing: 1.4px;
}

.mainArea {
    max-width: calc(100% - (220px + 20%));
    min-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
}

.section {
    padding: 50px 0;
}

.section > h2,
.section__col > h2 {
    font-size: 48px;
    letter-spacing: 3.6px;
    font-weight: 700;
    margin-bottom: 60px;
    min-width: calc(100% / 3);
}
.section > h2 small,
.section__col > h2 small{
  display: block;
  font-size: 12px;
  letter-spacing: 1;
  font-weight: 400;
  padding: 1em 0 0 0;
  color: #58AAB3;
}
.section__col{
    display: flex;
    align-items: flex-start;
    padding: 0 2em;
}
.section__col .icon_pdf:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(https://qamedia.aws.locondo.jp/etc/arigato/common/img/icon_pdf.svg) center no-repeat;
    background-size: contain;
}
h4 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.5px;
    color: #888;
    padding-bottom: 10px;
}

li.-ja > h4{
    font-size: 12px;
}

.section ul {
    display: grid;
    gap: 40px;
}

.section li {
    list-style: none;
    /* padding-bottom: 50px; */
}

.section p,
a {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.7px;
    /*color: #f3f3f3;*/
    color: #333;
    text-underline-offset: 4px;
}

.section .caption.pl_10 {
    padding-left: 10px;
}

.section .caption,
.section .caption a {
    font-size: 12px;
    color: #ccc;
}

#copyright {
    padding: 100px 0 0;
}

#copyright p {
    font-size: 9pt;
    color: #888;
}

/*Banner*/
.storesBanner{
    display: flex;
    justify-content: space-between;
}
.storesBanner__bnr{
    width:calc((100% / 3) - 20px)
}
.storesBanner img {
    padding-bottom: 30px;
    width: 100%;
    max-width: 920px;
    object-fit: cover;
}

/*News*/
#news ul {
    gap: 5px;
}
#news ul a {
    font-size: 13px;
    letter-spacing: 1;
    line-height: 1.5rem;
}
.newsList a {
    text-decoration: none;
}
.newsList li a{
    display:flex;
    flex-wrap: wrap;
    background: #ffffff08;
    padding:20px 30px;
}
.newsList li{
    position:relative;
}
/* .newsList li a:after{
    content:"";
    width:15px;
    height:15px;
    position:absolute;
    right:30px;
    top:50%;
    transform: translateY(-50%);
    background-image: url('');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

.news__category {
    color:#888;
    display:inline-block;
    font-size: 11px;
    line-height: 11px;
    letter-spacing:0.03em;
    padding: 5px;
    border:1px solid;
}

.news__date{
    margin-left:10px;
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

.news__title{
    font-size: 13px;
    line-height:24px;
    width: 100%;
    margin-top:10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*MORE*/

#news h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.link_more{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    float: right;
    margin-top: 20px;
}

.link_more::after{
    content: "";
    display:inline-block;
    margin-left: 8px;
    width: 15px;
    height: 11px;
    background-image: url(https://qamedia.aws.locondo.jp/etc/arigato/common/img/icon_arrow_right.svg);
    background-size: contain;
    background-repeat:no-repeat;
}

/*Recruit*/
.recruit__mail{
  padding: 16px 0;
}
.link_mail{
  padding: 8px 12px;
  border: 1px solid;
  text-decoration: none;
  background: #222;
}

/*--------------------
  SP
--------------------*/
@media screen and (max-width: 768px) {
    .globalNavWrap {
        position: inherit;
    }
    
    .heroArea {
        background-image: url(https://qamedia.aws.locondo.jp/etc/arigato/common/img/hero_image_sp.jpg);
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        background-position: center;
    }

    .heroArea .title {
        display: block;
        width: 74.66%;
    }

    .mainArea {
        width: 100%;
        max-width: inherit;
        min-width: inherit;
        margin:0;
        padding:0;
    }

    .section {
        padding: 80px 20px;
        margin: 0 auto;
        width: auto;
    }

    .section>h2 {
        font-size: 48px;
    }
    .section__col{
        flex-direction: column;
        padding: 0;
    }

    #copyright{
        padding: 20px;
    }

    /*Banner*/

    .storesBanner {
        padding: 0px ;
    }
    .storesBanner img {
        width: 100%;
        padding-bottom: 20px;
    }
    .storesBanner {
        flex-direction: column;
    }
    .storesBanner__bnr {
        width: 100%;
    }
}


/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 16px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 44px;
    height: 1px;
    left: 0;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 16px;
}

.hamburger span:nth-child(2) {
    top: 24px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
}

nav.globalNavSp {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    color: #fff;
    background: #101010;
    text-align: center;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .6s ease;
}

nav.globalNavSp>ul {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav.globalNavSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}

nav.globalNavSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalNavSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    padding: 30px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 100;
}

nav.globalNavSp.active {
    opacity: 100;
    visibility: visible;
}

body.active {
    overflow-y: hidden;
}

nav.globalNavSp .stores {
    padding-top: 40px;
}

nav.globalNavSp .stores li a {
    font-size: 20px;
    padding: 15px 30px;
}


@media screen and (max-width: 768px) {
    nav.globalNavSp ul li a {
        text-align: left;
    }
}