/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.pt-news {background-image: url(../img/pagetitle/pt-news.webp);}
.pt-usedboat {background-image: url(../img/pagetitle/pt-usedboat.webp);}
.pt-sailing {background-image: url(../img/pagetitle/pt-sailing.webp);}
.pt-outfitting {background-image: url(../img/pagetitle/pt-outfitting.webp);}
.pt-maintenance {background-image: url(../img/pagetitle/pt-maintenance.webp);}
.pt-company {background-image: url(../img/pagetitle/pt-company.webp);}
.pt-contact {background-image: url(../img/pagetitle/pt-contact.webp);}
.pt-privacy {background-image: url(../img/pagetitle/pt-privacy.webp);}
.pt-newboat {background-image: url(../img/pagetitle/pt-newboat.webp);}


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 4;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0 0 0 0;
}
.ptcov {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 4;
    display: block;
    background-image: url(../img/pagetitle/ptcov.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 100% auto;
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 4;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:5% 0 0 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(14px, 1.6vw, 40px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-white);
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(30px, 3vw, 100px);
    font-family: var(--font-en);
    font-weight: 600;
    color: var(--color-white);
    text-align: center;
    letter-spacing: -0.05em;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    color: var(--color-white);
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}
.ptbody ul li a {
    color: var(--color-white);
}


/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 500px;
 display:block;
}

/* ContentsStyles */
.boxtitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}
.boxtitle h3 {
order:2;
font-size: clamp(16px, 1.5vw, 50px);
font-weight: 400;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.01em;
margin: 0 0 0 0;
}
.boxtitle p {
order:1;
font-size: clamp(50px, 4vw, 100px);
font-family: var(--font-en);
font-weight: 300;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.05em;
margin: 0 0 0.2em 0;
}
.boxtitle p strong {
font-weight: 700;
}
.boxline {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.bol_cc {
width:45%;
height: auto;
display: block;
}
.bol_img {
width:50%;
height: auto;
display: block;
}
.bol_img img {
    clip-path: circle(50% at 50% 50%);
}

.bol_o01 {
    order:1;
}
.bol_o02 {
    order:2;
}

.bol_img.bol_o01.bol_bg01 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg01 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg02 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg02 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg03 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg03 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}


/* Outfitting */
.outfitting_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.outfitting_list li {
    width:30.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:0 1.5% 3%;
}
.outfitting_list li .ofl_img {
    width: 100%;
    height: auto;
    display: block;
}
.outfitting_list li .ofl_cc {
    width: 100%;
    height: auto;
    display: block;
    padding:1.5em;
}


/* NewBoat */
ul.makerlist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.makerlist li {
    width:30.3333333333%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1.1vw, 50px);
    line-height: 1em;
    text-align: center;
    margin: 0 1.5% 3%;
}
ul.makerlist li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    padding:120px 1em 1.5em 1em;
    background-color: var(--color-fa);
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {


/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 4;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0 0 0 0;
}
.ptcov {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 4;
    display: block;
    background-image: url(../img/pagetitle/ptcov.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 100% auto;
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 4;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:5% 0 0 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(14px, 1.6vw, 40px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-white);
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(30px, 3vw, 100px);
    font-family: var(--font-en);
    font-weight: 700;
    color: var(--color-white);
    text-align: center;
    letter-spacing: -0.05em;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    color: var(--color-white);
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}
.ptbody ul li a {
    color: var(--color-white);
}



/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 500px;
 display:block;
}

/* ContentsStyles */
.boxtitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}
.boxtitle h3 {
order:2;
font-size: clamp(16px, 1.5vw, 50px);
font-weight: 400;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.01em;
margin: 0 0 0 0;
}
.boxtitle p {
order:1;
font-size: clamp(50px, 4vw, 100px);
font-family: var(--font-en);
font-weight: 300;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.05em;
margin: 0 0 0.2em 0;
}
.boxtitle p strong {
font-weight: 700;
}
.boxline {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.bol_cc {
width:45%;
height: auto;
display: block;
}
.bol_img {
width:50%;
height: auto;
display: block;
}
.bol_img img {
    clip-path: circle(50% at 50% 50%);
}

.bol_o01 {
    order:1;
}
.bol_o02 {
    order:2;
}

.bol_img.bol_o01.bol_bg01 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg01 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg02 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg02 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg03 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg03 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}


/* Outfitting */
.outfitting_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.outfitting_list li {
    width:30.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:0 1.5% 3%;
}
.outfitting_list li .ofl_img {
    width: 100%;
    height: auto;
    display: block;
}
.outfitting_list li .ofl_cc {
    width: 100%;
    height: auto;
    display: block;
    padding:1.5em;
}


/* NewBoat */
ul.makerlist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.makerlist li {
    width:47%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1.1vw, 50px);
    line-height: 1em;
    text-align: center;
    margin: 0 1.5% 3%;
}
ul.makerlist li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    padding:120px 1em 1.5em 1em;
    background-color: var(--color-fa);
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}


}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {


/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0 0 0 0;
}
.ptcov {
    width:100%;
    height:auto;
    aspect-ratio: 1 / 1;
    display: block;
    background-image: url(../img/pagetitle/ptcov.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 100% auto;
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 1 / 1;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:5% 0 0 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(14px, 1.6vw, 40px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-white);
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(30px, 3vw, 100px);
    font-family: var(--font-en);
    font-weight: 600;
    color: var(--color-white);
    text-align: center;
    letter-spacing: -0.05em;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    color: var(--color-white);
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}
.ptbody ul li a {
    color: var(--color-white);
}



/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 450px;
 display:block;
}


/* ContentsStyles */
.boxtitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}
.boxtitle h3 {
order:2;
font-size: 16px;
font-weight: 400;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.01em;
margin: 0 0 0 0;
}
.boxtitle p {
order:1;
font-size: 50px;
font-family: var(--font-en);
font-weight: 300;
line-height: 1em;
color: var(--color-black);
letter-spacing: -0.05em;
margin: 0 0 0.2em 0;
}
.boxtitle p strong {
font-weight: 700;
display: block;
}
.boxline {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bol_cc {
width:100%;
height: auto;
display: block;
}
.bol_img {
width:100%;
height: auto;
display: block;
}
.bol_img img {
    clip-path: circle(50% at 50% 50%);
}

.bol_o01 {
    order:1;
}
.bol_o02 {
    order:2;
}

.bol_img.bol_o01.bol_bg01 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg01 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-2nd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg02 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg02 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-3rd.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}
.bol_img.bol_o01.bol_bg03 {
    padding:0 5% 5% 0;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 80%;
}
.bol_img.bol_o02.bol_bg03 {
    padding:0 0 5% 5%;
    background-image: url(../img/header/bg_cir-1st.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 80%;
}


/* Outfitting */
.outfitting_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.outfitting_list li {
    width:30.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:0 1.5% 3%;
}
.outfitting_list li .ofl_img {
    width: 100%;
    height: auto;
    display: block;
}
.outfitting_list li .ofl_cc {
    width: 100%;
    height: auto;
    display: block;
    padding:1.5em;
}

/* NewBoat */
ul.makerlist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.makerlist li {
    width:48%;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin: 0 1% 2%;
}
ul.makerlist li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-black);
    padding:120px 1em 1.5em 1em;
    background-color: var(--color-fa);
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

}
