/* CSS Document */

#fv {
    position: relative;
    background: #12B2AA;
}

#fv img {
    margin: auto;
}

#fv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#category {
    background: #F6ECE2;
}

#category .tab {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 80px 0 40px;
    display: flex;
    justify-content: space-between;
}

#category .tab::before {
    content: url("/recipe/img/category.png");
    position: absolute;
    top: 0;
    left: 0;
}

#category #HashtagSearch {
    background: #F6ECE2;
    padding: 40px 0;
}

#category #HashtagSearch h2 img {
    margin: auto;
}

#category #HashtagSearch ul.sub {
    max-width: 640px;
    margin: 30px auto;
}

#category #HashtagSearch ul.sub li {
    display: inline-block;
    margin: 5px;
}

#category #HashtagSearch ul.sub li a {
    font-size: 90%;
    font-weight: 600;
    background: #fff;
    border-radius: 20px;
    padding: 2px 15px;
    display: block;
    line-height: 1.6em;
}

#category #HashtagSearch dl.list {
    max-width: 800px;
    margin: 40px auto;
}

#category #HashtagSearch dl.list dt {
    background: #12B2AA;
    color: #000;
    font-weight: 600;
    font-size: 110%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

#category #HashtagSearch dl.list dt img {
    margin: auto;
}

#category #HashtagSearch dl.list dt::after {
    content: url("/module/img/on.png");
    position: absolute;
    right: 20px;
    top: 18px;
}

#category #HashtagSearch dl.list dt.active::after {
    content: url("/module/img/off.png");
}

#category #HashtagSearch dl.list dt:hover {
    opacity: .8;
    cursor: pointer;
}

#category #HashtagSearch dl.list dd {
    display: none;
    max-width: 640px;
    margin: 40px auto;
}

#category #HashtagSearch dl.list dd ul {
    margin: 0;
}

#new {
    max-width: 850px;
    margin: 100px auto;
}

#new h2 img {
    margin: auto;
}

#new dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0;
}

#new dl:nth-of-type(even) dt {
    order: 2;
}

#new dl dt {
  width: 420px;
	height: 300px;
}
#new dl dt img{
  width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 30px;
}

#new dl dd {
    width: calc(100% - 470px);
}

#new dl dd h4 {
    color: #12B2AA;
    font-size: 100%;
    font-weight: 600;
}

#new dl dd h3 {
    font-size: 140%;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4em;
}

#new dl dd .tag {
    border-top: 1px solid #333;
    margin: 15px 0 0;
    padding: 20px 0 5px;
}

#new dl dd .tag li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

#new dl dd .tag li a {
    font-size: 90%;
    font-weight: 600;
    background: #F2E8DE;
    border-radius: 20px;
    padding: 4px 15px;
    display: block;
    line-height: 1.5em;
}

#new dl dd time {
    font-size: 80%;
    border: 1px solid #333;
    border-width: 0 1px;
    padding: 0 10px;
    margin: 0 8px;
}

#archives {
    max-width: 1120px;
    margin: 100px auto;
}

#archives article {
    margin: 100px auto;
}

#archives h2 img {
    margin: auto;
}

#archives ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

#archives ul li {
    width: 240px;
    margin: 10px 20px;
}

#archives ul li a {
    position: relative;
    display: block;
}

#archives ul li img {
    border-radius: 5px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

#archives ul li .movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#archives ul li .movie img {
    width: auto;
    height: auto;
}

#archives ul li .info {
    margin: 10px 0;
}

#archives ul li .info h3 {
    font-weight: 600;
    height: 3em;
    overflow: hidden;
}

#archives ul li .info .tag {
    border-top: 1px solid #333;
    padding: 10px 0 0;
    margin: 10px 0 0;
    font-size: 90%;
}

#archives ul li .info .tag li {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: auto;
}

#archives ul li .info .tag li a {
    font-size: 90%;
    font-weight: 600;
    background: #F2E8DE;
    border-radius: 20px;
    padding: 4px 15px;
    display: block;
    line-height: 1.3em;
}

#cookpad {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookpad a {
    margin-left: 20px;
}

#single {
    margin: 40px 0;
}

#single .titleSet {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: auto;
}

#single .titleSet .logo {}

#single .titleSet h1 {
    font-size: 180%;
    font-weight: 600;
    line-height: 1.2em;
    border-bottom: 3px solid #333;
    padding: 5px 0;
    margin: 15px 0;
}

#single #singleFv {
    max-width: 1140px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#single #singleFv .slider01,
#single #singleFv .noslider {
    width: 660px;
    padding: 0 0 45px;
}

#single #singleFv .slick-slide img {
    border-radius: 15px;
    width: 660px;
    height: 440px;
    object-fit: cover;
}

#single #singleFv .slider01 .slick-prev,
#single #singleFv .slider01 .slick-next {
    width: 56px;
    height: 56px;
    top: 100%;
    z-index: 9;
}

#single #singleFv .slider01 .slick-prev {
    left: 0;
}

