@charset "UTF-8";

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

.takoru-outer {
  font-family: sans-serif;
}

.takoru-outer h1,
.takoru-outer h2,
.takoru-outer h3,
.takoru-outer h4,
.takoru-outer ul,
.takoru-outer ol,
.takoru-outer dl,
.takoru-outer li,
.takoru-outer dt,
.takoru-outer dd,
.takoru-outer p,
.takoru-outer div,
.takoru-outer span,
.takoru-outer img,
.takoru-outer a,
.takoru-outer table,
.takoru-outer tr,
.takoru-outer th,
.takoru-outer td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

.takoru-outer ol,
.takoru-outer ul {
  list-style: none;
  list-style-type: none;
}

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

.takoru-outer a,
.takoru-outer area,
.takoru-outer button,
.takoru-outer [role="button"],
.takoru-outer input:not([type=range]),
.takoru-outer label,
.takoru-outer select,
.takoru-outer summary,
.takoru-outer textarea {
  touch-action: manipulation;
}

.takoru-outer table {
  border-collapse: collapse;
}

.takoru-outer a {
  text-decoration: none;
}

.takoru-outer a:link {
  text-decoration: none;
}

.takoru-outer figure {
  margin: 0;
}

.takoru-outer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.takoru-outer video {
  vertical-align: bottom;
}

.takoru-outer a {
  color: inherit;
}

.takoru-outer .lg-visible{
  display: none;
}

.takoru-outer .tvo-video {
  height: 100%;
  width: 100%;
}

.takoru-outer .bc-player-default_default {
  font-size: 14px;
}

.takoru-outer .vjs-social-overlay {
  font-size: 10px;
}

.takoru-outer .movie {
  position: relative;
  width: 100%;
}

.takoru-outer .movie::before {
  content: "";
  display: block;
  padding-top: calc(100% / (16/9));
}

.takoru-outer .movie>* {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.takoru-outer .content-list {
  padding: 15px 10px 0 10px;
}

.takoru-outer .archive-content .content {
  padding-bottom: 15px;
}

.takoru-outer .content-title {
  border-radius: 25px;
  padding: 0 20px;
  background: #f7b200 url(../images/content_list_icon.png) 20px 50% no-repeat;
  background-size: 21px;
}

.takoru-outer .content-list .content-title-waru {
  background: #00B4EC url(../images/content_list_icon_waru.png) 20px 50% no-repeat;
  background-size: 21px;
}

.takoru-outer .content-title a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 10px 0 10px 30px;
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
}

.takoru-outer .content-title a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
}

.takoru-outer .content-body {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px 10px;
  width: 100%;
}

.takoru-outer .content-body .summary {
  width: calc(100% - 120px);
}

.takoru-outer .content-body .summary p {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.takoru-outer .article-item {
  border-bottom: 1px solid #aaa;
  width: 100%;
}

.takoru-outer .article-item a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 1rem 1.4rem 1rem 0;
  text-decoration: none;
}

.takoru-outer .article-item a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.35rem;
  transform: rotate(45deg);
}

.takoru-outer .article-item a p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000;
}

.takoru-outer .content-body .catch {
  width: 110px;
  text-align: center;
}

.takoru-outer .sns-icons {
  display: flex;
  justify-content: space-around;
}

.takoru-outer *[class*=sns-icon-] img {
  margin-left: auto;
  margin-right: auto;
  max-width: 40px;
}

.takoru-outer *[class*=sns-icon-]>* {
  display: block;
}

.takoru-outer .header-article-title {
  border-radius: 25px;
  padding: 0 20px;
  background: #f7b200 url(../images/content_list_icon.png) 20px 50% no-repeat;
  background-size: 21px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0 10px 50px;
}

.takoru-outer .header-article {
  padding: 15px 10px 0 10px;
}

.takoru-outer .header-article-sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
}

.takoru-outer .header-article-sns .icon {
  flex-direction: column;
}

.takoru-outer .header-article-link-all {
  display: none;
}

.takoru-outer .header-article-sns .icon {
  align-items: center;
  display: flex;
  text-decoration-color: #9597a9;
}

.takoru-outer .sns-icon-twitter {
  color: #1da1f2;
}

.takoru-outer .sns-icon-twitter b {
  font-size: 38px;
}

.takoru-outer .sns-icon-youtube {
  color: #FF0000;
}

.takoru-outer .sns-icon-youtube b {
  font-size: 34px;
}

.takoru-outer .sns-icon-line {
  color: #00c300;
}

.takoru-outer .sns-icon-line b {
  font-size: 38px;
}

