@charset "UTF-8";


/* 設備仕様 / 共通 */
.contents .Txt_note {
  font-size: 12px !important;
  letter-spacing: 0;
  padding-top: 6px;
}

.copy {
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  line-height: 1.8;
}
.sub_copy {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding-bottom: 30px;
}

.eq_main{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  justify-content: space-between;
  align-items: center;
}
.eq_maincopy_Box{
  width: 38%;
  text-align: left;
}
.eq_maincopy_Box h2{
  font-size: clamp(28px,3.34vw,40px);
  letter-spacing: 0.08em;
  color: #58aacd;
  border-bottom: #58aacd 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 50px;
}
.eq_maincopy_Box h2 span{
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  transform: scale(1.2, 1);
  transform-origin: left bottom;
  font-style: normal;
  letter-spacing: 0.03em;
}

.eq_main figure{
  width: 60%;
}
.eq_main.toilet figure{
  width: 50%;
}

.eq_main .eq_maincopy_Box figure{
  width: 100%;
}

.eq_main.nophoto{
  margin: 0 auto 20px;
}
.eq_main.nophoto .eq_maincopy_Box{
  width: 100%;
  text-align: center;
}
.eq_main .Txt_note {
  display: inline-block;
  /* margin-bottom: 25px; */
  padding-top: 0;
}

.in-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.con_box {
}
.con_box h4 {
  font-size: clamp(16px,1.5vw,18px);
  color: #58aacd;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.con_box h4 + p{
  padding-top: 0.5em;
}
.con_box h4 span a {
  color: #c48f0e;
}
.con_box figure + h4{
  padding-top: 0.5em;
}

.con_box h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.con_box p {
  font-size: 14px !important;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.8;
}
.con_box p + figure {
  padding-top: 0.8em;
}
.con_box p + ul {
  padding-top: 0.8em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.con_box p + .Txt_note {
  display: inline-block;
  padding-top: 1.0em;
}
.con_box p.align_R {
  text-align: right;
}
.con_box .notes {
  margin-top: 10px;
  font-size: 10px !important;
  padding: 0;
  text-indent: 0;
}

.column2 ul.flex {
  gap:40px 4%;
}
.column2 ul li {
  width: calc((100% - 4%) / 2);
  max-width: 580px;
}
li.w100 {
  width: 100%;
  max-width: 100%;
}
.column2 ul.flex.wrap {
  flex-wrap: wrap;
}

.column2 ul li.flex {
  gap: 20px;
}
.column2 ul li.flex > * {
  width: calc((100% - 20px) / 2);
}

.column3 ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.column3 ul li {
  width: calc((100% - 4%) / 3);
  max-width: 424px;
}
.column3 ul li:nth-child(n+4) {
  margin-top: 60px;
}
.column3 ul li h4 {
  letter-spacing: 0.05em;
  padding-top: 20px;
}


.column4 ul.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 2%;
}
.column4 ul li {
  width: 23%;
}
.column4 ul li.w50 {
  width: 48%;
}
.column4 ul li.w50.flex {
  gap: 20px;
}
.column4 ul li.w50.flex > * {
  width: calc((100% - 20px) / 2);
}
.column4 ul li h4 {
  letter-spacing: 0.05em;
}


.column40-60 {
  margin-bottom: 60px;
}
.column40-60 ul.flex {
  justify-content: space-between;
}
.column40-60 ul li:nth-child(1) {
  max-width: 324px;
  margin-right: 1.8%;
}
.column40-60 ul li:nth-child(2) {
  max-width: 658px;
}
.column40-60 ul li p {
  font-size: 14px !important;
}

.column60-40 {
  margin-bottom: 60px;
}
.column60-40 ul.flex {
  justify-content: space-between;
}
.column60-40 ul li {
  width: 100%;
}
.column60-40 ul li:nth-child(1) {
  width: 60%;
  max-width: 580px;
  margin-right: 2%;
}
.column60-40 ul li:nth-child(2) {
  width: 40%;
  max-width: 400px;
}
.column60-40 ul li .w50 {
  justify-content: space-between;
}
.column60-40 ul li.txt-height p {
  min-height: 6.5em!important;
}
.column60-40 ul li .w50 li {
  width: 49%;
  max-width: 188px;
}

