@charset "UTF-8";

/* 基本設定 */

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    /* color: #3d3d3d; */
}

p {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 25px;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #8C8080;
}

img {
    /* width: 100%; */
}

h1 {
    margin: 5px 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

h2 {
    padding: 20px 0px 20px 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}




/* ヘッダー */

header {
    color: #3c3c3c;
    padding: 10px 5px;
    display: flex;
}

header img {
    width: 188px;
    height: 23px;
}

.icon img {
    width: 30px;
    height: 30px;
}

/* メイン画像 */

.mainpic {
    background-image: url(../images/igawa_main3.JPEG);
    background-position: center;
    background-size: cover;
    height: 600px;
}


/* RELEASE */

.release {
    padding: 20px 0px 40px;
    background-color: #FAFDDB;
}


/* LIVE */

.live {
    padding: 20px 0px 40px;
    background-image: url(../images/igawa_live.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}


/* MV */

.mv {
    padding: 20px 0px 40px;
    background-image: url(../images/igawa_mv.png);
    background-position: center;
    background-size: cover;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  /* border:2px solid #ccc;  */
  /* margin-left: 20px; */
}


.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/* PROFILE */

.profile {
    padding: 20px 0px 200px;
    background-image: url(../images/igawa_profile.JPG);
    background-position: top;
    background-size: cover;
    color: #ffffff;
}

.profile img {
    width: 135px;
    padding: 50px 0px 0px 10px;
}



/* PC向け */
@media screen and (min-width: 1024px) {

header img {
    margin-left: 10px;
}

.wrapper {
    display: flex;
    
}

.icon {
    margin-left: auto;
    margin-right: 20px;
}

h1 {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
    
header img {
    width: 480px;
    height: 59px;
}

.icon img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
}

h2 {
    padding: 30px 0px 30px 20px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    font-size: 18px;

}

.mainpic {
    height: 1200px;
}

.iframe-wrap2 {

    width: 80%;
    margin: 0 auto;
}

.release {
    padding-bottom: 60px;
}

.live {
    padding-bottom: 60px;
}

.mv {
    padding-bottom: 60px;
}

.profile img {
    padding: 30px 0px 0px 10px;
}
}