@charset "UTF-8";
.sw-FloatClear { clear: both; }

.sw-MainBody { line-height: 1.5; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #cccccc; background-color: #f4f4f4; }

.sw-MainSection { background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-MainTitle { font-size: 16px; color: #525252; padding: 13px 0 10px 0; border-bottom: 2px solid #feb302; margin: 0; }
.sw-MainTitle img { vertical-align: middle; margin: 0 5px; display: inline-block; position: relative; top: -0.1em; }

.sw-MainMargin { height: 20px; background: #f4f4f4; }

.sw-Body { padding-bottom: 40px; border-bottom: 1px solid #e2e2e2; background-color: #f4f4f4; }

.sw-ContainerFull { width: 1280px; padding: 0 2px; }

.sw-ContainerMain { width: calc(88px * 9 + 20px * 8); }

.sw-ContainerSide { width: calc(88px * 3 + 20px * 2); }

.sw-Container_SpaceBetween { margin-right: auto; margin-left: auto; display: flex; justify-content: space-between; }

.sw-Container_Column { margin-right: auto; margin-left: auto; display: flex; flex-direction: column; }

.sw-SectionSmall { width: calc(88px * 3 + 20px * 2); height: 490px; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionSmall_HeightAuto { width: calc(88px * 3 + 20px * 2); height: auto; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionMiddle { width: calc(88px * 6 + 20px * 5); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionLarge { width: calc(88px * 9 + 20px * 8); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionFull { width: 100%; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionTitle { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0; }

.sw-SectionTitleMore { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; }

.sw-SectionTitleMore_SubText { font-size: 14px; font-weight: normal; color: #525252; text-decoration: none; transition: all 0.2s ease-in-out; }

.sw-SectionTitleMore_SubText:hover { text-decoration: none; color: #fea000; }

.sw-SectionTitleMore_SubText:hover > .sw-ArrowTextLink { transform: translate(2.5px, -1.5px) rotate(-45deg); border-bottom: 1px solid #fea000; border-right: 1px solid #fea000; }

.sw-Pt_Icon { margin: 0 4px 5px 0; vertical-align: middle; }

.sw-Pt { color: #da0201; font-size: 22px; font-weight: bold; font-family: "Karla", sans-serif; margin-right: 2px; }

.sw-PtUnit { color: #da0201; font-size: 15px; font-weight: bold; font-family: "Karla", sans-serif; }

.sw-Pt_Before { position: relative; display: inline-block; margin-right: 5px; font-size: 15px; color: #525252; }
.sw-Pt_Before:before { content: ""; width: 100%; height: 1px; display: block; position: absolute; top: 10px; left: 0; background-color: #525252; }
.sw-Pt_Before:after { position: absolute; top: 0; right: -20px; content: "→"; }

/* PCフッター注意事項等 */
.sw-FooterNoteBox { width: 1000px; margin: 60px auto; background: #ffffff; border-radius: 5px; }

.sw-FooterNote { background: #ffffff; border-radius: 5px; border: 1px solid #e2e2e2; padding: 20px 40px; text-align: left; }

.sw-FooterNote a, .sw-FooterNote a:visited { color: #0063dc; text-decoration: none; cursor: pointer; }

.sw-FooterNote_TextRed { color: #da0201; font-weight: bold; }

.sw-FooterNote_Content { padding-bottom: 30px; line-height: 1.8; margin-left: 0; }

.sw-FooterNote_Content li { line-height: 2; }

.sw-FooterNote_Content:last-child { padding-bottom: 0; }

.sw-FooterNote_Content-textNormal { margin: 0; padding: 10px 0 10px 11px; font-size: 15px; }

.sw-FooterNote_ListCircle { list-style-type: disc; margin: 0; padding: 10px 0 0 24px; font-size: 15px; }

.sw-FooterNote_ListCircle-indent { list-style-type: circle; padding: 2px 0 20px 25px; font-size: 15px; }

.sw-FooterNote_ListNumber { padding: 10px 0 10px 12px; list-style-type: none; list-style-position: inside; }

.sw-FooterNote_ListNumber-contents { counter-increment: cnt; margin-left: 1.7em; text-indent: -1.7em; }

.sw-FooterNote_ListNumber-contents:before { display: marker; content: "(" counter(cnt) ") "; }

.sw-FooterNote_ListNumber .sw-FooterNote_ListCircle:last-child { padding-bottom: 0; }

.sw-FooterNote_ListCircle .sw-FooterNote_ListNumber:last-child { padding-bottom: 0; }

.sw-FooterNote_ListNumber .sw-FooterNote_ListCircle .sw-FooterNote_ListCircle-indent:last-child { padding-bottom: 0; }

.sw-FooterNote_ListNumber-first { padding: 10px 0; list-style-type: none; list-style-position: inside; }

.sw-FooterNote_listStyleNone { list-style: none; margin-left: -1em; }

.sw-FooterNote_HeadingBox { margin-top: 23px; text-align: center; }

.sw-FooterNote_HeadingBox + p, .sw-FooterNote_HeadingBox + ol.sw-FooterNote_ListNumber-first, .sw-FooterNote_HeadingBox + ul.sw-FooterNote_ListCircle-first { padding-top: 0; }

.sw-FooterNote_Heading { font-size: 16px; margin-bottom: 28px; position: relative; padding: 0 30px 9px; display: inline-block; }

.sw-FooterNote_Heading:after { display: inline-block; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); transform: translate(-50%); min-width: 200px; width: 100%; height: 2px; content: ""; background-color: #fea000; }

.sw-FooterNote_MiddleHeading { font-size: 15px; position: relative; display: inline-block; margin-bottom: 5px; padding-left: 0.8em; height: 20px; line-height: 20px; }

.sw-FooterNote_MiddleHeading:before { display: inline-block; position: absolute; content: ""; top: 30%; bottom: 0; left: 0; width: 9px; height: 9px; background: #525252; }

.sw-FooterNote_SmallHeading { position: relative; display: inline-block; margin-left: 1.2em; height: 20px; line-height: 20px; }

.sw-FooterNote_SmallHeading:before { left: -1em; content: "【"; position: absolute; }

.sw-FooterNote_SmallHeading:after { content: "】"; position: absolute; }

.sw-FooterNote_SmallHeading-first { font-size: 10pt; position: relative; display: inline-block; margin-left: 0.5em; height: 20px; line-height: 20px; }

.sw-FooterNote_SmallHeading-first:before { left: -1em; content: "【"; position: absolute; }

.sw-FooterNote_SmallHeading-first:after { content: "】"; position: absolute; }

.sw-FooterNote_ListAsterisk { margin: 0; font-size: 15px; padding-left: 30px; }

.sw-FooterNote_ListAsterisk li { list-style-type: none; text-indent: -1.5em; }

.sw-FooterNote_ListAsterisk li:before { content: "※"; margin-right: 5px; }

.sw-FooterNote_ListAsterisk-first li { list-style-type: none; text-indent: -1.3em; }

.sw-FooterNote_ListAsterisk-first li:before { content: "※"; }

.sw-FrameSimple_Gray { background-color: #f3f3f3; padding: 20px; border-radius: 5px; font-size: 15px; }

.sw-FrameSimple_Pink { background-color: #ffeeee; padding: 20px; border-radius: 5px; font-size: 15px; }

.sw-frameMessage { background-color: #fbf8ec; padding: 20px; border-radius: 5px; font-size: 16px; border: 1px solid #c4b189; }

/* PC マナラ×ルテイン W利用キャンペーン 2025年11月 */
html { scroll-behavior: smooth; }

.freemonitor202511 { text-align: center; color: #525252; background: #ffffff; }

.freemonitor202511-EndInfo { background: #ffeeee; padding: 15px 0; font-size: 15px; text-align: center; border-bottom: 1px solid #cccccc; }

.freemonitor202511-AnnounceBox { padding: 16px 0; background: #f93a83; }

.freemonitor202511-Announce_Center { width: 860px; margin: 0 auto; font-weight: bold; line-height: 1.5; text-align: center; }

.freemonitor202511-Announce_Left { width: 860px; margin: 0 auto; font-weight: bold; line-height: 1.5; text-align: left; }

.freemonitor202511-EndInfo { background: #ffeeee; padding: 15px 0; font-size: 15px; text-align: center; border-bottom: 1px solid #cccccc; }

.freemonitor202511-Head { width: 100%; margin: 0; }

.freemonitor202511-Title { background: linear-gradient(#f93a83, #fff927); }

.freemonitor202511-Title-Image { vertical-align: bottom; }

.freemonitor202511-SubTitle { font-size: 20px; font-weight: bold; letter-spacing: 3px; color: #ffffff; line-height: 1.5; padding: 10px; background: #ff8655; }

.freemonitor202511-Head_Text { background-size: 100% auto; margin: 0 auto; padding: 25px 15px; background: #ffeddc; font-size: 16px; line-height: 1.8; }

.freemonitor202511-AdItem_Text { background-size: 100% auto; margin: 0 auto; padding: 10px 0 20px; background: #fff8f1; font-size: 16px; line-height: 1.8; }

.freemonitor202511-Caption_Marker { background: linear-gradient(transparent 50%, #fcff3e 0); font-weight: bold; }

.freemonitor202511-Item { background-size: 100% auto; }

.freemonitor202511-AdItem { padding: 20px 0 40px; background: #fff8f1; }

.freemonitor202511-CampaignItem { padding: 30px 0 50px; background: #ffeddc; }

.freemonitor202511-AdItem_Title { margin: 0 auto 10px; }

.freemonitor202511-Item_Title { margin-bottom: 10px; }

.freemonitor202511-AdListBox { width: 1000px; margin: auto; padding: 0; display: flex; flex-flow: row wrap; justify-content: flex-start; }

.freemonitor202511-AdList { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; position: relative; background: #ffffff; width: 450px; height: 120px; margin-right: 20px; border-radius: 6px; text-align: left; box-shadow: 0 5px 0 #d8d8d8; }

.freemonitor202511-AdList:hover { background: #fffceb; }

.freemonitor202511-AdListLink { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; text-decoration: none; }

.freemonitor202511-AdList_SpecBox { padding: 15px; }

.freemonitor202511-AdList_Bnr { display: inline-block; width: 85px; }

.freemonitor202511-AdList_BnrImg { width: 85px; height: 85px; display: inline-block; vertical-align: top; line-height: 75px; margin: auto; }

.freemonitor202511-AdList_BnrImg img { width: 100%; pointer-events: none; vertical-align: middle; }

.freemonitor202511-AdList_Spec { width: 75%; margin-left: 10px; display: inline-block; vertical-align: top; font-size: 16px; }

.freemonitor202511-AdList_SpecTitle { width: 100%; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; color: #525252; }

.freemonitor202511-AdList_Acquirement { width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #525252; margin-top: 10px; }

.freemonitor202511-AdList_PointBox { margin: 10px 0; }

.freemonitor202511-AdList_PointBefore { color: #525252; }

.freemonitor202511-Closing { padding-bottom: 50px; background: #ffeddc; }

.freemonitor202511-CountDown { padding: 0 10px 15px; background: #ff8655; }

.freemonitor202511-CountDown_TimeBox { width: 750px; margin: 0 auto; padding: 10px 0 5px; background: #ffffff; line-height: 1.3; text-align: center; font-weight: bold; font-size: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.freemonitor202511-FooterNote { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 1000px; margin: 40px auto; }

.freemonitor202511-Head_Title { padding: 45px 0 10px; margin-bottom: 0; font-size: 28px; font-weight: bold; color: #6459d1; background: #ffeddc; }

.freemonitor202511-Status { padding-bottom: 50px; background: #ffeddc; }

.freemonitor202511-Status_Title { margin: 0 auto 10px; }

.freemonitor202511-Status_Text { background-size: 100% auto; margin: 0 auto; padding: 10px 0 20px; background: #ffeddc; font-size: 16px; line-height: 1.8; }

.freemonitor202511-Status_Text-bottom { background-size: 100% auto; margin: 0 auto; padding: 30px 0 10px; background: #ffeddc; font-size: 16px; line-height: 1.8; }

.freemonitor202511-Status_Box { width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; }

.freemonitor202511-Status_Image { width: 490px; display: block; }

.freemonitor202511-Status_Link { width: 490px; display: block; }

.freemonitor202511-Status_Link:hover { opacity: 0.7; }

.freemonitor202511-AdListBox_ManaraGroup { width: 490px; padding: 15px 20px 20px; margin: 0 auto; background: #fad7e2; border-radius: 6px; }

.freemonitor202511-AdListBox_LuteinGroup { width: 490px; padding: 15px 20px 20px; margin: 0 auto; background: #ffe784; border-radius: 6px; }
