@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "TsukuARdGothic-Bold";
  src: url("./../fonts/TsukuARdGothic-Bold-subset.woff") format("woff");
}

@font-face {
  font-family: "TsukuARdGothic-Regular";
  src: url("./../fonts/TsukuARdGothic-Regular-subset.woff") format("woff");
}

main {
  overflow: hidden;
}

.tegami-top-section {
  background-image: url("/library/e-tasukeai/imadekiru/img/arigatounotegami/tegami_top_bg.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 220px;
  color: white;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .tegami-top-section {
    padding-top: 70px;
  }
}

.tegami-top-section.inview {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.tegami-top-section.inview * {
  opacity: 1;
  transition: opacity 1s ease-in-out 0.7s;
}

.tegami-top-section * {
  opacity: 0;
}

.tegami-top-section .top-state {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .top-state {
    width: 100%;
  }
}

.tegami-top-section .top-state .mark {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  transform: translate(120%, -50%);
}

@media screen and (max-width: 767px) {
  .tegami-top-section .top-state .mark {
    top: -5%;
    width: 34%;
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .tegami-top-section .top-state h1 {
    letter-spacing: 3px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
  }
  .tegami-top-section .top-state h1 .lg {
    font-size: 38px;
    letter-spacing: 8px;
  }
  .tegami-top-section .top-state p {
    letter-spacing: 2px;
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
  }
}

.tegami-top-section .oubo-area {
  margin-top: 60px;
  text-align: center;
  border-radius: 5px;
  color: #595757;
  text-align: center;
}

.tegami-top-section .oubo-area .oubo-inner {
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .oubo-area .oubo-inner {
    padding: 0;
    background-color: transparent;
  }
}

.tegami-top-section .oubo-area.ie-style .oubo-inner {
  padding-bottom: 0;
  padding-top: 15px;
}

.tegami-top-section .oubo-area.ie-style .oubo-inner .ttl {
  display: inline-block;
  line-height: 1;
  margin-top: -10px;
  padding-right: 5px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .oubo-area {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
    text-align: left;
    padding: 5px 20px;
  }
}

.tegami-top-section .oubo-area .ttl {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  vertical-align: middle;
  border-right: 2px solid #595757;
  color: #73caf3;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .oubo-area .ttl {
    display: block;
    text-align: center;
    border: none;
    font-size: 19px;
  }
}

.tegami-top-section .oubo-area .desc {
  padding-left: 10px;
  font-size: 14.5px;
  letter-spacing: 1px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .oubo-area .desc {
    padding-left: 0;
    font-size: 16px;
  }
}

.tegami-top-section .oubo-area .desc .tag {
  color: #73caf3;
}

.tegami-top-section .oubo-area .link {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  cursor: pointer;
  color: white;
  text-decoration: underline;
  color: #73caf3;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tegami-top-section .oubo-area .link {
    display: block;
  }
}

.tegami-tweet-section {
  margin-top: -160px;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.tegami-tweet-section.inview {
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .section-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tegami-tweet-section .btn-wrap {
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
}

.tegami-tweet-section .btn-wrap .more-btn {
  display: inline-block;
  padding: 10px 0px;
  width: 300px;
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .btn-wrap .more-btn {
    font-size: 18px;
    width: 280px;
  }
}

.tegami-tweet-section .btn-wrap .more-btn.ie-style {
  padding-bottom: 0;
  padding-top: 20px;
}

.tegami-tweet-section .btn-wrap .more-btn.remove {
  display: none;
  pointer-events: none;
}

.tegami-tweet-section .btn-wrap .more-btn:hover:before {
  transform: scaleX(1.1);
}

.tegami-tweet-section .btn-wrap .more-btn:before {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #73caf3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  content: "";
  z-index: 1;
}

.tegami-tweet-section .btn-wrap .more-btn span {
  position: relative;
  z-index: 2;
}

.tegami-tweet-section .amb-area {
  margin-top: 90px;
  text-align: center;
}

.tegami-tweet-section .amb-area .c-blue {
  color: #73caf3;
}

.tegami-tweet-section .amb-area h3 {
  letter-spacing: 3px;
  font-size: 28px;
  color: #73caf3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .amb-area h3 {
    font-size: 24px;
  }
}

.tegami-tweet-section .amb-area p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .amb-area p {
    text-align: left;
    width: 80%;
    margin-left: auto;
    font-size: 16px;
    margin-right: auto;
  }
}

.tegami-tweet-section .amb-area .member-list {
  margin-top: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .amb-area .member-list {
    width: 80%;
    flex-wrap: wrap;
  }
}

.tegami-tweet-section .amb-area .member-list .member-item {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .amb-area .member-list .member-item {
    width: 46%;
  }
  .tegami-tweet-section .amb-area .member-list .member-item:nth-child(n + 3) {
    margin-top: 5%;
  }
}

.tegami-tweet-section .amb-area .member-list .member-item .pic {
  text-align: center;
}

.tegami-tweet-section .amb-area .member-list .member-item .pic img {
  width: 80%;
  border-radius: 50%;
}

.tegami-tweet-section .amb-area .member-list .member-item .name {
  margin-top: 6px;
  text-align: center;
}

.tegami-tweet-section .tweet-area {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area {
    width: 100%;
  }
}

.tegami-tweet-section .tweet-area .tweet-list {
  margin-top: 20px;
}

.tegami-tweet-section .tweet-area .tweet-row {
  width: 100%;
  display: flex;
}

.tegami-tweet-section .tweet-area .tweet-row:not(:first-child) {
  margin-top: 2%;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .tweet-col, .tegami-tweet-section .tweet-area .tweet-row-4 .tweet-col {
  position: relative;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .tweet-col:not(.w50):not(.w66) .tweet-item, .tegami-tweet-section .tweet-area .tweet-row-4 .tweet-col:not(.w50):not(.w66) .tweet-item {
  position: absolute;
  height: 49%;
  width: 100%;
  left: 0;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .tweet-col:not(.w50):not(.w66) .tweet-item:nth-child(1), .tegami-tweet-section .tweet-area .tweet-row-4 .tweet-col:not(.w50):not(.w66) .tweet-item:nth-child(1) {
  top: 0;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .tweet-col:not(.w50):not(.w66) .tweet-item:nth-child(2), .tegami-tweet-section .tweet-area .tweet-row-4 .tweet-col:not(.w50):not(.w66) .tweet-item:nth-child(2) {
  bottom: 0;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item,
.tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item,
.tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item {
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item,
  .tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item,
  .tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item {
    padding: 10px;
  }
}

.tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .user-area,
.tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .user-area, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .user-area,
.tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .user-area {
  padding-bottom: 25px;
}

.tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .user-area .profile,
.tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .user-area .profile, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .user-area .profile,
.tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .user-area .profile {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .user-area .profile,
  .tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .user-area .profile, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .user-area .profile,
  .tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .user-area .profile {
    width: 60px;
  }
}

.tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .user-area .name,
.tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .user-area .name, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .user-area .name,
.tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .user-area .name {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .user-area .name,
  .tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .user-area .name, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .user-area .name,
  .tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .user-area .name {
    font-size: 16px;
    width: calc(100% - 60px);
    padding-left: 10px;
  }
}

.tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .contents-area,
.tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .contents-area, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .contents-area,
.tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .contents-area {
  font-size: 28px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-row-1 .w50 .tweet-item .contents-area,
  .tegami-tweet-section .tweet-area .tweet-row-1 .w66 .tweet-item .contents-area, .tegami-tweet-section .tweet-area .tweet-row-4 .w50 .tweet-item .contents-area,
  .tegami-tweet-section .tweet-area .tweet-row-4 .w66 .tweet-item .contents-area {
    font-size: 16px;
  }
}

.tegami-tweet-section .tweet-area .tweet-row-2 .tweet-col .tweet-item, .tegami-tweet-section .tweet-area .tweet-row-3 .tweet-col .tweet-item {
  height: 250px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-row-2 .tweet-col .tweet-item, .tegami-tweet-section .tweet-area .tweet-row-3 .tweet-col .tweet-item {
    height: 150px;
  }
}

.tegami-tweet-section .tweet-area .tweet-col {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-col {
    width: 32%;
  }
}

.tegami-tweet-section .tweet-area .tweet-col:not(:first-child) {
  margin-left: 2%;
}

.tegami-tweet-section .tweet-area .w50 {
  width: 48%;
}

.tegami-tweet-section .tweet-area .w66 {
  width: 65%;
}

.tegami-tweet-section .tweet-area .w25 {
  width: 48%;
}

.tegami-tweet-section .tweet-area .tweet-item {
  border: 2px solid #73caf3;
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .tweet-item {
    padding: 7px 10px;
    border-radius: 15px;
  }
}

.tegami-tweet-section .tweet-area .tweet-item.remove {
  display: none;
}

.tegami-tweet-section .tweet-area .tweet-item::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.tegami-tweet-section .tweet-area .tweet-item:not(:first-child) {
  margin-top: 8%;
}

.tegami-tweet-section .tweet-area .user-area {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #73caf3;
}

.tegami-tweet-section .tweet-area .user-area .profile {
  width: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .user-area .profile {
    width: 30px;
  }
}

.tegami-tweet-section .tweet-area .user-area .profile:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.tegami-tweet-section .tweet-area .user-area .profile img {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.tegami-tweet-section .tweet-area .user-area .name {
  width: 75%;
  padding-left: 15px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .user-area .name {
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.1;
    width: calc(100% - 30px);
  }
}

.tegami-tweet-section .tweet-area .contents-area {
  padding-top: 5px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .tegami-tweet-section .tweet-area .contents-area {
    font-size: 11px;
  }
}

.page-bottom-area .section-inner.blue {
  border-color: #73caf3;
}

@keyframes tweet-btn {
  from {
    transform: none;
  }
  35% {
    transform: none;
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  65% {
    transform: none;
  }
  to {
    transform: none;
  }
}

.tweet-btn {
  position: absolute;
  width: 130px;
  z-index: 10;
  animation: tweet-btn 2s infinite linear;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tweet-btn {
    width: 90px;
  }
}

.tweet-btn.fixed {
  position: fixed;
}

.tweet-btn:hover img {
  transform: scale(1.1);
}

.tweet-btn-inner {
  opacity: 0;
}

.tweet-btn.inview .tweet-btn-inner {
  opacity: 1;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 2s;
}

.tweet-btn img {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.terms-section {
  background-color: #73caf3;
  padding: 60px 0 120px;
  color: white;
  position: relative;
  z-index: 1;
}

.terms-section h1 {
  margin: 20px 0;
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
}

.terms-section h2 {
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}

.terms-section p {
  color: white;
  margin: 20px 0;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 1px;
}

.page-conntents-area {
  position: relative;
}

.terms-modal {
  position: fixed;
  opacity: 0;
  transition: all 0.8s;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: scroll;
}

.terms-modal.open {
  pointer-events: all;
  opacity: 1;
}

.terms-modal .terms-modal-close {
  position: fixed;
  right: 15px;
  width: 30px;
  height: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}

.terms-modal .terms-modal-close:before, .terms-modal .terms-modal-close:after {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  top: 14px;
  background-color: #fff;
  content: "";
}

.terms-modal .terms-modal-close:before {
  transform: rotate(45deg);
}

.terms-modal .terms-modal-close:after {
  transform: rotate(-45deg);
}

.top-tegami-section {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

.top-tegami-section .desc-link {
  font-size: 22px;
  letter-spacing: 3px;
  padding: 0 10px;
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .desc-link {
    font-size: 16px;
  }
}

.top-tegami-section .desc-link a {
  border-bottom: 2px solid #73caf3;
  color: #73caf3;
  padding-bottom: 5px;
}

.top-tegami-section .desc-link a.ie-style {
  border-bottom: none;
  text-decoration: underline;
}

.top-tegami-section .ttl-block {
  text-align: center;
  position: relative;
}

.top-tegami-section .ttl-block .mark {
  position: absolute;
  right: 10%;
  top: -40px;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .ttl-block .mark {
    width: 32%;
    right: -3%;
    top: -40px;
  }
}

.top-tegami-section .ttl-block h2 {
  text-align: center;
  color: #73caf3;
  font-size: 24px;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .ttl-block h2 {
    font-size: 16px;
  }
}

.top-tegami-section .ttl-block h2 .lg {
  font-size: 36px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .ttl-block h2 .lg {
    font-size: 24px;
    letter-spacing: 6px;
  }
}

.top-tegami-section .ttl-block p {
  color: #595757;
  text-align: center;
  letter-spacing: 3px;
}

.top-tegami-section .tweet-list {
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .tweet-list {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

.top-tegami-section .tweet-item {
  border: 2px solid #73caf3;
  border-radius: 30px;
  padding: 15px 20px;
  background-color: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  width: 30%;
  min-height: 300px;
}

.top-tegami-section .tweet-item.remove {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .tweet-item {
    padding: 7px 10px;
    border-radius: 15px;
    width: 48%;
    min-height: 200px;
  }
}

.top-tegami-section .tweet-item::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.top-tegami-section .tweet-item:not(:first-child) {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .tweet-item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-tegami-section .tweet-item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .top-tegami-section .tweet-item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.top-tegami-section .user-area {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #73caf3;
}

.top-tegami-section .user-area .profile {
  width: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .user-area .profile {
    width: 45px;
  }
}

.top-tegami-section .user-area .profile:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.top-tegami-section .user-area .profile img {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.top-tegami-section .user-area .name {
  width: 75%;
  padding-left: 15px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .user-area .name {
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.1;
    width: calc(100% - 30px);
  }
}

.top-tegami-section .contents-area {
  padding-top: 5px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .top-tegami-section .contents-area {
    font-size: 11px;
  }
}

.tweet-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 195, 241, 0.5);
  z-index: 100;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.tweet-modal.open {
  opacity: 1;
  pointer-events: all;
}

.tweet-modal .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tweet-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content {
    width: 88vw;
  }
}

.tweet-modal .modal-content .close-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  transform: translate(140%, -140%);
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .close-btn {
    transform: translate(0%, -120%);
    width: 40px;
    height: 40px;
  }
}

.tweet-modal .modal-content .close-btn:before, .tweet-modal .modal-content .close-btn:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  top: calc(50% - 1px);
  background-color: #fff;
}

.tweet-modal .modal-content .close-btn:before {
  transform: rotate(45deg);
}

.tweet-modal .modal-content .close-btn:after {
  transform: rotate(-45deg);
}

.tweet-modal .modal-content .modal-inner {
  padding: 20px 10px;
}

.tweet-modal .modal-content .user-data {
  display: flex;
  width: 100%;
  align-items: center;
}

.tweet-modal .modal-content .user-data .profile {
  width: 70px;
}

.tweet-modal .modal-content .user-data .profile img {
  width: 70px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .user-data .profile img {
    width: 60px;
  }
}

.tweet-modal .modal-content .user-data .desc-info {
  padding-left: 15px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .user-data .desc-info {
    width: calc(100% - 60px);
  }
}

.tweet-modal .modal-content .user-data .desc-info .name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .user-data .desc-info .name {
    font-size: 18px;
  }
}

.tweet-modal .modal-content .user-data .desc-info .username {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .user-data .desc-info .username {
    font-size: 13px;
  }
}

.tweet-modal .modal-content .thumnail-wrap {
  margin-top: 10px;
}

.tweet-modal .modal-content .thumnail-wrap img {
  width: 100%;
  max-height: 45vh;
  object-fit: cover;
}

.tweet-modal .modal-content .contents-area {
  font-size: 17px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .contents-area {
    font-size: 13px;
  }
}

.tweet-modal .modal-content .date {
  color: gray;
  margin-top: 15px;
  font-size: 13px;
}

.tweet-modal .modal-content .btns-area {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-color: #3296d4;
  padding: 10px 20px;
}

.tweet-modal .modal-content .btns-area .btn {
  width: 25px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .btns-area .btn {
    width: 20px;
  }
}

.tweet-modal .modal-content .btns-area .btn:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .btns-area .btn:not(:first-child) {
    margin-left: 40px;
  }
}

.tweet-modal .modal-content .btns-area .btn:nth-child(2) {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .tweet-modal .modal-content .btns-area .btn:nth-child(2) {
    width: 25px;
  }
}
