body {
    width: 100%;
    height: auto;
}

.top-mv {
    margin-top: 75px;
    position: relative;
}
.top-copy {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-80%);
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    z-index: 1;
    width: fit-content;
    height: auto;
}
.top-copy > img {
    margin: 0 0 50px -20px;
    width: 100%;
    height: auto;
}
picture img {
    display: block;
    width: 100%;
    height: auto;
}
.top-copy_topic {
    position: absolute;
    top: 70%;
    right: 0;
    z-index: 1;
    width: 30%;
    height: auto;
}
.top-copy_topic-image {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.top-contents-title { /* h2 */
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
}
.top-contents-subtitle { /* h3 */
    font-size: 1rem;
    font-weight: 600;
    margin: 22px 0 16px;
    text-align: center;
}
div.top-contents-text { /* text */
    display: block;
    max-width: 950px;
    width: 100%;
    padding: 0 1rem 4rem;
    margin: auto;
}
.top-contents-text > h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 22px 0 16px;
    text-align: center;
}
.top-contents-text > p {
    text-align: left;
}
.news div.top-contents-text {
    margin: 0 auto;
    padding-bottom: 0;
}

.text-link-orange {
	display: inline-flex;
	gap: 10px;
	line-height: 1rem;
	border-bottom: 1px solid #e85400;
}
.link-logo {
	width: 15px;
	height: 15px;
}


@media screen and (max-width: 1280px) {
	/* 1280px以下に適用されるCSS（タブレット用） */

    .top-copy {
        font-size: 1.2rem;
    }
    .top-copy > img {
        margin: 0 0 30px -20px;
    }
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

    .top-mv {
        padding: 0;
    }
    .top-copy {
        font-size: 0.8rem;
        width: 50%;
    }
    .top-copy > img {
        margin: 0 0 20px -10px;
    }
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

    .top-mv {
        margin-top: 50px;
    }
    .top-copy > img {
        margin: 0 0 10px 0px;
    }
    .top-copy {
        font-size: 1rem;
        width: 90%;
        top: 12.5%;
        left: 77%;
    }
    .top-copy_topic {
        top: 75%;
        right: 0;
        width: 60%;
        height: auto;
    }
    .h1-txt {
        margin-left: 1rem;
    }
    .h1-txt_2 {
        margin-left: 2rem;
    }
}

