@media screen and (max-width: 767px) {
    .welcome {
    top: 1%;
    left: 2vw;
    width: 96vw;
    height: 88vh;
     padding: 5vh 0 5vh 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.welcomeMemo{
    font-size: 13.5px;
    margin-top: 10px;
}

.welcomeDate{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcomeAbout{
    width: 80%;
    display: block;
    font-size: 12px;
    margin: 0;
    margin-bottom:5vh;
    margin-top: auto;
    text-align:left;
}
.phoneBR{
    display: inline;
}

.welcomeTrigger {
    /*margin-bottom: auto;*/
    margin-top: 13px;
    padding: 7px 20px;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
    text-align: left;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 0 2vw 0.25vw rgba(210, 210, 210, 0.473);
}

.changes {
  width: 80vw;
  overflow-y: auto;
  overflow-x: hidden;
   /*max-height: 800px; /* 中身に合わせて十分な高さを指定 */
}

.welcomeText {
    font-size: 15px;
    margin: 2vw;
}

.selectItem {
    padding: 4vh;
    padding-top: 0;
    width: 80%;
}

.changes form label {
    width: 20%;
    font-size: 16px;
    /*margin-left: 15px;*/
    flex-shrink: 0;
    white-space: nowrap;
}

.changes form {
    margin: 0;
    /*margin-top: 5%;*/
}

.changes form select {
    width: 70%;
    font-size: 16px;
    padding: 5px;
    padding-left: 15px;
flex-shrink: 0;
}

.month-day {
   /*flex-direction: column;*/
   gap: 5vw;
   /*margin-left: 20%;*/
    /*width: 50%;*/
    padding-left: 0;
    padding-right: 0;
}

.month-day div{
    width: 80px;
    /*text-align: center;*/
}

.month-day form{
    width:100%;
    flex-direction: row!important;
    align-items: center; /* 上下中央揃え */
    white-space: nowrap!important; /* ラベルとセレクトボックスを絶対に改行させない */
    gap: 7px;
}

.place{
    width: 70%;
}
.place form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.place label{
    align-self: center !important;
    text-align: center;
    margin: 0;
    width: 100vh;
}

/*ヘッダー*/

.phoneHeader{
   position: sticky;
    top: 0.5vw;       /* スマホの時だけ浮かせたい位置 */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96vw;
    margin: 0 auto;
    z-index: 500;
}

header {
    display: flex;
  /*position:sticky;
  top: 1vw;
  left: 0;*/
  width: 100%;
  /*container-type: inline-size;*/
  z-index: 200;
  /* その他スタイルは上記と同じ */
  margin: 0;
  margin-top: 2vw;
  margin-bottom:5vw;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  align-items: center;
}

/*header.phoneScroll{
    box-shadow: 0 0 5px 5px #f3f3f3;
}*/

header div{
    display: flex;
}

header.scroll{
    width: 100%;
    margin-top: 0vw;
    margin-bottom:-1vw;
}

header.scroll .header-logo{
    width: 80%;
}


header a{
    width: 25vw;
    margin-left: 2vw;
    margin-top: 1.5vw;
}

header li.phoneNavi{
  display: block;
}

header li{
  display: none;
}

.navi-links {
    /*display: flex;*/
    margin: 0;
    margin-left: 3vw;
    padding-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    /*animation: fadeIn 1.2s ease-in-out 0.6s forwards;
    opacity: 0;*/
}

.navi-links li{
    font-size: 3vw;
    margin: 1.5vw 0;
}

header li.scroll {
  display: block;
  font-size: /*11cqi*/6.5vw;
  margin: 0;
  margin-left: -3vw;
}



.phoneList{
    display: none;
}

.phoneList.touchHeader.scroll{

    opacity: 0;
  transform: translateY(-3vw); /* 20px分、上にずらしておく */ 
  transition: all 0.2s ease-out;
  pointer-events: none;
}

.phoneList.scroll{
     display: flex;
    /*position: fixed; */   /* 画面に対して固定 */
    /*top: 16vw;*/
     background-color: rgba(245, 245, 245, 0.9);
  backdrop-filter: blur(5px);
    margin: 0;
    margin-left: 0vw;
    padding-left: 0;
    width: 100%;
    z-index: 199;
    align-items: center;
    justify-content: space-around;
    border-radius: 0 0 5px 5px;
    
    opacity: 1;
  transform: translateY(0);    /* 元の位置に戻る */
  transition: all 0.4s ease-out;
  pointer-events: auto;
}

.phoneList li{
    /*list-style-type: none;*/  
    font-size: 3vw;
    margin: 3vw 0;
}


.topTrigger {
  bottom: 1.5vw;
  right: 2.5vw;
  width: 9vw;/*100*/
}

main {
    text-align: center;
    width: 95vw;
    /*max-width: 1000px;*/
    margin: 0 auto;
margin-left: auto;
    
}

#makeSORAMOYOU{
    margin-left: 0vw;
}

.main-image{
    width: 97%;
}

.whenThisSORAMOYOU p{
    padding: 5vw;
    font-size: 4.4vw;
    line-height: 2;
}

.changeList {
    width: 65%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    /*padding: 1vw;*/
    /*border-radius: 20px;*/
    overflow: auto;
}
.changeList.open{
    width: 90%;
    bottom: 1vw;
}

.changeDateBanner {
    margin-left: 4vw;
    font-size: 3.75vw;
    padding: 1.5vw;
}

.changeLayer {
    width: 65%;
    margin-top: 1vw;
    margin-bottom: 5vw;
    /*padding: 1vw;*/
    /*border-radius: 20px;*/
    overflow: auto;
}
.changeLayer.open{
    width: 90%;
    bottom: 1vw;
}

.changeLayerBanner {
    margin-left: 4vw;
    font-size: 3.75vw;
    padding: 1.5vw;
}

.changeLayerOpen div{
    margin-top: 0vw;
}

.changeLayerOpen div label{
    font-size: 3vw;
}

/* whatIsSORAMOYOU */
.CatchPhrase {
    padding-top: 25vw;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    margin-bottom: 10vw;
}

.main-logo {
    width: 70%;
    margin-bottom: 6vw;
}

.highlight-text {
    font-size: 5vw;
    line-height: 28vw;
}

.description {
    font-size: 3.8vw;
    line-height: 11vw;
    margin-top: 0vw;
    margin-bottom: 10vw;
}


#howToLook {
    padding-top: 30vw;
}

.layerImage {
    width: 75vw;
}

.layerText{
    font-size: 2.5vw;
}

.arrow{
    margin: 5vw;
  font-size: 5vw;
}

.howToLookImage {
    width: 90vw;
    height: auto;
    margin-left: -4vw;
}

.listTitle {
    font-size: 4.75vw;
    margin-top: 30vw;
    margin-left: 0vw;
    text-align: center;
}

.patternList{
    gap: 8vw;
    padding: 5vw;
    padding-bottom: 10vw;     
}

.patternItem {
    width: 30vw;
}

.patternItem p {
    font-size: 4.5vw;
}

.etc{
    font-size: 3vw;
}


#exampleProducts {
    padding-top: 20vw;
}
.exampleText{
    font-size: 5vw;
    margin-bottom: 8vw;
}

.productsList{
    gap: 4vw;
    padding: 5vw;
}
.productItem {
    width: 34vw;        /* 揃えたい横幅 */
  height: 40vw;       /* 揃えたい高さ */
  overflow: hidden;
}

.andMore {
    font-size: 4vw;
    margin-top: 5vw;
    margin-bottom: 20vw;   
}



footer {
    padding: 5vw;
}


.footerText {
    font-size: 3vw;
    margin-bottom: 0.5vw;
}

footer div{
    flex-direction: column;
    margin-bottom: 1.5vw;
}

footer p{
    margin: 0vw;
}

.footerNavi {
    padding: 0;
    padding-left: 0vw;
}

.footerNavi li {
  font-size: /*8.5cqi*/2vw;
}

.credits p{
    font-size: 2vw;
}

.credits a{
    font-size: 2vw;
}

.copy{
    display: block;
    padding-top: 0.5vw;
    font-size: 2vw;
}



}