@charset "UTF-8";
.sp { display: none; }

h1 { max-width: 960px; margin: 0 auto; }

h2 { margin-bottom: 30px; border: none; }

.kome { font-size: 12px; }

#contents { width: auto; line-height: 1.8; }
#contents .title { margin-bottom: 20px; }
#contents img { max-width: 100%; }
#contents section { padding: 50px 0; }
#contents .Cont, #contents #link { width: 1060px; margin: 0 auto; }
#contents h2 { text-align: center; }
#contents h2 span { position: relative; }
#contents h2 span .icon { position: absolute; top: -56px; left: -85px; }
#contents .gaibulink { color: red; }
#contents .gaibulink::after { content: ""; background: url("../images/icon_externallink_RED.png") no-repeat; display: inline-block; width: 16px; height: 14px; vertical-align: middle; margin: 0 4px; }
#contents .pagetop { width: 1060px; margin: 0 auto; text-align: right; clear: both; font-size: 16px; }
#contents .pagetop a { text-decoration: underline; }
#contents .buttonLink { width: 772px; display: flex; justify-content: space-between; margin: 40px auto 65px; }
#contents .buttonLink a { background: #3296d6; width: 46%; position: relative; display: flex; justify-content: center; align-items: center; height: 70px; margin: 0 auto; text-decoration: none; text-align: center; border: 1px solid #3296d6; border-radius: 10px; font-size: 24px; transition: 0.2s; color: #fff; }
#contents .buttonLink a:after { content: ""; display: inline-block; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: 0.2s; width: 12px; height: 12px; position: absolute; top: 50%; right: 20px; margin-top: -7px; }
#contents .buttonLink a:hover { background: #fff; color: #3296d6; }
#contents .buttonLink a:hover:after { border-top: 2px solid #3296d6; border-right: 2px solid #3296d6; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* MV */
.mainVisual { background: #fff9de; padding-bottom: 35px; text-align: center; font-size: 20px; }

/* Condition */
.condition { background: #ffe9f2; text-align: center; }
.condition h2 { margin-top: -15px; }
.condition ul { width: 100%; display: flex; justify-content: center; margin-bottom: 60px; padding-top: 20px; }
.condition ul li:first-child { width: 30%; margin: -20px 55px 0 0; }
.condition ul li:nth-child(2) { width: 33%; margin-right: 10px; }
.condition ul li:last-child { width: 29%; }
.condition ul li a { display: block; }

/* Anker */
.anker { text-align: center; }
.anker ul { width: 100%; display: flex; justify-content: center; }
.anker ul li { width: 20%; }

/* おすすめ共通 */
.recommend section .Inner { background: #fff; position: relative; display: flex; justify-content: space-between; padding: 20px 27px; }
.recommend section .Inner h3 { margin: -6px 0 10px; border-bottom: 2px solid #3f3f3f; line-height: 1.5; letter-spacing: 2px; font-size: 34px; }
.recommend section .Inner h3 span { font-size: 80%; }
.recommend section .Inner > div { width: 64%; }
.recommend section .Inner > div.photo { width: 53%; margin-left: -7%; padding-top: 10px; }
.recommend section .Inner:after { background: #fff; content: ""; display: block; width: 3px; height: 100%; position: absolute; top: 15px; right: -15px; }
.recommend section .Inner:before { background: #fff; content: ""; display: block; width: 290px; height: 3px; position: absolute; bottom: -15px; right: -15px; }
.recommend section .Inner .detail { font-size: 16px; }
.recommend section .Inner .detail h4 { position: relative; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #6cb1de; z-index: 10; font-weight: normal; letter-spacing: 1px; font-size: 18px; color: #3296d6; }
.recommend section .Inner .detail h4:after { content: url("../images/resort_headline_arrow.png"); display: block; position: absolute; bottom: -8px; left: 30px; }
.recommend section .Inner .detail h4.ie:after { bottom: -10px; }
.recommend section .Inner .detail h4.firefox:after { bottom: -7px; }
.recommend section .Inner .detail .text { margin-bottom: 20px; }
.recommend section .Inner .detail .point { width: 490px; display: flex; justify-content: space-between; }
.recommend section .Inner .detail .point > div { width: 265px; font-size: 22px; }
.recommend section .Inner .detail .point > div:first-child { width: 41%; }
.recommend section .Inner .detail .point > div:first-child h4 { line-height: 15px; }
.recommend section .Inner .detail .point > div:last-child h4 { border: none; line-height: 15px; }
.recommend section .Inner .detail .point dl { width: 180px; margin: -6px auto 0; display: flex; flex-wrap: wrap; align-items: center; line-height: 1.4; }
.recommend section .Inner .detail .point dl dt { width: 77%; }
.recommend section .Inner .detail .point dl dd { width: 23%; color: #3296d6; font-size: 40px; }
.recommend section .Inner .detail .point table { width: 265px; margin-top: -15px; font-size: 17px; }
.recommend section .Inner .detail .point table th, .recommend section .Inner .detail .point table td { padding: 3px 10px; border: 2px solid #6cb1de; }
.recommend section .Inner .detail .point table th { border-right: none; font-weight: normal; text-align: left; }
.recommend section .Inner .detail .point table td { border-left: none; font-size: 22px; color: #3296d6; }
.recommend section .Inner .detail .rating { background: #a7e0ff; width: 490px; position: relative; display: flex; justify-content: center; align-items: center; margin: 16px 0px 10px; padding: 3px; vertical-align: middle; text-align: center; font-size: 20px; clear: both; box-sizing: border-box; }
.recommend section .Inner .detail .rating:before { content: ""; display: block; border: 12px solid transparent; border-bottom: 20px solid #a7e0ff; position: absolute; top: -27px; left: 15%; }
.recommend section .Inner .detail .rating .heart { color: #3296d6; }
.recommend section .Inner .detail .rating.ie img { margin-left: 10px; }
.recommend section .Inner.reverse { flex-direction: row-reverse; }
.recommend section .Inner.reverse > div.photo { margin-left: 0; margin-right: -7%; }
.recommend section .Inner.reverse > div .point { float: right; }
.recommend section .Inner.reverse > div .rating { float: right; }

.recommend #walk .Inner .detail h4 { border-color: #ff9b63; color: #ff7224; }
.recommend #walk .Inner .detail h4:after { content: url("../images/walk_headline_arrow.png"); }
.recommend #relux .Inner .detail h4 { border-color: #ef78a3; color: #ed3578; }
.recommend #relux .Inner .detail h4:after { content: url("../images/relux_headline_arrow.png"); }
.recommend #nature .Inner .detail h4 { border-color: #87bd53; color: #59aa0b; }
.recommend #nature .Inner .detail h4:after { content: url("../images/nature_headline_arrow.png"); }
.recommend #reasonable .Inner .detail h4 { border-color: #9c69b8; color: #8931b8; }
.recommend #reasonable .Inner .detail h4:after { content: url("../images/reasonable_headline_arrow.png"); }

/* Resort */
#resort { background: #eff8fe; background-image: url("../images/resort_bg_01.png"), url("../images/resort_bg_02.png"); background-position: left 500px, right bottom 536px; background-repeat: no-repeat, no-repeat; }

/* Walk */
#walk { background-image: url("../images/walk_bg_01.png"), url("../images/walk_bg_02.png"); background-repeat: no-repeat, no-repeat; background-position: right 400px, left bottom 430px; }
#walk h2 span .icon { left: -188px; }
#walk .Inner { border: 3px solid #ff7224; }
#walk .Inner:before, #walk .Inner:after { background: #ff7224; }
#walk .Inner .detail .point dl dd { color: #ff7224; }
#walk .Inner .detail .point table th, #walk .Inner .detail .point table td { border-color: #ff9b63; }
#walk .Inner .detail .point table td { color: #ff7224; }
#walk .Inner .rating { background: #ffda81; }
#walk .Inner .rating:before { border-bottom: 20px solid #ffda81; }
#walk .Inner .rating .heart { color: #ff7224; }
#walk .buttonLink a { background-color: #ff7224; border-color: #ff7224; }
#walk .buttonLink a:hover { color: #ff7224; }
#walk .buttonLink a:hover:after { border-color: #ff7224; }

/* Relux */
#relux { background: #fdf2f6; background-image: url("../images/relux_bg_01.png"), url("../images/relux_bg_02.png"); background-repeat: no-repeat, no-repeat; background-position: left 260px, right bottom 270px; }
#relux h2 span .icon { top: -65px; left: -235px; }
#relux .Inner .detail .point dl dd { color: #ed3578; }
#relux .Inner .detail .point table th, #relux .Inner .detail .point table td { border-color: #ef78a3; }
#relux .Inner .detail .point table td { color: #ed3578; }
#relux .Inner .rating { background: #ffc5c5; }
#relux .Inner .rating:before { border-bottom: 20px solid #ffc5c5; }
#relux .Inner .rating .heart { color: #ed3578; }
#relux .buttonLink a { background-color: #ed3578; border-color: #ed3578; }
#relux .buttonLink a:hover { color: #ed3578; }
#relux .buttonLink a:hover:after { border-color: #ed3578; }

/* Nature */
#nature { background-image: url("../images/nature_bg_01.png"); background-repeat: no-repeat; background-position: left 360px; }
#nature h2 { padding-top: 20px; }
#nature h2 span .icon { top: -80px; left: -194px; }
#nature .Inner { border: 3px solid #59aa0b; }
#nature .Inner:before, #nature .Inner:after { background: #59aa0b; }
#nature .Inner .detail .point dl dd { color: #59aa0b; }
#nature .Inner .detail .point table th, #nature .Inner .detail .point table td { border-color: #87bd53; }
#nature .Inner .detail .point table td { color: #59aa0b; }
#nature .Inner .rating { background: #e3e889; }
#nature .Inner .rating:before { border-bottom: 20px solid #e3e889; }
#nature .Inner .rating .heart { color: #59aa0b; }
#nature .buttonLink a { background-color: #59aa0b; border-color: #59aa0b; }
#nature .buttonLink a:hover { color: #59aa0b; }
#nature .buttonLink a:hover:after { border-color: #59aa0b; }

/* Reasonable */
#reasonable { background: #fbf6fa; background-image: url("../images/reasonable_bg_01.png"), url("../images/reasonable_bg_02.png"); background-repeat: no-repeat, no-repeat; background-position: right 400px, left bottom 430px; }
#reasonable h2 span .icon { top: -68px; left: -77px; }
#reasonable .Inner .detail .point dl dd { color: #8931b8; }
#reasonable .Inner .detail .point table th, #reasonable .Inner .detail .point table td { border-color: #9c69b8; }
#reasonable .Inner .detail .point table td { color: #8931b8; }
#reasonable .Inner .rating { background: #e0d2fa; }
#reasonable .Inner .rating:before { border-bottom: 20px solid #e0d2fa; }
#reasonable .Inner .rating .heart { color: #8931b8; }
#reasonable .buttonLink a { background-color: #8931b8; border-color: #8931b8; }
#reasonable .buttonLink a:hover { color: #8931b8; }
#reasonable .buttonLink a:hover:after { border-color: #8931b8; }

/* link */
#link { font-size: 20px; }
#link .lead { text-align: center; }
#link .no_icon { margin-bottom: 0; }
#link .no_icon a { margin-bottom: 0; }
#link .no_icon a:after { display: none; }

/* Service */
#service { background: #ffe9f2; padding-bottom: 90px; border-top: 12px solid #fff; font-size: 20px; }
#service .lead { margin-bottom: 30px; text-align: center; }
#service .Inner { display: flex; justify-content: space-between; margin-bottom: 30px; }
#service .Inner .photo { width: 394px; }
#service .Inner .detail { width: calc(100% - 410px); padding-top: 40px; }
#service h3 { background: url("../images/service_headline_border.png") no-repeat left bottom; margin-bottom: 15px; padding-bottom: 15px; font-size: 28px; }
#service p .red { color: #f9423a; }
#service p .small { font-size: 15px; }
#service .buttonLink { width: auto; margin: 22px auto 0; }
#service .buttonLink a { background-color: #ed3578; width: 370px; border-color: #ed3578; margin-bottom: 0; padding: 8px; font-size: 18px; }
#service .buttonLink a:after { width: 9px; height: 9px; right: inherit; left: 100px; margin-top: -5px; }
#service .buttonLink a:hover { color: #ed3578; }
#service .buttonLink a:hover:after { border-color: #ed3578; }

.relationInfo { max-width: 1060px; width: 100%; }
.relationInfo h2 { font-size: 28px; border-left: none; }
.relationInfo ul { justify-content: center; }
.relationInfo ul li img { max-width: 280px !important; }

/* レスポンシブ */
@media screen and (max-width: 1280px) { #contents .Cont, #contents #link { width: 960px; }
  .recommend section .Inner > div.photo { padding-top: 40px; width: 43%; }
  #contents .pagetop { width: 960px; } }
@media screen and (max-width: 1024px) { #pan { display: block; padding: 6px 4px; }
  #contents .Cont, #contents #link, #contents .pagetop { max-width: 600px; width: 95%; }
  .mainVisual { font-size: 17px; }
  .condition ul li:first-child { margin-right: 40px; }
  .recommend h2 img { max-height: 56px; }
  .recommend h2 .icon { max-width: 200px !important; max-height: none; }
  .recommend section .Inner { flex-wrap: wrap; margin: 0 auto; }
  .recommend section .Inner > div { width: 100%; margin-left: 0 !important; margin-right: 0 !important; }
  .recommend section .Inner > div.photo { width: 100%; padding-top: 20px; text-align: center; }
  .recommend section .Inner > div .rating { width: 100% !important; margin: 16px auto 10px !important; float: none !important; }
  .recommend section .Inner h3 { letter-spacing: 0; }
  .recommend section .Inner .detail .point { width: 100%; justify-content: space-around; float: none !important; }
  .recommend section .Inner .detail .point > div:first-child { width: 200px; }
  #contents .buttonLink { max-width: 500px; width: 90%; flex-direction: column; }
  #contents .buttonLink a { width: 100%; font-size: 18px; }
  #contents .buttonLink a:after { width: 8px; height: 8px; left: inherit; right: 12px; margin-top: -4px; }
  #contents .buttonLink a + a { margin-top: 15px; }
  #link { font-size: 17px; }
  #service { font-size: 17px; }
  #service .Inner .pc { display: none; }
  #service .Inner .sp { display: inline-block; }
  #service .Inner .photo { width: 45%; z-index: 10; }
  #service .Inner .detail { width: 60%; margin-left: -5%; }
  #service .Inner .detail h3 { background: none; padding: 0 0 0 55px; font-size: 24px; line-height: 1.4; }
  #service .Inner .detail .back { background: #fff; padding: 15px 15px 25px 45px; box-sizing: border-box; }
  #service .buttonLink { margin-left: 0; }
  #service .buttonLink a { padding: 5px 10px 5px 15px; }
  #service .buttonLink a:after { width: 7px; height: 7px; right: inherit; left: 65px; } }
/* スライダー */
#contents .slide { width: 320px; position: relative; margin: 10px auto 40px; }
#contents .slide .icon { width: 70px; position: absolute; bottom: -30px; right: 15px; z-index: 80; }

.bx-wrapper { margin-bottom: 0 !important; }
.bx-wrapper .bx-viewport { background: none !important; }

.bx-wrapper .bx-pager a { background: #d1d1d1 !important; width: 12px !important; height: 12px !important; border-radius: 50%; margin: 0 5px !important; }
.bx-wrapper .bx-pager a:hover, .bx-wrapper .bx-pager a.active { background: #489ece !important; }

.bx-wrapper .bx-pager { bottom: -25px !important; }

#walk .bx-wrapper .bx-pager a:hover, #walk .bx-wrapper .bx-pager a.active { background: #ff7224 !important; }

#relux .bx-wrapper .bx-pager a:hover, #relux .bx-wrapper .bx-pager a.active { background: #ef3578 !important; }

#nature .bx-wrapper .bx-pager a:hover, #nature .bx-wrapper .bx-pager a.active { background: #59aa0b !important; }

#reasonable .bx-wrapper .bx-pager a:hover, #reasonable .bx-wrapper .bx-pager a.active { background: #8b31ba !important; }

/* SP */
@media screen and (max-width: 657px) { .pc { display: none; }
  .sp { display: inline-block; }
  h1 { font-size: 10px; }
  #pan ul li a { font-size: 10px !important; }
  #contents { line-height: 1.6; font-size: 12px; }
  #contents section { padding: 30px 0; }
  #contents .pagetop { font-size: 13px; }
  #contents h2 { margin-bottom: 10px; }
  #contents h2 span .icon { transform: scale(0.6); top: -37px; left: -72px; }
  .mainVisual { font-size: 14px; }
  .condition ul { flex-wrap: wrap; margin-bottom: 30px; }
  .condition ul li { margin: 0 2%; }
  .condition ul li:first-child { width: 41%; margin: 0 2%; }
  .condition ul li:nth-child(2) { width: 49%; }
  .condition ul li:last-child { width: 44%; margin-top: -20px; }
  #contents .anker { padding: 0; }
  #contents .anker .Cont { width: 100%; }
  #contents .anker h2 { background: #ffe9f2; margin-bottom: 0; padding: 10px 20px 15px; }
  #contents .anker ul li { position: relative; display: flex; justify-content: center; align-items: center; line-height: 1.2; border: 4px solid  #a9e2ff; font-weight: bold; font-size: 12px; }
  #contents .anker ul li a { width: 100%; display: block; padding: 6px 0 14px; }
  #contents .anker ul li:after { content: ""; position: absolute; bottom: 1px; left: 50%; margin-left: -4px; border: 4px solid transparent; border-top: 4px solid #333; }
  #contents .anker ul li:nth-child(2) { border-color: #ffdc83; }
  #contents .anker ul li:nth-child(3) { border-color: #ffc7c7; }
  #contents .anker ul li:nth-child(4) { border-color: #e5ea8b; }
  #contents .anker ul li:last-child { border-color: #e2d4fc; }
  #contents .anker.float { padding-bottom: 58px; }
  #contents .anker.float ul { background: #fff; position: fixed; top: 0; left: 0; z-index: 10000; }
  #contents .pagetop { width: 320px; }
  .recommend section { background: none !important; }
  .recommend section h2 img { max-height: 66px; }
  .recommend section .Inner { width: 320px; padding: 20px 0; border: none !important; }
  .recommend section .Inner:before, .recommend section .Inner:after { content: none !important; }
  .recommend section .Inner h3 { font-size: 24px; }
  .recommend section .Inner .detail { text-align: center; font-size: 13px; }
  .recommend section .Inner .detail .point { justify-content: space-between; }
  .recommend section .Inner .detail .point > div { width: 166px; font-size: 22px; }
  .recommend section .Inner .detail .point > div h4 { font-size: 15px !important; }
  .recommend section .Inner .detail .point > div h4:after { bottom: -8px; }
  .recommend section .Inner .detail .point > div:first-child { width: 126px; font-size: 15px; }
  .recommend section .Inner .detail .point dl { width: 100%; text-align: left; }
  .recommend section .Inner .detail .point dl dd { font-size: 28px; }
  .recommend section .Inner .detail .point table { width: 100%; font-size: 12px; }
  .recommend section .Inner .detail .point table th, .recommend section .Inner .detail .point table td { padding: 5px 5px; }
  .recommend section .Inner .detail .point table td { font-size: 12px; }
  .recommend section .Inner .detail .rating { font-size: 15px; }
  .recommend section .Inner .detail .rating img { width: 70px; height: 13px; margin-bottom: 2px; }
  .recommend section .Inner h3 { position: relative; display: inline-block; padding-bottom: 15px; border: none; letter-spacing: 0; line-height: 1; }
  .recommend section .Inner h3:after { width: 64px; content: ""; display: block; position: absolute; bottom: 0; left: 50%; margin-left: -32px; border-bottom: 4px double #3f3f3f; }
  .recommend section .Inner h3 img { height: 40px; max-width: none !important; width: auto; position: absolute; bottom: 0; left: -85px; }
  .recommend section .Inner h3 span { font-size: 14px; }
  .recommend section .Inner .text { text-align: left; }
  .recommend section .Inner.cancun h3 img { height: 32px; bottom: 5px; left: -92px; }
  .recommend section .Inner.phuket h3 img { left: -62px; }
  .recommend section .Inner.morocco h3 img { height: 40px; left: -105px; }
  .recommend section .Inner.newyork h3 img { height: 33px; left: -85px; }
  .recommend section .Inner.dubai h3 img { height: 45px; left: -75px; }
  .recommend section .Inner.italy h3 img { left: -75px; }
  .recommend section .Inner.bali h3 img { height: 50px; left: -60px; bottom: -10px; }
  .recommend section .Inner.grandcircle h3 img { height: 60px; left: inherit; right: 0; bottom: -50px; z-index: 100; }
  .recommend section .Inner.cebu h3 img { height: 31px; left: -122px; }
  .recommend section .Inner.korea h3 img { left: -70px; }
  .recommend section .Inner.taiwan h3 img { left: -120px; }
  .recommend section .Inner.bangkok h3 img { height: 45px; left: -100px; }
  .recommend section .Inner.italy h3 img { left: -75px; }
  .recommend section .Inner.italy h3 img { left: -75px; }
  #contents .recommend .buttonLink { max-width: 330px; width: 100%; margin: 0 auto 70px; }
  #walk h2 span .icon { top: -66px; left: 50%; margin-left: 45px; } }
@media screen and (max-width: 657px) and (max-width: 657px) { #walk h2 span .icon { top: -30px; left: 32%; } }

@media screen and (max-width: 657px) { #relux h2 span .icon { transform: scale(0.5); top: -50px; left: -128px; } }
@media screen and (max-width: 657px) and (max-width: 657px) { #relux h2 span .icon { top: -10px; left: -165px; } }

@media screen and (max-width: 657px) { #nature h2 span .icon { top: -80px; left: inherit; right: -110px; } }
@media screen and (max-width: 657px) and (max-width: 657px) { #nature h2 span .icon { top: -40px; left: inherit; right: -110px; } }

@media screen and (max-width: 657px) { #reasonable h2 span .icon { top: -73px; left: -33px; } }
@media screen and (max-width: 657px) and (max-width: 657px) { #reasonable h2 span .icon { top: -33px; left: -53px; } }

@media screen and (max-width: 657px) { #link { font-size: 13px; }
  #link .lead { margin-bottom: 20px; padding: 0 10px; text-align: left; }
  #link .buttonLink a { width: 100%; }
  #service { font-size: 13px; }
  #service h2 img { width: 300px; margin-right: 20px; }
  #service .lead { margin-bottom: 20px; padding: 0 10px; text-align: left; }
  #service .Inner { margin-bottom: 10px; }
  #service .Inner .photo { width: 44%; }
  #service .Inner .detail { width: 62%; margin-left: -7%; padding-top: 25px; }
  #service .Inner .detail h3 { margin-bottom: 10px; padding-left: 13%; font-size: 17px; }
  #service .Inner .detail .back { padding: 12px 9px 15px 12%; }
  #service .Inner .detail .back .text .small { font-size: 13px; }
  #service .Inner .detail .buttonLink { margin-top: 12px; }
  #service .Inner .detail .buttonLink a { padding: 3px 5px 3px 25px; font-size: 13px; border-radius: 8px; }
  #service .Inner .detail .buttonLink a:after { left: 50%; margin: -3px 0 0 -60px; width: 5px; height: 5px; border-width: 1px; }
  #service .relationInfo h2 { font-size: 24px; }
  #service .relationInfo ul { justify-content: space-between !important; } }
@media screen and (max-width: 360px) { #contents .buttonLink a { padding: 10px 0; font-size: 11px; }
  #contents .buttonLink a:after { width: 4px; height: 4px; right: 8px; margin-top: -4px; }
  .recommend section .Inner { width: 310px; }
  .recommend section .Inner h3 { font-size: 21px; } }
.anker h2 { font: 500 29px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; margin-bottom: -5px; }
.anker h2 .big { font-size: 42px; letter-spacing: -.15em; }
.anker figure { margin-bottom: 30px; }

@media screen and (max-width: 657px) { .anker h2 { font: 500 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .anker h2 .big { font-size: 23px; } }
#service h2 { margin-top: 50px; }
#service h2 .tabi { position: absolute; top: -80px; left: 50px; }
@media screen and (max-width: 1280px) { #service h2 .tabi { transform: scale(0.6); top: -80px; left: -20px; } }
@media screen and (max-width: 657px) { #service h2 .tabi { transform: scale(0.4); top: -118px; left: -100px; } }

h2 .sans01 { color: #000000; font: bold 40px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
h2 .sans02 { color: #000000; font: bold 50.5px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
h2 .serif01 { color: #000000; letter-spacing: 0.05em; font: bold 50px "Yu Mincho", "YuMincho", serif; }
h2 .cont1 { color: #ed3578; font: bold 86px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; padding-left: 4px; }
h2 .cont2 { letter-spacing: 0.15em; padding: .25em 0 0 .1em; background-position: top left -2px; background-repeat: repeat-x; background-size: 1.15em .3em; background-image: radial-gradient(0.08em 0.08em at center center, #000000, #000000 50%, transparent); }
h2 .pk { color: #ed3578; }
h2 .bl { color: #3296d6; }
h2 .or { color: #ff7224; }
h2 .gr { color: #59aa0b; }
h2 .pu { color: #8931b8; }
@media screen and (max-width: 1280px) { h2 .sans01 { font: bold 30px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .sans02 { font: bold 37px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .serif01 { letter-spacing: 0.05em; font: bold 37px "Yu Mincho", "YuMincho", serif; }
  h2 .cont1 { font: bold 63px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .cont2 { letter-spacing: 0.13em; background-size: 1.13em .3em; } }
@media screen and (max-width: 657px) { h2 .sans01 { font: bold 20px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .sans02 { font: bold 25px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .serif01 { letter-spacing: 0.05em; font: bold 25px "Yu Mincho", "YuMincho", serif; }
  h2 .cont1 { font: bold 43px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  h2 .cont2 { letter-spacing: 0.13em; background-size: 1.13em .3em; } }

.h2_under_y { padding: 0 55px 10px; background: #ffdb29; }
@media screen and (max-width: 657px) { .h2_under_y { padding: 0 30px 5px; } }

.h2_under { padding: 4px 15px 4px; background: #cdefff; }
@media screen and (max-width: 657px) { .h2_under { padding: 0 0px 3px; } }

.orange { background: #ffe566; }

.pink { background: #ffcad3; }

.green { background: #f7ff94; }

.purple { background: #eed4ff; }

.white { padding: 0px 55px 4px 320px; background: #ffffff; }
@media screen and (max-width: 1280px) { .white { padding: 0px 50px 4px 180px; } }
@media screen and (max-width: 657px) { .white { padding: 0 30px 3px; } }

/*# sourceMappingURL=main.css.map */