.takoru-outer .header-article-sns b {
  color: inherit;
  line-height: 1;
  text-align: center;
  width: 38px;
}

.takoru-outer .header-article-sns span {
  color: #000;
  font-size: 0.9rem;
}

.takoru-outer .article-list {
  overflow: hidden;
  padding: 10px;
}

.takoru-outer .article-item {
  border-bottom: 1px solid #aaa;
}

.takoru-outer .article-item a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 1rem 1.4rem 1rem 0;
  text-decoration: none;
}

.takoru-outer .article-item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.35rem;
  transform: rotate(45deg);
}

.takoru-outer .article-item a p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000;
}

.takoru-outer .page a:hover {
  opacity: 0.7;
}

.takoru-outer .page-main {
  background-color: #f7b200;
  margin-bottom: 0;
  padding: 0 10px 30px;
}

.takoru-outer .archive-content {
  padding-bottom: 20px;
}

.takoru-outer .archive-content header {
  position: relative;
  top: 0;
  left: 0;
}

.takoru-outer .archive-content header p.icon {
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.takoru-outer .archive-content .title {
  border-radius: 25px;
  padding: 10px 0 10px 120px;
  color: #000;
  background: #f7b200;
  font-size: 1.8rem;
  font-weight: bold;
}

.takoru-outer .archive-content .title.title-wide{
  padding: 9px 0 9px 80px;
}

.takoru-outer .archive-content .title.title-waru {
  background: #00B4EC;
}

.takoru-outer .caution {
  display: flex;
  margin: 30px 0 20px 0;
}

.takoru-outer .caution h3 {
  width: 60px;
  height: 60px;
  background: #f00;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.2rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

.takoru-outer .caution p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-left: 1rem;
}

.takoru-outer .archive-content .archives {
  margin: 20px 0;
  -webkit-border-image: url(../images/border_top.png) 60 repeat;
  border-image: url(../images/border_top.png) 60 fill repeat;
  border-top: 6px dotted #f7b200;
  overflow: hidden;
}

.takoru-outer .article-content {
  padding: 10px;
  -webkit-border-image: url(../images/border_bottom.png) 60 repeat;
  border-image: url(../images/border_bottom.png) 60 fill repeat;
  border-bottom: 6px dotted #f7b200;
}

.takoru-outer .article-content h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}

.takoru-outer .article-content .content {
  font-size: 1.4rem;
  line-height: 1.4;
}

.takoru-outer .article-content .content p {
  margin: 1.2rem 0;
}

.takoru-outer .article-content .content * {
  max-width: 100%;
}

.takoru-outer .archive-content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 30px 10px;
}

.takoru-outer .content_header {
  background-color: #f7b200;
}

.takoru-outer .content_header_link {
  display: block;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.takoru-outer .page-wallpeper-lg {
  display: none;
}

.takoru-outer .page-wallpeper-sm {
  margin-top: 20px;
}

.takoru-outer .pager-ul {
  display: flex;
  justify-content: space-between;
}

.takoru-outer .wallpapers {
  border-bottom: 3px dotted #f7b200;
  border-top: 3px dotted #f7b200;
  margin: 20px 0;
  padding: 30px 15px;
}

.takoru-outer .wallpapers-ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.takoru-outer .pager-li {
  background-color: #b24322;
  width: 12rem;
}

.takoru-outer .pager-link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}

.takoru-outer .pager-link::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  margin-top: -5px;
}

.takoru-outer .pager-li:not([class*="pager-prev"]):only-of-type {
  margin-left: auto;
}

.takoru-outer .pager-next {
  padding: 5px 1.4rem 5px 0;
}

.takoru-outer .pager-next::after {
  right: 2rem;
  transform: rotate(45deg);
}

.takoru-outer .pager-prev {
  padding: 5px 0 5px 1.4rem;
}

.takoru-outer .pager-prev::after {
  left: 2rem;
  transform: rotate(-135deg);
}

.takoru-outer .download {
  margin-top: 15px;
  text-align: center;
}

