header {
    padding: 10px;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 15px;
}

footer {
    border-top: solid 1px #dddddd;
    padding: 5px;
}

body header img,
body footer img {
    width: 100px;
}

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


h2 {
    margin-bottom: 20px;
}

h3 {
    width: 90%;
    margin: 0 auto 4%;
    color: #d4013b;
    text-align: center;
    font-size: 6.3vw;
    border-bottom: solid 4px;
    line-height: 1.5;
}

li{
    list-style: none;
}

#popupshop {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pc {
    display: none;
}

.sp {
    display: block;
}


.team_and_per_se ul{
    display: flex;
    flex-direction: column;
}

.team_and_per_se li{
    padding-bottom: 3%;
}

.team_and_per_se li>img{
    width: 60%;
    margin: 0 auto;
}

.text_area{
    background-color: #e6e6e6;
    padding: 8% 4%;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10%;
}

.text_area .top_textbox{
    font-size: 4.6vw;
    line-height: 1.9;
    padding-bottom: 8%;
}

.text_area .top_textbox span{
    font-size: 4.8vw;
    color: #d4013b;
    font-weight: bold;
}

.text_area .top_textbox .end_text{
    font-size: 4vw;
    line-height: 1.5;
}

.text_area .under_textbox{
    font-size: 3.8vw;
}

.text_area .under_textbox p{
    padding-bottom: 2%;
}

.text_area .under_textbox span{
    color: #d4013b;
}

.step{
    width: 80%;
    margin: 0 auto;
}

.step li{
    padding-bottom: 6%;
}

.triangle{
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.present{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
}

.present li{
    width: 46%;
    margin: 0 auto;
    padding-bottom:6%
}

.present p{
    padding-top: 3%;
}

.dex_text_area{
    text-align: center;
    background: #d4013b;
    padding-bottom: 2%;
    margin: 0 auto 5%;
    width: 96%;
}

.dex_text_area h3{
    color: #FFF;
    border-bottom: none;
    padding-top: 4%;
    line-height: 1.2;
}

.dex_text_area p{
    background: #FFF;
    width: 97%;
    margin: 0 auto;
    padding: 3%;
    box-sizing: border-box;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
}

.dex_text_area span{
    font-size: 3.8vw;
}

.shop_btn_area{
    width: 60%;
    margin: 0 auto;
    padding: 3% 0 10%;
}

.shop_btn_area li{
    padding-bottom: 5%;
}

@media screen and (max-width: 321px) {

}



@media screen and (min-width: 768px) {

    div.item {
        width: 550px;
        margin: 0 auto;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (min-width: 950px) {

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    h2 {
    }

    h3 {
        max-width: 100%;
        font-size: 40px;
        border-bottom: solid 5px;   
    }

    a:hover {
        opacity: 0.8;
    }

    main {
        width: 1110px;
        margin: 0 auto;
        display: block;
    }

    #popupshop {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .team_and_per_se ul {
        display: flex;
        flex-direction: unset;
        justify-content: space-between;
    }

    .team_and_per_se li>img {
        width: 80%;
        margin: 0 auto;
    }

    .text_area{
         padding: 50px 5px;
        margin-bottom: 40px;   
    }

    .text_area .top_textbox{
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 1.5;    
    }

    .text_area .top_textbox span{
        font-size: 32px;
    }

    .text_area .top_textbox .end_text{
        font-size: 18px;
        padding: 10px 0 5px 0;
    }

    .text_area .under_textbox{
        font-size: 18px;
    }

    .text_area .under_textbox p{
        padding-bottom: 0;
    }

    .triangle{
        width: 0;
        height: 0;
        margin-top: 160px;
        border-style: solid;
        border-width: 25px 0 25px 20px;
        border-color: transparent transparent transparent #000000;
        line-height: 0px;
        _border-color: #ffffff #ffffff #ffffff #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    }

    .step{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;  
        padding-bottom: 30px;
    }

    .step img{
        width: 80%;
        margin: 0 auto;
    }

    .present{
        font-size: 16px;
    }

    .present li{
        width: 29%;
        padding-bottom: 40px;
    }

    .dex_text_area{

    }

    .dex_text_area h3{
        padding: 15px 0;
        font-size: 30px;
        margin: 0 auto;
    }

    .dex_text_area p{
        font-size: 28px;
        padding: 20px 0;
    }
    
    .dex_text_area span{
        font-size: 18px;
    }

    .shop_btn_area{
        width: 80%;
    }

    .shop_btn_area ul{
        display: flex;
        justify-content: space-between;
    }

    .shop_btn_area li{
        width: 46%;
    }
}