.column65-35 {
}
.column65-35 ul{
  display:flex;
  flex-wrap:wrap;
  gap: 20px 2%;
}
.column65-35 ul li:nth-child(1) {
  width: 66%;
}
.column65-35 ul li:nth-child(2) {
  width: 31%;
}

.column70-30 ul{
  display:flex;
  flex-wrap:wrap;
  gap: 20px 2%;
}
.column70-30 ul li:nth-child(1) {
  width: 69%;
}
.column70-30 ul li:nth-child(2) {
  width: 29%;
}


.layout3 ul.flex li:nth-child(1) {
  width: 30%;
}
.layout3 ul.flex li:nth-child(1) h4 {
  letter-spacing: 0.05em;
}
.layout3 ul.flex li:nth-child(2) {
  width: 67.5%;
  max-width: none;
}



/* 設備仕様 / 個別 */
.kitchen_Area{
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.bathroom_Area{
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.bathroom_Area .autobath figure {
  padding-bottom: 20px;
}
.bathroom_Area .autobath figure .cap_Txt {
  right: 70%;
}
.bathroom_Area .bathroom.column4 ul li.w50.flex.linen .linenL {
  width: 56%;
}
.bathroom_Area .bathroom.column4 ul li.w50.flex.linen .linenR {
  width: calc(44% - 20px);
}
.bathroom_Area .bathroom.column4 ul li.w50.flex.linen .linenR .Txt_note {
  display: inline-block;
}
.toilet .eq_maincopy_Box{
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.comfort_Area .con_box + .con_box {
  margin-top: 60px;
}
.comfort_Area .con_box p + h4,
.comfort_Area .con_box .Txt_note + h4 {
  padding-top: 1.5em;
}
.comfort_Area .wide-sasshi h4:last-of-type {
  margin: 20px 0 0;
}
.comfort_Area .centeropen figure .cap_Txt:first-of-type {
  right: 44.5%;
}

.other_Area .eq_maincopy_Box h2 span{
  transform-origin: center bottom;
}
.other_Area .con_box + .con_box,
.other_Area .ele_fee {
  margin-top: 60px;
}
.other_Area .takuhaibox .cap_Txt:first-of-type {
  right: 54%;
}
.other_Area .net_ttl img {
  display: inline-block;
  position: relative;
  top: 0.3em;
  width: 110px;
  margin: 0 .3em;
}
.other_Area .net_ttl .column65-35 ul li:nth-child(2) {
  margin-bottom: 5px;
}
.other_Area .logo_flex {
  display: flex;
  /* gap: 20px; */
  gap: 10px;
  flex-direction: column;
}
.other_Area .logo_flex .sp {
  display: none;
}
.other_Area .logo_flex p {
  /* padding-top: 9.8px;
  width: 67%; */
  padding-top: 0.5em;
}
.other_Area .logo_flex figure {
  display: flex;
  align-items: center;
  padding: 0;
  /* width: calc(33% - 20px); */
  width: 50%;
}
.other_Area .logo_flex figure img {
  display: block;
  width: 50%;
}
.other_Area .wifi {
  display: flex;
  border: 1px solid #cccccc;
  /* padding: 20px 20px; */
  /* gap: 20px; */
  /* margin: 9.8px 0; */
  gap: 10px;
  padding: 10px 20px;
  flex-direction: column;
}
.other_Area .wifi h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  width: 320px;
}
.other_Area .wifi h4 img {
  display: block;
  width: 70px;
}
.other_Area .ele_fee .bgRed {
  background: #a40000;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin: 1em 0 0;
  letter-spacing: 0.05em;
}
.other_Area .ele_fee .bgRed p span { font-size: 1.3em;}
.other_Area .flex.out_block {
  gap: 40px;
}
.other_Area .flex.in_block {
  gap: 20px;
  width: 50%;
}
.other_Area .u-btm {
  bottom: -7px;
}
.other_Area .column2.wrapper {
  margin: 60px 0 80px 0;
}
.other_Area .amazon {
  padding-bottom: 40px;
}
.other_Area .amazon > ul > li:first-child {
  width: calc(100% - 400px);
}
.other_Area .amazon > ul > li:nth-child(2) {
  /* width: 154px; */
  width: 370px;
  margin-left: 30px;
}
.other_Area .amazon .point {
  gap: 0.7em;
}
.other_Area .amazon .point h4{
  font-size: 14px !important;
}
.other_Area .amazon .point h4 + p {
  padding-top: 0;
}
.other_Area .m-relief {
  max-width: 751px;
  margin: 100px auto 0;
}
.other_Area .m-relief a {
  transition: .3s;
}
.other_Area .m-relief a:hover {
  opacity: .6;
}

.other_Area .pickup {}
.other_Area .pickup.con_box h4 {
  color: #b60081;
}
.other_Area .pickup h5 {
  width: 100%;
  background-color: #b60081;
  color: #fff;
  padding: 1em 2em;
  margin-bottom: 0;
  font-size: clamp(13px,1.5vw,18px);
}
.other_Area .pickup .pickup_01 {
  align-items: flex-end;
  margin-bottom: 30px;
}
.other_Area .pickup .pickup_01 > div {
  width: calc(100% - 439px);
}
.other_Area .pickup .pickup_01 > figure {
  width: 409px;
  margin: 0 0 0 30px;
}
.other_Area .pickup .pickup_02 {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fdf7fb;
  margin-bottom: 30px;
}
.other_Area .pickup .pickup_02 ul {
  padding: 2em;
  flex-wrap: wrap;
  gap: 20px;
}
.other_Area .pickup .pickup_02 ul li {
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
}
.other_Area .pickup .pickup_02 ul li img {
  width: 74px;
}
.other_Area .pickup .pickup_02 ul li div {
  width: calc(100% - 94px);
  margin-left: 20px;
}
.other_Area .pickup .pickup_02 ul li div span {
  font-weight: 700;
  color: #b60081;
  display: block;
  margin-bottom: 0.5em;
}
.other_Area .pickup .pickup_02 ul li div p {}

.other_Area .pickup .pickup_03 {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fdf7fb;
}
.other_Area .pickup .pickup_03 ul li {
  position: relative;
}
.other_Area .pickup .pickup_03 ul li img {
  position: absolute;
  width: min(7vw,103px);
  top: 5px;
  right: 0;
}
.other_Area .pickup .pickup_03 ul li div {
  padding: 0.75em 50px 1em 2em;
}
.other_Area .pickup .pickup_03 ul li:nth-child(1) {
  width: 26%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(2) {
  width: 34%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) {
  width: 40%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) img {
  width: min(14vw,228px);
  top: 0;
}
.other_Area .pickup .pickup_03 ul li div p {
  margin-right: 25%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) div p {
  margin-right: 40%;
}

/*=========================================================================================================
調整
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {


}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /*=== 共通 ===*/
  .contents {
    width: 100%;
  }
  #main_Wrap .cap_R {
    right: 5px;
  }
  #main_Wrap img {
    width: 100%;
  }

  /*=== 個別 ===*/
  .other_Area .pickup h5 {
    padding: 1em;
  }
  .other_Area .pickup .pickup_01 > div {
    width: calc(100% - 340px);
  }
  .other_Area .pickup .pickup_01 > figure {
    width: 320px;
    margin: 0 0 0 20px;
  }
  .other_Area .pickup .pickup_02 {
    border-radius: 15px;
  }
  .other_Area .pickup .pickup_02 ul {
    padding: 1em;
  }
  .other_Area .pickup .pickup_02 ul li img {
    width: 60px;
  }
  .other_Area .pickup .pickup_02 ul li div {
    width: calc(100% - 80px);
    margin-left: 20px;
  }
  .other_Area .pickup .pickup_03 {
    border-radius: 15px;
  }
  .other_Area .pickup .pickup_03 ul li div {
    padding: 0.75em 0 1em 1em;
  }

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  /* 設備仕様 / 共通 */
  .contents  .Txt_note {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .copy {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
  }
  .sub_copy {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .toilet .sub_copy {
    padding-bottom: 20px;
  }
  .eq_main{
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .eq_main.nophoto{
    margin: 0 auto 40px;
  }
  .eq_maincopy_Box,
  .eq_main figure{
    width: 100%;
  }
  /*.eq_main.toilet figure {
    width: 100%;
  }*/
  /* .eq_main .eq_maincopy_Box figure {
    width: 100%;
    margin: 0 0 20px;
  } */
  .eq_maincopy_Box h2{
    margin-bottom: 20px;
    text-align: center;
  }
  .eq_maincopy_Box h2 span{
    transform-origin: center bottom;
  }
  .eq_main .eq_maincopy_Box figure,
  .eq_main figure,
  .eq_main.toilet figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
  }

  .con_box h4 {
    line-height: 1.4;
  }
  .con_box figure + h4.sp {
    padding-top: 0.7em;
  }
  .con_box h4.font_s17 {
    font-size: 16px;
  }
  .con_box h4.font_s14 {
    font-size: 15.6px;
  }
  .con_box h4 span {
    padding-left: 0px;
  }
  .con_box p {
    letter-spacing: 0;
  }

  .column2 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 ul li {
    width: 100%;
    max-width: 100%;
  }

  .column2 ul li.flex {
    flex-direction: column;
    gap: 13px;
    width: 48%;
    max-width: 48%;
  }
  .column2 ul li.flex > * {
    width: 100%;
  }

  .column3 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column3 ul li {
    width: 48.5%;
    max-width: 100%;
  }
  .column3 ul:not(:last-of-type) li:last-child,
  .column3 ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .column3.set01 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .column3 ul li:nth-child(n+4) {
    margin-top: 0;
  }
  
  .column4 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 2%;
  }
  .column4 ul li {
    width: 48.5%;
    max-width: 100%;
  }
  .column4 ul li.w50 {
    width: 100%;
  }

  .column40-60 {
    margin-bottom: 40px;
  }
  .column40-60 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column40-60 ul li:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .column40-60 ul li:nth-child(2) {
    max-width: 100%;
  }
  .column40-60 ul li p {
    font-size: 14px !important;
  }


  .column60-40 {
    margin-bottom: 40px;
  }
  .column60-40 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column60-40 ul li {
    width: 100%;
  }
  .column60-40 ul li:nth-child(1) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .column60-40 ul li:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .column60-40 ul li .w50 {
    justify-content: space-between;
  }
  .column60-40 ul li .w50 li {
    width: 49%;
    max-width: unset;
  }

  .column65-35 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .column65-35 ul li:nth-child(2) {
    width: 100%;
  }

  .column70-30 ul li:nth-child(1) {
    width: 100%;
  }
  .column70-30 ul li:nth-child(2) {
    width: 100%;
  }
  .column60-40 ul li.txt-height {
    margin-bottom: 30px;
  }
  .layout3 ul.flex li:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .layout3 ul.flex li:nth-child(2) {
    width: 100%;
    max-width: none;
  }

  /* 設備仕様 / 個別 */
  .kitchen_Area {
    gap: 40px 0;
  }

  .bathroom_Area .bathroom.column4 ul li.w50.flex {
    flex-direction: column;
    gap: 13px;
    width: 48.5%;
    max-width: 100%;
  }
  .bathroom_Area .bathroom.column4 ul li.w50.flex > * {
    width: 100%;
  }
  /*.bathroom_Area .column3.bathroom > ul > li:nth-child(n+3) {
    margin-top: 0;
  }*/
  .bathroom_Area .bathroom.column4 ul li.w50.flex.linen {
    width: 100%;
    flex-direction: row;
  }
  .bathroom_Area .bathroom.column4 ul li.w50.flex.linen .linenL {
    width: 50%;
  }
  .bathroom_Area .bathroom.column4 ul li.w50.flex.linen .linenR {
    width: calc(50% - 20px);
  }
  .toilet .eq_maincopy_Box {
    width: 100%;
  }

  .comfort_Area .eq_main {
    margin: 0 auto 40px;
  }
  .comfort_Area .con_box + .con_box {
    margin-top: 40px;
  }
  .comfort_Area .column2.gaptype_01 ul.flex {
    gap:20px 0;
  }
  .comfort_Area .centeropen ul.flex li:nth-child(1) {
    order:2;
  }
  .comfort_Area .centeropen ul.flex li:nth-child(2) {
    order:1;
  }
  .comfort_Area .ventilation ul.flex li:nth-child(1) {
    order:2;
  }
  .comfort_Area .ventilation ul.flex li:nth-child(2) {
    order:1;
  }
  .comfort_Area .ventilation .cap_Txt{
  bottom: 0;
  }
  .comfort_Area .talltype ul.flex li:nth-child(1) {
    order:2;
  }
  .comfort_Area .talltype ul.flex li:nth-child(2) {
    order:1;
  }
  .comfort_Area .closet ul.flex li:nth-child(1) {
    order:2;
  }
  .comfort_Area .closet ul.flex li:nth-child(2) {
    order:1;
  }

  .other_Area .column2.gaptype_01 ul.flex {
    gap: 20px 0;
  }
  .other_Area .logo_flex {
    flex-direction: column;
    gap:0;
  }
  .other_Area .logo_flex p {
    padding-top: 9.8px;
    width: 100%;
  }
  /*.other_Area .logo_flex figure {
    padding: 0 !important;
    width: 100%;
    max-width: 400px;
    gap: 5%;
  }*/
  .other_Area .net_ttl .column65-35 ul li:nth-child(1) {
    margin-bottom: 0;
  }
  .other_Area .net_ttl .column65-35 ul li:nth-child(2) {
    margin-bottom: 5px;
  }
  .other_Area .net_ttl .logo_ntt.sp {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .other_Area .net_ttl .logo_ntt.sp img {
    width: 100%;
    margin: 0 auto;
  }
  .other_Area .net_ttl .logo_ntt.pc {
    display: none;
  }
  .other_Area .wifi {
    flex-direction: column;
    gap: 10px;
  }
  .other_Area .wifi h4 {
    width: 100%;
    font-size: clamp(14px,4vw,23px);
    gap: 10px;
  }
  .other_Area .wifi h4 img {
    /* width: 3em; */
    width: 2.0em;
  }
  .other_Area .flex.out_block {
    flex-direction: column;
  }
  .other_Area .flex.in_block {
    flex-direction: column-reverse;
    width: 100%;
  }
  .other_Area .flex.in_block .item_img{
    width: 100%;
    margin: 0 auto;
  }
  .other_Area .column2.wrapper {
    margin: 40px 0 70px 0;
  }
  .other_Area .net_ttl img {
    width: 90px;
    margin: 0 .2em;
  }
  .other_Area .ele_fee ul.flex li:nth-child(1) {
    order:2;
  }
  .other_Area .ele_fee ul.flex li:nth-child(2) {
    order:1;
  }
  .other_Area .amazon {
    padding-bottom: 20px;
  }
  .other_Area .amazon > ul {
    /* flex-direction: column-reverse; */
    flex-direction: column;
  }
  .other_Area .amazon > ul > li:first-child {
    width: 100%;
  }
  .other_Area .amazon > ul > li:nth-child(2) {
    width: 70%;
    /* margin: 0 auto 20px; */
    margin: 20px auto 0;
  }
  .other_Area .m-relief {
    margin: 60px auto 0;
  }


.other_Area .pickup h5 {
  padding: 1em;
  font-size: 16px;
}
.other_Area .pickup .pickup_01 {
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.other_Area .pickup .pickup_01 > div {
  width: 100%;
}
.other_Area .pickup .pickup_01 > figure {
  width: 100%;
  margin: 15px 0 0;
}
.other_Area .pickup .pickup_02 {
  border-radius: 10px;
}
.other_Area .pickup .pickup_02 ul {
  padding: 1em;
  gap: 15px;
}
.other_Area .pickup .pickup_02 ul li {
  width: 100%;
}
.other_Area .pickup .pickup_02 ul li img {
  width: 50px;
}
.other_Area .pickup .pickup_02 ul li div {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.other_Area .pickup .pickup_02 ul li div span {
  font-size: 15px;
  margin-bottom: 0.5em;
}
.other_Area .pickup .pickup_02 ul li div p {
  font-size: 14px;
  line-height: 1.3;
}

.other_Area .pickup .pickup_03 {
  border-radius: 10px;
}
.other_Area .pickup .pickup_03 ul {
  flex-direction: column;
}
.other_Area .pickup .pickup_03 ul li h5 {
  line-height: 1.2;
}
.other_Area .pickup .pickup_03 ul li img {
  width: min(23vw,103px);
  top: 10px;
  right: 10px;
}
.other_Area .pickup .pickup_03 ul li div {
  padding: 0.75em 50px 1em 1em;
}
.other_Area .pickup .pickup_03 ul li:nth-child(1) {
  width: 100%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(2) {
  width: 100%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) {
  width: 100%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) img {
  width: min(44vw,228px);
  top: 0;
  right: 0;
}
.other_Area .pickup .pickup_03 ul li div p {
  margin-right: 20%;
}
.other_Area .pickup .pickup_03 ul li:nth-child(3) div p {
  margin-right: 15%;
}

}

/*=========================================================================================================
sp 調整
=========================================================================================================*/
@media screen and (max-width: 360px) {



}
