/*
Theme Name: 
Theme URI: 
Description: WordPress_
Author: shin
Author URI: 
Version: 1.0
*/


@charset "utf-8";
/* CSS Document */


/* reset CSS* -------------------------------------------------------------------- */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

/* ここまで　reset CSS* -------------------------------------------------------------------- */


/* common -------------------------------------------------------------------- */

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
    color: #3c3c3c;
    text-align: justify;
    font-feature-settings: "palt";
}

.bold {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

img {
    vertical-align: bottom;
}

h1 {}

h2 {}

h3 {
    font-size: 26px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}
.mb-0{
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-70  {
    margin-right: 70px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.txt-center {
    text-align: center;
}

.fontsize-14 {
    font-size: 14px;
}
.fontsize-18 {
    font-size: 16px;
}
.fontsize-20 {
    font-size: 18px;
}
.fontsize-26 {
    font-size: 24px;
}
.fontsize-27 {
    font-size: 25px;
}
.fontsize-30 {
    font-size: 28px;
}
.fontsize-35 {
    font-size: 33px;
}
.clear {
    clear: both;
}

header {
    width: 100%;
    background-color: #fcfcfc;
}

.header_wrap {
    width: 1080px;
    margin: 0 auto;
}

.header_inner {
    width: 1080px;
    margin: 0 auto;
}

.logo {
    padding: 75px 0 55px 0;
    text-align: center;
}
.logo img {
    width: 355px;
}

footer {
    z-index: 2;
    margin-top: -100px;
    color: #fff;
    width: 100%;
    font-size: 12px;
    background: #ef8418;
    border-radius: 44px 44px 0 0;
    padding-bottom: 60px;
}

.footer_logo {
    text-align: center;
    padding: 60px 0 70px 0;
}

.footer_logo img {
    width: 355px;
}

.footer_inner {
    width: 1024px;
    margin: 0 auto;
    background-color: #ef8418 !important;
    font-weight: bold;
}
.footer_inner a {
    text-decoration: none;
    color: #3c3c3c;
    font-weight: bold;
}
.footer-btn {
    display: block;
    width: 660px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border: 4px solid #3c3c3c;
    border-radius: 90px;
}
.footer-btn::after {
    content: "";
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #3c3c3c; /* 三角の色をfooter背景色に合わせる */
}
.copyright {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ef8418 !important;
}


.footer-fixed-pc a  {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30%;
    background-color: #fcfcfc;
    color: #000;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-radius: 30px 0 0 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer-fixed-pc a:hover  {
    background-color: #ef8418;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    color: #fff;
    opacity: 1;
}

.footer-fixed-pc a.show {
    opacity: 1;
    visibility: visible;
}

/*共通　------------------------------------------*/

.menu {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.menu li a {
    text-decoration: none;
    font-size: 18px;
    color: #f06455;
    font-weight: bold;
    margin-right: 60px;
}
.menu li a:hover {
    color: #b6b6b7;
}
#container {
    min-height: 100%;
    _height: 100%;
    /* for IE6 */
    background-color: #fcfcfc;
}


.content_wrap {
    width: 100%;
    background: #fcfcfc;
}

.content {
    width: 100%;
}

.main {
    font-feature-settings: "palt";
}

.w-1024 {
    width: 1024px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.color-pink {
    color: #f06455;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}
/* TOP ---------------------------------------------------------------------------------------------------------- */

.mv {
    height: 775px;
    background: url(img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv-guide {
    height: 775px;
    background: url(guide/img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv-price {
    height: 775px;
    background: url(price/img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv-howto {
    height: 775px;
    background: url(howto/img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv-links {
    height: 775px;
    background: url(links/img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv-license {
    height: 775px;
    background: url(license/img/mv.png);
    background-size: auto 775px;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: auto;
    margin-right: 0;
}
.mv img {
    height: 100%;
}
.mv-guide img {
    height: 100%;
}
.mv-price img {
    height: 100%;
}
.mv-ttl {
    width: 1025px;
    margin: 0 auto;
}
.mv h3  {
    font-size: 33px;
    padding-top: 630px;
}

.top-read-wrap  {
    font-size: 25px;
    padding-bottom: 90px;
}

.top-read-wrap h1    {
    font-size: 50px;
    color: #f06455;
}

.bg-triangle-wrap   {
    margin-top: -140px;
}

.bg-triangle {
    width: 100%;
    height:350px; /* 三角形の高さを調整可 */
    background-color: #fcdc08; /* 黄色 */
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
}

.top-inner-wrap {
    background-color: #fcdc08;
    padding-bottom: 100px;
}
.top-inner  {
    font-size: 25px;
}

.top-h2    {
    position: relative;
    top: 80px;
    z-index: 2;
    font-size: 40px;
}

.top-aboutme    {}

.top-aboutme-ttl    {
    font-size: 40px;
    margin-bottom: 30px;
}
.top-aboutme-ttl span {
    border-bottom: solid 4px #3c3c3c ;
}
.top-aboutme-subttl {
    font-size: 25px;
    border: none !important;
}

.top-aboutme-txt     {
    line-height: 70px;
    margin-bottom: 150px;
}

.top-aboutme-thumb-01   {
    width: 655px;
    margin-right: 25px;
}
.top-aboutme-thumb-01 img   {
    width: 100%;
}
.top-aboutme-thumb-02   {
    width: 435px;
}

.top-btn    {
    width: 784px;
    height: 126px;
    margin: 0 auto 40px;
    text-align: center;
    border: solid 8px #3c3c3c;
    border-radius: 90px;
    background-color: #f06455;
    color: #fff;
    font-weight: bold;
    line-height: 126px;
}

.con-btm-txt    {
    padding-top: 60px !important;
    margin-bottom: 135px !important;
}

/* guide ---------------------------------------------------------------------------------------------------------- */

.over-triangle-wrap {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    z-index: 2;
}

.guide-btn {
}

.bg-triangle-mt-guide {
    margin-top: -415px;
}

.guide-list {
    padding-top: 140px;
}
.guide-list li {
    margin-bottom: 75px;
}
.guide-list p {
    padding-top: 60px;
    margin-bottom: 135px;
}

/* price ---------------------------------------------------------------------------------------------------------- */

.price-table    {
    font-size: 20px;
}
.price-table img    {
    width: 100%;
}

.price-table  dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}
.price-table  dt {
    width: 110px;
}
.price-table  dd {
    width: 900px;
}
.price-list p {
    padding-top: 0;
    margin-bottom: 0;
}
.price-table  li {
    margin-bottom: 40px;
}
.price-table img {
    margin: 20px 0;
}

/* links  ---------------------------------------------------------------------------------------------------------- */

.links-btn  {
    margin-top: 30px;
}
.links-btn-inner    {
    width: 395px;
    height: auto;
    font-size: 25px;
    line-height: 25px;
    border: solid 2px #3c3c3c;
    border-radius: 10px;
    padding: 10px 0;
}
.bg-triangle-mt-links   {
    margin-top: -250px;
}
.links-list {
    padding-top: 0;
}

/* license  ---------------------------------------------------------------------------------------------------------- */

.bg-triangle-mt-license {
    margin-top: -50px;
}

/*  ---------------------------------------------------------------------------------------------------------- */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* スマホ用CSS  -------------------------------------------------------------------- */

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

    .navi-wrap {
        position: absolute;
        width: 30%;
        height: 95px;
        right: 0;
        top: 0;
        background: #EAE5E3;
        border-bottom-left-radius: 40px;
    }

    #nav-drawer {
        position: relative;
        text-align: right;
        background-image: url(img/sp/sp-menu-bg.svg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 29px;
        height: 44px;
        vertical-align: middle;
        margin-top: 30px;
        padding-left: 10px;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 17px;
        /*長さ*/
        border-radius: 3px;
        background: #fff;
        display: block;
        content: '';
        cursor: pointer;
    }

    #nav-open span:before {
        bottom: -5px;
    }

    #nav-open span:after {
        bottom: -10px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 90%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 330px;
        /*最大幅（調整してください）*/
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /*背景色*/
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        /*左に隠しておく*/
        text-align: center;
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    /* スマホ 　共通 　-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

    header {
        width: 90%;
        height: 60px;
        padding: 5%;
    }

    .header_inner {
        width: 100%;
        margin: 0 auto;
    }

    .logo {
        margin-top: -80px;
        padding: 10px 0 55px 0;
        text-align: center;
    }
    .logo img {
        width: 60%;
    }

    nav {
        clear: both;
    }

    .header_sp_navi ul {
        font-size: 18px;
        margin: 50px 0 0 0;
    }

    .header_sp_navi li {
        text-align: right;
        padding: 10px 15px 10px 0;
    }

    .header_sp_navi li a {
        color: #fff;
    }

    .header_sp_navi li img {
        width: 18px;
    }

    nav li a:hover {}

    footer {
        width: 100%;
        padding: 0;
    }

    .footer_inner {
        width: 100%;
        margin: 0 auto;
    }

    .footer_nemu {
        padding: 30px 0 50px 0;
    }

    .copyright {
        text-align: center;
    }

    .footer_2 {
        width: 90%;
        margin: 0 auto;
        padding: 65px 0 40px 0;
        font-size: 14px;
        font-feature-settings: "palt";
    }

    .footer_2_logo {
        width: 60%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .footer_2_logo img {
        width: 100%;
    }

    .footer_2_menu {
        width: 100%;
        float: none;
    }

    .footer_2_menu ul {
        margin-bottom: 12px;
    }

    .footer_2_menu li {}

    .footer_2_menu li a {
        color: #5A5B5B;
    }

    .fontsize-14 {
        font-size: 15px !important;
    }

    /*  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

    .sp-mt-20   {
        margin-top: 20px;
    }
    .sp-mt-35   {
        margin-top: 35px;
    }
    .sp-mb-20   {
        margin-bottom: 20px;
    }
    .sp-mt-25   {
        margin-top: 25px;
    }
    .sp-mb-35   {
        margin-bottom: 35px;
    }
    .sp-mb-45   {
        margin-bottom: 45px;
    }
    .sp-mr-5   {
        margin-right: 5px;
    }
    .sp-fontsize-12 {
        font-size: 12px;
    }
    .sp-fontsize-16 {
        font-size: 16px;
    }
    .sp-fontsize-18 {
        font-size: 18px;
    }
    .w-1024 {
        width: 100%;
    }
    .sp-flex    {
        display: flex;
    }

    .content_wrap {
        clear: both;
        width: 100%;
        background-color: #fcfcfc;
    }
    .content {
        width: 100%;
        margin: 0 auto;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .main-inner {
        width: 90%;
        margin: 0 auto;
    }
    .mv {
        height: 280px;
        width: 90%;
        background-size: 100% auto;
        margin-top: 30px;
    }
    .mv-ttl {
        width: 100%;
    }
    .mv h3  {
        font-size: 14px;
        padding-top: 180px;
        padding-left: 20px;
    }
    .top-read-wrap  {
        width: 100%;
        font-size: 14px;
        padding-bottom: 45px;
    }
    .top-read-wrap h1 {
        font-size: 19px;
        color: #f06455;
    }
    .main h2    {
        width: 90%;
        margin: 0 auto;
    }
    .top-h2 {
        top: 0;
        font-size: 18px;
    }
    .bg-triangle-wrap {
        margin-top: -80px;
    }
    .bg-triangle    {
        height: 100px;
    }
    .top-aboutme    {
        width: 90%;
        margin: 0 auto;
    }
    .top-aboutme-ttl    {
        font-size: 18px;
    }
    .top-aboutme-ttl span {
        border-bottom: solid 2px #3c3c3c;
    }
    .top-aboutme-subttl {
        font-size: 14px;
        border: none !important;
    }
    .top-aboutme-thumb-01   {
        width: 100%;
    }
    .top-aboutme-thumb-02   {
        width: 50%;
    }
    .top-aboutme-txt    {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 45px;
    }
    .top-area li {
        font-size: 14px;
    }
    .top-btn    {
        width: 90%;
        height: 45px;
        line-height: 45px;
        margin: 0 auto 20px;
        border: solid 2px #3c3c3c;
        font-size: 14px;
    }

    footer{
        border-radius: 20px 20px 0 0;
        padding-bottom: 70px;
    }
    .footer_inner   {
        width: 90%;
    }
    .footer_logo img {
        width: 40%;
    }
    .footer_logo {
        text-align: center;
        padding: 20px 0 30px 0;
    }
    .footer-btn {
        width: 100%;
        padding: 10px 0;
        border: 2px solid #3c3c3c;
    }
    .footer-btn::after {
        content: "";
        display: inline-block;
        margin-left: 16px;
        vertical-align: middle;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #3c3c3c;
    }
    .copyright  {
        padding: 30px 0;
        text-align: left;
    }

    .footer-fixed   {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100vw;
        background-color: #ef8418;
        z-index: 1000;
    }
    .footer-fixed li  {
        flex: 1;
        height: 60px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        border: solid 1px #fff;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-fixed li a {
        color: #fff;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    /* guide ---------------------------------------------------------------------------------------------------------- */

    .mv-guide , .mv-price , .mv-howto , .mv-links , .mv-license{
        height: 280px;
        width: 90%;
        background-size: 100% auto;
        margin-top: 30px;
    }
    .guide-list-item-01 , .guide-list-item-02 , .guide-list-item-03 {
        font-size: 14px;
    }
    .guide-list-item-01 span , .guide-list-item-02 span , .guide-list-item-03 span {
        font-size: 14px;
    }
    .guide-list-item-02 {
        width: 90%;
    }
    .guide-btn  {
        padding-top: 20px;
    }
    .guide-list {
        padding-top: 20px;
    }
    .guide-list li  {
        margin-bottom: 20px;
    }
    .guide-list p   {
        font-size: 20px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

/* price ---------------------------------------------------------------------------------------------------------- */

    .mv-price {
        height: 280px;
        width: 90%;
        background-size: 100% auto;
        margin-top: 30px;
    }
    .price-table    {
        font-size: 20px;
    }
    .price-table img    {
        width: 100%;
    }
    .price-table  dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
    }
    .price-table  dt {
        width: 110px;
    }
    .price-table  dd {
        width: 900px;
    }
    .price-list p {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 14px !important;
    }
    .price-table  li {
        margin-bottom: 10px;
    }
    .price-table img {
        margin: 5px 0;
    }
    .price-ttl-sp   {
        font-size: 18px !important;
    }
    .price-list-item-03 li {
        font-size: 14px !important;
    }
    .con-btm-txt    {
        font-size: 20px;
        padding-top: 30px !important;
        margin-bottom: 30px !important;
    }

/* links  ---------------------------------------------------------------------------------------------------------- */

    .links-btn  {
        margin-top: 10px;
    }
    .links-btn-inner    {
        width: 80%;
        height: auto;
        font-size: 18px;
        line-height: 18px;
        border: solid 2px #3c3c3c;
        border-radius: 10px;
        padding: 5px 0;
    }
    .bg-triangle-mt-links   {
    }
    .links-list {
        padding-top: 1;
    }

/* license  ---------------------------------------------------------------------------------------------------------- */

    .bg-triangle-mt-license {
        margin-top: 0px;
    }

}