#single #singleFv .slider01 .slick-next {
    left: 70px;
}

#single #singleFv .slider01 .slick-prev::before {
    content: url("/module/img/arrow_back.png");
    opacity: 1;
}

#single #singleFv .slider01 .slick-next::before {
    content: url("/module/img/arrow_next.png");
    opacity: 1;
}

#single #singleFv .slider01 .slick-prev:hover,
#single #singleFv .slider01 .slick-next:hover {
    opacity: .8;
}

#single #singleFv .slider01 .slick-dots {
    width: auto;
    bottom: 10px;
    right: 0;
}

#single #singleFv .slider01 .slick-dots li {
    margin: 0 10px;
}

#single #singleFv .slider01 .slick-dots li button::before {
    font-size: 11px;
}

#single #singleFv .ingredients {
    width: 400px;
    padding: 60px 0 20px;
}

#single #singleFv .ingredients dt {
    border: 2px solid #333;
    background: #fff;
    text-align: center;
    padding: 5px 20px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
}

#single #singleFv .ingredients dd {
    margin: 20px 0;
}

#single #singleFv .ingredients dd ul {}

#single #singleFv .ingredients dd ul li {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

#single #singleFv .ingredients dd ul li em {
    font-style: normal;
}

#single .movie {
    margin: 40px 0;
}

#single .movie dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

#single .movie dl dd {
    margin: 0 20px;
}

#single .movie dl dd img {
    border-radius: 10px;
    opacity: 1;
}

#single .movie dl dd a {
    position: relative;
    display: block;
}

#single .movie dl dd a::before {
    content: url("/recipe/img/play.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

#single .movie dl dd a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    position: absolute;
    top: 0;
    transition: all .4s;
}

#single .movie dl dd a:hover::after {
    background: rgba(0, 0, 0, .2);
}

#single .howTo {
    max-width: 800px;
    margin: 80px auto;
}

#single .howTo ul {
    display: flex;
    flex-direction: column;
}

#single .howTo ul li {
    display: flex;
    line-height: 1.6em;
    position: relative;
}

#single .howTo ul li:not(:last-of-type) {
    padding-bottom: 15px;
}

#single .howTo ul li::after {
    content: '';
    border-right: 2px solid #000;
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
}

#single .howTo ul li::before {
    padding-right: 60px;
}

#single .howTo ul li:nth-of-type(1)::before {
    content: url("/recipe/img/no_01.png");
}

#single .howTo ul li:nth-of-type(2)::before {
    content: url("/recipe/img/no_02.png");
}

#single .howTo ul li:nth-of-type(3)::before {
    content: url("/recipe/img/no_03.png");
}

#single .howTo ul li:nth-of-type(4)::before {
    content: url("/recipe/img/no_04.png");
}

#single .howTo ul li:nth-of-type(5)::before {
    content: url("/recipe/img/no_05.png");
}

#single .howTo ul li:nth-of-type(6)::before {
    content: url("/recipe/img/no_06.png");
}

#single .howTo ul li:nth-of-type(7)::before {
    content: url("/recipe/img/no_07.png");
}

#single .howTo ul li:nth-of-type(8)::before {
    content: url("/recipe/img/no_08.png");
}

#single .howTo ul li:nth-of-type(9)::before {
    content: url("/recipe/img/no_09.png");
}

#single .howTo ul li:nth-of-type(10)::before {
    content: url("/recipe/img/no_10.png");
}

#single .howTo ul li:nth-of-type(11)::before {
    content: url("/recipe/img/no_11.png");
}

#single .howTo ul li:nth-of-type(12)::before {
    content: url("/recipe/img/no_12.png");
}

#single .howTo ul li:nth-of-type(13)::before {
    content: url("/recipe/img/no_13.png");
}

#single .howTo ul li:nth-of-type(14)::before {
    content: url("/recipe/img/no_14.png");
}

#single .howTo ul li:nth-of-type(15)::before {
    content: url("/recipe/img/no_15.png");
}

#single .howTo ul li:nth-of-type(16)::before {
    content: url("/recipe/img/no_16.png");
}

#single .howTo ul li:nth-of-type(17)::before {
    content: url("/recipe/img/no_17.png");
}

#single .howTo ul li:nth-of-type(18)::before {
    content: url("/recipe/img/no_18.png");
}

#single .howTo ul li:nth-of-type(19)::before {
    content: url("/recipe/img/no_19.png");
}

#single .howTo ul li:nth-of-type(20)::before {
    content: url("/recipe/img/no_20.png");
}

#single .point {
    max-width: 800px;
    margin: 40px auto;
}

#single .point dl {
    position: relative;
}

#single .point dl dt {
    background: #12B2AA;
    border-radius: 10px 10px 0 0;
    padding: 15px;
}

#single .point dl dt img {
    margin: auto;
}

#single .point dl dd {
    border: 2px solid #12B2AA;
    border-radius: 0 0 10px 10px;
    padding: 25px 40px;
    color: #12B2AA;
    font-size: 110%;
    line-height: 1.6em;
}

