@charset "utf-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
html {
  line-height: 1.6;
}
body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}
body {
  color: #333;
}
a {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 100%;
  font-weight: 700;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  outline: none;
  padding: 0;
}
:focus {
  outline: none;
}
ul,
ol {
  list-style-type: none;
}.u-bd-r6 {
  border-radius: 6px;
}
.u-bd-r10 {
  border-radius: 10px;
}
.u-bd-r50 {
  border-radius: 50%;
}
.u-bd-b {
  border-bottom: 4px solid #cc99ff;
}
.u-ta-center {
  text-align: center;
}
.u-mb-24 {
  margin-bottom: 24px;
}
.u-img {
  overflow: hidden;
  position: relative;
}
.u-img-72 {
  height: 72px;
  min-width: 72px;
  width: 72px;
}
.u-img-70 {
  height: 70px;
  min-width: 70px;
  width: 70px;
}
.u-img-80 {
  height: 80px;
  min-width: 80px;
  width: 80px;
}
.u-img-90 {
  height: 90px;
  min-width: 90px;
  width: 90px;
}
.u-img-100 {
  height: 100px;
  min-width: 100px;
  width: 100px;
}
.u-img-224 {
  height: 224px;
  min-width: 224px;
  width: 224px;
}
.u-img-max {
  width: 100%;
}
.u-orange {
  color: #ff9900;
}
.u-gray {
  color: #666;
}
.u-light-gray {
  color: #999;
}.l-wrapper {
  min-width: 1280px;
  width: 100%;
}
.l-header {
  margin-bottom: 20px;
  width: 100%;
}
.l-footer {
  margin-bottom: 10px;
  padding-top: 10px;
}
.l-contents {
  margin: 30px auto 40px;
  position: relative;
  width: 1080px;
}
.l-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto;
}
.l-main {
  width: 728px;
}
.l-sub {
  width: 300px;
}.m-headline {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 6px;
  position: relative;
}
.m-headline > a {
  background: #cc99ff;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-headline a::after {
  position: absolute;
  content: '';
  background: url(/common/images/futaman/icon_arrow-white.svg) no-repeat center;
  width: 10px;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 6px;
  transform: rotate(180deg);
  }
