@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  /* font-family */
  --font-family-main: "Noto Sans JP", sans-serif;

  /* font-size */
  --font-size-1px: 0.15625vw;
  --font-size-2px: 0.3125vw;
  --font-size-3px: 0.46875vw;
  --font-size-4px: 0.625vw;
  --font-size-5px: 0.78125vw;
  --font-size-6px: 0.9375vw;
  --font-size-7px: 1.09375vw;
  --font-size-8px: 1.25vw;
  --font-size-9px: 1.40625vw;
  --font-size-10px: 1.5625vw;
  --font-size-11px: 1.71875vw;
  --font-size-12px: 1.875vw;
  --font-size-13px: 2.03125vw;
  --font-size-14px: 2.1875vw;
  --font-size-15px: 2.34375vw;
  --font-size-16px: 2.5vw;
  --font-size-17px: 2.65625vw;
  --font-size-18px: 2.8125vw;
  --font-size-19px: 2.96875vw;
  --font-size-20px: 3.125vw;
  --font-size-21px: 3.28125vw;
  --font-size-22px: 3.4375vw;
  --font-size-23px: 3.59375vw;
  --font-size-24px: 3.75vw;
  --font-size-25px: 3.90625vw;
  --font-size-26px: 4.0625vw;
  --font-size-27px: 4.21875vw;
  --font-size-28px: 4.375vw;
  --font-size-29px: 4.53125vw;
  --font-size-30px: 4.6875vw;
  --font-size-31px: 4.84375vw;
  --font-size-32px: 5vw;
  --font-size-33px: 5.15625vw;
  --font-size-34px: 5.3125vw;
  --font-size-35px: 5.46875vw;
  --font-size-36px: 5.625vw;
  --font-size-37px: 5.78125vw;
  --font-size-38px: 5.9375vw;
  --font-size-39px: 6.09375vw;
  --font-size-40px: 6.25vw;
  --font-size-41px: 6.40625vw;
  --font-size-42px: 6.5625vw;
  --font-size-43px: 6.71875vw;
  --font-size-44px: 6.875vw;
  --font-size-45px: 7.03125vw;
  --font-size-46px: 7.1875vw;
  --font-size-47px: 7.34375vw;
  --font-size-48px: 7.5vw;
  --font-size-49px: 7.65625vw;
  --font-size-50px: 7.8125vw;
  --font-size-51px: 7.96875vw;
  --font-size-52px: 8.125vw;
  --font-size-53px: 8.28125vw;
  --font-size-54px: 8.4375vw;
  --font-size-55px: 8.59375vw;
  --font-size-56px: 8.75vw;
  --font-size-57px: 8.90625vw;
  --font-size-58px: 9.0625vw;
  --font-size-59px: 9.21875vw;
  --font-size-60px: 9.375vw;

  /* font-weight */
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;
}

