@charset "UTF-8";
@import url(../common/standards.css);
@import url(font-style-umiyuta.css);



/*-----------基本---------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif,serif;*/
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
figure,
img {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    opacity: 0.8;
}

a:active {
    color: #26a69a;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

img,
figure {
    display: block;
    max-width: 100%;
}

.center {
    text-align: center;

}

/*-----------基底値,サイズ調整---------*/
.container {
    width: 84%;
    margin: 0 auto;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    .container {
        width: 92%;
        max-width: 1240px;
    }
}


/*-----------配置指定---------*/

@media (max-width:767px) {

    /*SPのみ指定*/
    .pc-only {
        display: none;
    }

}

@media (min-width:768px) {

    /*PCのみ指定*/
    .sp-only {
        display: none;
    }
}


article {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (min-width:768px) {
    /*PCのみ指定*/

    .rakuten-logo {
        max-width: 50%;
        margin: 0 auto;
    }

    .center-pic {
        /*真ん中画像を小さく調整*/
        margin-left: auto;
        margin-right: auto;
        max-width: 78%;
    }
}

.textTshirt {
    margin: 0 auto;
}

.leadSentence,
#ambeName-pcTop,
#ambeName-pc,
.profile {
    text-align: left;
}

.detailText {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/*-----------flex指定---------*/

.logo-4hearts {
    margin-left: auto;
    margin-right: auto;
    max-width: 179px;
    /*ぼやけないように原寸サイズで制限*/
}

@media (max-width:767px) {

    /*SPのみ指定*/
    .ambe,
    .shonanSurf {
        text-align: center;
    }

    #pic-ambePhoto,
    #pic-shonanPhoto {
        display: inline-block;
    }

    #flexBox-right img {
        max-width: 512px;
        /*shonanSurfさんの写真サイズまでに統一*/
    }
}

#flexBox-right img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    /*PCのみ指定*/

    #flexList-All {
        display: flex;
        justify-content: space-between;
    }

    #flexBox-left {
        flex: 1 1 0;
        width: 50%;
        max-width: 512px;
        /*shonanSurfさんの写真サイズまでに統一*/
    }

    #flexBox-right {
        max-width: 512px;
        /*shonanSurfさんの写真サイズまでに統一*/
        flex: 1 1 0;
    }

    #pic-shonanPhoto {
        object-fit: contain;
        align-self: flex-start;
    }

    #pic-ambePhoto {
        max-width: 32vw;
        object-fit: contain;
        align-self: flex-start;
    }

    #flexBox-right img {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .ambe .flexList-ambe {
        display: flex;
    }

    #pic-ambePhoto,
    #pic-shonanPhoto,
    #ambeName-pcTop {
        /*上合わせにする*/
        margin-top: 12px;
    }

    .ambe .textBox-ambe,
    #flexBox-right {
        margin-left: 12px;
    }
}


#flexList-All img {
    max-width: 100%;
}

.flexList-Tshirt {
    display: flex;
    flex-direction: column;
}

.flexBox-Tshirt {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    .flexList-Tshirt {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flexBox-Tshirt {
        width: 28%;
    }

    .flexBox-Tshirt img {
        max-width: 100%;
    }
}

/*-----------margin---------*/
section img {
    margin-top: 22px;
}

.leadSentence,
.detailText {
    margin-top: 20px;
}

.title {
    margin-top: 14px;
}

.ambe-name,
.ambe .profile,
.shonanSurf .profile,
.textTshirt {
    margin-top: 12px;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    .leadSentence,
    .detailText {
        margin-top: 18px;
    }

    .title {
        margin-top: 18px;
    }

    section img {
        margin-top: 18px;
    }

}


@media (max-width:767px) {

    /*SPのみ指定*/
    #top-article {
        /*最上部の表示調整*/
        margin-top: 60px;
    }

    #articleSecond {
        margin-top: 22px;
    }

    .rakuten-logo {
        margin-top: 36px;
        margin-bottom: 36px;
    }
}

#bottom-logo {
    margin-top: 36px;
}
@media (min-width:768px) {

    /*PCのみ指定*/
    #bottom-logo {
        margin-bottom: 120px;
    }

}