.m-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.m-list__item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.m-list__item--col2 {
  width: calc(50% - 30px);
}
.m-list__item--col2:nth-child(odd) {
  margin-right: 30px;
}
.m-list__item .m-list__img {
  margin-right: 10px;
}
.m-list__item--col3 {
  flex-direction: column;
  width: calc((100% - 56px) / 3);
  margin-bottom: 24px;
}
.m-list__item--col3:not(:nth-child(3n)) {
  margin-right: 28px;
}
.m-list__item--col3 .m-list__img {
  margin: 0 0 10px 0;
}
.m-list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-list__item--col3 > a {
  flex-direction: column;
}
.m-list__img {
  position: relative;
  overflow: hidden;
  display: block;
}
.m-list__img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
}
.m-list__item--col3 .m-list__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.m-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  word-break: break-all;
}
.m-list__info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-list__category {
  background: url(/common/images/futaman/icon_plus.png) no-repeat left center;
  background-size: 12px 12px;
  color: #ff9900;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 10px;
  padding-left: 16px;
}
.m-list__date {
  color: #999;
  font-size: 1.3rem;
}
.m-list__author {
  color: #999;
  font-size: 1.3rem;
}
.m-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
}
.m-breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
}
.m-breadcrumb__item:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
}
.m-breadcrumb__item:not(:last-of-type):after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.m-breadcrumb__item > a,
.m-breadcrumb__item > span {
  color: #333;
}
.m-pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.m-pager img {
  height: 12px;
  vertical-align: middle;
}
.m-pager__item a {
  padding: 10px;
}
.m-pager-next {
  transform: rotate(180deg);
}
.m-article-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-article-tag-list__item {
  margin-bottom: 10px;
}
.m-article-tag-list__item:not(:last-child) {
  margin-right: 10px;
}
.m-article-tag-list__item a {
  color: #ff9900;
  font-size: 1.4rem;
  font-weight: 700;
}.c-new::before {
  background: url(/common/images/futaman/icon_new.png) no-repeat;
  background-size: 50px 26px;
  content: "";
  display: block;
  height: 53px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 1;
}
.c-btn {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 7px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.c-btn::after {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}
.c-btn.size-s {
  width: 100px;
}
.c-btn.size-m {
  width: 260px;
}
.c-btn.size-l {
  width: 100%;
}
.c-btn.orange {
  background: #ffa103;
  color: #fff;
}
.c-btn.purple {
  background: #cc99ff;
  color: #fff;
}
.c-btn.orange::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.c-pertition {
  margin: auto 0;
  padding: 0 6px;
}
.c-to-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 102px;
  right: 60px;
  transition: .5s;
  z-index: 1000;
}
.c-to-top img {
  background: #fff;
  border-radius: 10px;
  width: 55px;
}
.c-to-top .to-top {
  margin-bottom: 10px;
}.header {
  margin: 0 auto;
  padding: 16px 0 6px;
  position: relative;
  width: 1080px;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header__inner-r {
  display: flex;
}
.header__logo {
  width: 160px;
}
.header__logo > a {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header-nav {
  position: absolute;
  bottom: -6px;
  left: 200px;
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__item {
  border-radius: 10px 10px 0 0;
  width: 74px;
}
.header-nav__item:not(:last-child) {
  margin-right: 2px;
}
.header-nav__item.is-current > a {
  background: #ffb74c;
  height: 35px;
}
.header-nav__item:not(.is-current) > a:hover {
  background: #ffb74c;
}
.header-nav__item > a {
  background: #cc99ff;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 4px 0;
  text-align: center;
}
.header-nav__item > a:hover {
  opacity: 1;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}
.header__snsItem:not(:last-of-type) a {
  margin-right: 26px;
}
.header__snsItem.fb img {
  width: 15px;
}
.header__snsItem.twitter img {
  width: 32px;
}
.header__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .1s;
  z-index: 100;
}
.header__search input {
  background: #f5f5f5 url(/common/images/futaman/icon_search.png) no-repeat right 8px center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 14px;
}
.header__search button {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.header__bottom-line {
  background: #cc99ff;
  height: 6px;
  width: 100%;
}.footer {
  margin: 0 auto;
}
.footer__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}
.footer__logo {
  margin-bottom: 10px;
  width: 160px;
}
.footer__logo img {
  width: 100%;
}
.footer__partition {
  background-color: #cc99ff;
  border-color: #fff;
  height: 6px;
  width: 100%;
}
.footer-nav {
  display: flex;
}
.footer-nav__item:not(:last-child) {
  margin-right: 20px;
}
.footer-nav__item > a {
  color: #cc99ff;
  font-size: 1.3rem;
  font-weight: 700;
}
.footer__copyright {
  color: #cc99ff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}.latest-article-list {
  margin-bottom: 107px;
}
.latest-article-list__item {
  margin-bottom: 30px;
}
.latest-article-list__item a {
  display: flex;
}
.latest-article-list__img {
  margin-right: 25px;
}
.latest-article-list__info {
  color: #999;
  display: flex;
  font-size: 1.3rem;
}
.latest-article-list__category {
  color: #9933ff;
  font-size: 1.3rem;
  margin-right: 10px;
}
.latest-article-list__date {
  margin-right: 20px;
}.twitter-content {
  background: #55acee;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.twitter-content__ttl {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  background: #55acee;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
}
.twitter-content__ttl img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 24px;
}
.twitter-content__inner {
  background: #fff;
  height: 608px;
  border-radius: 5px;
  width: calc(100% - 16px);
  margin: auto;
  overflow-y: auto;
}
.youtube-content {
  background: #333;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.youtube-content__ttl {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.youtube-content__ttl img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 24px;
}
.youtube-content__inner {
  position: relative;
  background: #fff;
  width: calc(100% - 16px);
  margin: auto;
}
.youtube-content__inner:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.youtube-content__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* snsボタン */
.article-sns {
  margin-bottom: 40px;
}
.article-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.article-sns__item {
  border-radius: 5px;
  list-style-type: none;
  display: flex;
  width: 24.5%;
  text-align: center;
  margin: 0 0.25%;
}
.article-sns__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 9px;
  line-height: 1;
  padding: 2px;
  color: #fff;
  border-radius: 5px;
  transition-duration: 0.25s;
  font-weight:bold;
}
.article-sns__item a:hover {
  opacity: .7;
  text-decoration: none;
}
.article-sns__item.twitter {
  background: #55acee;
}
.article-sns__item.facebook {
  background: #315096;
}
.article-sns__item.line {
  background: #00b900;
}
.article-sns__item i {
  display: block;
  height: 14px;
  margin-right: 4px;
}
.article-sns__item img {
  display: block;
  width: auto;
  height: 100%;
}.ad-rectangle {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.ad-rectangle-right {
  width: 300px;
  height: 250px;
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}
.ad-billboard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-entrance {
  position: absolute;
  top: 0;
  width: 160px;
}
.ad-entrance .left {
  text-align: right;
  left: -160px;
}
.ad-entrance .right {
  right: -160px;
}
.google-auto-placed {
  display:flex;
}.overview {
  align-items: start;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}
.overview__photo {
  border: 1px solid #dcdcdc;
  margin-right: 20px;
  min-width: 200px;
  width: 200px;
}
.overview__photo img {
  width: 100%;
}.lazy {
 opacity: 0;
 transition: opacity 1000ms ease 100ms;
}
.lazy[data-loaded] {
 opacity: 1;
}