@charset "UTF-8";

html {
  font-size: 62.5%;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {

}

body {
  font-size: 1.4rem;
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

p{
    line-height: 2.5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.wrap {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 1.6rem;
}


.wrap img{
    width: 100%;
}


/* すべての div 要素の子要素に対してフォントサイズを再指定 */
div > * {
  font-size: 1.6rem;
}



/* すべての div 要素に font-size: 0 を適用 */
div {
    font-size: 0;
}


.pink_col{
    color: #ff7fe4;
}

.ma{
    font-size: 1.1rem;
}






/*
.img_colum{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
*/

.img_colum_fin{
    margin-bottom: 0;
}


.voice_fir_text{
    font-size: 24px;
    font-weight: bold;
    color: #80683e;
    margin-top: -3rem;
}


.voice_fir_text {
    position: relative;
    padding: 1rem 1.5rem;
    text-align: center;
}

.voice_fir_text::before,
.voice_fir_text::after {
    position: absolute;
    top: 1.8rem;
    height: 6.8rem;
    content: '';
}

.voice_fir_text::before {
    border-left: solid 3px;
    left: 20%;
    transform: rotate(-30deg);
}

.voice_fir_text::after {
    border-right: solid 3px;
    right: 20%;
    transform: rotate(30deg);
}



.text_box{
    text-align: center;
    background-color: #ffcccc;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;

}

.flex_colom{
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    flex-direction: row;
    
}

.flex_wrap{
        background: #fff8d4;
        width: 100%;
        margin: 0 auto;
    
}

.flex_wrap h2{
    font-size: 3rem;
    color: #ed6f48;
    
}

.flex_text{
    width: 65%;
    text-align: left;
    margin-bottom: 2rem;
}

.flex_text p{
    font-size: 1.4rem;
}

.flex_text h3{
    font-size: 2rem;
    color: #ed6f48;
    line-height: 1.5;
    margin-top: 2rem;
    
}

.flex_img{
    width: 20%;
}

.btn img{
    width: 80%;
    margin-top: 1rem;
}

.ofer_btn{
    background: #D7B86D;
    padding: 1rem;
    color: black;
    font-weight: bold;
    font-size: 2rem;
    width: 500px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #ffffff;
    border-bottom: 0;
    margin: 0 auto;
    padding-bottom: 2rem;
}


.parent{
    position: relative;
    display: inline-block;
}
.parent::before {
    position: absolute;
    left: -1em;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #000;
    border-radius: 3px;
transform: rotate(-30deg);

}
.parent::after {
    position: absolute;
    right: -1em;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #000;
    border-radius: 3px;
transform: rotate(30deg);
}

.jikkan{
    font-size: 4rem;
    color: #ff00ff;
    font-weight: bold;
}


.orange_col{
    color: #ff8000;
    font-weight: bold;
    font-size: 2rem;
    background: #fdffb3; 
}

.ofrer_text{
text-align: left;
    background: #F8ECBD;
    padding: 2rem;
}

.ofrer_text h2{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}




@media (max-width: 768px) {
.wrap img{
    width: 100%;
}
    
.ofer_btn{
    width: 90%;
}

}








.size_1 img {
  width: 50%;
}

.yellow {
  background: linear-gradient(transparent 35%, #ffffbc 35%);
}

.pink {
  background: linear-gradient(transparent 35%, #FFDFEF 35%);
  display: inline-block;
}

.co-red {
  color: #ff0000;
}

.text_box_bold {
  font-weight: bold;
}

.big_text {
  font-size: 2.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem!important;
}

.tx_line{
        line-height: 1.5;
}

.tx_font{
    font-size: 2rem;
}

.tx_font2{
        font-size: 3rem;
    
}

.tx_bold{
    font-weight: bold;
    line-height: 1.5;
}

.text_left{
    text-align: left;
}

.mt-0{
    margin-top: 0;
}

.mb-0{
    margin-bottom: 0;
}

footer p{
    text-align: center;
    background-color: #ededed;
    margin-top: 5rem;
}

    .w-40{
    width: 40%;
    margin: 0 auto;
}

    .red_col{
            color: #ff0000;
    }

.small_txt{
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
    margin-top: -5rem;
}


/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    img{
        width: 100%;
    }    
    
  .wrap {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  .wrap {
    width: 95%;
  }

  .size_1 img {
    width: 70%;
  }
}

@media (max-width: 800px) {
  .wrap {
    width: 100%;
    font-size: 1.4rem;
  }

  .size_1 img {
    width: 80%;
  }

  .big_text {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }

  body {
    font-size: 1.3rem;
    line-height: 2;
  }

  .wrap {
    width: 100%;
    padding: 0;
  }

  .size_1 img {
    width: 90%;
  }

  .big_text {
    font-size: 1.8rem;
  }

  .mb-2, .mt-2 {
        padding-top: 3rem;
  }
    
    .text_box {
    text-align: center;
    background-color: #ffcccc;
    width: 87%;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 1rem;
}
    
    .flex_wrap {
    background: #fff8d4;
    width: 95%;
    margin: 0 auto;
    padding: 1rem;
}
    
    .flex_colom {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
}
    .flex_img {
    width: 25%;
}
    
    .text-box{
        width: 90%;
        margin: 0 auto;
    }
    
.orange_col {
    color: #ff8000;
    font-weight: bold;
    font-size: 2.5rem;
}
    


    
    footer p{
    text-align: center;
    background-color: #ededed;
    margin-top: 0;
}
    
    
    .voice_fir_text::before {
    border-left: solid 3px;
    left: 10%;
    transform: rotate(-30deg);
}

.voice_fir_text::after {
    border-right: solid 3px;
    right: 10%;
    transform: rotate(30deg);
}

}