#single .point dl dd span img {
    border-radius: 100%;
    position: absolute;
    top: -60px;
    right: -50px;
    width: 140px;
    border: 2px solid #12B2AA;
    padding: 2px;
    background: #fff;
}

#single .tag {
    max-width: 800px;
    margin: 40px auto;
    display: flex;
    align-items: flex-start;
}

#single .tag h5 {
    margin: 7px 5px;
    width: 160px;
}

#single .tag ul {
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em;
}

#single .tag ul li {
    margin: 3px;
}

#single .tag ul li a {
    font-size: 90%;
    font-weight: 600;
    background: #F2E8DE;
    border-radius: 20px;
    padding: 4px 15px;
    display: block;
}

#single .thacher {
    margin: 100px auto;
    background: #B8E8E6;
}

#single .thacher dl {
    max-width: 800px;
    margin: auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#single .thacher dl::after {
    content: url("/recipe/img/thacher.png");
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
}

#single .thacher dl dt {
    width: 158px;
}

#single .thacher dl dd {
    width: calc(100% - 180px);
    margin: 15px 0 0;
    line-height: 1.6em;
}

#single .thacher dl dd h4 {
    font-size: 100%;
    font-weight: 600;
}

#single .thacher dl dd h3 {
    font-size: 115%;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (max-width: 736px) {
    #category .tab {
        flex-wrap: wrap;
        margin: 0 10px;
        padding: 60px 0 20px;
    }
    #category .tab::before {
        left: 50%;
        transform: translateX(-50%) scale(0.7);
    }
    #category .tab li {
        width: 46%;
        margin: 2%;
    }
    #category #HashtagSearch {
        padding: 20px;
    }
    #category #HashtagSearch ul.sub {
        margin: 30px 0 20px;
    }
    #category #HashtagSearch ul.sub li {
        margin: 0 5px 5px 0;
    }
    #category #HashtagSearch dl.list {
        margin: 20px auto;
    }
    #category #HashtagSearch dl.list dt {
        padding: 15px;
        border-radius: 5px;
    }
    #category #HashtagSearch dl.list dt::after {
        top: 12px;
    }
    #category #HashtagSearch dl.list dd {
        margin: 20px auto;
    }
    #new {
        margin: 80px 20px;
    }
    #new dl {
        margin: 40px 0;
        flex-direction: column;
    }
		#new dl dt {
			width: 100%;
			height: 280px;
			margin: 5px 0;
		}
		#new dl dt img{
			border-radius: 15px;
		}
    #new dl dd {
        width: auto;
        margin: 5px 0;
    }
    #new dl dd h3 {
        font-size: 120%;
    }
    #new dl:nth-of-type(even) dt {
        order: unset;
    }
    #archives article {
        margin: 80px auto;
    }
    #archives ul li {
        width: auto;
        margin: 10px 20px;
        display: flex;
        justify-content: space-between;
    }
    #archives ul li img {
        width: 140px;
        height: 110px;
    }
    #archives ul li .info {
        margin: 5px 0 0;
        width: calc(100% - 150px);
    }
    #archives ul li .info h3 {
        height: auto;
        line-height: 1.4em;
    }
    #cookpad {
        flex-direction: column;
        margin: 0 40px;
    }
    #cookpad a {
        margin: 20px 0 0;
    }
    #single .titleSet {
        margin: 20px;
    }
    #single #singleFv {
        flex-direction: column;
        margin: 20px;
    }
    #single #singleFv .slider01,
    #single #singleFv .noslider {
        width: 100%;
        padding: 0 0 45px;
    }
    #single #singleFv .slick-slide img {
        border-radius: 10px;
        width: 100%;
        height: 260px;
    }
    #single #singleFv .slider01 .slick-dots {
        bottom: -10px;
    }
    #single #singleFv .ingredients {
        width: 100%;
    }
    #single .movie {
        margin: 20px;
    }
    #single .movie dl {
        flex-direction: column;
    }
    #single .movie dl dd {
        margin: 20px 0;
    }
    #single .howTo {
        margin: 40px 20px;
    }
    #single .howTo ul li::before {
        padding-right: 40px;
    }
    #single .howTo ul li::after {
        left: 40px;
    }
    #single .point {
        margin: 60px 20px;
    }
    #single .point dl dd {
        padding: 20px;
    }
    #single .tag {
        margin: 40px 20px;
        flex-direction: column;
    }
    #single .tag h5 {
        margin: 10px 0;
    }
    #single .tag ul {
        width: auto;
    }
    #single .thacher dl {
        padding: 30px 20px 50px;
        flex-direction: column;
        align-items: center;
    }
    #single .thacher dl dd {
        width: auto;
    }
    #single .thacher dl dd h4 {
        text-align: center;
    }
    #single .thacher dl dd h3 {
        text-align: center;
        margin-bottom: 15px;
    }
    #single .thacher dl::after {
        transform: scale(0.6);
        bottom: -7px;
        right: -40px;
    }
}