@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap'); /* Theme Name: Theme URL: sugarbeats.co.jp Description: Author: sugarbeats Version: 1 Tags: License: sugarbeats.co.jp License URI: sugarbeats.co.jp */ /*===================================== * *reset =======================================*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } *{ margin:0; padding:0; list-style: none; box-sizing: border-box; } $h_font: 'Noto Serif JP', serif; $main_color: #535353; $main_color02: #28557d; $main_color03: #ad3071; $main_color04: #ddefff; body{ font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'Noto Sans JP'; color: $main_color; font-size:16px; font-weight: normal; line-height: 1.5; letter-spacing: 0.05em; font-family: 'Noto Sans JP', sans-serif; } img{ max-width: 100%; height: auto; vertical-align: bottom; } a,a:visited{ text-decoration:none; color:#1977ec; } a:hover{ color:#ec194a; } .content_wid{ width: 100%; max-width: 1340px; margin: 0 auto; position: relative; padding: 0 40px; } .w192{ max-width: 1920px; width: 100%; margin: 0 auto; position: relative; padding: 0 40px; } @media only screen and (max-width: 1024px) { .content_wid{ padding: 0 20px; } .w192{ padding: 0 20px; } } /*===================================== * *pc * =======================================*/ @media only screen and (min-width: 1025px) { .sp { display: none !important; } .tb { display: none !important; } .sp_tb { display: none !important; } } /*===================================== * *tb * =======================================*/ @media only screen and (min-width: 768px) and (max-width: 1024px) { .pc { display: none !important; } .sp { display: none !important; } .tb { display: inherit !important; } .tb_pc { display: inherit !important; } .sp_tb { display: inherit !important; } } /*===================================== * *sp * =======================================*/ @media only screen and (max-width: 767px) { .pc { display: none !important; } .tb_pc { display: none !important; } .sp { display: inherit !important; } .tb { display: none !important; } .sp_tb { display: inherit !important; } } @media only screen and (min-width: 768px) and (max-width: 1024px) {} @media screen and (max-width:767px) {} /*===================================== * *header * =======================================*/ header{ background: #fff; position: fixed; top: 0; z-index: 4; width: 100%; transition: .3s; border-bottom: 1px solid #efefef; } header.active{ border-bottom: 1px solid #efefef; } .header_content{ display: flex; max-width: 1340px; width: 100%; margin: 0 auto; justify-content: space-between; padding: 0 40px; flex-wrap: wrap; height: 80px; align-items: center; } .cta_box{ display: flex; align-items: center; } .cta_box .mail_box01 a { color: #fff; background: $main_color02; padding: 6px 30px 6px 22px; border-radius: 40px; display: flex; column-gap: 6px; align-items: center; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; letter-spacing: 0.16em; font-size: 16px; transition: .3s; border: 1px solid $main_color02; } .cta_box .mail_box01 a:hover{ color: $main_color02; background: #fff; } .cta_box .mail_box01 a::before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; font-weight: 500; font-size: 18px; margin-bottom: -1px; } .header_content .menu{ display: flex; margin-left: auto; margin-right: 30px; } .header_content .menu .Gmenu{ height: 100%; display: flex; justify-content: flex-end; column-gap: 30px; } .header_content .menu ul li{ position: relative; display: flex; } .header_content .menu ul li a{ font-size: 18px; color: $main_color; font-family: 'Noto Sans JP', sans-serif; display: flex; align-items: center; transition: .3s; justify-content: center; background: #fff; font-weight: 500; } .header_content .menu ul li a:hover { opacity: .7; } .header__hamburger { display: none; } /*ドロップダウンメニュ*/ li.menu-item-has-children{ position: relative; } .Gmenu > li.menu-item-has-children > a::after { font-family: "Font Awesome 5 Free"; content: "\f078"; font-weight: bold; font-size: 12px; transition: .3s; margin-left: 5px; } li.menu-item-has-children.active a::after{ transform: rotate(-180deg) ; } @media only screen and (min-width: 1025px) { .Gmenu > li.menu-item-has-children:hover > a::after{ transform: rotate(-180deg); } } .header_content .menu .Gmenu > li > ul{ position: absolute; background-color: #fff; width: 430px; display: flex; flex-direction: row; padding: 20px 20px 10px; visibility: hidden; opacity: 0; transition: .3s; } .header_content .menu .Gmenu > li:hover > ul{ visibility: visible; opacity: 1; } .header_content .menu .Gmenu > li > ul.active{ display: flex; } .header_content .menu ul li ul li{ width: 100%; } .header_content .menu .Gmenu > li > ul > li > a { font-size: 16px; justify-content: flex-start; padding: 0; width: fit-content; padding-bottom: 10px; } .header_content .menu .Gmenu > li > ul > li > ul { margin-top: 10px; } .header_content .menu .Gmenu > li > ul > li > ul > li > a { padding: 0; margin: 0px 0 10px; justify-content: flex-start; } .header_content .logo { max-width: 225px; } .header_content .logo a { position: relative; display: block; height: 100%; } @media only screen and (min-width: 1025px) { .header_content .menu .Gmenu > li > ul{ bottom: 0; transform: translate(0, 100%); padding: 30px 20px 20px; flex-wrap: wrap; row-gap: 10px; } .header_content .menu .Gmenu>li>ul>li>a { border-bottom: none; padding-bottom: 0; } .header_content .menu ul li ul li { width: calc(100% / 3); } } /*ドロップダウンメニュend*/ @media only screen and (max-width: 1024px) { body.active{ height: 100%; overflow: hidden; } /*ドロップダウンメニュ*/ li.menu-item-has-children > a::after{ right: 25px; top: 23px; font-size: 16px; transition: 0.3s; position: absolute; pointer-events: none; } .header_content .menu ul li ul{ position: relative; margin-top: 0; } .Gmenu > li.menu-item-has-children::before { content: ""; position: absolute; top: 0; right: 0; background: #efefef; width: 60px; height: 64px; } /*ドロップダウンメニュend*/ .sec09_content { padding: 0px !important; } .mv_area{ margin-top: 60px !important; } .header_content .menu { position: fixed; right: 0; left: 0; top: 61px; width: 100%; height: calc(100vh - 60px); transform: translateX(100%); background-color: #fff; transition: ease .3s; overflow-y: scroll; padding-bottom: 50px; margin-right: 0; display: block; } .header_content .logo{ height: 40px; max-width: 180px; margin-top: 0; } .header__hamburger { width: 30px; height: 100%; display: block; } .header_content .menu ul{ flex-direction: column; align-items: center; gap: 0; } .header_content .menu ul li{ width: 100%; flex-direction: column; } .header_content .menu ul li a{ width: 100%; display: flex; justify-content: center; padding: 20px 0; font-size: 16px; border-bottom: 1px solid #ccc; } .hamburger { background-color: transparent; border-color: transparent; z-index: 9999; } /* ハンバーガーメニューの線 */ .hamburger span { width: 100%; height: 1px; background-color: #000; position: relative; transition: ease .3s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/ display: block; } .hamburger span:nth-child(1) { top: 0; } .hamburger span:nth-child(2) { margin: 8px 0; } .hamburger span:nth-child(3) { top: 0; } /* ハンバーガーメニュークリック後のスタイル */ .menu.active { transform: translateX(0); } .hamburger.active span:nth-child(1) { top: 5px; transform: rotate(45deg); } .hamburger.active span:nth-child(2) { opacity: 0; } .hamburger.active span:nth-child(3) { top: -13px; transform: rotate(-45deg); } .header_content { padding: 0 20px; height: 60px; align-items: center; } .header_content .menu .Gmenu > li > ul { width: 100%; flex-direction: column; position: relative; border-bottom: 1px solid #cccccc; display: none; opacity: 0; height: 0; transition: .3s; padding: 0 20px; display: flex; transform: scaleY(0); transform-origin: center top; } .header_content .menu .Gmenu > li > ul.active { opacity: 1; height: 100%; padding: 0px 20px 0px; visibility: visible; transform: scaleY(1); } .header_content .menu .Gmenu > li > ul > li > ul > li > a { justify-content: flex-start; padding: 10px 0; margin: 0; font-size: 14px; border-bottom: 1px solid #ccc; } .header_content .menu .Gmenu>li>ul>li>a { width: 100%; padding: 20px 0px 20px; } .header_content .menu .Gmenu>li>ul>li:last-of-type > a { border-bottom: none; } } @media only screen and (min-width: 1025px) and (max-width: 1050px) { .header_content .menu ul li a { font-size: 14px; } } /*===================================== * *mvarea * =======================================*/ .mv_area { height: 600px; margin-top: 80px; overflow: hidden; padding: 0; background: #ddefff; background-image: url(img/top_mv.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .mv_area .icon_area{ position: absolute; width: 1920px; height: 100%; transform: translate(-50%, 0px); left: 50%; } .mv_area .icon_area .img_box01, .mv_area .icon_area .img_box02, .mv_area .icon_area .img_box03, .mv_area .icon_area .img_box04, .mv_area .icon_area .img_box05 { background: rgba(250,250,250,.5); position: absolute; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .mv_area .icon_area .img_box01 { left: -15px; bottom: -15px; width: 300px; height: 300px; } .mv_area .icon_area .img_box02 { left: 250px; top: -15px; width: 300px; height: 300px; } .mv_area .icon_area .img_box03 { left: 350px; bottom: 70px; width: 218px; height: 218px; } .mv_area .icon_area .img_box04 { right: 310px; top: -33px; width: 300px; height: 300px; } .mv_area .icon_area .img_box05 { right: -15px; bottom: -12px; width: 300px; height: 300px; } .mv_area .title_box { background: rgba(250, 250, 250, 0.9); outline: 5px solid rgba(255, 255, 255, 0.8); outline-offset: 4px; width: 100%; max-width: 880px; text-align: center; left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); padding: 120px 20px 40px; border-radius: 10px; } .mv_area .title_box .title { font-size: 55px; font-family: "Noto Serif JP", serif; transform: rotate(0.06deg); display: block; font-weight: 500; letter-spacing: 0.08em; line-height: 76px; margin-bottom: 30px; } .mv_area .title_box .sub_text { font-size: 20px; font-weight: 500; line-height: 2; letter-spacing: 0.05em; } .mv_area .title_box .img_box { position: absolute; top: 0; left: 50%; transform: translate(-50%, -20px); } .mv_area .title_box .img_box { position: absolute; top: 30px; left: 50%; transform: translate(-50%, 0px); width: 100px; } .mv_area .title_box .img_box02 { position: absolute; bottom: -17px; left: -17px; } .mv_area .title_box .img_box03 { position: absolute; bottom: -17px; right: -17px; } .updown01 { animation-name:updown1; /* アニメーション名の指定 */ animation-delay:0s; /* アニメーションの開始時間指定 */ animation-duration: 6s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定(徐々に早く)*/ animation-iteration-count: infinite; } @keyframes updown1 { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } } .updown02 { animation-name:updown2; /* アニメーション名の指定 */ animation-delay:0.5s; /* アニメーションの開始時間指定 */ animation-duration: 6s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定(徐々に早く)*/ animation-iteration-count: infinite; } @keyframes updown2 { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } } .updown03 { animation-name:updown3; /* アニメーション名の指定 */ animation-delay:1s; /* アニメーションの開始時間指定 */ animation-duration: 5s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定(徐々に早く)*/ animation-iteration-count: infinite; } @keyframes updown3 { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); opacity: 1; } 100% { transform: translateY(0); } } .updown04 { animation-name:updown4; /* アニメーション名の指定 */ animation-delay:.5s; /* アニメーションの開始時間指定 */ animation-duration: 6s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定(徐々に早く)*/ animation-iteration-count: infinite; } @keyframes updown4 { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); opacity: 1; } 100% { transform: translateY(0); } } .updown05 { animation-name:updown5; /* アニメーション名の指定 */ animation-delay:1.5s; /* アニメーションの開始時間指定 */ animation-duration: 6s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定(徐々に早く)*/ animation-iteration-count: infinite; } @keyframes updown5 { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); opacity: 1; } 100% { transform: translateY(0); } } .scroll_box{ height: 100%; pointer-events: none; } .scroll_box .scroll { position: absolute; right: 14px; bottom: 150px; pointer-events: none; transform: rotate(90.06deg); font-family: $h_font; display: block; font-weight: 500; letter-spacing: 0.05em; } .scroll_box .scroll::after { content: ""; width: 60px; height: 2px; background: $main_color; position: absolute; top: 12px; margin-left: 10px; } /*===================================== * *共通 * =======================================*/ .flex_container{ display: flex; column-gap: 30px; margin-bottom: 60px; } .flex_container .left_content{ max-width: 950px; width: 75.4%; } .flex_container .right_content{ max-width: 280px; width: 24.6%; } .title_box02 h2 { font-size: 26px; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; text-align: center; padding-bottom: 15px; border-bottom: 4px dotted $main_color; margin-bottom: 50px; letter-spacing: 0.05em; } .morebtn .btn { color: #fff; background: $main_color02; padding: 0px 16px 0px 22px; border-radius: 25px; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 16px; letter-spacing: 0.16em; display: flex; width: fit-content; height: 50px; align-items: center; box-shadow: 0px 4px 0px 0px rgba(0, 0, 102, .1); position: relative; width: 137px; transition: .3s; } .morebtn .btn:hover{ opacity: .7; } .morebtn .btn::before { content: ""; background: #fff; width: 25px; height: 25px; border-radius: 50%; position: absolute; right: 16px; transition: .3s; } .morebtn .btn::after { font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: 600; color: $main_color02; font-size: 11px; margin-top: 0px; z-index: 0; position: absolute; right: 22px; transition: .3s; } .morebtn .btn:hover::before, .morebtn .btn:hover::after{ transform: translate(3px, 0px); } .title_box05 { background: $main_color02; color: #fff; padding: 14px 20px; } .title_box05 h1{ font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 26px; width: fit-content; margin: 0 auto; letter-spacing: 0.05em; position: relative; } .title_box03 { background: $main_color02; color: #fff; padding: 14px 70px; } .title_box03 h2, .title_box03 h1 { font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 26px; width: fit-content; margin: 0 auto; letter-spacing: 0.05em; position: relative; } .title_box03 h2::before, .title_box03 h1::before{ content: ""; background-image: url(img/front02.png); position: absolute; left: -20px; width: 30px; height: 25px; transform: translate(-100%, -57%); top: 50%; background-size: contain; } .title_box03 h2::after, .title_box03 h1::after{ content: ""; background-image: url(img/front02.png); position: absolute; right: -20px; width: 30px; height: 25px; transform: translate(100%, -57%); top: 50%; background-size: contain; } .title_box04 h2 { font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; margin-bottom: 14px; } .categorylist01 ul { display: flex; flex-wrap: wrap; gap: 10px; } .categorylist01 ul li a { background: #f3f7f7; padding: 4px 20px 5px; border-radius: 3px; font-size: 14px; color: $main_color; display: block; transition: .3s; } .categorylist01 ul li a:hover{ opacity: .7; } div#toc_container { display: none !important; } /* ---------------------------共通last ---------------------------*/ /*===================================== * *frontpage * =======================================*/ #front{ transform: translate(0px, -40px); } /* ---------------------------frontpage last ---------------------------*/ .keyword_sec .white_box { box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1); background: #fff; border-radius: 10px; padding: 25px 30px 40px; } .keyword_sec .white_box .taglist01 p{ display: flex; flex-wrap: wrap; gap: 10px; } .keyword_sec .title_box01 h2 { font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; position: relative; padding-left: 45px; padding-bottom: 20px; margin-bottom: 20px; } .keyword_sec .title_box01 h2::before { font-family: "Font Awesome 5 Free"; position: absolute; left: 0; top: -6px; font-size: 29px; color: $main_color; content: "\f084"; font-weight: 600; } .keyword_sec .title_box01 h2::after { content: ""; height: 1px; width: calc(100% + 60px); position: absolute; bottom: 0; background: #efefef; left: 0; transform: translate(-30px, 0px); } .taglist01 ul { display: flex; flex-wrap: wrap; gap: 10px; } .taglist01 ul li { display: flex; } .taglist01 a { color: $main_color; background: #f3f7f7; padding: 8px 18px 8px; border-radius: 3px; letter-spacing: 0; transition: .3s; font-size: 16px !important; margin-right: 0 !important; } .taglist01 ul li a:hover{ opacity: .7; /* background: $main_color; color: #fff; */ } .eachRanking_sec { margin-top: 100px; margin-bottom: 100px; } .eachRanking_sec .rankingList .flex_row > a { display: flex; padding-bottom: 50px; border-bottom: 3px solid #f3f7f7; padding-top: 50px; column-gap: 50px; transition: .3s; } .eachRanking_sec .rankingList > .morebtn a, .cateArcive_sec > .morebtn a { width: 100%; max-width: 350px; justify-content: center; margin: 0 auto; margin-top: 50px; } .eachRanking_sec .rankingList .flex_row > a:hover { background: #f3f7f7; opacity: .7; } .eachRanking_sec .rankingList .flex_row > a:hover .text_col .morebtn .btn::before, .eachRanking_sec .rankingList .flex_row > a:hover .text_col .morebtn .btn::after{ transform: translate(3px, 0px); } .eachRanking_sec .rankingList .flex_row .img_col { position: relative; width: 50%; margin-left: 20px; } .eachRanking_sec .rankingList .flex_row .img_col::before { content: ""; background: #f4f7f7; width: 100%; height: 100%; position: absolute; z-index: -1; transform: translate(20px, 20px); border-radius: 10px; } .eachRanking_sec .rankingList .flex_row .img_col .img_box { border-radius: 10px; overflow: hidden; } .eachRanking_sec .rankingList .flex_row .img_col .img_box img{ width: 100%; } .eachRanking_sec .rankingList .flex_row .text_col { display: flex; flex-direction: column; justify-content: center; } .eachRanking_sec .rankingList .flex_row .text_col .title{ font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; font-size: 22px; color: $main_color; letter-spacing: 0.05em; margin-bottom: 25px; display: block; } .eachRanking_sec .rankingList .flex_row .text_col .morebtn .btn{ pointer-events: none; } .eachRanking_sec .rankingList .flex_row .text_col .morebtn .btn:hover{ opacity: 1; } .eachRanking_sec .title_box02 h2 { margin-bottom: 20px; } .generalPurpose_sec .ranklist { display: flex; flex-direction: column; row-gap: 20px; margin-top: 20px; } .generalPurpose_sec { margin-bottom: 100px; } .generalPurpose_sec .ranklist .orange_box { background: #f3faff; padding: 56px 20px 30px; counter-increment: count; } .generalPurpose_sec .ranklist .orange_box .flex_row { display: flex; margin-bottom: 25px; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col { width: 50%; position: relative; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col .img_box { border-radius: 10px; overflow: hidden; padding-bottom: 55%; position: relative; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col .img_box img { width: 100%; height: 100%; position: absolute; object-fit: cover; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col .countnum { position: absolute; top: 0; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col .countnum span::after { content: counter(count) ""; position: absolute; top: -26px; left: 28px; font-family: "Noto Serif JP", serif; transform: rotate(0.06deg); display: block; font-weight: 500; color: #fff; font-size: 20px; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col .countnum span::before { content: ""; position: absolute; background-image: url(img/front03_4.png); top: 0; left: 0; width: 70px; height: 57px; background-size: contain; transform: translate(0px, -82%); } .generalPurpose_sec .ranklist .orange_box:nth-of-type(1) .flex_row .img_col .countnum span::before { background-image: url(img/front03.png); } .generalPurpose_sec .ranklist .orange_box:nth-of-type(2) .flex_row .img_col .countnum span::before { background-image: url(img/front03_2.png); } .generalPurpose_sec .ranklist .orange_box:nth-of-type(3) .flex_row .img_col .countnum span::before { background-image: url(img/front03_3.png); } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col { width: 50%; padding-left: 20px; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col h3, .generalPurpose_sec .ranklist .orange_box .flex_row .text_col h2 { font-family: $h_font; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; margin-bottom: 8px; transform: rotate(0.06deg); display: block; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .h2 { font-family: $h_font; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; margin-bottom: 8px; transform: rotate(0.06deg); display: block; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col p { margin-bottom: 12px; } .generalPurpose_sec .ranklist .orange_box .mostTable { width: 100%; } .generalPurpose_sec .ranklist .orange_box .mostTable table { width: 100%; } .generalPurpose_sec .ranklist .orange_box .mostTable table tr td, .generalPurpose_sec .ranklist .orange_box .mostTable table tr th { border: 1px solid $main_color; padding: 15px 20px; } .generalPurpose_sec .ranklist .orange_box .mostTable table tr th { background: #fff; } .generalPurpose_sec .ranklist .orange_box .mostTable table tr td { background: $main_color04; color: $main_color; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row { margin-top: 30px; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col{ column-gap: 20px; display: flex; justify-content: center; flex-wrap: wrap; width: 100%; row-gap: 15px; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col .morebtn{ width: calc(95%/2); } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col .morebtn.moreshop .btn{ background: $main_color03; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col .morebtn.moreshop .btn::after{ color: $main_color03; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row .morebtn .btn { width: 100%; max-width: 350px; justify-content: center; margin: 0 auto; } .searchByTown_sec{ margin-bottom: 50px; } .searchByTown_sec .white_box { box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1); background: #fff; border-radius: 10px; padding: 25px 30px 40px; } .searchByTown_sec .title_box01 h2 { font-family: $h_font; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; position: relative; padding-left: 32px; padding-bottom: 20px; margin-bottom: 20px; transform: rotate(0.06deg); display: block; } .searchByTown_sec .title_box01 h2::before { font-family: "Font Awesome 5 Free"; position: absolute; left: 0; top: -6px; font-size: 29px; color: $main_color; content: "\f276"; font-weight: 600; } .searchByTown_sec .title_box01 h2::after { content: ""; height: 1px; width: calc(100% + 60px); position: absolute; bottom: 0; background: #efefef; left: 0; transform: translate(-30px, 0px); } .popularArticles_sec{ margin-bottom: 50px; } .popularArticles_sec .column_row > a { color: $main_color; display: block; border-bottom: 2px solid #f3f7f7; padding: 15px 0 11px; transition: .3s; } .popularArticles_sec .column_row a:hover{ opacity: .7; } .popularArticles_sec .column_row a .img_box { overflow: hidden; position: relative; padding-bottom: 60.8%; border-radius: 10px; } .popularArticles_sec .column_row a .img_box img { width: 100%; object-fit: cover; height: 100%; position: absolute; } .popularArticles_sec .column_row a .categorylist01 ul li a{ position: relative; display: block; width: fit-content; margin-top: -15px; } .popularArticles_sec .column_row a .categorylist01 ul li a:hover{ opacity: 1; } .popularArticles_sec .column_row a .title { margin-top: 11px; font-family: $h_font; font-size: 14px; letter-spacing: 0.05em; transform: rotate(0.06deg); display: block; } .popularArticles_sec .title_box04 h2 { margin-bottom: 0; } .categorylist_sec{ margin-bottom: 50px; } .alllist_sec .title_box04 h2 { margin-bottom: 4px; } /* .alllist_sec .alllist .flex_row > figure { display: flex; color: $main_color; align-items: center; padding: 10px 0; border-bottom: 2px solid #f3f7f7; transition: .3s; column-gap: 10px; margin-bottom: 0; } */ .alllist_sec .alllist .flex_row > .wp-block-media-text { display: flex; color: $main_color; align-items: center; padding: 10px 0; border-bottom: 2px solid #f3f7f7; transition: .3s; column-gap: 10px; margin-bottom: 0; } .alllist_sec .alllist .flex_row > .wp-block-media-text > .wp-block-media-text__content{ padding: 0; } .alllist_sec .alllist .flex_row > .wp-block-media-text > .wp-block-media-text__content p{ font-size: 14px; } .alllist_sec .alllist .flex_row > .wp-block-media-text > figure{ width: 100px; } .alllist_sec .alllist .flex_row > .wp-block-media-text > figure a img{ width: 100%; } .alllist_sec .alllist .flex_row a { transition: .3s; } .alllist_sec .alllist .flex_row a:hover{ opacity: .7; } .alllist_sec .alllist .flex_row a img { width: 100px; } .alllist_sec .alllist .flex_row figcaption { font-size: 14px; } ul.wp-tag-cloud li a{ font-size: 16px !important; } /*===================================== * *footer * =======================================*/ footer{ background: #f4f7f7; } footer .flex_content { display: flex; justify-content: space-between; padding: 50px 0 100px; } footer .flex_content .left_col { width: 50%; } footer .flex_content .left_col .logo { width: 200px; } footer .flex_content .right_col { width: 50%; } footer .right_col ul { display: flex; flex-wrap: wrap; row-gap: 30px; } footer .right_col ul a { margin-right: 30px; color: $main_color; font-size: 14px; font-weight: 500; letter-spacing: 0; transition: .3s; } footer .right_col ul a:hover { opacity: .7; } .copyright { text-align: center; padding: 15px 0; color: #636874; } .pagetop a { position: fixed; box-shadow: 0px 0px 9.8px 0.2px rgb(51 51 51 / 8%); right: 20px; bottom: 40px; width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 1px solid $main_color02; display: flex; justify-content: center; align-items: center; transform: translate(0px, 100px); transition: .3s; opacity: 0; } .pagetop.active a { opacity: 1; transform: translate(0, 0px); } .pagetop a:hover { box-shadow: 0px 0px 9.8px 0.2px rgb(51 51 51 / 20%); opacity: .7; } .pagetop a span { display: none; } .pagetop a::after { color: $main_color02; font-family: "Font Awesome 5 Free"; content: "\f077"; font-weight: 600; transition: .3s; } @media only screen and (max-width: 1024px) { .pagetop a { width: 40px; height: 40px; right: 10px; bottom: 30px; } } /*===================================== * *page single arcive 他ページ * =======================================*/ #archive, #single, #page{ margin-top: 80px; } .mvarea_page { // background: pink; // background-image: -webkit-linear-gradient( -90deg, rgb(249,236,199) 0%, rgb(242,234,192) 0%, rgb(250,230,231) 100%); height: 250px; background: #ddefff; } .mvarea_page .mv_text { width: 100%; max-width: 1340px; margin: 0 auto; position: relative; padding: 0 40px; height: 100%; vertical-align: middle; display: flex; align-items: center; } .mvarea_page .mv_text .h1 { font-family: $h_font; font-weight: 500; font-size: 34px; letter-spacing: 0.08em; transform: rotate(0.06deg); display: block; } .pancu { margin: 0 auto; position: relative; max-width: 1340px; margin-top: 2px; margin-bottom: 5px; padding: 0 40px; } .pancu .breadcrumb ul { display: flex; flex-wrap: wrap; } .pancu .breadcrumb ul li:not(:last-of-type)::after { font-family: "Font Awesome 5 Free"; content: "\f054"; font-weight: bold; color: #999999; font-size: 14px; margin: 0 10px; } .pancu .breadcrumb ul li { color: #999999; } .pancu .breadcrumb ul li a { font-weight: 500; font-size: 14px; color: #999999; letter-spacing: 0.05em; } .pancu .breadcrumb ul li:last-of-type a { color: #333333; } #archive .container, #single .container, #page .container{ margin-top: 100px; } .cateArcive_sec .cateArcive_list { display: flex; flex-wrap: wrap; row-gap: 30px; } .cateArcive_sec .cateArcive_list .list { width: calc(95%/2); } .cateArcive_sec .cateArcive_list .list:not(:nth-of-type(2n)) { margin-right: 5%; } .cateArcive_sec .cateArcive_list .list a { background: #f4f7f7; display: block; border-radius: 10px; height: 100%; color: $main_color; overflow: hidden; transition: .3s; } .cateArcive_sec .cateArcive_list .list a:hover{ opacity: .7; } .cateArcive_sec .cateArcive_list .list a .img_box { position: relative; padding-bottom: 55.5%; } .cateArcive_sec .cateArcive_list .list a .img_box img { position: absolute; width: 100%; height: 100%; object-fit: cover; } .cateArcive_sec .cateArcive_list .list a .text_box { padding: 20px 15px 26px; } .cateArcive_sec .cateArcive_list .list a .text_box h3 { font-family: $h_font; font-weight: 500; font-size: 20px; letter-spacing: 0.05em; margin-top: 10px; transform: rotate(0.06deg); display: block; } .pagination { margin: 50px 0 0; } .pagination .page-numbers { display: flex; justify-content: center; align-items: flex-end; gap: 5px; } .pagination .page-numbers li a, .pagination .page-numbers li .current { color: #333; border: 1px solid $main_color02; padding: 7.5px 15px; font-size: 18px; border-radius: 5px; background: $main_color02; font-family: 'M PLUS 1p', sans-serif; transform: rotate(0.03deg); font-weight: 500; transition: .3s; } .pagination .page-numbers li a{ color: #fff; } .pagination .page-numbers li a:hover{ color: $main_color02; background: #fff; } .pagination .page-numbers li .current { background: #fff; color: $main_color02; } .generalPurpose_sec .img_box_icatch { margin-top: 20px; } .generalPurpose_sec .img_box_icatch img{ width: 100%; } .generalPurpose_sec .tocsingle { background: #fff; border: 3px solid $main_color02; border-radius: 10px; padding: 15px 40px; margin-bottom: 80px; margin-top: 50px; } .generalPurpose_sec .tocsingle ul { display: flex; flex-direction: column; } .generalPurpose_sec .tocsingle ul li { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; position: relative; counter-increment: count; } .generalPurpose_sec .tocsingle ul li:not(:last-of-type) { border-bottom: 2px solid #f3f7f7; } .generalPurpose_sec .tocsingle ul li > a { color: $main_color; font-family: $h_font; font-weight: 500; font-size: 22px; text-decoration: underline; transition: .3s; margin-left: 110px; } .generalPurpose_sec .tocsingle ul li > a:hover{ opacity: .7; } .generalPurpose_sec .tocsingle ul li .morebtn .btn::after { content: "\f078"; margin-top: 2px; right: 21px; } .generalPurpose_sec .tocsingle ul li .morebtn .btn:hover::before, .generalPurpose_sec .tocsingle ul li .morebtn .btn:hover::after { transform: translate(0px, 2px); } .generalPurpose_sec .tocsingle ul li .countnum { position: absolute; top: 0; } .generalPurpose_sec .tocsingle ul li .countnum span::before { content: ""; position: absolute; background-image: url(img/front03_4.png); top: 20px; left: 0; width: 70px; height: 57px; background-size: contain; } .generalPurpose_sec .tocsingle ul li:nth-of-type(1) .countnum span::before { background-image: url(img/front03.png); } .generalPurpose_sec .tocsingle ul li:nth-of-type(2) .countnum span::before { background-image: url(img/front03_2.png); } .generalPurpose_sec .tocsingle ul li:nth-of-type(3) .countnum span::before { background-image: url(img/front03_3.png); } .generalPurpose_sec .tocsingle ul li .countnum span::after { content: counter(count)""; position: absolute; top: 41px; left: 29px; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; color: #fff; font-size: 20px; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box { background: #fff; border: 3px solid $main_color; border-radius: 10px; margin-top: 50px; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box h3 { text-align: center; padding: 40px 20px 32px; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box h3 span { font-family: $h_font; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; position: relative; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box h3 span::before{ content: ""; background-image: url(img/front07.png); position: absolute; left: -20px; width: 23px; height: 29px; transform: translate(-100%, -57%); top: 50%; background-size: contain; background-repeat: no-repeat; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box h3 span::after{ content: ""; background-image: url(img/front07_2.png); position: absolute; right: -14px; width: 23px; height: 28px; transform: translate(100%, -57%); top: 50%; background-size: contain; background-repeat: no-repeat; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box .titletext .title { background: $main_color04; padding: 15px 20px; font-size: 18px; font-weight: 500; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box .titletext p { padding: 16px 20px 26px; } .generalPurpose_sec .ranklist .orange_box .price_tab { margin-top: 50px; } .generalPurpose_sec .ranklist .orange_box .price_tab ul.tab-area { background: $main_color04; padding: 10px 30px; margin-bottom: 10px; display: flex; overflow: auto; column-gap: 10px; } .generalPurpose_sec .ranklist .orange_box .price_tab ul.tab-area li.tab { background: #fff; border-radius: 50px; padding: 10px 20px; text-align: center; color: $main_color; min-width: 160px; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; } .generalPurpose_sec .ranklist .orange_box .price_tab ul.tab-area li.tab.active{ background-color: $main_color02; color: #fff; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel { display: none; text-align: center; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel.active{ display: block; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table { width: 100%; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr th, .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr td { border: 1px solid; width: calc(100%/3); padding: 12px 20px; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr th { background: #fff; color: $main_color; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr td { background: $main_color04; color: $main_color; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box { margin-top: 50px; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .title { background: $main_color02; color: #fff; text-align: center; font-family: $h_font; font-weight: 500; font-size: 22px; letter-spacing: 0.05em; padding: 13px 20px; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content { background: #fff; padding: 20px 20px; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-place { display: none; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner a.wp-google-url { display: none; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review { padding: 20px 0px !important; margin-top: 0 !important; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review:not(:last-of-type) { border-bottom: 2px solid #f3f7f7 !important; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right a.wp-google-name { color: $main_color !important; font-size: 16px !important; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time { display: none; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .content .wpac .wp-google-list .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback { display: flex; flex-direction: column; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-left { display: none !important; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-name { display: none; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-powered { display: none; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-powered { display: none; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right .wp-google-wr { display: none; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right div:nth-of-type(2) { display: flex; flex-direction: row-reverse; justify-content: left; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right div:nth-of-type(2) span.wp-google-rating { color: $main_color !important; font-size: 16px !important; font-weight: 400 !important; transform: translate(0px, 3px); margin-right: 0 !important; margin-left: 10px !important; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-place .wp-google-right div:nth-of-type(2) span.wp-google-rating::before { content: "評価:"; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col .review .wpac .wp-google-list .wp-google-content-inner { display: none; } .privacy_sec { margin-bottom: 100px; margin-top: 80px; } .privacy_sec .content { margin: 40px 0; } .privacy_sec .content h3 { font-weight: 500; margin-bottom: 10px; font-size: 18px; } .privacy_sec .content ul { row-gap: 7px; display: flex; flex-direction: column; margin-top: 10px; } #page .normalform { width: 100%; margin: 0 auto; position: relative; padding: 20px 20px; margin-bottom: 100px; border: 1px solid #efefef; } #page .normalform .cp_iptxt { margin: 20px 0; } #page .normalform .cp_iptxt p { margin-bottom: 10px; display: flex; font-weight: 500; align-items: center; gap: 15px; } #page .normalform .cp_iptxt p span { background: $main_color02; color: #fff; padding: 1px 10px 3px; font-size: 12px; border-radius: 2px; } #page .normalform .cp_iptxt input { width: 100%; font-size: 16px; padding: 15px; border: 1px solid #DDDDDD; } #page .normalform .cp_iptxt input:focus, #page .normalform .cp_iptxt textarea:focus { outline: #6ab52f 1px solid; } #page .normalform .cp_iptxt textarea { width: 100%; max-width: 908px; border: 1px solid #DDDDDD; font-size: 16px; resize: vertical; } #page .normalform .sub { text-align: center; margin-top: 50px; } #page .normalform .sub input{ background: $main_color02; color: #fff; border: 1px solid $main_color02; padding: 10px 20px 10px; border-radius: 5px; width: 250px; font-size: 16px; letter-spacing: 0.05em; transition: .3s; pointer-events: all; cursor: pointer; } #page .normalform .sub input:hover{ background: #fff; color: $main_color02; } .singleContent_sec { margin-top: 50px; } .singleContent_sec .toc_area .toc .top_inner { border: 1px solid $main_color02; padding: 30px; } .singleContent_sec .toc_area .toc .top_inner .title { font-size: 18px; margin-bottom: 5px; } .singleContent_sec .toc_area .toc .top_inner ul { display: flex; flex-direction: column; } .singleContent_sec .toc_area .toc .top_inner ul li { counter-increment: count; text-indent: -1em; padding-left: 1em; list-style: none; margin-left: 0; } .singleContent_sec .toc_area .toc .top_inner ul li::before{ display: none !important; } .singleContent_sec .toc_area .toc .top_inner ul li:not(:last-of-type){ margin-bottom: 10px; } .singleContent_sec .toc_area .toc .top_inner ul li a { color: $main_color; text-decoration: underline; transition: .3s; } .singleContent_sec .toc_area .toc .top_inner ul li a:hover{ opacity: .7; } .singleContent_sec .toc_area .toc .top_inner ul li a::before { content: counter(count)"."; font-weight: 500; color: $main_color02; } .singleContent_sec h2{ border-left: 3px solid $main_color02; font-size: 22px; margin-bottom: 20px; padding: 20px 20px 16px; background: #f3faff; color: $main_color; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; margin-top: 40px; } .singleContent_sec h3{ border-bottom: 1px solid $main_color; font-size: 18px; padding-bottom: 15px; margin-bottom: 20px; color: $main_color; font-family: $h_font; transform: rotate(0.06deg); display: block; font-weight: 500; padding-top: 10px; } .singleContent_sec p{ margin-bottom: 20px; } .singleContent_sec p b { font-weight: bold; } .singleContent_sec ul { margin: 20px 0; } .singleContent_sec ul li { position: relative; margin: 5px 0; list-style: initial; margin-left: 1em; } .singleContent_sec a{ color: $main_color02; text-decoration: underline; transition: 0.3s; pointer-events: all; cursor: pointer; } .singleContent_sec table{ margin: 20px 0; overflow: auto; display: block; } .singleContent_sec table tr th, .singleContent_sec table tr td{ border: 1px solid; padding: 15px; } .singleContent_sec table tr td { background: #fff; color: $main_color; min-width: 150px; } .singleContent_sec a:hover{ opacity: .7; } .singleContent_sec .toc_area { margin-bottom: 50px; } .page_pn { margin-top: 80px; margin-bottom: 100px; } .page_pn ol { display: flex; justify-content: space-between; column-gap: 10px; } .page_pn ol li { width: 150px; } .page_pn ol li a { color: #fff; background: $main_color02; display: flex; justify-content: center; align-items: center; padding: 11px 0; border-radius: 5px; border: 1px solid $main_color02; transition: .3s; text-decoration: none; } .page_pn ol li a:hover{ background: #fff; color: $main_color02; } .alllist_sec .alllist .flex_row a{ display: flex; color: $main_color; align-items: center; padding: 10px 0; border-bottom: 2px solid #f3f7f7; transition: .3s; column-gap: 10px; margin-bottom: 0; } .alllist_sec .alllist .flex_row a .img_box{ width: 100px; } .alllist_sec .alllist .flex_row a .img_box img{ width: 100%; } .alllist_sec .alllist .flex_row a .title{ font-size: 14px; width: calc(100% - 100px); } #jp-relatedposts{ display: none !important; } .mwform-checkbox-field label, .mwform-radio-field label { cursor: pointer; } .mwform-checkbox-field input, .mwform-radio-field input { cursor: pointer; } /* ---------------------------他ページlast ---------------------------*/ /*========================================================================== * *pcパソコン * ============================================================================*/ @media only screen and (min-width: 1025px) and (max-width: 1600px) { .mv_area .icon_area .img_box01 { left: 305px; bottom: 165px; width: 200px; height: 200px; padding: 30px; } .mv_area .icon_area .img_box02 { left: 440px; top: 5px; width: 250px; height: 250px; } .mv_area .icon_area .img_box03 { left: 440px; bottom: 50px; width: 100px; height: 100px; padding: 26px; } .mv_area .icon_area .img_box04 { right: 450px; top: 7px; width: 200px; height: 200px; padding: 36px; } .mv_area .icon_area .img_box05 { right: 365px; bottom: 38px; width: 150px; height: 150px; padding: 10px; } } @media only screen and (min-width: 1400px) and (max-width: 1600px) { .mv_area .icon_area .img_box04 { right: 290px; top: 7px; width: 250px; height: 250px; padding: 36px; } } /*========================================================================== * *tbタブレット * ============================================================================*/ @media only screen and (max-width: 1024px) { .flex_container .left_content{ width: 100%; } .flex_container .right_content{ width: 100%; } .flex_container { flex-direction: column; } .keyword_sec .white_box, .searchByTown_sec .white_box{ padding: 25px 20px 30px; border: 1px solid #efefef; margin-bottom: 20px; } .flex_container .right_content { width: 100%; max-width: initial; margin-top: 100px; } .popularArticles_sec .column_row a .title { font-size: 18px; font-weight: 500; } #archive, #single, #page{ margin-top: 60px; } .pancu { padding: 0 20px; margin-top: 20px; } .mvarea_page .mv_text { padding: 0 20px; } .cta_box.sp_tb { margin-top: 50px; } .cta_box.sp_tb a { width: 193px; margin: 0 auto; } } @media only screen and (min-width: 768px) and (max-width: 1024px) { .mv_area .title_box { width: calc(100% - 40px); padding: 120px 20px 40px; } .mv_area .title_box .sub_text { font-size: 18px; } .mv_area .title_box .img_box02 { width: 88px; } .mv_area .title_box .img_box03 { width: 88px; } .mv_area .title_box .title { font-size: 50px; } .scroll_box .scroll { right: -19px; bottom: 140px; } .mv_area .icon_area { width: 100%; } .mv_area .icon_area .img_box01 { left: -25px; bottom: -25px; width: 180px; height: 180px; padding: 30px; } .mv_area .icon_area .img_box02 { left: -10px; top: 5px; width: 200px; height: 200px; } .mv_area .icon_area .img_box03 { left: 230px; bottom: 0px; width: 120px; height: 120px; padding: 30px; } .mv_area .icon_area .img_box04 { right: -30px; top: -33px; width: 250px; height: 250px; padding: 40px; } .mv_area .icon_area .img_box05 { right: 65px; bottom: -12px; width: 230px; height: 230px; padding: 20px; } .flex_container .left_content { max-width: initial; } .title_box04 h2 { font-size: 26px; } .popularArticles_sec .popularArticles_flex { display: flex; column-gap: 3%; } .popularArticles_sec .column_row { width: calc(97%/3); } .popularArticles_sec .column_row a { border-bottom: none; } } /*========================================================================== * *sp * ============================================================================*/ @media only screen and (max-width: 767px) { .title_box03 h2 ,.title_box03 h1{ text-align: center; font-size: 22px; } .mv_area .title_box { width: calc(100% - 40px); padding: 100px 20px 40px; } .mv_area .title_box .title { font-size: 26px; line-height: 1.6; margin-bottom: 10px; } .mv_area .title_box .sub_text { font-size: 13px; } .mv_area .title_box .img_box { width: 80px; top: 26px; } .mv_area .title_box .img_box02 { bottom: -12px; left: -12px; width: 80px; } .mv_area .title_box .img_box03 { bottom: -12px; right: -12px; width: 80px; } .mv_area { height: 550px; } .scroll_box .scroll { right: -20px; bottom: 100px; } .keyword_sec .title_box01 h2 { font-size: 20px; padding-left: 35px; } .keyword_sec .title_box01 h2::before { font-size: 26px; } .taglist01 ul li a { padding: 8px 15px 8px; font-size: 14px !important; } .taglist01 a{ font-size: 14px !important; } .searchByTown_sec .title_box01 h2 { font-size: 20px; } .keyword_sec .title_box01 h2::after, .searchByTown_sec .title_box01 h2::after { width: calc(100% + 40px); transform: translate(-20px, 0px); } .title_box02 h2 { font-size: 22px; } .eachRanking_sec .title_box02 h2 { margin-bottom: 0px; } .eachRanking_sec .rankingList .flex_row > a { flex-direction: column; } .eachRanking_sec .rankingList .flex_row .img_col { width: calc(100% - 10px); margin-left: 0; } .eachRanking_sec .rankingList .flex_row .img_col::before { transform: translate(10px, 10px); } .eachRanking_sec .rankingList .flex_row .text_col .title { font-size: 20px; } .eachRanking_sec .rankingList .flex_row .text_col { margin-top: 20px; } .eachRanking_sec .rankingList .flex_row > a { padding-bottom: 30px; padding-top: 30px; } .morebtn .btn { width: 100%; justify-content: center; } .generalPurpose_sec .ranklist .orange_box .flex_row { flex-direction: column; row-gap: 15px; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col { width: 100%; padding-left: 0; } .generalPurpose_sec .ranklist .orange_box .flex_row .text_col h3, .generalPurpose_sec .ranklist .orange_box .flex_row .text_col h2 { font-size: 20px; } .generalPurpose_sec .ranklist .orange_box .flex_row .img_col { width: 100%; } .generalPurpose_sec .ranklist .orange_box { width: calc(100% + 40px); transform: translate(-20px, 0px); } .generalPurpose_sec .ranklist { row-gap: 5px; margin-top: 0px; } .title_box03, .title_box05 { width: calc(100% + 40px); transform: translate(-20px, 0px); padding: 25px 20px; } .generalPurpose_sec .ranklist .orange_box .mostTable table tr { display: flex; flex-direction: column; margin-top: -1px; } .generalPurpose_sec .ranklist .orange_box .mostTable table tr td { margin-top: -1px; } footer .flex_content { padding: 50px 0 50px; flex-direction: column; row-gap: 30px; } footer .flex_content .left_col .logo { width: 180px; } footer .flex_content .right_col { width: 100%; } footer .right_col ul { flex-direction: column; row-gap: 20px; width: 100%; } footer .right_col ul a { margin-right: 0px; font-size: 16px; } .copyright { font-size: 12px; } .mv_area .icon_area { width: 100%; } .mv_area .icon_area .img_box01 { left: -15px; bottom: -6px; width: 80px; height: 80px; padding: 11px; } .mv_area .icon_area .img_box02 { left: -10px; top: 5px; width: 140px; height: 140px; } .mv_area .icon_area .img_box03 { left: 120px; bottom: 10px; width: 80px; height: 80px; padding: 20px; } .mv_area .icon_area .img_box04 { right: -20px; top: -10px; width: 130px; height: 130px; padding: 20px; } .mv_area .icon_area .img_box05 { right: 25px; bottom: -2px; width: 80px; height: 80px; } .cateArcive_sec .cateArcive_list .list a .text_box .days span{ font-size: 14px; } .cateArcive_sec .cateArcive_list .list a .text_box { padding: 15px 20px 20px; } .cateArcive_sec .cateArcive_list .list a .text_box h3 { font-size: 18px; margin-top: 10px; } .mvarea_page { height: 200px; } #single .container { margin-top: 0px; } .cateArcive_sec .cateArcive_list .list { width: 100%; } .cateArcive_sec .cateArcive_list .list:not(:nth-of-type(2n)) { margin-right: 0; } .generalPurpose_sec .img_box_icatch { margin-top: 0px; width: calc(100% + 40px); transform: translate(-20px, 0px); } .cateArcive_sec .cateArcive_list { row-gap: 15px; } .generalPurpose_sec .tocsingle { padding: 15px 20px; } .generalPurpose_sec .tocsingle ul li { flex-direction: column; padding: 50px 0; } .generalPurpose_sec .tocsingle ul li .countnum { top: 0; left: 0%; position: relative; width: 100%; height: 30px; } .generalPurpose_sec .tocsingle ul li .countnum span::before { transform: translate(-50%, 0px); top: -30px; left: 50%; width: 50px; height: 40px; background-size: contain; background-repeat: no-repeat; } .generalPurpose_sec .tocsingle ul li .countnum span::after { top: -17px; left: 19px; font-size: 16px; left: 50%; transform: translate(-50%, 0px); } .generalPurpose_sec .tocsingle ul li > a { margin-left: initial; margin-bottom: 10px; } .generalPurpose_sec .tocsingle ul li .morebtn{ width: 100%; } .generalPurpose_sec .ranklist .orange_box .recomend_point_box h3 span { font-size: 20px; } .generalPurpose_sec .ranklist .orange_box .reviewcutikomi_box .title { font-size: 20px; } .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr th, .generalPurpose_sec .ranklist .orange_box .price_tab .panel-area .panel table tr td { padding: 12px 10px; font-size: 14px; } .generalPurpose_sec .ranklist .orange_box .price_tab ul.tab-area { padding: 20px 10px; } .generalPurpose_sec .ranklist .orange_box .price_tab ul.tab-area li.tab { min-width: 100px; font-size: 14px; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col { flex-direction: column; } .generalPurpose_sec .ranklist .orange_box .moreBtn_row.two_col .morebtn { width: 100%; } .eachRanking_sec .rankingList > .morebtn a { width: 100%; max-width: initial; } .mv_area .title_box .title br { display: block; } .title_box05 h1 { font-size: 23px; } .pancu .breadcrumb ul li a { font-size: 12px; } .pagination .page-numbers { flex-wrap: wrap; } .pagination .page-numbers li a, .pagination .page-numbers li .current { font-size: 14px; } /* ---------------------------携帯last ---------------------------*/ }