html{
    font-size: 62.5%;
}
}
@media(max-width:340px){
	html {
	    font-size: 55.5%;
	}
}
body{
 	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.5rem;
	overflow-x:hidden;
}
h2{
    font-family: "M PLUS Rounded 1c"; 
}


/*ボタン*/
.btn--cubic{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    font-family: "M PLUS Rounded 1c"; 

    animation : yureru 7s linear 0s infinite normal;
}
@keyframes yureru {
    0% {
			margin-right:0px;
    }
    73% {
			margin-right:0px;
        filter: brightness(1);
    }
    77% {
			margin-right:-14px;
        filter: brightness(1.1);
    }
    81% {
			margin-right:0px;
        filter: brightness(1);
    }
    85% {
			margin-right:-14px;
        filter: brightness(1.1);
    }
    89% {
			margin-right:0px;
        filter: brightness(1);
    }
    90% {
			margin-right:0px;
    }
}
a.btn--red.btn--cubic {
    min-width: 443px;
    padding: 17px 0px;
    z-index: 11;
    border-bottom: 7px solid #6d8e10;
    background-image: url(/wp-content/themes/original/images/common/bg_green.jpg);
    color: #FFF;
}
a.btn--red.btn--cubic:after {
    content: "";
    background: url(/wp-content/themes/original/images/common/button_arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 26px;
    width: 24px;
    height: 22px;
}
a.btn--red.btn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #9f000c;
    margin-bottom:2px;
    opacity:0.8;
}
a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

/*トップニュースボタン*/
a.top_news_button.btn--red.btn--cubic {
    min-width: 107px;
    padding: 9px 0px;
    border-bottom: 5px solid #6d8e10;
    background-image: url(/wp-content/themes/original/images/common/bg_lightgreen.jpg);
    color: #FFF;
    right: 50%;
    right: 3%;
    font-size: 1.6rem;
}
a.top_news_button.btn--red.btn--cubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #9f000c;
    margin-bottom:2px;
    opacity:0.8;
}
a.top_news_button.btn--red.btn--cubic:after {
    content: "";
    background: url(/wp-content/themes/original/images/common/button_arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 16px;
    height: 16px;
}
@media(max-width:1310px){
    .top_news_in{
        padding-bottom: 65px;
    }
    a.top_news_button.btn--red.btn--cubic{
        bottom: 18px;
        right: 50%;
        transform: translate(50%, 0);
    }
}
@media(max-width:749px){
    .btn--cubic {
        font-size: 1.6rem;
    }
	a.btn--red.btn--cubic:after {
        top: 19px;
    }
}


/* =====================
　エフェクト
===================== */
.ef-fu-ob {
    opacity:0;
    transform:translate(0,40px);
    -webkit-transform:translate(0,40px);
    transition:1s;
}
.ef-fa-ob {
    opacity:0;
    transition:4.4s;
}

/*----- 左からスライド -----*/
.ef-left-ob {
    transform: translate(-200px, 0px);
    -webkit-transform: translate(-200px, 0px);
    transition: 1.2s;
    opacity:0;
}
.ef-right-ob {
    transform: translate(80%, 0px);
    -webkit-transform: translate(80%, 0px);
    transition: 2.8s;
    opacity:0;
}

.ef-lr{
    opacity:1.0;
}
/*----- 左からスライド -----*/
.ef-top-ob {
    transform: translate(0px, -40%);
    -webkit-transform: translate(0px, -40%);
    transition: 2.4s;
    opacity:0;
}
.ef-bottom-ob {
    transform: translate(0px, 20%);
    -webkit-transform: translate(0px, 20%);
    transition: 2.2s;
    opacity:0;
}
.ef-reset {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity:1.0;
}



/*メインイメージ*/
.top_catch{
    width: 100%;
    height: 450px;
    margin-bottom: 24px;
    overflow: hidden;
    position:relative;
    background-color: #dbb595;
}
#maff1{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -9%;
    width: 25vw;
    min-width: 435px;
    height: auto;
}
#maff2 {
    position: absolute;
    top: -6%;
    bottom: 0;
    margin: auto;
    left: 20%;
    width: 32vw;
    min-width: 435px;
    height: auto;
}
#maff3 {
    position: absolute;
    top: 6%;
    bottom: 0;
    margin: auto;
    right: 24%;
    width: 28vw;
    min-width: 385px;
    height: auto;
}
#maff4 {
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0%;
    width: 22vw;
    min-width: 338px;
    height: auto;
}
#word1{
    position: absolute;
    top: 7%;
    left: 11%;
}
#word2{
    position: absolute;
    bottom: 7%;
    left: 42%;
    display:none;
}
#word3{
    position: absolute;
    top: 7%;
    right: 5%;
}
.catch_word{
    width: 200px;
    height: auto;
}
.catch_word_sp{
    display: none;
}
.top_catch h1 {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 7.5rem;
    color: #fff;
    letter-spacing: 0.2rem;
}
#curve{
    margin: -2px;
    position: absolute;
    bottom: 0;
}
#curve_sp{
    display: none;
}
.top_catch_effect1 {
    animation-name: top_catch_effect1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
}
@keyframes top_catch_effect1 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}
.top_catch_effect2 {
    animation-name: top_catch_effect2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
}
@keyframes top_catch_effect2 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,15px)
    }
}
.top_catch_effect3 {
    animation-name: top_catch_effect3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5.5s;
}
@keyframes top_catch_effect3 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,15px)
    }
}
.top_catch_effect4 {
    animation-name: top_catch_effect4;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5.5s;
}
@keyframes top_catch_effect4 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,15px)
    }
}