.takoru-outer .download-link {
  display: inline-block;
  padding: 1rem 2.5rem 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  background: #f7b200;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}

.takoru-outer .download-link::before {
  display: table;
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.takoru-outer .onair {
  margin-top: 30px;
}

.takoru-outer .onair-head {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

.takoru-outer .information{
  margin-top: 30px;
}

.takoru-outer .information-goods{
  display: block;
  margin: 20px auto;
}

.takoru-outer .goods-head{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.takoru-outer .goods-head::before{
  content: "■ ";
}

.takoru-outer .shop-list{
  font-size: 1.6rem;
}

.takoru-outer .shop-list-table {
  margin-top: 15px;
  width: 100%;
}

.takoru-outer .shop-list-table td,
.takoru-outer .shop-list-table th {
  padding: 10px;
  border: 1px solid #f7b200;
  font-size: 1.4rem;
  line-height: 1.4;
}

.takoru-outer .shop-list-table th {
  background: #f7b200;
  font-weight: 700;
  text-align: center;
}

.takoru-outer .shop-list-table th:before {
  content: "● ";
}

.takoru-outer .shop-list-dl {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}

.takoru-outer .shop-list-dl dt {
  float: left;
  width: 7.5rem;
  font-weight: bold;
}

.takoru-outer .shop-list-dl dd {
  margin: 0;
  padding-left: 8rem;
}

.takoru-outer .takoru-shock {
  margin-top: 15px;
  text-align: center;
}

.takoru-outer .takoru-profile{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px auto;
}

.takoru-outer .takoru-profile .illust{
  text-align: center;
}

.takoru-outer .takoru-profile .illust img{
  max-width: 360px;
}

.takoru-outer .intro-ul{
  font-size: 1.6rem;
}

.takoru-outer .intro-ul li + li{
  margin-top: 20px;
}

.takoru-outer .takoru-profile-name{
  font-weight: 700;
}

.takoru-outer .valiation{
  text-align: center;
}

.takoru-outer .waru-intro-ul{
  border: 1px solid #000;
  margin-top: 30px;
}

.takoru-outer .waru-intro-ul li{
  text-align: center;
}

.takoru-outer .waru-intro-ul li + li{
  border-top: 1px solid #000;
}

.takoru-outer .content--youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.takoru-outer .content--youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.takoru-outer .content--youtube img.responsive {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {

  .takoru-outer .lg-visible{
    display: unset;
  }

  .takoru-kun {
    background-color: #f7b200;
    padding: 20px 0;
  }

  .takoru-outer .takoru-kun-inner {
    background-color: #fff;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }

  .takoru-outer .takoru-header {
    align-items: flex-end;
    background-color: #f7b200;
    display: flex;
    justify-content: space-between;
  }

  .takoru-outer .takoru-header> :nth-child(1) {
    flex: 0 1 40%;
  }

  .takoru-outer .takoru-header> :nth-child(2) {
    flex: 0 1 55%;
  }

  .takoru-outer .header-article {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
  }

  .takoru-outer .header-article> :nth-child(1) {
    flex: 0 1 67.5%;
  }

  .takoru-outer .header-article> :nth-child(2) {
    flex: 0 1 32.5%;
  }

  .takoru-outer .header-article-archive {
    padding: 15px;
  }

  .takoru-outer .header-article-jump {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .takoru-outer .header-article-jump>a {
    color: #000;
    font-size: 1.2rem;
    padding-right: 12px;
    position: relative;
    text-decoration-color: #aaa;
  }

  .takoru-outer .header-article-jump>a::after {
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0.35rem;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.5rem;
    transform: rotate(45deg);
  }

  .takoru-outer .header-article-title {
    background: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0;
  }

  .takoru-outer .article-item a p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #000;
  }

  .takoru-outer .header-article-link {
    background-color: #f8f8f8;
    border-left: 1px solid #e8e8e8;
    padding: 15px;
  }

  .takoru-outer .header-article-sns span {
    font-size: 1.2rem;
    padding-left: 10px;
  }

  .takoru-outer .header-article-sns {
    display: unset;
  }

  .takoru-outer [class*=sns-icon-] {
    align-items: flex-end;
    display: flex;
  }

  .takoru-outer [class*=sns-icon-]>* {
    display: unset;
  }

  .takoru-outer [class*=sns-icon-] img {
    margin-left: 0;
    margin-right: 0;
    max-width: 32px;
  }

  .takoru-outer .header-article-link-all {
    display: unset;
  }

  .takoru-outer .content-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    padding: 35px 30px;
  }

  .takoru-outer .content-body {
    align-items: unset;
  }

  .takoru-outer .archive-content .content {
    padding: 30px 20px;
  }

  .takoru-outer .page-wallpeper-lg {
    display: block;
    padding: 20px 20px 30vh;
  }

  .takoru-outer .page-wallpeper-lg p {
    font-size: 1.4rem;
  }

  .takoru-outer .page-wallpeper-sm {
    display: none;
  }

  .takoru-outer .takoru-profile{
    flex-direction: row;
    justify-content: center;
  }
  
  .takoru-outer .takoru-profile .illust{
    flex: 0 1 50%;
  }
  
  .takoru-outer .intro-ul{
    flex: 0 1 50%;
  }

}