@media screen and (min-width: 769px) {
  /* 共通　ここから */
  .sp_on{
    display: none;
  }

  body{
    font-family: Yu Gothic;
    color: #000000;
  }

  a{
    text-decoration: none;
    color: #000000;
  }

  h1{
    font-size: 5.2rem;
  }

  h2{
    font-size: 3.4rem;
    position: relative;
    display: inline-block;
  }

  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px; 
    width: 100%; 
    height: 10px; 
    background-color: rgb(0, 123, 186, 0.7); 
  }

  h3{
    font-size: 2rem;
  }

  .goca{
    font-family: 'Hiragino Kaku Gothic ProN', 'Arial', sans-serif;
  }

  .goca-red{
    font-family: 'Hiragino Kaku Gothic ProN', 'Arial', sans-serif;
    color: #FF5454;
  }
  /* 共通　ここまで */

  /* ヘッダー　ここから */

  header p{
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
  }

  #glov-navi{
    width: 90vw;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #glov-navi ul{ 
    display: flex;
    list-style: none;
    font-weight: 500; 
    gap: 4rem;
    padding: 0;
    margin: 0;
  }
  /* ヘッダー　ここまで */

  /* ファーストビュー　ここから */
  .first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 7rem;
  }

  #teaser-comment span{
    font-size: 1.6rem;
    letter-spacing: 0.6rem;
  }

  #toparea{
    display: flex;
    align-items: center;
  }

  #top-img{
    display: grid;
    grid-template-columns: 700px 1fr; 
    margin-right: 6rem;
  }

  .app-download{
    margin-top: 3rem;
    display: flex;
    position: relative;
    left: -20rem;
    gap: 4rem;
  }
  /* ファーストビュー　ここまで */

  /* gocaポイントとは？　ここから */
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 10rem;
    background: #F7F8F9;
  }

  #second-section-label1 h2{
    margin: 3rem;
    text-align: center;
  }

  #second-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  #second-section-label1 .annotation{
    font-size: 0.5rem;
  }

  #item-content{
    display: flex;
    align-items: center;
    margin: 4rem;
  }

  .point-graph img{
    width: 80%;
  }

  .point-plant img{
    width: 60%;
  }

  #second-section-label2 h3{
    margin-top: 5rem;
  }

  .point-howto-description span{
    font-size: 0.6rem;
  }

  .point-howto{
    display: flex;
    margin: 3rem; 
    align-items: center;
    gap: 1.6rem;
  }

  .point-howto-arrows{
    text-align: center;
  }

  .point-howto-description{
    text-align: center;
    margin: 1.4rem; 
  }

  .arrow{
    width: 50%;
  }
  /* gocaポイントとは？　ここまで */

  /* gocaアプリ誕生！　ここから */
  .third-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }

  #third-section-label1 h2{
    margin: 3rem;
    text-align: center;
  }

  #third-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  .app-release{
    text-align: center;
    margin: 3rem;
  }

  #third-section-label2 h3{
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  #item-content3{
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .app-function{
    position: relative;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    width: 370px;
  }

  .app-function:last-child{
    padding-top: 35px;
  }

  .number {
    position: absolute;
    top: -38px; /* 背景から半分上に出す */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .app-function p{
    text-align: center;
  }

  #item-content3:nth-of-type(even){
    font-weight: 600;
  }

  .app-function .number{
    font-size: 2rem;
    font-weight: 600;
    color: #007BBA;
  }

  #item-content4{
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .app-caution{
    width: 1180px;
    padding: 1.6rem;
    border-radius: 14px;
    background: #F7F8F9;
    margin: 0 auto;
  }

  .app-caution p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FF5454;
  }

  .app-caution a{
    text-decoration: underline;
  }

  .app-caution .caution{
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
  }
  /* gocaアプリ誕生！　ここまで */

  /* gocaクレジットカード誕生！　ここから */
  .fourth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    background: #F7F8F9;
  }

  #fourth-section-label1 h2{
    text-align: center;
    margin: 3rem;
  }

  #fourth-section-label1 p{
    text-align: center;
  }

  #item-content5{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 4rem;
  }

  .credit-release{
    text-align: center;
  }

  .credit-release img{
    width: 80%;
  }

  .membership-special{
    text-align: center;
  }

  .membership-special p{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
  }

  .membership-special span{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .credit-application{
    text-align: center;
    background: #F8EEC0;
    border-radius: 30px;
    width: 22rem;
    padding: 1rem;
    margin: 0 auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
	  color: #fff;
	  display: inline-block;
	  cursor: pointer;
	  transition: all 0.3s ease 0s;
  }

  .credit-application a{
    font-size: 0.9rem;
    font-weight: 600;
  }

  .credit-application:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	  transform: translateY(-0.1875em);
  }

  #item-content6{
    padding-bottom: 4rem;
  }
  /* gocaクレジットカード誕生！　ここまで */

  /* gocaポイントに関するお問い合わせ　ここから */
  #item-content7{
    margin: 3rem;
  }

  #item-content7 .point-inquiry{
    text-align: center;
  }

  .point-inquiry p{
    line-height: 2;
  }

  .point-inquiry .annotation{
    font-size: 0.7rem;
    width: 40rem;
    text-align: left;
    margin: 0 auto;
    padding: 3rem;
  }
  /* gocaポイントに関するお問い合わせ　ここまで */
}