article {
    margin-top: 100px;
    max-width: 100%;
}

.top-object {
    margin-top: 58px;
}

.bottom-object {
    margin-bottom: 128px;
}



@media (min-width:768px) {

    /*PCのみ指定*/
    article {
        margin-top: 40px;
    }

    .top-object {
        margin-top: 36px;
    }

    .bottom-object {
        margin-bottom: 92px;
    }

}




/*-----------fontSize---------*/

body {
    /*フォントサイズのベース*/
    font-size: 18px;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    body {
        /*フォントサイズのベース*/
        font-size: 26px;
    }

    .reason {
        font-size: 16px;
    }

    .textTshirt {
        font-size: 22px;
    }
}

h1 {
    font-size: 24px;
    font-weight: 400;
}

.title {
    font-size: 22px;
    font-weight: 300;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    h1 {
        font-size: 36px;
    }

    .title {
        font-size: 32px;
    }

    .topTitle {
        font-size: 30px;
    }
}

.ambe-name {
    font-size: 16px;
}

.leadSentence {
    font-size: 14px;
    line-height: 1.6;
}

.profile {
    font-size: 12px;
    line-height: 1.6;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    #ambeName-pc {
        font-size: 18px;
    }

    .leadSentence {
        font-size: 24px;
        line-height: 1.7;
    }

    .profile {
        font-size: 15px;
        line-height: 1.7;
    }
}

/*vwでの個別調整ここから*/

@media (max-width:767px) {

    /*SPのみ指定*/
    #umiyuta-title {
        font-size: 5vw;
    }
}

@media (min-width:768px) {
    /*PC調整*/

}

@media (min-width:1240px) {
    /*１２４０＊PC用VW*/

}



/*-----------font-color---------*/

.title

/*小見出し、クリエイターネームだけ青で*/
    {
    color: #112DB8;
}

.ambe-name,
#ambeName-pc {
    color: #112DB8;
}

.titleLine {
    background-color: #EDF6FF;
}

@media (max-width:767px) {

    /*SPのみ指定*/
    .titleLine {
        width: 512px;
        margin: auto;
        max-width: 100%;
    }
}

/*-----------aタグ調整---------*/

section a {
    color: #112DB8;
    text-decoration: underline;
}

section a:hover {
    color: #ed5f5f;
}





/*---------------------------------
   フェードイン,animation
---------------------------------*/


body {
    animation: fade 6s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*                  //header固定と干渉するのでtransform無しで
body{
animation-name:fadeUp;
animation-delay: 0.2s;
animation-duration: 1.6s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUp{
from{
    opacity:0;
    transform:translateY(80px) ;
}
to{
    opacity: 1;
    transform: translateY(0px);
}

}
*/




/*----海ゆた間遷移バナーここから----*/
.link-banner-ambe {
    width: 100%;
    padding: 1%;
    margin: 42px auto 0 auto;
    border-radius: 1.4rem;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #45d6f7, #0f85c6);
}

.link-banner-ambe .banner-number {
    background-color: #fff;
    padding: 0.8%;
    border-radius: 1.4rem;
    font-weight: bold;
}

.link-banner-ambe{
    color: #fff;
}
.link-banner-ambe .banner-number{
    color: #112DB8;
}
.link-banner-ambe{
    font-size: min(2.2vw, 28px);
}


.triangle {
    display: inline-block;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-left: 1.2rem solid #fff;
}

@media (min-width:768px) {

    /*PCのみ指定*/
    .link-banner-ambe {
        margin-top: 60px;
        width: 72%;

    }
}

@media (max-width:767px) {

    /*SPのみ指定*/
    .triangle {
        border-top: .4rem solid transparent;
        border-bottom: .4rem solid transparent;
        border-left: .6rem solid #fff;
    }
}

@media (max-width:500px) {

    /*小さい画面での調整用*/
    .triangle {
        border-top: .3rem solid transparent;
        border-bottom: .3rem solid transparent;
        border-left: .4rem solid #fff;
    }
}

.block-aTag {
    display: block;
}

/*----海ゆた間遷移バナーここまで----*/