@font-face {
  font-family: 'icomoon';
  src: url('../img/fonts/icomoon.eot?mxtsvk');
  src: url('../img/fonts/icomoon.eot?mxtsvk#iefix') format('embedded-opentype'),
    url('../img/fonts/icomoon.ttf?mxtsvk') format('truetype'),
    url('../img/fonts/icomoon.woff?mxtsvk') format('woff'),
    url('../img/fonts/icomoon.svg?mxtsvk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-impression_icon256:before {
  vertical-align: top;
  content: "\e900";
  color: #666;
  font-size: var(--font-size-16px);
}




.red {
  color: #FF2626;
}

.yellow_marker {
  background: linear-gradient(transparent 60%, #FBFF3E 50%);
}

.font-size-45px {
  font-size: var(--font-size-45px);
}

.bold {
  font-weight: var(--font-weight-700);
}

.scroll-container {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 40px;
}

.box {
  display: inline-block;
  width: 62.5vw;
  max-width: 400px;
  height: auto;
  background-color: #fffefe;
  margin-right: 3.125vw;
  padding: 1.5625vw;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.box-header {
  display: flex;
  margin-bottom: 1.5625vw;
}

.avatar {
  width: 9.375vw;
  height: 9.375vw;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  margin-right: 1.5625vw;
}

.account-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 50vw;
}

.account-name-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.account-name {
  font-weight: bold;
  margin-right: 0.78125vw;
  font-size: var(--font-size-18px);
}

.account-id {
  font-size: var(--font-size-16px);
  color: #666;
  width: 10.9375vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.post-time-wrapper {
  font-size: var(--font-size-16px);
  color: #666;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 0.78125vw;
}

.post-time {
  margin-right: 0.78125vw;
}

.ellipsis {
  font-weight: bold;
}

/* .post-content {
  margin: 1.5625vw 0;
} */

.post-content p {
  font-size: var(--font-size-17px);
  font-weight: var(--font-weight-300);
  margin-bottom: 0.78125vw;
}

.post-image {
  width: 48.4375vw;
  height: auto;
  /* margin-top: 1.5625vw; */
  object-fit: cover;
  object-position: center;
  /* aspect-ratio: 500/668; */
}

.post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25vw;
  flex-wrap: wrap;
}

.post-actions-left {
  display: flex;
  justify-content: space-between;
  width: 65.625vw;
  /* margin-bottom: 1.25vw; */
}

.post-actions-right {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.post-actions i {
  font-size: 2.5vw;
  color: #666;
}

.post-actions-right i {
  margin-left: 1.5625vw;
}

.action-wrapper {
  display: flex;
  align-items: center;
}

.like-count,
.comment-count,
.retweet-count,
.chart-count {
  font-size: var(--font-size-14px);
  color: #666;
  margin-left: 0.78125vw;
  vertical-align: bottom;
  line-height: 1.0;
}

.margin-left {
  display: flex;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 10px;
}




body {
  background-image: url(../img/pattern_bg.jpg);
  background-size: 300px 150px;
  background-repeat: repeat;
  font-family: var(--font-family-main);
}

.section1_contents {
  padding: 0px 15px;
}

h1 {
  font-size: var(--font-size-30px);
  font-weight: var(--font-weight-700);
}

.date {
  float: right;
  line-height: 2.0;
  font-size: var(--font-size-25px);
  font-weight: var(--font-weight-400);
}

.list5 {
  padding-top: 25px;
}

.list5 ul,
.list5 ol {
  margin: 3em 0 0 0;
  border: solid 2px #1D9BF0;
  padding: 0.3em 0.5em;
  position: relative;
  color: #000;
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-25px);
  list-style-type: none;
  background-color: #fff;
}

.list5 ol {
  counter-reset: number;
}

.list5 ul li,
.list5 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
  border-bottom: dashed 1px #1D9BF0;
}

.list5 ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: var(--font-weight-400);
  content: "\f14a";
  left: 0.5em;
  color: #1D9BF0;
}

.list5 ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #1D9BF0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}

.list5 ul li:after,
.list5 ol li:after {
  background: #1D9BF0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px 0 10px;
  content: "こんな人にオススメ!!";
  letter-spacing: 0.1em;
  font-size: var(--font-size-30px);
  font-family: var(--font-family-main);
}

.list5 ul li:last-of-type,
.list5 ol li:last-of-type {
  border-bottom: none;
}

.attention {
  color: #FF2626;
  font-size: var(--font-size-27px);
  font-weight: var(--font-weight-600);
  padding-top: 10px;
  padding-bottom: 10px;
}