/* ------------------------------------------------------------
↓↓↓↓↓               TOP スワイパー部分のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.swiper-container-wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 60px;
    overflow: hidden; /* コンテナ外にスライドがはみ出ないようにする */
    z-index: 1; /* 親要素にもz-indexを設定 */
}
/* スライドの最大幅を1280pxに設定し、中央揃えに */
.swiper-container {
    max-width: 1280px;
    margin: 0 auto; /* 中央に配置 */
    overflow: hidden;
}
/* imgタグに1:4の縦横比を設定 */
.swiper-slide picture img {
    width: 100%;
    aspect-ratio: 4 / 1; /* 1:4の縦横比 */
    object-fit: cover; /* 縦横比を保ちながら表示 */
}
/* ナビゲーション矢印のスタイルを調整 */
.swiper-button-next,
.swiper-button-prev {
    color: #e85400; /* 矢印の色 */
    width: 40px;
    height: 40px;
    top: 50%; /* 矢印を垂直方向の中央に */
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
    margin: 0;
}
/* ページネーションのスタイルを調整 */
.swiper-horizontal > .swiper-pagination-bullets {
    top: auto;
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #e85400; /* 現在表示されているスライドを示す点 */
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .swiper-container-wrapper {
        padding: 5px 5px 20px;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP スワイパー部分のCSS                ↑↑↑↑↑
------------------------------------------------------------ */




/* ------------------------------------------------------------
↓↓↓↓↓               TOP 注目情報部分のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.top-news{
    width: 1024px;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0 5rem;
}
.news-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1rem;
    margin: 2rem 0 3rem;
}
.news-article {
    width: 500px;
    margin: auto;
    background-color: #fcede5;
}
.news-article > a {
    display: flex;
}
.news-article {
    width: 100%;
    max-width: 480px;
    height: 160px;
    background-color: #fff;
}
.news-article {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
}
.news-article::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
}
.news-article::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 0.3s ease;
}
.news-icon.news-guidance,
.news-article.news-guidance::after,
.news-guidance-icon {
    background: #0d8430;
}
.news-icon.news-info,
.news-article.news-info::after,
.news-info-icon {
    background: #2d54af;
}
.news-icon.news-update,
.news-article.news-update::after,
.news-update-icon {
    background: #e85400;
}
.news-icon.news-other,
.news-article.news-other::after,
.news-other-icon {
    background: #aaa;
}
.news-article:hover::after {
    width: 100%;
}
.news-article > a {
    height: 100%;
    display: flex;
    align-items: normal;
    gap: 5px;
    justify-content: space-between;
    padding: 10px 0;
}
.news-article .news-contents img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    display: block;
}
.news-article:hover .news-contents img {
    transform: scale(1.075);
}
.news-article:hover .news-menu p {
    color: #e85400;
}
.news-article:hover .arrow_animation .icon.arrow {
    background: #000;
    transform: translate(1rem, 0);
}
.news-contents > img,
.p-li-box img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    padding: 1px;
    aspect-ratio: 5 / 4;
}
.news-contents {
    width: auto;
    height: inherit;
    background-color: #fff;
}
.news-contents > img,
.p-li-box img {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    padding: 0;
    aspect-ratio: 3 / 2;
}
.news-contents > img {
    max-height: 140px;
}
.news-contents,
.bg-img {
    overflow: hidden;
}
.news-menu > p {
    padding: 18px 10px 0;
}
.news-menu {
    width: 100%;
    max-width: 250px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.news-icon {
    margin: auto 5px auto 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-date {
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5rem;
    width: auto;
}

.arrow_contents {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: right;
}
.arrow_animation {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    width: 45px;
    height: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.3s;
}
.arrow_animation .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}
.arrow_animation .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0;
    width: 18px;
    height: 2px;
    background: none;
}
.arrow_animation .icon.arrow::before {
    position: absolute;
    content: "";
    top: -4px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.menu-contents {
    display: flex;
    justify-content: right;
    padding-top: 18px;
    gap: 5px;
    margin-right: 10px;
}
.menu-contents > .menu-icon,
.menu-date {
    flex: 1;
}.menu-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 0;
    gap: 0;
    margin-right: 0;
}
.menu-contents > p {
    width: 100%;
    margin-top: 8px;
    margin-right: 10px;
    text-align: left;
    font-size: 1rem;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */
    
    .top-news {
        width: 100%;
    }
    .news-grid {
        grid-auto-flow: unset;
        grid-template-columns: repeat(1, 1fr);
        width: 500px;
        margin: auto;
    }
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        width: auto;
        margin: 2rem 10px 3rem;
    }
    .news-article {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    .news-article > a {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .news-contents {
        width: 150px;
        max-width: 130px;
        height: fit-content;
        aspect-ratio: 3 / 2;
        flex: 1;
    }
    .news-menu {
        width: auto;
        max-width: 100%;
        height: 100%;
        display: grid;
        flex: 1;
    }
    .news-menu > p {
        padding: 0 3px;
        font-size: 0.95rem;
        line-height: 1.1;
    }
    .news-icon {
        height: 20px;
    }
    .menu-contents {
        padding-top: 0;
        margin: 0;
        align-items: center;
    }
    .menu-contents > p {
        font-size: 0.9rem;
        margin-top: 10px;
        height: 60px;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP 注目情報部分のCSS                ↑↑↑↑↑
------------------------------------------------------------ */





/* ------------------------------------------------------------
↓↓↓↓↓               TOP 製品情報一覧のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.top-gallery {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #000;
    background-image: url(https://artray.co.jp/image/home_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5rem;
}
.top-gallery h2 {
    padding-top: 5rem;
    margin-top: 0;
}
.top-gallery .gallery__contents-img > img {
    aspect-ratio: 7 / 5;
}
.top-gallery > p {
    margin: 3rem 0 4rem;
    font-weight: 700;
}
.gallery__ul-wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-li-box {
    flex: 0 0 24%;
    margin-bottom: 1.5rem;
}
.p-li-box p {
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}
.top-gallery .gallery__contents-img {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: auto;
}
.p-li-box .gallery__contents-img img {
    object-fit: cover;
    margin: auto;
    padding: 0;
    transition: transform 0.3s ease;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.p-li-box:hover .gallery__contents-img img {
    transform: scale(1.075);
}
.p-li-box:hover p {
    color: #e85400;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

    .gallery__ul-wrapper {
        width: 600px;
        justify-content: space-evenly;
    }
    .top-gallery .gallery__contents-img {
        width: 180px;
        height: auto;
    }
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

    .gallery__ul-wrapper {
        width: 100%;
    }
    .p-li-box p {
        font-size: 0.9rem;
        font-weight: 500;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP 製品情報一覧のCSS                ↑↑↑↑↑
------------------------------------------------------------ */





/* ------------------------------------------------------------
↓↓↓↓↓               TOP 3連バナー部分のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.three-menu-1 {
    background-color: #ebebeb;
}
.three-menu-1 > .three-contents {
    padding-left: 3rem;
    padding-right: 3rem;
}
.three-contents{
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 5rem 0;
}
.menu-icon{
    height: 160px;
    width: 160px;
    border-radius: 100%;
    margin: auto;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
}
.icon1{
    background-image: url(https://artray.co.jp/image/icon_demo.png);
}
.icon2{
    background-image: url(https://artray.co.jp/image/icon_download.png);
}
.icon3{
    background-image: url(https://artray.co.jp/image/icon_catalog.png);
}
.box > .menu1-box {
    width: 250px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

    .three-menu-1 > .three-contents > .box {
        margin-bottom: 20px;
    }

    .three-contents {
        max-width: 100%;
        display: block;
    }
    .three-menu-1 > .three-contents {
        padding-left: 0;
        padding-right: 0;
    }
    .three-menu-2 > .wrapper > .box {
        width: 100%;
    }
    .wrapper {
        display: block;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP 3連バナー部分のCSS                ↑↑↑↑↑
------------------------------------------------------------ */





/* ------------------------------------------------------------
↓↓↓↓↓               TOP アクセス部分のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.company {
    width: 1280px;
    margin: auto;
    padding: 3rem 0;
}
.company > div {
    display: flex;
}
.company > div > div {
    width: 50%;
}
.company-txt {
    padding: 1rem 3rem;
    text-align: center;
}
.company th, .company td {
    padding: 10px 20px;
    font-size: 1.1rem;
    line-height: 1.5;
}
.company th {
    width: 30%;
    text-align: right;
}
.company td {
    text-align: left;
}

@media screen and (max-width: 1280px) {
	/* 1280px以下に適用されるCSS（タブレット用） */

    .company {
        width: 100%;
    }
    .company-txt {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

    .company th, .company td {
        width: 100%;
        text-align: left;
    }
    .company-txt {
        margin-bottom: 2rem;
    }
    .company-txt tr {
        display: grid;
    }
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */

    .company {
        padding-bottom: 0;
    }
    .company > div {
        display: block;
    }
    .company > div > div {
        width: 100%;
    }
    .company th, .company td {
        padding: 5px 20px;
        font-size: 1rem;
        line-height: 1.5;
        width: 100%;
        text-align: left;
    }
    .company-txt {
        margin-bottom: 2rem;
    }
    .company-txt tr {
        display: grid;
    }
    .top-map {
        height: 50vh;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP アクセス部分のCSS                ↑↑↑↑↑
------------------------------------------------------------ */





/* ------------------------------------------------------------
↓↓↓↓↓               TOP 2連バナー部分のCSS                ↓↓↓↓↓
------------------------------------------------------------ */
.menu-2 > .wrapper > .box {
    flex: none;
    width: 50%;
    height: 300px;
    position: relative;
}
.two-contents {
    margin: 0;
    text-align: center;
}
.menu-2 > .wrapper > .box {
    flex: none;
    width: 50%;
    height: 300px;
    position: relative;
}
.box > .menu2-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.box > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.menu2-box > a > .button {
	display: inline-block;
	width: 170px;
	padding: 1em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.2s, color 0.2s, width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 0.2s;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0.2em;
	background: transparent;
    text-align: center;
    margin-top: 1.2rem;
}
.menu2-box > a > .button:hover {
	width: 190px;
	color: #ffffff;
	border-radius: 0.2em;
	border: 1px solid #e85400;
	background-color: #e85400;
}
.menu2-box > a > .button:active {
	border-color: #e85400;
	background-color: #e85400;
}
.menu2-box > a > .button:focus {
	color: #e85400;
	border: 1px solid #e85400;
}
.menu2-box > a > .button:focus:hover {
	color: #ffffff;
}

@media screen and (max-width: 1280px) {
	/* 1280px以下に適用されるCSS（タブレット用） */

    .menu-2 > .wrapper > .box {
        height: 250px;
    }
    .box > img {
        height: 250px;
    }
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

    .menu-2 > .wrapper > .box {
        width: 100%;
    }
    .menu-2 h2 {
        margin: 0;
    }
}
/* ------------------------------------------------------------
↑↑↑↑↑               TOP 2連バナー部分のCSS                ↑↑↑↑↑
------------------------------------------------------------ */