@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css?family=Poppins:700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap; }

/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
html {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 2; }

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.eng {
  font-family: 'Poppins', sans-serif; }

@media screen and (max-width: 800px) {
  body {
    background-image: url(../images/bg-base.png);
    background-size: 100% 1px;
    background-position: center top;
    background-repeat: repeat-y;
    overflow-x: hidden; }
    body #jimon {
      width: 95%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: -1; }
      body #jimon img {
        width: 100%;
        height: auto; }
  #logo50 {
    width: 40px;
    padding: 10px 0; }
    #logo50 img {
      width: 100%;
      height: auto; }
  header {
    width: 100%; }
    header span {
      display: none; }
    header h1 {
      font-size: 32px;
      text-align: center;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      background-image: url(../images/title-bg.png);
      background-repeat: repeat-x;
      background-position: center bottom;
      background-size: 15px auto;
      padding-bottom: 30px; }
  #catch {
    font-size: 12px;
    line-height: 1.2;
    display: table;
    margin: 10px auto 0; }
    #catch span {
      display: table-cell;
      width: 50%;
      background-color: #0c105e;
      color: #99cf16;
      padding: 10px;
      text-align: center; }
      #catch span:nth-of-type(1) {
        background-color: #99cf16;
        color: #0c105e; }
  main {
    width: 90%;
    margin: 0 auto; }
  #sect1 .dia {
    border: 2px solid #0c105e;
    padding: 4px;
    background-image: url(../images/dia-bg.png);
    margin-top: 20px;
    position: relative; }
    #sect1 .dia .diaInner {
      width: 100%;
      height: 100%;
      border: 2px solid #0c105e; }
      #sect1 .dia .diaInner .diaCont {
        height: 100%;
        color: #0c105e; }
        #sect1 .dia .diaInner .diaCont h2 {
          font-size: 24px;
          text-align: center;
          line-height: 1;
          position: relative;
          background-image: url(../images/daia-title-bg.png);
          background-repeat: no-repeat;
          background-position: center bottom;
          padding-bottom: 30px;
          padding-top: 10px; }
          #sect1 .dia .diaInner .diaCont h2:after, #sect1 .dia .diaInner .diaCont h2:before {
            content: "";
            width: calc((100% - 130px) / 2);
            height: 2px;
            background-color: #0c105e;
            position: absolute;
            bottom: 7px; }
          #sect1 .dia .diaInner .diaCont h2:before {
            left: 0; }
          #sect1 .dia .diaInner .diaCont h2:after {
            right: 0; }
          #sect1 .dia .diaInner .diaCont h2:first-letter {
            font-size: 30px; }
          #sect1 .dia .diaInner .diaCont h2 span {
            display: block;
            text-align: center;
            font-size: 14px;
            padding: 10px 0 5px; }
        #sect1 .dia .diaInner .diaCont ul {
          list-style: none;
          width: 90%;
          margin: 0 auto;
          padding-bottom: 20px; }
          #sect1 .dia .diaInner .diaCont ul.arrow {
            text-align: center;
            padding-top: 20px; }
            #sect1 .dia .diaInner .diaCont ul.arrow li {
              position: relative;
              line-height: 1.3;
              font-size: 14px; }
              #sect1 .dia .diaInner .diaCont ul.arrow li b {
                font-size: 18px; }
              #sect1 .dia .diaInner .diaCont ul.arrow li:not(:last-of-type) {
                padding-bottom: 12px;
                margin-bottom: 20px; }
                #sect1 .dia .diaInner .diaCont ul.arrow li:not(:last-of-type):after {
                  content: "";
                  display: block;
                  width: 0;
                  height: 0;
                  border-top: 6px solid green;
                  border-right: 8px solid transparent;
                  border-left: 8px solid transparent;
                  color: transparent;
                  position: absolute;
                  bottom: -6px;
                  left: 50%;
                  transform: translateX(-8px); }
          #sect1 .dia .diaInner .diaCont ul.num {
            padding-top: 10px; }
            #sect1 .dia .diaInner .diaCont ul.num li {
              margin-top: .3em;
              position: relative;
              font-size: 14px;
              text-align: center; }
              #sect1 .dia .diaInner .diaCont ul.num li span {
                display: block;
                position: relative;
                width: 1.5em;
                height: 1.5em;
                color: #fff;
                margin: 0 auto 10px;
                z-index: 10;
                font-size: 12px;
                padding: 5px 0 0 2px;
                text-align: center; }
                #sect1 .dia .diaInner .diaCont ul.num li span:after {
                  content: "";
                  display: block;
                  width: 110%;
                  height: 110%;
                  background-color: #0c105e;
                  transform: rotate(45deg);
                  position: absolute;
                  top: 8px;
                  left: 0;
                  z-index: -1; }
  #sect1 #dia2 .diaCont {
    position: relative; }
    #sect1 #dia2 .diaCont #shacho1 {
      width: calc(137px / 2);
      height: calc(273px / 2);
      position: absolute;
      top: 5px;
      right: 5px; }
      #sect1 #dia2 .diaCont #shacho1 img {
        width: 100%;
        height: auto; }
  #sect1 #dia3 .diaCont {
    text-align: center;
    padding-bottom: 20px;
    position: relative; }
    #sect1 #dia3 .diaCont h3 {
      display: inline-table;
      line-height: 1;
      color: #fff;
      padding: 5px;
      background-color: #0c105e;
      font-size: 16px;
      font-weight: 400;
      margin-top: 20px; }
    #sect1 #dia3 .diaCont p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5;
      width: 90%;
      margin: 0 auto; }
    #sect1 #dia3 .diaCont #shacho2 {
      width: calc(97px / 2);
      height: calc(253px / 2);
      position: absolute;
      top: 5px;
      left: 5px; }
      #sect1 #dia3 .diaCont #shacho2 img {
        width: 100%;
        height: auto; }
  #sect1 #sect1Imgs {
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px; }
  #sect1 .sect1Img {
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    margin: 0; }
    #sect1 .sect1Img .diaInner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      #sect1 .sect1Img .diaInner img {
        transform: rotate(-45deg);
        width: 120px;
        height: auto; }
  #sect1 #furoshikiImg1 {
    margin-right: 45px; }
  #sect1 #furoshikiImg2 img {
    margin-top: 10px;
    margin-left: 10px; }
  #sect2 h2 {
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    line-height: 1;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-top: 70px; }
    #sect2 h2 span {
      width: 50%; }
      #sect2 h2 span:nth-of-type(1) {
        font-size: 30px;
        color: #99cf16;
        text-align: right;
        padding-right: 5px; }
      #sect2 h2 span:nth-of-type(2) {
        font-size: 20px;
        padding-bottom: 5px;
        color: #0c105e; }
  #sect2 #tryFuroshiki .tryEx .try {
    background-color: #fff;
    width: 100%;
    margin: 30px auto 0; }
    #sect2 #tryFuroshiki .tryEx .try .img {
      width: 100%; }
      #sect2 #tryFuroshiki .tryEx .try .img img {
        width: 100%;
        height: auto; }
    #sect2 #tryFuroshiki .tryEx .try p {
      width: 90%;
      margin: 20px auto 0;
      text-align: center; }
  #sect2 .tryImg {
    position: relative;
    width: 100%;
    height: 100px; }
    #sect2 .tryImg .dorobo {
      width: 150px;
      height: 150px;
      position: absolute;
      top: 5px;
      right: calc(50% - 18px); }
      #sect2 .tryImg .dorobo img {
        width: 100%;
        height: auto; }
      #sect2 .tryImg .dorobo:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: calc(50% - 5px);
        right: -15px; }
    #sect2 .tryImg .shacho {
      width: 52px;
      height: 114px;
      position: absolute;
      top: 50px;
      left: calc(50% + 40px); }
      #sect2 .tryImg .shacho img {
        width: 100%;
        height: auto; }
  #sect3 {
    padding-top: 100px; }
    #sect3 h2 {
      font-size: 30px;
      color: #fff;
      text-align: center;
      line-height: 1; }
    #sect3 #furoshikiSample {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #sect3 #furoshikiSample .sampleItem {
        width: 100%;
        background-color: white;
        padding: 10px 15px;
        margin-top: 20px; }
        #sect3 #furoshikiSample .sampleItem h3 {
          font-size: 16px;
          font-weight: 400;
          text-align: center; }
        #sect3 #furoshikiSample .sampleItem .before, #sect3 #furoshikiSample .sampleItem .after {
          width: 100%;
          margin-top: 10px; }
          #sect3 #furoshikiSample .sampleItem .before img, #sect3 #furoshikiSample .sampleItem .after img {
            width: 100%;
            height: auto; }
        #sect3 #furoshikiSample .sampleItem .before {
          position: relative; }
          #sect3 #furoshikiSample .sampleItem .before:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid #0c105e;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -6px;
            color: transparent; }
        #sect3 #furoshikiSample .sampleItem .after {
          margin-top: 20px; }
  #sect4 {
    padding-top: 40px; }
    #sect4 #videoArea .video {
      width: 100%;
      text-align: center; }
      #sect4 #videoArea .video h2 {
        font-size: 30px;
        line-height: 1;
        color: #fff; }
      #sect4 #videoArea .video .movie {
        width: 100%;
        margin: 50px auto 0;
        border: 5px solid #fff;
        position: relative;
        padding-top: 55%;
        background-color: #fff; }
        #sect4 #videoArea .video .movie iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #sect4 #videoArea .video .movie video {
          line-height: 1;
          vertical-align: top;
          width: 100%;
          height: auto; }
        #sect4 #videoArea .video .movie h3 {
          font-weight: 400;
          font-size: 18px;
          line-height: 1;
          padding: 10px 15px;
          position: absolute;
          left: -5px;
          top: 0;
          transform: translateY(-100%);
          background-color: #fff; }
  #sect5 {
    margin-top: 40px;
    position: relative; }
    #sect5 h2 {
      font-size: 30px;
      color: #fff;
      line-height: 1; }
    #sect5 h3 {
      color: #fff;
      font-size: 18px;
      line-height: 1;
      padding-top: 10px; }
    #sect5 .img {
      margin-top: 20px; }
      #sect5 .img img {
        width: 100%;
        height: auto; }
    #sect5 .catch {
      width: 60px;
      position: absolute;
      top: 0;
      right: 0; }
      #sect5 .catch img {
        width: 100%;
        height: auto; }
    #sect5 .cap {
      background-color: #fff;
      padding: 15px;
      font-size: 14px;
      line-height: 1.8; }
  footer {
    width: 100%;
    text-align: center;
    position: relative; }
    footer .blogLink {
      width: 90%;
      margin: 0 auto;
      background-color: #fff;
      margin-top: 1em;
      border-radius: 10px;
      border: 2px solid #0c105e; }
      footer .blogLink a {
        color: #0c105e;
        font-size: 14px;
        display: block;
        position: relative;
        padding-left: 20px;
        text-decoration: none;
        line-height: 1.3;
        padding: 15px 10px 15px 20px; }
        footer .blogLink a:before {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          transform: rotate(45deg) translateY(-50%);
          border-top: 2px solid #0c105e;
          border-right: 2px solid #0c105e;
          position: absolute;
          top: 50%;
          left: 0; }
        footer .blogLink a:hover {
          font-weight: 700; }
    footer .backarea {
      padding: 30px 0; }
      footer .backarea a {
        display: block;
        width: calc(177px / 1.5);
        height: calc(177px / 1.5);
        margin: 0 auto; }
        footer .backarea a img {
          width: 100%;
          height: auto; }
    footer #logOosumi {
      background-color: #fff;
      padding: 5px 0; }
      footer #logOosumi img {
        width: calc(146px / 2);
        height: calc(47px / 2); }
    footer #shacho3 {
      width: calc(58px * 0.8);
      height: calc(180px * 0.8);
      position: absolute;
      bottom: 3px;
      left: 30px; }
      footer #shacho3 img {
        width: 100%;
        height: auto; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 801px) {
  body {
    background-image: url(../images/bg-base.png);
    background-size: 100% 1px;
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    overflow-x: hidden; }
    body #jimon {
      height: calc(100vh - 60px);
      position: fixed;
      top: 350px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      z-index: -1; }
      body #jimon img {
        width: auto;
        height: 100%; }
  #logo50 {
    max-width: 100px;
    width: 6vw;
    height: 104px;
    position: fixed;
    top: 20px;
    left: 20px; }
    #logo50 img {
      width: 100%;
      height: auto; }
  header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto; }
    header span {
      content: "";
      display: block;
      background-image: url(../images/title-bg.png);
      background-repeat: repeat-x;
      background-position: left 50%; }
    header h1 {
      font-size: 6vw;
      line-height: 1;
      color: #fff;
      white-space: nowrap; }
  #catch {
    font-size: 18px;
    line-height: 1;
    display: table;
    margin: 30px auto 0; }
    #catch span {
      display: table-cell;
      width: 50%;
      background-color: #0c105e;
      color: #99cf16;
      padding: 10px;
      text-align: center; }
      #catch span:nth-of-type(1) {
        background-color: #99cf16;
        color: #0c105e; }
  main {
    padding-top: 70px;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto; }
  #sect1 {
    margin-top: 1500px; }
    #sect1 .dia {
      border: 4px solid #0c105e;
      padding: 4px;
      transform: rotate(45deg);
      background-image: url(../images/dia-bg.png);
      position: absolute; }
      #sect1 .dia .diaInner {
        width: 100%;
        height: 100%;
        border: 6px solid #0c105e; }
        #sect1 .dia .diaInner .diaCont {
          width: 75%;
          height: 100%;
          transform: rotate(-45deg);
          color: #0c105e;
          margin: 0 auto;
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          #sect1 .dia .diaInner .diaCont h2 {
            font-size: 36px;
            text-align: center;
            line-height: 1;
            position: relative;
            background-image: url(../images/daia-title-bg.png);
            background-repeat: no-repeat;
            background-position: center bottom;
            padding-bottom: 20px; }
            #sect1 .dia .diaInner .diaCont h2:after, #sect1 .dia .diaInner .diaCont h2:before {
              content: "";
              width: calc((100% - 130px) / 2);
              height: 3px;
              background-color: #0c105e;
              position: absolute;
              bottom: 7px; }
            #sect1 .dia .diaInner .diaCont h2:before {
              left: 0; }
            #sect1 .dia .diaInner .diaCont h2:after {
              right: 0; }
            #sect1 .dia .diaInner .diaCont h2:first-letter {
              font-size: 70px; }
          #sect1 .dia .diaInner .diaCont ul {
            list-style: none; }
            #sect1 .dia .diaInner .diaCont ul.arrow {
              text-align: center;
              padding-top: 20px; }
              #sect1 .dia .diaInner .diaCont ul.arrow li {
                position: relative;
                line-height: 1.3; }
                #sect1 .dia .diaInner .diaCont ul.arrow li b {
                  font-size: 23px; }
                #sect1 .dia .diaInner .diaCont ul.arrow li:not(:last-of-type) {
                  padding-bottom: 12px;
                  margin-bottom: 20px; }
                  #sect1 .dia .diaInner .diaCont ul.arrow li:not(:last-of-type):after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 6px solid green;
                    border-right: 8px solid transparent;
                    border-left: 8px solid transparent;
                    color: transparent;
                    position: absolute;
                    bottom: -6px;
                    left: 50%;
                    transform: translateX(-8px); }
            #sect1 .dia .diaInner .diaCont ul.num li {
              margin-top: 5px;
              text-align: center; }
              #sect1 .dia .diaInner .diaCont ul.num li span {
                display: block;
                position: relative;
                width: 1em;
                height: 1em;
                color: #fff;
                margin: 0 auto 10px;
                text-align: center; }
                #sect1 .dia .diaInner .diaCont ul.num li span:after {
                  content: "";
                  display: block;
                  width: 120%;
                  height: 120%;
                  background-color: #0c105e;
                  transform: rotate(45deg);
                  position: absolute;
                  top: 8px;
                  left: -2px;
                  z-index: -1; }
    #sect1 #dia1 {
      width: 489px;
      height: 489px;
      top: 350px;
      left: calc(50% - 430px); }
      #sect1 #dia1 .diaCont:after {
        content: "";
        width: 107px;
        height: 326px;
        background-image: url(../images/dia1-catch.png);
        display: block;
        top: 0;
        right: -130px;
        position: absolute; }
    #sect1 #dia2 {
      width: 489px;
      height: 489px;
      top: 720px;
      right: calc(50% - 430px); }
      #sect1 #dia2 .diaCont:after {
        content: "";
        width: 107px;
        height: 280px;
        background-image: url(../images/dia2-catch.png);
        display: block;
        top: 0;
        right: -130px;
        position: absolute; }
      #sect1 #dia2 .diaCont #shacho1 {
        width: 137px;
        height: 273px;
        position: absolute;
        bottom: -120px;
        right: -100px; }
        #sect1 #dia2 .diaCont #shacho1 img {
          width: 100%;
          height: auto; }
    #sect1 #dia3 {
      width: 489px;
      height: 489px;
      top: 1090px;
      left: calc(50% - 430px); }
      #sect1 #dia3 .diaCont {
        text-align: center; }
        #sect1 #dia3 .diaCont h3 {
          display: inline-table;
          line-height: 1;
          color: #fff;
          padding: 5px;
          background-color: #0c105e;
          font-size: 16px;
          font-weight: 400;
          margin-top: 20px; }
        #sect1 #dia3 .diaCont p {
          margin-top: 10px;
          font-size: 14px; }
        #sect1 #dia3 .diaCont:after {
          content: "";
          width: 107px;
          height: 218px;
          background-image: url(../images/dia3-catch.png);
          display: block;
          top: 0;
          left: -130px;
          position: absolute; }
    #sect1 .sect1Img {
      width: 246px;
      height: 246px; }
      #sect1 .sect1Img .diaInner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        #sect1 .sect1Img .diaInner img {
          transform: rotate(-45deg); }
    #sect1 #furoshikiImg1 {
      top: 780px;
      left: calc(50% - 570px); }
    #sect1 #furoshikiImg2 {
      top: 1330px;
      right: calc(50% - 400px); }
      #sect1 #furoshikiImg2 img {
        margin-top: 20px;
        margin-left: 20px; }
  #sect2 h2 {
    font-weight: 700;
    line-height: 1;
    -ms-flex-align: end;
        align-items: flex-end; }
    #sect2 h2 span {
      display: block;
      color: #fff;
      text-align: right; }
      #sect2 h2 span:nth-of-type(1) {
        font-size: 65px;
        padding-right: 5px; }
      #sect2 h2 span:nth-of-type(2) {
        font-size: 50px;
        padding-bottom: 5px; }
  #sect2 #tryFuroshiki {
    display: -ms-flexbox;
    display: flex; }
    #sect2 #tryFuroshiki .tryEx {
      width: 50%; }
      #sect2 #tryFuroshiki .tryEx:nth-of-type(1) {
        padding-right: 40px; }
      #sect2 #tryFuroshiki .tryEx:nth-of-type(2) {
        padding-left: 40px; }
      #sect2 #tryFuroshiki .tryEx .try {
        width: 100%;
        margin: 30px auto 0; }
        #sect2 #tryFuroshiki .tryEx .try h3 {
          font-size: 20px;
          line-height: 1;
          font-weight: 700;
          width: 90%;
          margin: 0 auto;
          text-align: center;
          padding-top: 30px; }
        #sect2 #tryFuroshiki .tryEx .try .img {
          width: 100%; }
          #sect2 #tryFuroshiki .tryEx .try .img img {
            width: 100%;
            height: auto; }
        #sect2 #tryFuroshiki .tryEx .try p {
          width: 90%;
          margin: 20px auto 0;
          text-align: center; }
  #sect2 .tryImg {
    width: 100%;
    position: relative;
    height: 150px; }
    #sect2 .tryImg .dorobo {
      width: 231px;
      height: 231px;
      position: absolute;
      top: 0px;
      right: calc(50% - (231px / 2)); }
    #sect2 .tryImg .shacho {
      width: 104px;
      height: 227px;
      position: absolute;
      right: 30px;
      top: 30px; }
  #sect3 {
    padding-top: 100px; }
    #sect3 h2 {
      font-size: 65px;
      color: #fff;
      line-height: 1; }
    #sect3 #furoshikiSample {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #sect3 #furoshikiSample .sampleItem {
        width: 22%;
        background-color: white;
        padding: 10px;
        margin-top: 20px; }
        #sect3 #furoshikiSample .sampleItem h3 {
          font-size: 16px;
          font-weight: 400;
          line-height: 1;
          text-align: center;
          color: #0c105e; }
        #sect3 #furoshikiSample .sampleItem .before, #sect3 #furoshikiSample .sampleItem .after {
          width: 100%;
          margin-top: 10px; }
          #sect3 #furoshikiSample .sampleItem .before img, #sect3 #furoshikiSample .sampleItem .after img {
            width: 100%;
            height: auto; }
        #sect3 #furoshikiSample .sampleItem .before {
          position: relative; }
          #sect3 #furoshikiSample .sampleItem .before:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid #0c105e;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -6px;
            color: transparent; }
        #sect3 #furoshikiSample .sampleItem .after {
          margin-top: 20px; }
  #sect4 {
    padding-top: 100px; }
    #sect4 #videoArea {
      display: -ms-flexbox;
      display: flex; }
      #sect4 #videoArea .video {
        width: 50%;
        text-align: center; }
        #sect4 #videoArea .video h2 {
          font-size: 65px;
          line-height: 1;
          color: #fff;
          padding-bottom: 20px;
          text-align: right; }
        #sect4 #videoArea .video:nth-of-type(1) {
          -ms-flex-order: 2;
              order: 2;
          padding-left: 40px; }
        #sect4 #videoArea .video:nth-of-type(2) {
          padding-top: 40px;
          padding-right: 40px;
          -ms-flex-order: 1;
              order: 1; }
        #sect4 #videoArea .video .movie {
          width: 100%;
          margin: 0 auto;
          border: 5px solid #fff;
          position: relative;
          padding-top: 55%;
          background-color: #fff; }
          #sect4 #videoArea .video .movie iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          #sect4 #videoArea .video .movie h3 {
            background-color: #fff;
            line-height: 1;
            padding: 10px 15px;
            position: absolute;
            bottom: -5px;
            right: -5px;
            font-size: 16px;
            font-weight: 400;
            transform: translateY(100%); }
          #sect4 #videoArea .video .movie video {
            width: 100%;
            height: auto;
            line-height: 1;
            vertical-align: top; }
  #sect5 {
    margin-top: 100px;
    position: relative; }
    #sect5 h2 {
      font-size: 65px;
      color: #fff;
      line-height: 1; }
    #sect5 .img {
      margin-top: 30px; }
      #sect5 .img img {
        width: 100%;
        height: auto; }
    #sect5 .catch {
      width: 138px;
      height: 371px;
      position: absolute;
      top: 0;
      right: 0; }
    #sect5 .cap {
      background-color: #fff;
      padding: 15px;
      font-size: 14px;
      line-height: 1.8;
      position: absolute;
      right: 20px;
      bottom: -50px;
      width: 300px; }
  footer {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative; }
    footer .blogLink {
      text-align: right;
      width: 1100px;
      margin: 0 auto; }
      footer .blogLink a {
        color: #0c105e;
        font-size: 14px;
        display: inline-block;
        position: relative;
        padding-left: 20px;
        text-decoration: none; }
        footer .blogLink a:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          transform: rotate(45deg) translateY(-50%);
          border-top: 2px solid #0c105e;
          border-right: 2px solid #0c105e;
          position: absolute;
          top: 50%;
          left: 0; }
        footer .blogLink a:hover {
          font-weight: 700; }
    footer .backarea {
      padding: 50px 0; }
      footer .backarea a {
        transition: all .3s;
        display: block;
        width: 177px;
        height: 177px;
        margin: 0 auto; }
        footer .backarea a:hover {
          transform: rotate(10deg); }
    footer #logOosumi {
      background-color: #fff;
      padding: 20px 0; }
    footer #shacho3 {
      width: 58px;
      height: 180px;
      position: absolute;
      bottom: 0;
      left: 50px; }
  .fadeImg {
    opacity: 0;
    transition: all 1.5s; }
    .fadeImg.active {
      opacity: 1; }
  /* import */
  /* use Slick 
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/styles.css.map */