.twitter_screenshot {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.twitter_screenshot img {
  flex: 0 0 auto;
  width: 62.5vw;
  height: auto;
  margin-right: 10px;
  /* 画像の間隔を調整 */
}

.oripa_start {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}




.section2_text,
.section3_text,
.section4_text,
.section5_text,
.section6_text,
.section11_text {
  font-size: var(--font-size-28px);
  font-weight: var(--font-weight-600);
  line-height: 1.8;
  padding: 20px 30px 20px 30px;
}

.section5_largetext {
  font-size: var(--font-size-35px);
  font-weight: var(--font-weight-600);
  line-height: 1.8;
  padding: 20px 30px 20px 30px;
}

.section6_smalltext {
  font-size: var(--font-size-26px);
  line-height: 1.5;
  font-weight: var(--font-weight-500);
  padding: 0px 30px 20px 30px;
}


.buying_price {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 40px;
}

.buying_price img {
  flex: 0 0 auto;
  width: 34.375vw;
  height: auto;
  margin-right: 10px;
  /* 画像の間隔を調整 */
}



.card {
  width: 87.5vw;
  margin: 0 auto;
  border: 2px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin: 4.6875vw 6.25vw;
}

.card-header {
  text-align: center;
  padding: 10px 0;
}

.card-header h2 {
  font-size: var(--font-size-40px);
  font-weight: var(--font-weight-600);
  line-height: 1.8;
  margin: 0;
}

.underline {
  width: 520px;
  height: 2px;
  background-color: #1D9BF0;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

.card img {
  padding-right: 20px;
  padding-left: 20px;
}

.card-content {
  padding: 20px;
}

.card-content p {
  margin-bottom: 10px;
}

.blue_button {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 3.125vw 6.25vw;
  background-color: #1D9BF0;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 10px;
}

.button2 {
  display: inline-block;
  padding: 3.125vw 14.0625vw;
  background-color: #1D9BF0;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 10px;
}

.button3 {
  display: inline-block;
  padding: 3.125vw 20.3125vw;
  background-color: #1D9BF0;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 10px;
}

.button4 {
  display: inline-block;
  padding: 3.125vw 16.40625vw;
  background-color: #1D9BF0;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 10px;
}

.section7_text {
  font-size: var(--font-size-28px);
  font-weight: var(--font-weight-600);
  line-height: 1.5;
  padding: 3.125vw 4.6875vw 3.125vw 6.25vw;
}

footer {
  background-color: #1D9BF0;
  padding: 20px;
  text-align: center;
}

.footer-content {
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: var(--font-size-24px);
}

.footer-links a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-content p {
  margin: 0;
}

.sitename {
  font-size: var(--font-size-20px);
}

@media screen and (min-width: 640px) {
  #wrapper {
    max-width: 640px;
    margin: 0 auto;
  }

  h1 {
    font-size: 30px;
  }

  .box {
    padding: 10px 5px 0px 5px;
  }

  .box-header {
    margin-bottom: 5px;
  }

  .date {
    font-size: 25px;
  }

  .account-name {
    font-size: 18px;
    margin-right: 5px;
  }

  .avatar {
    margin-right: 5px;
  }

  .account-id {
    font-size: 16px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .post-time-wrapper {
    font-size: 14px;
  }

  .post-content p {
    font-size: 17px;
    margin-bottom: 5px;

  }

  .post-actions {
    margin-top: 2px;
  }

  .post-actions i {
    font-size: 16px;
    color: #666;
  }

  .post-actions-left {
    width: 300px
  }

  .post-image {
    width: 310px;
  }

  .icon-impression_icon256:before {
    font-size: 16px;
  }

  .like-count,
  .comment-count,
  .retweet-count,
  .chart-count {
    font-size: 14px;
    margin-left: 3px;
  }

  .list5 ul,
  .list5 ol {
    font-size: 25px;
  }

  .list5 ul li:after,
  .list5 ol li:after {
    font-size: 30px;
  }

  .attention {
    font-size: 27px;
  }

  .section2_text,
  .section3_text,
  .section4_text,
  .section5_text,
  .section6_text,
  .section11_text {
    font-size: 28px;
  }

  .section5_largetext {
    font-size: 35px;
  }

  .section6_smalltext {
    font-size: 28px;
  }

  .buying_price img {
    width: 220px;
    height: auto;

  }

  .font-size-45px {
    font-size: 45px;
  }

  .card {
    width: 560px;
    margin: 30px 40px;
  }

  .card-header h2 {
    font-size: 40px;
  }

  .button {
    padding: 20px 40px;
  }

  .button2 {
    padding: 20px 90px;
  }

  .button3 {
    padding: 20px 130px;
  }

  .button4 {
    padding: 20px 105px;
  }

  .section7_text {
    padding: 20px 30px 20px 40px;
  }

  .section7_text {
    font-size: 28px;
  }

  .footer-links {
    font-size: 24px;
  }

  .sitename {
    font-size: 20px;
  }
}

@media screen and (max-width:320px) {

  .section2_text,
  .section3_text,
  .section4_text,
  .section5_text,
  .section6_text,
  .section11_text {
    padding: 10px 20px 10px 20px;
  }
}