@media screen and (max-width: 768px) {
  /* 共通　ここから */
  .pc_on{
    display: none;
  }
  
  body{
    font-family: Yu Gothic;
    color: #000000;
  }
  
  a{
    text-decoration: none;
    color: #000000;
  }

  p{
    font-size: 0.9rem;
  }
  
  h1{
    font-size: 2.8rem;
  }
  
  h2{
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
  }

  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px; 
    width: 100%; 
    height: 8px; 
    background-color: rgb(0, 123, 186, 0.7); 
  }
  
  h3{
    font-size: 1.4rem;
  }

  .goca{
    font-family: 'Hiragino Kaku Gothic ProN', 'Arial', sans-serif;
  }

  .goca-red{
    font-family: 'Hiragino Kaku Gothic ProN', 'Arial', sans-serif;
    color: #FF5454;
  }
  /* 共通　ここまで */

  /* ヘッダー　ここから */

  header p{
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
  }

  #glov-navi{
    width: 90vw;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #glov-navi ul{ 
    display: flex;
    list-style: none;
    font-weight: 500; 
    font-size: 0.8rem;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  /* ヘッダー　ここまで */

  /* ファーストビュー　ここから */
  #top-img{
    text-align: center;
    margin-top: 1.4rem;
  }

  #top-img img{
    width: 90%;
  }

  #first-section-label1{
    width: 80%;
    margin: 0 auto;
  }

  #first-section-label1 h1{
    text-align: left;
    padding-left: 2rem;
  }

  #teaser-comment span{
    font-size: 1.4rem;
  }

  /* .app-download{
    margin-top: 3rem;
    display: flex;
    position: relative;
    left: -20rem;
    gap: 4rem;
  } */
  /* ファーストビュー　ここまで */

  /* gocaポイントとは？　ここから */
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background: #F7F8F9;
  }

  #second-section-label1{
    text-align: center;
  }

  #second-section-label1 h2{
    margin: 2rem;
  }

  #second-section-label1 p{
    text-align: left;
    line-height: 1.8;
    padding: 1rem ;
  }

  #second-section-label1 .annotation{
    font-size: 0.5rem;
  }

  #item-content{
    display: flex;
    align-items: center;
    margin: 1rem;
  }

  .point-graph img{
    width: 100%;
  }

  .point-plant{
    display: none;
  }

  .point-plant img{
    width: 70%;
    text-align: right;
  }

  #second-section-label2 h3{
    margin-top: 2rem;
  }

  .point-howto-description span{
    font-size: 0.6rem;
  }

  .point-howto{
    margin: 1rem; 
    align-items: center;
    gap: 1.6rem;
  }

  .point-howto-arrows{
    text-align: center;
  }

  .point-howto-description{
    text-align: center;
    margin: 1rem; 
  }

  .point-howto-imgs{
    text-align: center;
  }

  .point-howto-imgs img{
    width: 80%;
    padding: 1rem;
  }

  .arrow{
    display: none;
  }
  /* gocaポイントとは？　ここまで */

  /* gocaアプリ誕生！　ここから */
  .third-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #third-section-label1 h2{
    margin: 2rem;
    text-align: center;
  }

  #third-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  .app-release{
    text-align: center;
    margin: 3rem;
  }

  .app-release img{
    width: 80%;
  }

  #third-section-label2 h3{
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .app-function{
    position: relative;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    width: 370px;
  }

  .app-function:last-child{
    padding-top: 30px;
  }

  .number {
    position: absolute;
    top: -38px; /* 背景から半分上に出す */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .app-function p{
    text-align: center;
  }

  #item-content3:nth-of-type(even){
    font-weight: 600;
  }

  .app-function .number{
    font-size: 2rem;
    font-weight: 600;
    color: #007BBA;
  }

  #item-content4{
    margin: 1rem;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 0.5rem;
  }

  .app-caution p{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #FF5454;
  }

  .app-caution a{
    text-decoration: underline;
  }

  .app-caution .caution{
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
  }
  /* gocaアプリ誕生！　ここまで */

  /* gocaクレジットカード誕生！　ここから */
  .fourth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background-color: #F9F9F7;
  }

  #fourth-section-label1 h2{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #fourth-section-label1 p{
    text-align: center;
  }

  .credit-release{
    margin: 2rem;
    text-align: center;
  }

  .credit-release img{
    width: 90%;
  }

  .membership-special{
    text-align: center;
  }

  .membership-special p{
    font-size: 1.4rem;
    font-weight: 600;
  }

  .membership-special span{
    font-size: 1.2rem;
    font-weight: 600;
  }

  #item-content6{
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .credit-application{
    text-align: center;
  }

  .credit-application a{
    font-size: 0.9rem;
    font-weight: 600;
  }

  .credit-application{
    text-align: center;
    background: #F8EEC0;
    border-radius: 30px;
    width: 22rem;
    padding: 1rem;
    margin: 0 auto;
  }
  /* gocaクレジットカード誕生！　ここまで */

  /* gocaポイントに関するお問い合わせ　ここから */
  .fifth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #item-content7{
    margin: 0 3rem;
  }

  .inquiry-info{
    padding-left: 2rem;
  }

  .point-inquiry p{
    margin: 0 auto;
    line-height: 2;
  }

  .point-inquiry .annotation{
    font-size: 0.6rem;
    text-align: left;
    margin: 2rem auto;
  }

  .point-inquiry a{
    text-decoration: underline;
  }
  /* gocaポイントに関するお問い合わせ　ここまで */
}