/*お知らせ・イベント情報*/
.top_news {
    margin-top: 44px;
    padding-bottom: 0px;
    position: relative;
    border-bottom: solid 10px #6d8e11;
    background-image: url(/wp-content/themes/original/images/common/bg_green.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat;
}
.top_news .top_news_button{
    position: absolute;
    bottom: 124px;
    right: 3%;
}
.top_news_in{
    margin: 75px auto 0;
    padding: 0 0px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}
.news{
    margin-top: -42px;
    flex: 0 0 30%;
    /*width: 300px;
    height: 292px;*/
	background-color: #fff;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news:first-child{
    margin-top: -42px;
}
.news_pic{
    height: 170px;
    /*height: 170px;*/
    background-size: cover;
    background-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news_text{
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	 padding-bottom: 14px;
}
.news_text p {
    margin: 12px 18px 0px;
    line-height: 1.7;
    font-size: 1.7rem;
}
.news_text p:first-child {
	font-size:1.7rem;
	font-weight:bold;
}
.news_text p:last-child {
	font-size:1.5rem;
}
/*マフってなあに？*/
.about{
    padding-top: 54px;
    width: 100%;
    overflow: hidden;
}
.about_1{
    margin: 40px auto 58px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_text_1{
    margin: 0 27px 0 3px;
    flex: auto;
}
.about_text_1 img{
    float: right;
}
.about_pic_1{
    flex: auto;
}
.about_pic_1 p{
    font-size: 1.4rem;
}
.about_2{
    max-width: 1000px;
    margin: 0 auto;
}
.about_text_2 {
    margin: 0 0 120px calc(50% - 16vw);
    text-align: justify;
}
.about_pic_2 {
    position: absolute;
    left: -32px;
    width: 100%;
    min-height: 390px;
    margin-top: -424px;
}
.about_pic_2 img {
	width: 30vw;
    height: auto;
    position: absolute;
    top: -2vw;
    left: -1%;
}
@media(min-width:1740px){
.about_pic_2 img {
    width: 29vw;
}
}
.about_pic_2 p {
	position: absolute;
    top: 65%;
    left: calc(22vw - 40px);
    font-size: 1.4rem;
    line-height: 1.8;
}

/*ワークショップ*/
.top_workshop{
    position:relative;
    padding-top: 45px;
    width: 100%;
    min-height: 756px;
    background-image:url("/wp-content/themes/original/images/top/ws_bg.jpg");
    background-size: cover;
    text-align: center;
}
.top_workshop_gradation{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.top_workshop h2 {
    color: #fff;
    text-shadow: 1px 1px 13px rgb(0 0 0 / 30%);
}
.workshop_youtube{
    position: relative;
    z-index: 11;
    margin: 18px auto;
    padding: 20px;
    max-width: 960px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
}
.workshop_youtube p {
    margin: 2px 20px;
    flex: 1 1 484px;
    text-align: justify;
    line-height: 2.3;
}
.workshop_youtube iframe{
    margin: 10px 14px;
    flex: 0 0 40%;
}
/*スライド*/
.top_slide{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.top_slide ul{
    margin: 32px 0 43px;
    margin-left: -20px;
    display: flex;
    list-style: none;
}
.top_slide li{
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide_text {
    font-weight: bold;
    font-size: 1.6rem;
    text-align:center;
}
.slide_pic{
    margin: 10px auto 0;
    width: 91%;
	 padding-bottom:57%;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.prev-arrow {
    top: 20%;
    left: 1%;
    z-index: 10;
    display:none !important;
}
.next-arrow {
    top: 20%;
    right: 1%;
    display:none !important;
}

/*イギリス*/
.uk{
    margin-top: 80px;
}
.uk_topic{
    margin: 50px auto 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
}
.uk_text {
    margin: 0 25px;
    flex: 0 1 59%;
}
.uk_pic{
    margin-right: 25px;
    flex:0 1 340px;
    background-size: cover;
}
.uk_pic_leeds{
    height:225px;
}
.uk_pic_oxford{
    height:430px;
}
.uk_pic_ngo{
    height:250px;
}
.oxford{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.oxford_in{
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.oxford img{
    flex: 0 0 auto;
    width: 48%;
    height: auto;
}

/*PR*/
.pr{
    margin-top: 90px;
    text-align: center;
}
.pr h2{
    margin-bottom: 30px;
}

/*1400px以上：メインイメージh1文字サイズ*/
@media(min-width:1400px){
    .top_catch h1{
    font-size: 4.4rem;
    }
}
/*1210px以下：お知らせ「一覧へ」移動*/
@media(max-width:1310px){
    .top_news_in{
        padding-bottom: 65px;
    }
    .top_news .top_news_button{
        bottom: 18px;
        right: 50%;
        transform: translate(50%, 0);
    }
}
/*1210px以下：お知らせ「一覧へ」移動*/
@media(max-width:749px){
    .top_news_in{
        padding-bottom: 45px;
    }
}
@media(min-width:1070px) and (max-width:1210px){
    .about_text_2{
    	padding-right: 30px;
    }
}

/*中間サイズ（ヘッダー・mainの余白を調整）*/
@media(min-width:750px) and (max-width:1069px){
    .top_news_in{
       width: calc(100% - 70px);
    }
    .about_1,
    .about_2,
    .workshop_youtube{
        margin-right: 35px;
        margin-left: 35px;
    }
    .uk_topic{
        margin-right: 10px;
        margin-left: 10px;
    }
}

/*749以下＊スマホ*/
@media(max-width:749px){
    h2,
    .uk h2,
    .pr h2
    {
        font-size: 2.4rem;
        line-height: normal;
        letter-spacing: normal;
    }
/*共通ボタン（スマホ）*/
	a.btn--red.btn--cubic {
        min-width: calc(100% - 40px);
    }
    
/*メインイメージ（スマホ）*/
    .top_catch{
        padding-bottom: 6px;
    }
    #maff1{
        display: none;
    }
    #maff2{
        top: -38%;
        left: -17%;
        width: 272px;
        min-width: auto;
        height: auto;
    }
    #maff3{
        top: -31%;
        right: -13%;
        width: 290px;
        min-width: auto;
        height: auto;
    }
    #maff4 {
        bottom: -7%;
        left: -29%;
        width: 240px;
        min-width: auto;
        height: auto;
    }
    .catch_word{
        display: none;
    }
    .catch_word_sp{
        position: absolute;
        display: block;
        width: 140px;
        height: auto;
    }
    #word1_sp{
        top: 3%;
        left: 29%;
    }
    #word2_sp{
        bottom: 13%;
        left: 5%;
        display:none;
    }
    #word3_sp{
        bottom: 11%;
        right: 5%;
    }
    .top_catch h1 {
        transform: translate(0);
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }
    .top_catch h1 img{
        width: 90%;
        margin: 0 auto;
    }
    #curve{
        display: none;
    }
    #curve_sp{
        margin-top: -5px;
        display: block;
        position: absolute;
        bottom: -11%;
	}	
/*お知らせ・イベント*/
    .top_news{
        margin-top: 60px;
    }
    .top_news_in{
        margin: 20px 20px 0;
        flex-direction: column;
        align-items: center;
}
    .news{
        margin: 0 0 20px;
        width: 100%;
    }
    .news_text {
        min-height: auto;
    }

/* マフってなあに？（スマホ） */
    .about_1,
    .about_2{
        margin-top: 20px;
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: center;
    }
    .about_2{
        margin-right: auto;
        margin-left: auto;
        flex-direction: column-reverse;
    }
    .about_text_1,
    .about_text_2{
        margin: 0 auto;
        width: 100%;
    }
    .about_pic_2 {
        position: relative;
        left: auto;
        width: 100%;
        min-height: auto;
        margin:0;
	}
    .about_pic_2 img {
        position: relative;
        width: 80%;
        height: auto;
        top: auto;
        left: 30px;
        right: 0;
        margin: auto;
    }
    .about_1{
        position: relative;
    }
    .about_text_1 img{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .about_pic_1 {
        margin: 25px auto 140px; 
    }
    .about_pic_2 p {
        top: auto;
        bottom: 19px;
        right: 0;
        left: auto;
    }
    
/* ワークショップ（スマホ） */
    .workshop_youtube{
        width: calc(100% - 10px);
        padding: 0;
    }
    .workshop_youtube p{
        margin: 12px 20px;
    }
    .workshop_youtube iframe{
        margin: 0 5px 20px;
    }
    .top_workshop {
        margin-top: 20px;
        padding-top: 22px;
    }
/* イギリス（スマホ）*/
    .uk{
        margin-top: 70px;
    }
    .uk_topic{
        margin: 40px auto;
        width: calc(100% - 40px);
        flex-direction: column;
    }
    .uk_text{
        margin: 0;
    }
    .uk_pic{
        margin: 10px 0 0;
        width: 100%;
        flex: auto;
    }
	.uk_pic_ngo	{
    	  margin: 10px 0 0;
	}
    .oxford{
    	  margin-bottom: 6px;
    }
    .oxford h3{
        margin-bottom: 12px;
    }
    .oxford div img{
        margin-top: 15px;
        flex: 0 1 130px;
        width: calc(50% - 3px);
        height: auto;
    }
/*「初めての方でも〜〜」（スマホ）*/
    .pr{
        margin-top: 0;
    }
}

/* ↑ここまでインデックスぺージCSS */


/*ここから編み方ページ*/
.howto_pdf{
    width: 440px;
    height: auto;
}
/*動画で分かるマフの編み方*/
.howto section{
    margin: 0 auto;
    padding: 85px 0 0;
    max-width: 1000px;
    text-align: center;
}
.howto section:first-of-type{
    /*max-width: 700px;*/
}
.howto h3{
    font-size: 2rem;
    letter-spacing: 0.3rem;
    color: #000;
}
.howto_movie .youtube {
    margin: 30px 0 33px;
    position: relative;
    padding-top: 56.15%;
    border: 1px solid #f2f2f2;
}
.howto_kagibari .howto_movie .youtube {
    border: none;
}
.howto_movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.howto_movie a{
    margin-bottom: 21px;
}
/*写真で見るマフの編み方*/
.howto_photo{
}
.howto_photo_in{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.howto_process{
    margin-bottom: 43.5px;
    flex: 0 0 470px;
}
.howto_process img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.howto_process p {
    margin-top: 8px;
    text-align: left;
    line-height: 1.8;
}
.howto_photo .howto_pdf{
    margin: 8px 0 9px;
}

/*LINE*/
.howto .line img{
    width: 700px;
    height: auto;
}

/*横幅970以下(写真縦に１枚ずつとなる際のセンタリング*/
@media(max-width:970px){
    .howto_photo_in{
        justify-content: center;
    }
}

/*横幅749以下)*/
@media(max-width:749px){
    .howto_movie .youtube {
        max-width: calc(100% - 40px);
        margin: 0 auto 20px;
    }
	.howto_movie iframe {
        width: 100%;
        height: 85%;
        margin: 17px 0px 33px;
    }
    .howto section{
        padding-top: 40px;
    }
    .howto h3{
        margin-bottom: 0;
        font-size: 1.5rem;
        letter-spacing: normal;
    }
    .howto_photo_in{
        margin-top: 15px;
    }
    .howto_process {
        margin-bottom: 30px;
        flex: 0 0 calc(100% - 30px);
    }
    .howto .line img{
        margin: 30px 0;
        width: 100%;
    }
    .howto_process img {
        border-radius: 12px;
    }
	
}





/* 編み方・編み図紹介（共通） */
.howto .howto_index_title{
    margin-top: 60px;
}
.howto .howto_index_intro_outer {
    position: relative;
    margin-top: -10px;
    padding: 30px 40px 30px;
    width: 100%;
    text-align: center;
}
.howto .howto_index_intro_outer .howto_index_title {
    color: #FFF;
    margin: 0 0 20px;
}
.howto .howto_index_intro {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 1.6rem;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 15px;
}
.howto .howto_list{
    background-image: none;
    border-bottom: none;
    margin-top: -3px;
	padding-top: 45px;
}
.howto .howto_list .top_news_in .news {
    margin-bottom: 24px;
    flex: 0 0 calc(32.3% - 15px);
    border: none;
    /* border-bottom: solid 10px #6d8e11; */
    box-shadow: 1px 1px 5px #929292;
    border-radius: 12px;
}
.howto .howto_list .top_news_in .news .news_pic {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.howto .howto_list .top_news_in {
    padding-bottom: 0px;
    margin-top: 30px;
}
.howto .howto_list .top_news_in .news_text{
    min-height: 0;
}
.howto .news_pic {
    padding-bottom: 72%;
	height:auto;
}
.howto  a.btn--red.btn--cubic {
    margin-top: 50px;
}
.howto_process{
	position: relative;
}
.howto_process span {
    padding: 5px 12px;
    display: inline-block;
    background-color: #a1c446;
    color: #fff;
    border-radius: 12px 0 12px 0;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.howto .howto_list_other{
    max-width: 700px;
}
.howto_list_other .news{

}
.howto .howto_list_other .top_news_in .news {
    flex: 0 0 45.7%;
}
.howto .howto_list_other_title {
    margin-top: 90px;
}


/* 編み方・編み図紹介（メリヤス編み Knit for Peace監修） */
.howto_en.howto section:first-of-type{
	padding-top: 50px;
	max-width: 800px;
}
.howto_en.howto .howto_hajimeni>div{
	padding: 30px 35px; 
	background-color: #f4edea;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 12px;
}
.howto_en .howto_hajimeni_img{
	flex: 0 1 auto;
	width: 38%;
}
.howto_en .howto_hajimeni_text{
	flex: 0 1 auto;
	width: 58%;
}
.howto_en .howto_hajimeni h2{
	margin-bottom: 20px;
}
.howto_en .howto_hajimeni h3{
	margin-top: 26px;
	margin-bottom: 0;
}
.howto_en.howto .howto_photo {
    max-width: 800px;
}
.howto_en .howto_photo h2{
	margin-bottom: 20px;
}
.howto_en .howto_english {
    margin-bottom: 25px;
    border: solid 1px #bbbbbb;
    border-radius: 15px;
    position: relative;
}
.howto_en .howto_english_wrap span {
    padding: 5px 12px;
    display: inline-block;
    background-color: #a1c446;
    color: #fff;
    border-radius: 15px 0 15px 0;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
}
.howto_en .howto_english div {
    padding: 15px 35px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 250px;
}
.howto_en .howto_english_4 img{
	padding:10px;
}
.howto_en .howto_english_1 img{
    padding: 20px;
}
.howto_en .howto_english:first-child div{
	align-items: flex-start;
}
.howto_en .howto_english:first-child p{
	margin-top: 50px;
}
.howto_en .howto_english p{
	flex: 0 1 auto;
	width: 50%;
}
.howto_en .howto_english img{
	flex: 0 1 auto;
	width: 45%;
}
.howto_en .howto_english_wrap>p{
	margin-bottom: 30px;
	text-align: center;
}
.howto_en .howto_english_wrap>img{
	margin-bottom: 30px;
	width: 100%;
}
.knit_link {
    color: #6d8e11;
    font-size: 1.7rem;
}
@media (max-width: 749px){
	.howto .howto_index_intro {
    	font-size: 1.5rem;
    	padding: 20px;
	    background: transparent;
	}
	.howto .howto_index_intro_outer {
    	margin-top: 0;
    	padding: 0;
	}
	.howto_en.howto .howto_hajimeni,
	.howto_en.howto .howto_photo{
		width: calc(100% - 40px);
	}
	.howto_en.howto .howto_hajimeni>div,
	.howto_english div{
		flex-direction: column;
	}
	.howto_en .howto_hajimeni_text,
	.howto_en .howto_english p{
		width: 100%;
	}
	.howto_en .howto_hajimeni_img,
	.howto_en .howto_english img{
		margin: 20px auto 0;
		width: 60%;
	}
	.howto_en .howto_english_4 img{
    	width: 100%;
    	padding: 0;
	}
	.howto_en .howto_english:first-child p{
		margin-top: 0;
	}
	.howto_en .howto_english div {
    	padding-top: 40px;
	}
	.howto .howto_list_other_title {
    	margin-bottom: 0px;
	}
}